The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Honorable Member Details »» | |||||||||||||||||||||||||
Honorable Member 1.0 - (day / week /month / year)
Cerdits: Vb 3.0x Ver Rigel Kentaurus (http://www.cemzoo.com) Redesign: Zachariah (http://www.gzhq.net) ################################################## #################### This hack lets you "elect" @ random a Honorable Member. The member is someone randomly picked from all the users in your forum that met a certain criteria. By default it appers in top of the forumhome. It is a nice way for members of the forum to get to know each other. DEMO - CMPS Block: Honorable Member ################################################## #################### There is 2 Options to this Hack: - Forumhome and/or CMPS - CMPS (only) - Do not install both XML files. ================================================== ===== 1 Query added to page load. File edit: 1-2 Upload: 1-2 file Add: 1-2 templates Plugins: 0-2 Tested on: - vBulletin 3.5.3 - vBadvanced CMPS v2.0.0 (vB 3.5) - PhotoPost vBGallery v1.0.1 (vB 3.5) - add-ons soon ================================================== ===== Shows: (At the moment) - Member Name - Avatar - Post Count w/ link to show all posts - Reputation Count - Age - Most active forum w/ link (forum the member posts in the most) Options: (At the moment) - Minimum posts that the user must have - The user must had logged in the forum in the last x days - The user must had posted in the forum in the last x days - Minimum reputation the user must have - If a user is elected he cannot be elected again in this number of days - Your private or hidden forums so they are not shown in the "favorite forum" To Do's: - BBCodes - Smiles - Photopost vBGallery (links to Images and posts) - Photopost other 3 products (links) - VBPortal Block - VBA Links (links ot submited) - Any others? Show Your Support
|
Comments |
#2
|
||||
|
||||
I am very busy @ the moment.
I will pop in and out of this hack @ odd times w/ Add-Ons and support. Responce Time: 1-2 days :rambo: FAQ: Q: Why don't the member's info update on the hack after selected ? A: All the info is cached when the selection process is done. Updates to the member will not update untill they are selected again. * How to move location of the FORUMHOME * Place the block where you want on the FORUMHOME Add-ons: Soon #################################### There is 2 Options to this Hack: - Forumhome and/or CMPS - CMPS (only) - Do not install both XML files. Template options: forumhome_honorable adv_portal_honorable - $mday[userid] - User ID - $mday[username] - Username - $mday[usertitle] - Usergroup name - $mday[birthday] - Date of B-Day - $mday[age] - Age - $mday[reputation] - User reputation - $mday[posts] - Post count - $mday[forumid] - Fav. forum ID - $mday[forumname] - Fav. forum name - $mday[fieldX] - X = profile Field # you wish to show up - $mday[icq] , $mday[yahoo], $mday[aim], $mday[scype] - IM data - $mday[styleid] - Style ID - Many more (I'll list them later) Everything about the person in tables: - user - userfield - usertextfield $mday[fieldname] |
#3
|
||||
|
||||
this looks really cool, ill take a look at this later on
|
#4
|
||||
|
||||
How to move location of the FORUMHOME.
To make it a hackless install (no template edits) this places a template on a unique "anchor" within the FORUMHOME template. Code:
$search_text = '$navbar'; $vbulletin->templatecache['FORUMHOME'] = str_replace($search_text, $search_text.fetch_template('forumhome_honorable'),$vbulletin->templatecache['FORUMHOME']); Edit Plugin: Honorable Member: Forumhome Find: Code:
$search_text = '$navbar'; Anchor spots: (this will place in FORUMHOME) $header - Above the Navbar $navbar - Below the Navbar <!-- what's going on box --> - Above what's going on box. <!-- end what's going on box --> - Below what's going on box. Many others explore :squareeyed: (text / comment that is different than anything else in the template.) |
#5
|
||||
|
||||
Place the block where you want
You will want to edit the forumhome template and place the block where you want vs. use an anchor: Edit plugin: Honorable Member: Forumhome Replace: Code:
$search_text = '$navbar'; $vbulletin->templatecache['FORUMHOME'] = str_replace($search_text, $search_text.fetch_template('forumhome_honorable'),$vbulletin->templatecache['FORUMHOME']); Code:
eval('$honorable = "' . fetch_template('forumhome_honorable') . '";'); Code:
$honorable |
#6
|
||||
|
||||
Thank you for releasing a great hack such as this one!
|
#7
|
|||
|
|||
thank you!!
I've been waiting for this, can't wait to install it. |
#8
|
|||
|
|||
I think for starters, it would be easier if you broke the install details up completely, one set for if it is used without CMPS, and one set for if it is with CMPS. It's hard for me to pick out the differences.
Also, need to know about the other files - I assume we are uploading them into the proper directories, but you may just want to add that in as a step.. Going to try and install now and see how it goes |
#9
|
||||
|
||||
Quote:
- Was burning some midnight oil. - I'll break it up. (day or so) - It's like the directions for for putting your kids new bike together @ the moment. :tired: |
#10
|
||||
|
||||
I got it on the first try but I had to check my edits and read the installations instructions many times... LOL! Agreed Instructions needs refining but great job.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|