MyBB Community Forums

Full Version: [Solved] How to make the forums stripe?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi on my forum the board lists don't stripe

http://almost-there.org/forum/ <--- Sketchy; Maybe NSFW

On the forum list they do stripe...

http://almost-there.org/forums/forumdisplay.php?fid=19

How does the striping work? What do I need to do?

Btw my theme is a heavily modified version of "Blue Lust"
Use:

www.stripegenerator.com

Best & simple.
(2011-11-04, 06:56 PM)crazy4cs Wrote: [ -> ]Use:

www.stripegenerator.com

Best & simple.

No I mean make the forum list stripe as in

This board (Background is black)
This board (Background is grey)
This board (Background is black)
This board (Background is grey)
This board (Background is black)
This board (Background is grey)


Also; Yes I know about stripe generator Smile Its awesome.
Make sure that you use {$bgcolor} variable as a class in your forumbit_depth2_forum template.
Ill try some edits this is my template atm

<tr>
<td colspan="5">
<table class="index-trow" border="0" cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td align="center" valign="middle" width="1"><img style="padding-right:5px" src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="name-subs" valign="middle">
<a href="{$forum_url}" class="forum-name">{$forum['name']}</a>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}<div>{$subforums}</div></div>
</td>
<td width="100" valign="middle" align="center" style="white-space: nowrap"><span class="forum-info">{$threads} {$lang->forumbit_threads} {$unapproved['unapproved_threads']}</span></td>
<td width="100" valign="middle" align="center" style="white-space: nowrap"><span class="forum-info">{$posts} {$lang->forumbit_posts} {$unapproved['unapproved_posts']}</span></td>
<td width="300" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
</table>
</td>
</tr>

(2011-11-04, 07:46 PM)RateU Wrote: [ -> ]Make sure that you use {$bgcolor} variable as a class in your forumbit_depth2_forum template.

http://www.almost-there.org/forums/

Did that... Now there are little grey lines Dodgy

Any hints on where in particular it should go?

<table class="{$bgcolor} index-trow" border="0" cellspacing="0" cellpadding="{$theme['tablespace']}">

Is this correct? Do i need to mess with the CSS anywhere?
Maybe you can try to change the class position:
index-trow {$bgcolor}
(2011-11-04, 08:18 PM)RateU Wrote: [ -> ]Maybe you can try to change the class position:
index-trow {$bgcolor}

Sorry, Same result. :C

Here is my stylesheet if it helps.

http://pastebin.com/6J5G4Yhr
Try removing the color of your index-trow td class?
Ah HA! you good sir get +1 and a cookie Big Grin
[Image: cookie.jpg]

Thanks for the help Big Grin