MyBB Community Forums

Full Version: need help : ( trow ) managing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello every one ..

I tried to change the color for the right box ( trow ) as shown in figure

Im using arabic forum and we always start from the right

hopefully you can understand my issue and show me how to do

this is the screen shoot for the column that I want to change . Its on the blue color . ( Not only that box I want to change the hole column background )

sorry for the bad language
[Image: 8o4t3m0qxu8g.png]
Open Themes -> global.css and find .trow1 and then change the background color to whatever U want.

Inchallah
I did but the problem that

It changes all boxes on the row, but I need to change one box ( thats one on the right )

thanx for your advise and I wish I can get a help from you

Inchallah
So No help ....
You'll need to edit the forumbit_depth2_forum and forumbit_depth2_cat templates and change the class that column uses.

Find: (might not be exact)
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>

Replace with:
<td class="trow3" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>

Then add a trow3 class to your themes global.css
thanx man


It really works well Smile


just one advice to who will use this code

add a trow3 class to your themes global.css first then do the code that has been given by Mr AJS
It doesn't really matter which way round you do it. Undecided