vB3 Member of the Week

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,472
    7,711
    321
    localhost
    Heisenberg submitted a new resource:

    - Member of the Week

    vB Version: 3.8.x

    Description
    This mod adds a member of the week table to your forumhome with zero queries.

    Features
    • Member's avatar
    • Small profile including search posts and threads
    • Prize and Rating
    • Link to thread to congratulate winner
    • Reason user was nominated member of the week
    • Link to create custom made motw.php page for archive purposes.
      (see post #2 for how you can create this)
    • Option to NOT show on forumhome -...

     
    Last edited:

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,472
    7,711
    321
    localhost
    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>
    [B]<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&amp;u=71">Search Posts</a></div>
    <div><b>Threads:</b> <a href="search.php?$session[sessionurl]do=finduser&amp;u=71&amp;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>
    [/B]
    </table>
    
    </div>
    </center>
    $footer
    </body>
    </html>

    Copy and paste the green code and place underneath previous one each time you have another member of week, taking note to change each red instance to reflect.
     

    Attachments

    • motwarchive.jpg
      motwarchive.jpg
      33.1 KB · Views: 0
    • motw.php
      1.9 KB · Views: 1