Log in

View Full Version : Two Questions


Lolliedollie
08-26-2007, 02:58 PM
Is there any way of adding a header box to your forums Below the User CP but above the categories? Also how do i a change the usergroup colours?

Thanks!

Kirk Y
08-26-2007, 03:49 PM
A header box??

Username Colors can be changed per Usergroup via the AdminCP; Usergroups -> Usergroup Manager -> Select a Usergroup; Edit HTML Markup.

eg: <span style="color:red"> </span>

Lolliedollie
08-27-2007, 03:19 AM
I guess I didnt explain what I meant very well, i mean like a box above the forums, but below the header, where the guest texts normally goes. I'll try your code now and hopefully it'll work!

Thanks!

Kirk Y
08-27-2007, 03:26 AM
Here's a sample table:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Table Title Here</td>
</tr>
<tr>
<td class="alt1">
Some text in here...
</td>
</tr>
</table>

Lolliedollie
08-27-2007, 03:28 AM
where would I put it? could you explain it to me?

thanks

Kirk Y
08-27-2007, 03:32 AM
Place the code I provided below this in your forumhome template:
$navbar

Lolliedollie
08-27-2007, 03:36 AM
could that be done via the Admin CP?

Kirk Y
08-27-2007, 03:37 AM
That's the only way. :p

Lolliedollie
08-27-2007, 11:01 PM
How would I go about finding the home page?
Sorry, to be so dumb.

ALSO, how would i go about making the site template to look something like they have it on www.teenhelp.org??

thanks

Kirk Y
08-27-2007, 11:51 PM
Styles & Templates -> Style Manager -> Expand your Style's templates by clicking the << >> symbol next to it -> Open the forumhome template.

Lolliedollie
08-27-2007, 11:55 PM
Thanks :)
Can you explain to me why there thread views are different to ours, and how I could get mine to be like theres pls?

Kirk Y
08-27-2007, 11:57 PM
They're using the Legacy Postbit. (vBulletin Options -> Style & Language Settings -> Use Legacy Postbit)

Lolliedollie
08-27-2007, 11:58 PM
Great thank you, you've been a great help! How could I the profiles to look different?

Kirk Y
08-28-2007, 12:10 AM
The layout is contained in the memberinfo template, reached the same way you found the forumhome template. There are a few releases that detail the process of modifying the look of the Profile, on here -- just have a search around.