MyBB Community Forums

Full Version: plz can any one help me
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
can any one tell me how to do this plz
[attachment=2697]
well i can't tell unless i can see the codes u are using
however if the above is an image, include the text in the image it self

regards
if u look ay my forum i cant put text in teh iamge because it well show up on all the rest

click on my sig
umm, in the forumbit template > forumbit_depth1_cat

find

<td class="thead" colspan="5">
<div class="expcolimage"><a href="javascript:expandCollapse('cat_$forum[fid]');"><img src="$theme[imgdir]/$expcolimage" id="cat_$forum[fid]_collapseimg" border="0" alt="$expaltext" /></a></div>
<div><strong><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></strong><br /><div class="smalltext">$forum[description]</div></div>
</td>

replace with

<td class="thead" colspan="5" valign="top">
<div class="expcolimage"><a href="javascript:expandCollapse('cat_$forum[fid]');"><img src="$theme[imgdir]/$expcolimage" id="cat_$forum[fid]_collapseimg" border="0" alt="$expaltext" /></a></div>
<div><strong><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></strong><br /><div class="smalltext">$forum[description]</div></div>
</td>


regards
thx man but it dident chnage the welcome messenge
and Board Statistics
u knwo hwo to do them?
sorry i didn't realize that also the others need that

so please valign="top" to all of them.

board statistics is found in the index template

for the welcome panel, you will have to edit its template (the default is header_welcomblock_guest) if you had another template used, you will have to edit it. again by using valign="top" for all rows containing these titles.

regards
sorry i dotn understand??

iv takign of my welcome messenge of

but i dotn understand board statistics
ok for the board statistics
go to index template
find

<td class="thead">
<div class="expcolimage"><a href="javascript:expandCollapse('boardstats');"><img src="$theme[imgdir]/collapse$collapsedimg[boardstats].gif" id="boardstats_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong>$lang->boardstats</strong></div>
</td>

replace with


<td class="thead" valign="top">
<div class="expcolimage"><a href="javascript:expandCollapse('boardstats');"><img src="$theme[imgdir]/collapse$collapsedimg[boardstats].gif" id="boardstats_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong>$lang->boardstats</strong></div>
</td>

regards
got a problem sorry man
[attachment=2698]
regarding rhe stats box
well it shouldnt all what we have done is to align its text, anyway you can do the following

in the code i asked u to use.

replace
<td class="thead" valign="top"> 
with
<td class="thead" valign="top" colspan="3">

the other thing, is when you go into a forum.any way, i found a better, way, i dont know why i didn't think of it 1st.

in the theme manager, add

vertical-align: top;
to the table header's extra css attributes ! this will apply it to all rows having a thead as class

regards
Pages: 1 2