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)

dan35 11-06-2005 04:21 AM

I don't see it at the footer either!

although my footer includes:
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
<a href="contributors.php">$vbphrase[bf2_contribs]</a> -

It just shows: Contact Us - Forumname - - Archive - Top

Boofo 11-06-2005 05:37 AM

Quote:

Originally Posted by dan35
I don't see it at the footer either!

although my footer includes:
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
<a href="contributors.php">$vbphrase[bf2_contribs]</a> -

It just shows: Contact Us - Forumname - - Archive - Top

Make sure the phrase is there. ;)

Boofo 11-06-2005 05:42 AM

Quote:

Originally Posted by cheech4487
Well if there is no support here then I will scrap this mod. Pretty disappointing because it was a great idea that I was lookin forward too. :tired:

Maybe if you would learn to click the install button, you might get some answers once in a while. ;)

As far as images, you will have to add your own if you want that. Right now it shows Contributor in the postbit and profile. The images are already there on the Contributors page. ;)

dan35 11-06-2005 06:50 AM

Quote:

Originally Posted by Boofo
Make sure the phrase is there. ;)


I just followed your instructions in the text file. I search for 'bf2_contribs" phrase but don't see it. So we have to add "bf2_contribs" phrase manually?

Boofo 11-06-2005 06:53 AM

Quote:

Originally Posted by dan35
I just followed your instructions in the text file. I search for 'bf2_contribs" phrase but don't see it. So we have to add "bf2_contribs" phrase manually?

Yes. I must have missed that in the xml file. Glad you caught it. ;)

dan35 11-06-2005 07:01 AM

Please update it :p

Boofo 11-06-2005 07:57 AM

Quote:

Originally Posted by dan35
Please update it :p

When I get some time, I will.

cheech4487 11-06-2005 08:25 PM

Quote:

Originally Posted by Boofo
Maybe if you would learn to click the install button, you might get some answers once in a while. ;)

So because I didn't click install "before" I actually installed it, I was being ignored for 5 days while I was waiting for help?

BuRNZau 11-08-2005 06:25 AM

Works great thanks! Clicks install. :)

One questions is there a way to order the list of contributors alphabetically?

Zachariah 11-08-2005 10:26 AM

Quote:

Originally Posted by cheech4487
So because I didn't click install "before" I actually installed it, I was being ignored for 5 days while I was waiting for help?

Ya most of the time. I usually make them wait 2-3 months or ignore them all together.

To me its like clock work. If I download, I hit install even if I install it 3 months later.

5 days is nothing 9/10 time I could care less about people that do not follow a set standard of rules or directions.

Your lucky he took the time IMO.

@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
");



All times are GMT. The time now is 08:04 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.01202 seconds
  • Memory Usage 1,739KB
  • 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
  • (7)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