PDA

View Full Version : Offering monthly item


raiderlax
02-26-2007, 02:58 AM
Hello I'm looking to offer users an item montly for whoever has the most posts, now I'm looking to add this box to the homepage with a title "Montly Item to be Won" , something like that.

I was wondering how I go about adding this just under thee welcome_text of the forum.

Thanks.

raiderlax
02-27-2007, 01:42 PM
Anyone please?

ericgtr
02-27-2007, 03:13 PM
So you just want to add the text "Montly Item to be Won" in a separate box under the welcome box? Please be very specific on where you want it and I will be glad to help.

raiderlax
02-28-2007, 09:44 PM
Yes, thanks ericgtr, I'm looking to add some text like "Montly Item to be Won"(some text like that) in a seperate box under the welcome box.

Thanks.

raiderlax
03-02-2007, 08:48 PM
Anyone please?

ericgtr
03-02-2007, 10:01 PM
Okay, here's something to start you off. In your FORUMHOME template find:


$header
$navbar


Place this after it, you may then edit your Title and Message using HTML if you want also:


<!-- monthly message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">Title</td>
</tr>
</thead>
<tbody>
<tr>
<td class="thead" colspan="2">
<strong>Message</strong>
</div>
</td>
</tr>
</tbody>
<!-- /monthly message -->

raiderlax
03-20-2007, 05:49 AM
Thankyou , that looks like it would work except for one thing.

How do I get it to have a white background instead of that blue gradient and white text font, I'd like the text to be black and the background to be white.