Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

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
  #2  
Old 03-29-2007, 11:44 PM
glorify's Avatar
glorify glorify is offline
 
Join Date: Aug 2004
Posts: 376
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So do you vote for these or what?
Reply With Quote
  #3  
Old 03-29-2007, 11:44 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very creative!!!
Would it look better if a hyper link is to their profile? Just a suggestion, easy to do
Reply With Quote
  #4  
Old 03-30-2007, 05:05 AM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, these images look very much like Shelley's? If they are do you have permission to use then, I dont want to get in to any trouble if ya know what i mean
Reply With Quote
  #5  
Old 03-30-2007, 01:04 PM
ra7al's Avatar
ra7al ra7al is offline
 
Join Date: Oct 2005
Location: Egypt
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by glorify View Post
So do you vote for these or what?
As U Like u may make ur members votes in topics OR
as u r admin u can Choose it as u like


Quote:
Originally Posted by Shazz View Post
Very creative!!!
Would it look better if a hyper link is to their profile? Just a suggestion, easy to do
add it

Quote:
Originally Posted by bashy View Post
Hi, these images look very much like Shelley's? If they are do you have permission to use then, I dont want to get in to any trouble if ya know what i mean

i just use this pics as demo Until i finsih
my pics i edit it
Reply With Quote
  #6  
Old 04-01-2007, 02:03 PM
Veer Veer is offline
 
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice idea, just a little confusion..
how to add members as best male / female member or a best thread?

Thanks
Reply With Quote
  #7  
Old 04-01-2007, 02:49 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
Nice idea, just a little confusion..
how to add members as best male / female member or a best thread?

Thanks

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
  #8  
Old 04-01-2007, 05:06 PM
glorify's Avatar
glorify glorify is offline
 
Join Date: Aug 2004
Posts: 376
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Been looking for this, but I'd like to clarify how they would vote. Is there a vote button or would they have to pm or post a vote?

I have been looking for something like this that supplies a vote button, tallies the votes, and post the winners on say a weekly basis.
Reply With Quote
  #9  
Old 04-01-2007, 08:37 PM
ra7al's Avatar
ra7al ra7al is offline
 
Join Date: Oct 2005
Location: Egypt
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by glorify View Post
Been looking for this, but I'd like to clarify how they would vote. Is there a vote button or would they have to pm or post a vote?

I have been looking for something like this that supplies a vote button, tallies the votes, and post the winners on say a weekly basis.
No , the way to select the best
was by a thread and member vote
like here on vbulletin.org when they
want to select the MOTM OR BOTM
or u as admin select it

if i Update this modifications i'll
try to add some thing like the one
here On vbulletin.org

If you like this modification -> Click to Nominate for Thread of the Month
Reply With Quote
  #10  
Old 04-01-2007, 10:20 PM
Veer Veer is offline
 
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot ra7al
Reply With Quote
Reply


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 02:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05678 seconds
  • Memory Usage 2,306KB
  • 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
  • (5)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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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