vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Offering monthly item (https://vborg.vbsupport.ru/showthread.php?t=140485)

raiderlax 02-26-2007 02:58 AM

Offering monthly item
 
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:

Code:

$header
$navbar

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

Code:

<!-- 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

1 Attachment(s)
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.


All times are GMT. The time now is 02:37 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00931 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete