vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Mark User as Contributor (https://vborg.vbsupport.ru/showthread.php?t=61082)

Ig@r 02-06-2004 02:13 AM

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!

Funkie 02-06-2004 07:17 AM

@FastAttack thx man:D



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

Mellow 02-14-2004 05:01 PM

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.

The Quibbler 02-15-2004 11:50 PM

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.

FastAttack 02-16-2004 01:18 AM

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)

Zachariah 02-28-2004 11:05 PM

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 ?

trackpads 02-29-2004 01:38 AM

Great hack!!

assassingod 02-29-2004 06:43 AM

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.

trackpads 02-29-2004 12:05 PM

Thanks!

ap0c 02-29-2004 11:21 PM

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.


All times are GMT. The time now is 07:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01356 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete