Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

Page:  1  2  3  4  5  6  7 

 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Runboard is now hosted in Chicago, USA


I can confirm the use of a boards custom CSS and HTML areas is not affected in any way I can determine by the migration.

---

Advertise Boards On TRDConceptsDE
6/24/2019, 2:54 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Thor Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator
Runboard developer

Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
Reply | Quote
Re:


Ok guys, going to go through the reports and fix them.
6/24/2019, 7:43 am Link to post Email Thor   PM Thor ICQ Yahoo Blog
 
pat4 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster


Registered: 09-2004
Posts: 132
Karma: 7 (+7/-0)
Reply | Quote
Re:


In the control section with the smiles it wont let me change any smiles using https I have loads of red writing at the top with lines full of htpp that I cant get shut of how do I get shut of them all.

---



6/24/2019, 9:34 am Link to post PM pat4
 
Thor Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator
Runboard developer

Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
Reply | Quote
Re:


As far as redirection after karma voting (or such) is concerned, it should be fixed, now.

Please report any misbehavior.

Going to see the other issues.

Pat4: please give more specific information with URL and way to reproduce. Thanks
6/24/2019, 10:51 am Link to post Email Thor   PM Thor ICQ Yahoo Blog
 
pat4 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster


Registered: 09-2004
Posts: 132
Karma: 7 (+7/-0)
Reply | Quote
Re:


All sorted here Thor back to normal thankyou.

---



6/24/2019, 11:17 am Link to post PM pat4
 
Thor Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator
Runboard developer

Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
Reply | Quote
Re:


The "must start with https" issue should be fixed now as well.

6/24/2019, 11:26 am Link to post Email Thor   PM Thor ICQ Yahoo Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Runboard is now hosted in Chicago, USA


The "Control Panel :: Board management :: Edit colors and theme" form is still broken.

The Runboard nav-bar is still broken (display issue only, the rest of it works).

---

Advertise Boards On TRDConceptsDE
6/24/2019, 2:32 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Runboard is now hosted in Chicago, USA


I found a workaround solution to using the "Control Panel :: Board management :: Edit colors and theme" form.

If you have links set in the community logo options section copy them to your notepad. Then erase them from the form and save the changes. Next, go back into the form and paste the links you saved in step one back into the form and save the layout again. I did this on a test board and everything was saved correctly.

---

Advertise Boards On TRDConceptsDE
6/24/2019, 5:59 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Thor Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator
Runboard developer

Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
Reply | Quote
Re:


The navbar works fine here. Can you explain what is broken for you?

I'll check the edit colors form tomorrow.

Thanks for the reports.
6/24/2019, 7:50 pm Link to post Email Thor   PM Thor ICQ Yahoo Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Runboard is now hosted in Chicago, USA


I can show you the codes and the fix I used on a test board.

code as it is now:
#rb-navbar, #bookmarks_popup h3 {
    background-color: #4f4f4f;
    background-image: url(https://cdn.runboard.com/sp/svg?from=555&to=000);
    background-image: linear-gradient(top, #555 0%,#000 100%);
}


As coded the second background-image is ignored by Chrome.
-------
my CSS coding fix:
#rb-navbar, #bookmarks_popup h3 {
    background-color: #2B2B2B;
    background-image: url(https://cdn.runboard.com/sp/svg?from=555555&to=000000);
    background-image: linear-gradient(to top, #000000 0%, #555555 100%);
}


I changed the fall-back background color to the average intensity of the linear-gradient and set a specific direction (to top instead of top) to the linear gradient as recommended by W3C.

---

Advertise Boards On TRDConceptsDE
6/24/2019, 8:22 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply

Page:  1  2  3  4  5  6  7 



You are not logged in (login)