vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Mark User as Contributor (https://vborg.vbsupport.ru/showthread.php?t=94507)

cheech4487 11-08-2005 09:04 PM

Quote:

Originally Posted by Zachariah
I could care less about people that do not follow a set standard of rules or directions.

Hey Zachariah. I was not aware that there was a set standard of rules or directions that I should click install "before" I actually had installed it. I have "never" had any problem with this before, & I really appreciate you taking the time to explain this to me, Thank You very much.
Maybe they should consider "you" for a moderator position. :up:

KW802 11-08-2005 09:25 PM

Quote:

Originally Posted by Zachariah
.... I could care less about people that do not follow a set standard of rules or directions.

If you 'could care less' then that means you care at least a little bit. :p


:D

Zachariah 11-08-2005 09:27 PM

Quote:

Originally Posted by cheech4487
Maybe they should consider "you" for a moderator position. :up:

It would never happen. I would snap 25 times a day and start banning entire domain names.

Quote:

Originally Posted by KW802
If you 'could care less' then that means you care at least a little bit. :p

:D

I do not like bugs. :D

I do not like people to have extra stress, unless I am there to give it too them in person. :squareeyed:

Boofo 11-08-2005 09:40 PM

That wasn't a bug. I left it out intentionally because I like to know what order users donated in. ;)

Zachariah 11-09-2005 01:02 AM

Quote:

Originally Posted by Boofo
That wasn't a bug. I left it out intentionally because I like to know what order users donated in. ;)

He was talking to me on my outlook of people that don't care to hit the "install" not your contrib port :p

Boofo 11-09-2005 01:19 AM

Quote:

Originally Posted by Zachariah
He was talking to me on my outlook of people that don't care to hit the "install" not your contrib port :p

I was referring to this:

Quote:

I do not like bugs. :D
My apologies if I took it wrong, sir. ;)

Smiry Kin's 12-18-2005 10:09 PM

work on vb 3.5.2?

lifesourcerec 12-21-2005 08:56 AM

Quote:

Originally Posted by Boofo
This just gives your contributors a page to have "their name in lights" so to speak. A thank you jester for donating to your site.

If this was to work with the paypal donations, that would have been super nice.. automatically mark them as contributors, so you wouldn't have to do it manually.

beansbaxter 12-30-2005 08:57 AM

I am running 3.5.2 and when I import the XML plugin, I get a database error.

BuRNZau 01-10-2006 10:07 AM

Quote:

Originally Posted by Zachariah
@BuRNZau
contributors.php

Find:
Code:

$getusers = $db->query_read("
        SELECT `userid`, `username`, `usergroupid`, `displaygroupid`
        FROM `" . TABLE_PREFIX . "user`
        WHERE `contrib` = '1'
");

Change:
Code:

$getusers = $db->query_read("
        SELECT `userid`, `username`, `usergroupid`, `displaygroupid`
        FROM `" . TABLE_PREFIX . "user`
        WHERE `contrib` = '1'
        ORDER BY `username` ASC
");


Works great.

TY! :)

EDIT: Also running it on vB v3.5.3 no probs.


All times are GMT. The time now is 11:57 PM.

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.01176 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
  • (9)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