Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Mark User as Contributor Details »»
Mark User as Contributor
Version: 1.00, by assassingod assassingod is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 02-01-2004 Last Update: Never Installs: 87
DB Changes
 
No support by the author.

Mark User as Contributor [vB3]

Coded by: assassingod
Original: MarkB

Thanks to MarkB for letting me port this hack to vBulletin 3 and creating the original.

Description:
This allows you as an administrator to mark users if they have donated to your website. You can use text/icon whatever you want by editing the phrase. It appears in postbit and the users profile

Show Your Support

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

Comments
  #22  
Old 02-06-2004, 02:13 AM
Ig@r's Avatar
Ig@r Ig@r is offline
 
Join Date: Feb 2002
Location: MN
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by akiy
I may be missing something, but couldn't this be done without any file hacks by using a secondary usergroup (eg "Contributor") and a conditional in the right templates to display the text/image (<if condition="is_member_of($post, X)"><B>Contributor</B></if>)?
IMHO, this is the best way to do it. There is no file hack needed, only the template modification. This is a power of VB3!
Reply With Quote
  #23  
Old 02-06-2004, 07:17 AM
Funkie Funkie is offline
 
Join Date: Nov 2001
Location: uk
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@FastAttack thx man



Quote:
Originally Posted by Ig@r
IMHO, this is the best way to do it. There is no file hack needed, only the template modification. This is a power of VB3!
that is an option m8 but its not the easiest way to do it as you have to setup different usergroups it would be best done under subscription id then whoever has subscribed to one of the subsriptions you can make a different gif for each

but saying that I don't know what the code is for subscription id or even if its a condition cuz noone answered me when I asked
Reply With Quote
  #24  
Old 02-14-2004, 05:01 PM
Mellow's Avatar
Mellow Mellow is offline
 
Join Date: Nov 2003
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gmarik
akiy - could you write a step-by-step tut about what you did?
I liked this mod... I took the template-only suggestion and it worked great. I still clicked Install since the idea and original intent was very good.
Reply With Quote
  #25  
Old 02-15-2004, 11:50 PM
The Quibbler The Quibbler is offline
 
Join Date: Oct 2003
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It'd be nice if you could mark them as different levels (like "Contributor" if they dontate $XX-$XX, "Donator" if $XX-$XX, and so on). But it's still really nice as is. I'll install it soon.
Reply With Quote
  #26  
Old 02-16-2004, 01:18 AM
FastAttack FastAttack is offline
 
Join Date: Feb 2002
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Quibbler
It'd be nice if you could mark them as different levels (like "Contributor" if they dontate $XX-$XX, "Donator" if $XX-$XX, and so on). But it's still really nice as is. I'll install it soon.
again you can make it a conditional using fields.

First make the regular Contributor tag . Then make new field get the ID number and once more using the conditional to display the amount if that field is populated ( of course only admins would have access to input the amount there)
Reply With Quote
  #27  
Old 02-28-2004, 11:05 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would be nice to have "Contributor page" as a VB page with header, footer, navbar ect .. with links to their profiles.

EX:

Yoursite.com would like to extend its thanks to the following individuals who have helped us pay back some of our debts and expenses over the years.
blaw, blaw blaw blaw......

Code:
SELECT `userid` , `username` , `contrib` 
FROM `user` 
WHERE 1 AND `contrib` =1
ORDER BY `usergroupid` ASC  LIMIT 0 , 30
Thoughts ?
Reply With Quote
  #28  
Old 02-29-2004, 01:38 AM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack!!
Reply With Quote
  #29  
Old 02-29-2004, 06:43 AM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HarryButt
Would be nice to have "Contributor page" as a VB page with header, footer, navbar ect .. with links to their profiles.

EX:

Yoursite.com would like to extend its thanks to the following individuals who have helped us pay back some of our debts and expenses over the years.
blaw, blaw blaw blaw......

Code:
SELECT `userid` , `username` , `contrib` 
FROM `user` 
WHERE 1 AND `contrib` =1
ORDER BY `usergroupid` ASC  LIMIT 0 , 30
Thoughts ?
This would be pretty easy, i'll make it an addon soon.
Reply With Quote
  #30  
Old 02-29-2004, 12:05 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!
Reply With Quote
  #31  
Old 02-29-2004, 11:21 PM
ap0c's Avatar
ap0c ap0c is offline
 
Join Date: Mar 2003
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for the image showing up in the postbit, couldnt you just use the rank feature.I set mine up using subscriptions which are automatic, and a new rank for that usergroup they entered with the $ image for rank.
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 06: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.04584 seconds
  • Memory Usage 2,310KB
  • 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
  • (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
  • (4)pagenav_pagelink
  • (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