Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
Best Of This Month Details »»
Best Of This Month
Version: 1.00, by ra7al ra7al is offline
Developer Last Online: Jul 2007 Show Printable Version Email this Page

Version: 3.6.5 Rating:
Released: 03-29-2007 Last Update: Never Installs: 15
 
No support by the author.

What does this hack do?
this hack add a table @ the end of
your
header which Contains 4 pics
for Best (
Article - Forum - Member (Female) - Member (male) )

Demo :-

it use the style background color


time to install : 1 Minute
Difficulty : Soo Easy
File To Upload : 4 pics

install
:-

Open


header Templates

at the end of it add

Code:
<!-- Start Best -->  
<table border="1" width="85" cellspacing="2" cellpadding="3" align="center">  
    <tr>  
        <td align="center">  
        <img border="2" src="/Awards/article-of-the-month.gif" width="157" height="166"></td>  
        <td align="center">  
        <img border="2" src="/Awards/forum-of-the-month.gif" width="157" height="166"></td>  
        <td align="center">  
        <img border="2" src="/Awards/member-of-the-month-female.gif" width="157" height="166"></td>
        <td align="center">  
        <img border="2" src="/Awards/member-of-the-month-male.gif" width="157" height="166"></td>  
    </tr>  
    <tr>  
        <td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF"> 
        <font color="#009933"><a href="showthread.php?t=1">Article Soon</a> </font></td>  
        <td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF"> 
        <font color="#0000FF"><a href="forumdisplay.php?f=1">Forum Soon</a></font></td>  
        <td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF"> 
        <font color="#FF0000"> <a href="member.php?u=1">Member F Soon</a> </font></td>
        <td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF"> 
        <font color="#FF0000"> <a href="member.php?u=1">Member M Soon</a> </font></td>  
    </tr>  
</table>  
<!-- End Best -->
and save

Now upload the
Awards File
to ur site
Direct ( ex. http://www.yoursite.com/Awards )


that's all
If U Like It Click Install

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-01-2007, 10:23 PM
ra7al's Avatar
ra7al ra7al is offline
 
Join Date: Oct 2005
Location: Egypt
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pehchaan View Post
Thanks a lot ra7al
You are welcome
Reply With Quote
  #13  
Old 04-03-2007, 01:51 AM
notrious notrious is offline
 
Join Date: Mar 2007
Location: New York
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where to find them in header or some where else









Quote:
Originally Posted by ra7al View Post
to add the best thread
find
Code:
<a href="showthread.php?t=1">Article Soon</a>
replace
" 1 " with the thread ID
" Article Soon " with the thread name

to add the best Forum
find
Code:
<a href="forumdisplay.php?f=1">Forum Soon</a>
replace
" 1 " with the forum ID
" Forum Soon " with the forum name

to add the best member female
find
Code:
<a href="member.php?u=1">Member F Soon</a>
replace
" 1 " with the mamber ID
" Member F Soon " with the member name


to add the best member male
find
Code:
<a href="member.php?u=1">Member M Soon</a>
replace
" 1 " with the mamber ID
" Member M Soon " with the member name

all of this codes will find in the end of the code
that's it
Reply With Quote
  #14  
Old 04-03-2007, 11:38 AM
ra7al's Avatar
ra7al ra7al is offline
 
Join Date: Oct 2005
Location: Egypt
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in the code that you will add

this code
Code:
 	<!-- Start Best -->  
<table border="1" width="85" cellspacing="2" cellpadding="3" align="center">  
    <tr>  
        <td align="center">  
        <img border="2" src="/Awards/article-of-the-month.gif" width="157" height="166"></td>  
        <td align="center">  
        <img border="2" src="/Awards/forum-of-the-month.gif" width="157" height="166"></td>  
        <td align="center">  
        <img border="2" src="/Awards/member-of-the-month-female.gif" width="157" height="166"></td>
        <td align="center">  
        <img border="2" src="/Awards/member-of-the-month-male.gif" width="157" height="166"></td>  
    </tr>  
    <tr>  
        <td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF"> 
        <font color="#009933"><a href="showthread.php?t=1">Article Soon</a> </font></td>  
        <td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF"> 
        <font color="#0000FF"><a href="forumdisplay.php?f=1">Forum Soon</a></font></td>  
        <td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF"> 
        <font color="#FF0000"> <a href="member.php?u=1">Member F Soon</a> </font></td>
        <td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF"> 
        <font color="#FF0000"> <a href="member.php?u=1">Member M Soon</a> </font></td>  
    </tr>  
</table>  
<!-- End Best -->
Reply With Quote
  #15  
Old 04-04-2007, 03:20 PM
apiasto's Avatar
apiasto apiasto is offline
 
Join Date: Oct 2006
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

beautiful, thnx
Reply With Quote
  #16  
Old 04-05-2007, 03:14 AM
alqloob alsahya alqloob alsahya is offline
 
Join Date: Dec 2006
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank"s ra7al ok

.............

يعطيك الف عافيه يابطل

واصل ابداعك وانتظر مشاركتي معك
Reply With Quote
  #17  
Old 04-05-2007, 09:35 AM
ra7al's Avatar
ra7al ra7al is offline
 
Join Date: Oct 2005
Location: Egypt
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by apiasto View Post
beautiful, thnx
u r wellcome

Quote:
Originally Posted by alqloob alsahya View Post
thank"s ra7al ok

.............

يعطيك الف عافيه يابطل

واصل ابداعك وانتظر مشاركتي معك

you r wellcome alqloob alsahya

العفو يا غالي و يسعدني دائماً تواجدك فى صفحاتى المتواضعة
Reply With Quote
  #18  
Old 05-01-2007, 06:21 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm confused, so please fogive me.

To utilize this modification:

We would create a new poll every month (or week, or year, or whatever) to ask the users which thread they think is the best, and which user they think deserves the award.

Once the poll is closed, based on the results, the admin would go into the code and edit it with the ID of the thread and ID of the user?

Once this is done how does it show up?
Reply With Quote
  #19  
Old 05-06-2007, 09:15 PM
ra7al's Avatar
ra7al ra7al is offline
 
Join Date: Oct 2005
Location: Egypt
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedGTiVR6 View Post
I'm confused, so please fogive me.

To utilize this modification:

We would create a new poll every month (or week, or year, or whatever) to ask the users which thread they think is the best, and which user they think deserves the award.

Once the poll is closed, based on the results, the admin would go into the code and edit it with the ID of the thread and ID of the user?

Once this is done how does it show up?
it will show on the end of header and when the member
click the name it will trans it to the topic or member
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:44 PM.


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.10780 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete