Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Honorable Member Details »»
Honorable Member
Version: 1.00, by Zachariah Zachariah is offline
Developer Last Online: Jan 2020 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-23-2006 Last Update: 01-25-2006 Installs: 76
DB Changes Uses Plugins Template Edits
Code Changes Additional Files Is in Beta Stage  
No support by the author.

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

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

Comments
  #142  
Old 06-29-2006, 08:55 AM
Skedoozy's Avatar
Skedoozy Skedoozy is offline
 
Join Date: May 2006
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*crossed*
Reply With Quote
  #143  
Old 06-29-2006, 08:44 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I got this installed into vB3.5.4 , VB3.6 and it is worken ok.
- I have some add-ons I am working on also.

More to come

If anyone has some custom things they have done and would like to share shoot me an PM.
Reply With Quote
  #144  
Old 06-29-2006, 08:50 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah
Ok I got this installed into vB3.5.4 , VB3.6 and it is worken ok.
- I have some add-ons I am working on also.

More to come

If anyone has some custom things they have done and would like to share shoot me an PM.
yes so did on i on 3.5.4 and i do on 3.6.0....it stopped randomly changing the member every refresh....now it keeps my member for a week...but..........

excuse me for a second.....

I WANT THE MODULE TO WORK!!!!! I WANT IT ON MY CMPS INDEX....okay thanks for listening lol

and that wasn't meant to be rude or mean. that was a temper tantrum cuz i have done something wrong obviously for it to not work
Reply With Quote
  #145  
Old 06-29-2006, 09:33 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Skedoozy
I got the same error everyone else got in 3.5.4

Invalid SQL:
SELECT dateline, userid FROM customavatar WHERE userid =;

No fix for this??

I would love to use it on my home page as a module.

AdminCP / Scheduled Tasks / Scheduled Task Manager
- RUN: Honorable Member


Quote:
Originally Posted by Tyegurl
yes so did on i on 3.5.4 and i do on 3.6.0....it stopped randomly changing the member every refresh....now it keeps my member for a week...but..........

excuse me for a second.....

I WANT THE MODULE TO WORK!!!!! I WANT IT ON MY CMPS INDEX....okay thanks for listening lol

and that wasn't meant to be rude or mean. that was a temper tantrum cuz i have done something wrong obviously for it to not work

There were some changes on the CRON table.

Run this:
Code:
UPDATE `cron` SET `weekday` = -1, `day` = -1, `hour` = 23, `minute` = 'a:1:{i:0;i:-1;}', `filename` = './includes/cron/honorable_member.php', `loglevel` = 1, `active` = 1, `varname` = 'hm_task', `volatile` = 1, `product` = 'gz_honorable_member' WHERE  `varname` = 'hm_task';
If this does not work:

AdminCP / Scheduled Tasks / Scheduled Task Manager
- Edit: Honorable Member
  • Varname: hm_task
  • Title: Honorable Member
  • Description: Honorable Member
  • Active: Yes
  • Log Entries: Yes
  • Filename: ./includes/cron/honorable_member.php
  • Product: Honorable Member
  • vBulletin Default: Yes





*** NOTE to SELF: re-do the installer w/ low requirements and atuorun on install to stop errors.

Reff.
Code:
Invalid SQL:
SELECT dateline, userid FROM customavatar WHERE userid =;
Reply With Quote
  #146  
Old 06-29-2006, 10:11 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

okay i ran it no changes to table now i will run the cron and see what happens....

also should i redo the template lol i took it off because it took the whole site down....i know i must have done something wrong....
Reply With Quote
  #147  
Old 06-29-2006, 10:16 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

one question....

"Product: Honorable Member
vBulletin Default: Yes"

ummmm what do you mean.....

in product i have vBulletin and changed it to Honorable Member....

i don't see a vbulletin default anything unless you mean to have the product set to vbulletin instead of honorable member....you confused me lol
Reply With Quote
  #148  
Old 06-29-2006, 11:46 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tyegurl
one question....

"Product: Honorable Member
vBulletin Default: Yes"

ummmm what do you mean.....

in product i have vBulletin and changed it to Honorable Member....

I don't see a vbulletin default anything unless you mean to have the product set to vbulletin instead of honorable member....you confused me lol
I live in debug mode for DEV work and may see a few other things.

If so, Fill out what you can
Reply With Quote
  #149  
Old 06-29-2006, 11:52 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol okay i gotcha! i have a few radio buttons missing on my end but i don't have that default one either but i remember have before i upgraded lol...

not your doing on the error either...

anyway i will try to enable the module when i have no users on line and let you know if it's fixed

thanks for the help!
Reply With Quote
  #150  
Old 06-30-2006, 07:14 PM
vbreal vbreal is offline
 
Join Date: Dec 2005
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i looked at the update date and i see there hasn't been an update in a while. so is there still an issue with this showing up in the camps.

hey zach are you still trying to incorporate that idea i had a few pages back.
Reply With Quote
  #151  
Old 07-01-2006, 03:46 AM
NineToez NineToez is offline
 
Join Date: Nov 2005
Location: Los Angeles, CA
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yay, activity from the OP again! Zachariah, can you post a mod to make this a module on forumhome instead? Hope you don't take the request in offense, however I (and looks like many others) don't like how it appears on the home page at the top.
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 10:09 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.09228 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (4)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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