Runboard.com
Слава Україні!
Runboard Extra Chat Room Support Search Facebook

Runboard.com       Sign up learn about it | Sign in lost password?

Page:  1  2 

 
Forestelves Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 07-2006
Posts: 7
Karma: 0 (+0/-0)
Reply Quote
Navigation Buttons


When you made the buttons on this board like "Runboard", "C Panel", "New Topic" and so on, were they made from individual images or from one image with text added in the Customize Language Set area? If the former, must they always be made of individual images? If the later, how did you write the HTML for one of them?

Also, I can't see the Runboard (left of "C Panel" image above) content box on the Language Set page. How did you give that an image?

By the way, I saw a topic where you pointed someone to a site of Smackdown5's in which he offered a set of these buttons in a zip file. That site seems to be down right now. It's in this of your posts:

http://com5.runboard.com/brunboardextra.f4.t323

It'd be interesting to see what those look like before I set about making my own.

Dave

Edit: I'm sorry, I thought I was posting this in the Q&A forum where it belongs. You're welcome to move it there if you like.

Last edited by Forestelves, 3/14/2007, 3:02 am


---
All mimsy were the borogoves, and the mome raths outgrabe. ~Lewis Carroll
3/13/2007, 10:22 pm Link to post Email Forestelves   PM Forestelves
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: Navigation Buttons


quote:

Forestelves wrote:

When you made the buttons on this board like "Runboard", "C Panel", "New Topic" and so on, were they made from individual images or from one image with text added in the Customize Language Set area? If the former, must they always be made of individual images? If the later, how did you write the HTML for one of them?



They are all made individually in a graphics program, no html code, just image tags in the Custom Language Set.
The whole 'Miscoptbar' can be styled in CSS too, that way you can make them look like buttons, even though they are not, just adding text by using the <span> tag

quote:


Also, I can't see the Runboard (left of "C Panel" image above) content box on the Language Set page. How did you give that an image?


The Runboard image is the very last option in your CLS. Control Panel is #12 from the top, 'Control_Panel'

quote:


By the way, I saw a topic where you pointed someone to a site of Smackdown5's in which he offered a set of these buttons in a zip file. That site seems to be down right now. It's in this of your posts:

http://com5.runboard.com/brunboardextra.f4.t323

It'd be interesting to see what those look like before I set about making my own.



Smackdown has moved his files to a new server, so I dont think they are available anymore. I have removed that link
 





---
~ Quickly, I must hurry, for there go my people and I am their leader ~
3/14/2007, 12:03 pm Link to post PM The Mooseman
 
Forestelves Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 07-2006
Posts: 7
Karma: 0 (+0/-0)
Reply Quote
Re: Navigation Buttons


Thank you again, Mooseman,

I kinda deduced that so about midnight, I started making buttons and got some of the important ones done and up on my main board. Now that you showed me where the last piece to the puzzle went (the runboard button), I can see it easily.

I searched for miscoptbar; I don't have any code for it in my CSS. I will need it to do what I want to do with my buttons; I want to remove the |s in between them (or change their color to the background color) and to center them if possible but still allow 10 or 15 px space between each. Can I get there?

I also searched the help files for any stray miscoptbar code I could learn from but couldn't find any. I did see a reference Lesigner Girl made to the |s using "display:none;" in the span.miscoptbar snippet but, of course, that makes all 5 links disappear, too. It can be done; the designer of this board did it and I like it.

Dave

Edit: This snippet made the |s disappear by changing them to the background color but the links are not centered.

span.miscoptbar {color:#660000;text-align:center}

span.miscoptbar {color:#660000;align:center} doesn't work, either.

Last edited by Forestelves, 3/14/2007, 6:28 pm


---
All mimsy were the borogoves, and the mome raths outgrabe. ~Lewis Carroll
3/14/2007, 6:10 pm Link to post Email Forestelves   PM Forestelves
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: Navigation Buttons


quote:

Forestelves wrote:


I searched for miscoptbar; I don't have any code for it in my CSS. I will need it to do what I want to do with my buttons; I want to remove the |s in between them (or change their color to the background color) and to center them if possible but still allow 10 or 15 px space between each. Can I get there?


The dreaded '|' is placed in the CLS, I think it is called miscoptbar seperator. Just remove/change whatever is in that textfield

quote:


I also searched the help files for any stray miscoptbar code I could learn from but couldn't find any. I did see a reference Lesigner Girl made to the |s using "display:none;" in the span.miscoptbar snippet but, of course, that makes all 5 links disappear, too. It can be done; the designer of this board did it and I like it.


Display none does that LOL
It is not very wise to set the miscoptbar to non.display. There is a hidden link there which only Runboard Admin sees, and if you choose to hide the miscoptbar, it will be very difficult to help you out if your board goes haywire.


To have it centered, you can do this :

Put <div align="center"> at the very beginning of the runboard link field in your CLS (the very last one)
Close it by putting </div> at the very end of the 'Upgrade_your_account' (# 18)in the CLS



---
~ Quickly, I must hurry, for there go my people and I am their leader ~
3/15/2007, 11:46 am Link to post PM The Mooseman
 
Forestelves Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 07-2006
Posts: 7
Karma: 0 (+0/-0)
Reply Quote
Re: Navigation Buttons


That's a really neat trick, thanks a lot; I love that!

Dave

---
All mimsy were the borogoves, and the mome raths outgrabe. ~Lewis Carroll
3/16/2007, 3:55 am Link to post Email Forestelves   PM Forestelves
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: Navigation Buttons


emoticon

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
3/16/2007, 7:15 am Link to post PM The Mooseman
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

 

Head of Runboard staff

Registered: 11-2005
Posts: 1895
Karma: 83 (+86/-3)
Reply Quote
Re: Navigation Buttons


quote:

I did see a reference Lesigner Girl made to the |s using "display:none;"

Was I drunk? emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
4/11/2007, 12:24 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: Navigation Buttons


quote:

Lesigner Girl wrote:

quote:

I did see a reference Lesigner Girl made to the |s using "display:none;"

Was I drunk? emoticon



Hope it was a good party emoticon

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
4/11/2007, 6:36 am Link to post PM The Mooseman
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

 

Head of Runboard staff

Registered: 11-2005
Posts: 1895
Karma: 83 (+86/-3)
Reply Quote
Re: Navigation Buttons


If it was it wouldn't matter, because I don't remember any of it! emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
4/15/2007, 8:40 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: Navigation Buttons


I bet there are some pictures around here somewhere emoticon

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
4/15/2007, 11:09 am Link to post PM The Mooseman
 


Reply

Page:  1  2 





You are not logged in (login)