Runboard.com
Слава Україні!



🙂       Use the black navigation bar to log in or create your account.

Jump to Page:  1  2  3 

 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: My Icons are in the wrong place


Well..... Yes and no. In order to add a cell there, you have to add a cell to the headers and the separators as well, because each row of a table has to have either the same number of cells, or some of those cells have to span a certain number of columns so they all equal each other.

Example (<td> denotes one cell):

<td colspan="2"><td><td>
<td><td><td><td>
<td><td><td><td>

Each row measures four cells across.


If you're confused now, I fear that you would completely screw up your board implementing the hacks that would be necessary to add another table cell in all the areas. Plus, doing so would add an extra cell to your divider, rather than having one cell span across all columns, and this would further complicate things.

I think your best bet would be to use the code you originally had, but with a little more padding on the left, then add display:block; and padding-left to the forum description to make it line up with the forum name.

.forumlistdescription { display:block; padding-left: 35px; }

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/21/2006, 8:18 pm Link to this post PM Lesigner Girl Read Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 03-2005
Province: Looking for my brain...
Posts: 592
Karma: 8 (+8/-0)
ReplyQuote
Re: My Icons are in the wrong place


If, and only if, you add more <td>'s, it may mess up some of the layout if you use eg the 'Hide view column' trick emoticon

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
5/23/2006, 11:46 am Link to this post PM The Mooseman
 
panther1 Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 10-2005
Province: Sydney,Australia
Posts: 195
Karma: 4 (+4/-0)
ReplyQuote
Re: My Icons are in the wrong place



Lesigner Girl said:
If you're confused now, I fear that you would completely screw up your board implementing the hacks



thats why you should always make a test board and try it out on there first bob, take it from someone who had runboard staff tearing their hair out trying to retrieve my board from the beautiful glossy and completely BLACK I had turned it into. (is alpha centuri still around? lol)

alot of it is trial and error for people like us and when we stuff up there are always kind folk around these boards like lesigner and moose to help ya out

 emoticon
5/24/2006, 1:03 am Link to this post PM panther1
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: My Icons are in the wrong place


Moose, does the "hide views" trick actually count the td's? I don't see how it would without javascript, so I doubt my hack would affect that.

New cells are in red...

Main page:
_____________________________________________________________________

| | | Forum | Topics | Posts | Last Post |
| Separator | |
| New | icon | Main Chat | 1 | 1 | By.... |



Notice how there's an extra cell in the separator.


Topic listing:
_______________________________________________________________________________________

|[]| | | | Topic | Started by | Replies | Views | Last Post |
|[]| New | icon | posticon | Welcome! | RBStaff | 2 | 3 | By... |




Panther, that's right, everyone should have a test board to test out new tricks. emoticon Everyone should keep a backup of all their settings and code as well. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/24/2006, 4:08 am Link to this post PM Lesigner Girl Read Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 03-2005
Province: Looking for my brain...
Posts: 592
Karma: 8 (+8/-0)
ReplyQuote
Re: My Icons are in the wrong place


Look at the Views column, it is td_7, right ??
If you add a new TD, it will be named td_8, so you will probably hide the 'Reply' column instead.....

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
5/24/2006, 11:39 am Link to this post PM The Mooseman
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: My Icons are in the wrong place


Nope, it doesn't change that because that is all hard-coded, not counted.

Board that has my hack in place:

<td class="ak_tl_topicrow_mouseover_off" id="tl_td_1_7" onmouseover=" ak_css_trick_2_js('tl_td_1', 1, 8, 'ak_tl_topicrow_mouseover_on');" onmouseout=" ak_css_trick_2_js('tl_td_1', 1, 8, 'ak_tl_topicrow_mouseover_off');" onclick="location.href='/b...fmainchat.t1'" bgcolor=#ffffff align=center><span class="topiclistviews">123</span></td>

Board without hack:

<td class="ak_tl_topicrow_mouseover_off" id="tl_td_1_7" onmouseover=" ak_css_trick_2_js('tl_td_1', 1, 8, 'ak_tl_topicrow_mouseover_on');" onmouseout=" ak_css_trick_2_js('tl_td_1', 1, 8, 'ak_tl_topicrow_mouseover_off');" onclick="location.href='/b...fmainchat.t2'" align=center><span class="topiclistviews">82</span></td>

The worst thing I see about the whole hack is how it separates the separator into two separate cells, which looks crappy if you want the separator text centered, or if the borders don't match the separator background, causing a visible line between the cells.

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/25/2006, 6:27 pm Link to this post PM Lesigner Girl Read Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 03-2005
Province: Looking for my brain...
Posts: 592
Karma: 8 (+8/-0)
ReplyQuote
Re: My Icons are in the wrong place


Do you have a board where this hack is implemented ??
I would very much like to see it 'live'



---
~ Quickly, I must hurry, for there go my people and I am their leader ~
5/29/2006, 1:17 pm Link to this post PM The Mooseman
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: My Icons are in the wrong place


Sure thing. emoticon I just gave you temporary admin access so you can check out the custom language set without having to sift through the source code as well.

Pay no attention to some of that other stuff, though. If you go there while not logged in, all you'll see is the background, the banner, a back to top link, and this message:

Le's own personal testing ground. Sorry, no admittance.

emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/30/2006, 12:59 am Link to this post PM Lesigner Girl Read Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 03-2005
Province: Looking for my brain...
Posts: 592
Karma: 8 (+8/-0)
ReplyQuote
Re: My Icons are in the wrong place


Ahhh....now I see why this board ended up in my CPanel management area..... emoticon emoticon emoticon emoticon emoticon

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
5/30/2006, 12:59 pm Link to this post PM The Mooseman
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: My Icons are in the wrong place


You mean it didn't get lost in your list of other boards? emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/31/2006, 2:04 am Link to this post PM Lesigner Girl Read Blog
 


Add to this discussion

Jump to Page:  1  2  3 



You are not logged in (login)
Back To Top

This board's time is GMT.