The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Member of the Week Details »» | ||||||||||||||||||||||||||||||||||
First of all credit goes to StrifleX who created the SOTW mod where I got the basis for this product.
Description This mod adds a member of the week table to your forumhome with zero queries. Features
The table can be placed in 4 different locations. Installation Upload the attached product via your admincp. No additional template edits required. Edit options to your liking via MOTW in vBulletin Options. Other Locations To place the motw table in other locations throughout your forum, input the following code in your template. (eg. FORUMDISPLAY) Code:
$MOTW Quote:
Click here for the list of updates to mod and screenshots. MEMBER OF THE MONTH Some people have requested this mod to be monthly. See here to download this. Download Now
Show Your Support
|
Comments |
#22
|
|||
|
|||
1.3 Works fine for me ;D
|
#23
|
|||
|
|||
To create the archive I have on my website, download the attached php from this post.
Then create a new template called motw_archive. Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle]</title> </head> <body> $header $navbar <center> <div style="padding:0px 0px 0px 0px"> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <thead> <tr> <td class="tcat" colspan="5" style="text-align:center"> Member Of The Week Archives </td> </tr> </thead> <tr> <td align="center" class="thead" border="0">Date Awarded</td> <td align="center" class="thead" border="0">Member's Avatar</td> <td align="center" class="thead" border="0">Member's Details</td> <td align="center" class="thead" border="0">Member's Prize</td> <td align="center" class="thead" border="0">Member's Notes</td> </tr> <tr> <td align="center" class="alt1" border="0"> <fieldset class="fieldset"><legend>Date</legend> <div>Sunday 4th October 2009</div></fieldset> </td> <td align="center" class="alt2" border="0"><a href="member.php?u=71"><img src="image.php?$session[sessionurl]u=71" border="0" alt="Sarahsaur's Avatar" /></a> </td> <td align="center" valign="middle" class="alt1" border="0"> <fieldset class="fieldset"><legend>Profile</legend> <div><b>Name:</b> <a href="member.php?u=71">Sarahsaur</a></div> <div><b>Posts:</b> <a href="search.php?$session[sessionurl]do=finduser&u=71">Search Posts</a></div> <div><b>Threads:</b> <a href="search.php?$session[sessionurl]do=finduser&u=71&starteronly=1">Search Threads</a></div></fieldset> </td> <td align="center" valign="middle" class="alt2" border="0"> <fieldset class="fieldset"><legend>Prize</legend> <div><b>Prize:</b> 100,000 credits</div> <div><a href="http://www.mjjboard.com/showthread.php?t=11630">Congratulate Member Thread.</a></div></fieldset> </td> <td align="center" valign="middle" class="alt1" border="0"> <fieldset class="fieldset"><legend>Reason for Nomination</legend> <div>For her intelligent contribution to the board.</div></fieldset> </td> </tr> </table> </div> </center> $footer </body> </html> |
#24
|
||||
|
||||
thanks, works great, i renamed motw.php to motw_archive.php as im already using motw.php
works like a charm. thanks again |
#25
|
|||
|
|||
is there any way to change it to member of the month?
|
#26
|
||||
|
||||
Same here I would like to know this... per week is too fast I would like it per month too. I have not installed until it can be used per month. |
#27
|
|||
|
|||
Avatar works now But still a problem with the Member Details part?The links -View Threads,View Posts,View Profile don't seem to work?
|
#28
|
|||
|
|||
It's just simply a matter of changing all the phrases. I did this for you.
Please download the product attached to this post. Should you wish to put the table on other pages, you will need to input $MOTM instead. Let me know if it's okay, as I have not tested thoroughly yet. |
#29
|
|||
|
|||
Work on 3.6.x? 3.7.x?
Tried to install on 3.6.X and while importing product I get Code:
Invalid File Specified |
#30
|
||||
|
||||
good product it has good features but putting a url for avatar is kinda problem.because if someone is using a file from their pc or hosted somewhere else then its hard to use url.is there any way around? like just put the user id and it gets the avatar by itself.because right now i am using another hack and it does that,but i like the features of this one
|
#31
|
|||
|
|||
The avatar a member uses get uploaded to your server/database regardless where the member got it from. You need to use the forum avatar url link not the original source link.
Doing it another way involves queries which I am still working on. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|