vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Mark User As Contributor (https://vborg.vbsupport.ru/showthread.php?t=33195)

arcab4 10-23-2002 06:41 PM

yup. this is how my postbit template looks like...

Posts: $post[posts]<br>
$post[donation]</smallfont></td>

GunsNetwork 10-24-2002 01:20 AM

Thanks "The ROCK"

it works now!

BowHunt

arcab4 10-24-2002 02:04 AM

hey bowhunt! u got it to work? man..i must have bad luck or something. what version are you running?

GunsNetwork 10-24-2002 02:15 AM

version 2.2.8

Go ahead and redo everything then run the contribute.php which should be located in your Admin folder

I redid everything then re-ran the contribute.php file.

It worked for me, finally. I had it working in all the versions except this last one, but now it works.

BowHunt

arcab4 10-24-2002 04:45 AM

doing it again did the trick for me. i think probably cause i forgot to upload a file. *smack myself in the head*. thanks for the help!

if i want to give my members custom titles, can i just sorta 'hack' this hack or is there a hack out there already that does that? i can't seem to find it.

thanks again!

partang2 12-27-2002 07:25 PM

Works great on 2.2.9! But I have one "stupid" question:

If I wanna show a picture instead of the text how will that template look like...? I am pretty new to this you see....

*Clicks install*

Michael2 01-21-2003 07:02 AM

Is there a way to search through the CP for who your contributing members are?

justsomedude 01-21-2003 08:55 PM

[QUOTE]If I wanna show a picture instead of the text how will that template look like...?

Mustang5ohhh 01-24-2003 05:11 PM

I just installed this hack ... Mark, great job. Easy as hell ... even for a newb like me !!!

Here's my question for anyone that can help ... I have the "Contributor" setup right under the user title. How do I remove it from the post header (think that's what it's called) ... any help would be appreciated.

Thanks

MarkB 01-24-2003 05:16 PM

Can you post a link to an example of your problem?

Glad you like the hack :)

Mustang5ohhh 01-24-2003 05:24 PM

Sorry ... can't figure out the right terminology. The image below shows where it's appearing above the user info.

I changed it to read "Paid Member" .... I just wanted to remove it from the "post header"

Thanks,

http://www.electrohobbyist.com/test.BMP

MarkB 01-24-2003 05:26 PM

Check your postbit template to see if the variable's been doubled up anywhere :)

Mustang5ohhh 01-24-2003 05:33 PM

Fixed. Age is affecting eyesight !!!Mark thanks again for the great hack. If theres anywhere I can donate ... I'd like too ... the hacks and help I've found here are worth it.

Thanks again.

MarkB 01-24-2003 05:37 PM

Glad you got it sorted!! :)

kamu 02-24-2003 10:39 AM

Hey MarkB, thanks for this EXCELLENT HACK!
but 1 thing... what If I wanted to set up a forum for Contributing Members only.. how would I go along doing this with your hack?
thanks again

Xyphen 03-06-2003 08:07 PM

Can you merge this with the Styles for Premium members? and Also, is it possible to add it to a usergroup?

If usergroup=7 then display this template and blah blah? Is it possible?

Jacko 05-27-2003 08:16 AM

works a treat here on 2.3.0 :)

cheers.

WoodiE 05-29-2003 05:30 PM

I've installed the hack and works just fine on 2.3.0 though a few things I'd like to know is:

1. Is there a way to see who had donated? Like in the Admin CP so that you could goto Users -> Find -> Supporters or something like that?

2. Is there a way to make it so that only contributing members can view certain forums?

If these two things already exist I'd love to get a link to them as it would be a HUGE help for me.

-WoodiE

WoodiE 05-29-2003 05:32 PM

I've installed the hack and works just fine on 2.3.0 though a few things I'd like to know is:

1. Is there a way to see who had donated? Like in the Admin CP so that you could goto Users -> Find -> Supporters or something like that?

2. Is there a way to make it so that only contributing members can view certain forums?

If these two things already exist I'd love to get a link to them as it would be a HUGE help for me.

-WoodiE

Illuvatar 07-02-2003 09:12 PM

Hey folks,

I've not installed this hack yet, but am willing to. We signify our subscribers by giving them a Silver ring using the Awards Hack by Lesane.

What I'm attempting to do now is give all of our staff a special little icon and I think this hack would work perfectly. The thing is that I would like to have the image be clickable so that I could link it to the "Forum Leaders" page, and then would not need to have text, but just a small non-intimidating image that could help newbies and such tell when they're dealing with one of my staff versus a regular member.

The easiest way would be for staff NOT to use custom titles, but this would be wayyy slicker!

Can this be done? Or am I stuck with just a static image? And is there any known conflicts between this and the awards hack?

Thanks,
Illu

pdatoon 07-08-2003 09:41 PM

Help!

I ran the contribute.php file the first time, and it says everything was succesful. But it didnt add any customs templates : getinfo_donation & postbit_donation

Can someone post here or send them to me? I dont understand why it didnt create them :(

pdatoon 07-09-2003 06:18 AM

nobody?

Can someone send me the content of the two templates please? :ermm:

nghia@nguyendai.com

pdatoon 07-09-2003 09:08 PM

anyone? :tired:

Frozen Dreams 07-21-2003 11:10 AM

[QUOTE]07-10-03 at 12:08 AM pdatoon said this in Post #143
anyone? :tired:

Illuvatar 07-21-2003 10:48 PM

Okay...I've started out to install this hack as I am using Lesane's award hack for my contributors and with this I can put a nifty little image under the postbit to identify my staff.

Now, the only thing I'm hesistant about is that I want to change the code for the user panel to say "Is user staff?" instead of "Has user made a donation"

The current code reads
Quote:

## AFTER, ADD THIS:

makeinputcode("Is $user[username] staff?","donation",$user[donator]);
Forgive my rookiness with this stuff......I figure changing the actuall sentance is easy enough.
Quote:

makeinputcode("Is $user[username] staff?","donation",$user[donator]);
but what about this part......"donation",$user[donator])

Would that then be ."staff",$user[staff])?

If you can direct me here...I think I'll be able to get this up and running in no time!! Oh...also.....I've allready got my spiffy little staff image placed into the postbit_donation template....but what am I supposed to do with the getinfo_donation template? anything?

Illuvatar 07-22-2003 06:31 AM

Well...I guess you can just ignore everything that I posted earlier!! :ermm: :surprised: :lick:

Great hack mate!! Did exactly what I wanted it to do!!

I've now assigned the site logo (smaller version) to all my staff as we do not use 'Moderator, Admin, etc.) for titles and use a Silver ring to identify our site supporters.

[high]* Illuvatar clicks install and is very happy!!
[/high]

Here is an example of what I did with this hack.

I only had to hack the hack a little bit to modify how the question in the admin panel displays, and even assigned an 'alt' tag to the image. hehe

Tomorrow I'm gonna link it to the Forum Leaders page and be done with it! Thanks again!

In Fellowship,
Illu

Holidazed 07-22-2003 08:02 PM

is there a way to not only show who contributed but display what they contributed? Whether it was money, equipment, service, etc?? Have an option to show this in the ACP, in the user profile and/or in the Postbit??

Holidazed 07-22-2003 08:14 PM

pdatoon, the two templates are rather simple.

The "getinfo_donation" template contains 1 line that says "- Contributor".

The "postbit_donation" template contains 1 line that says "Contributor".

That's it.

Illuvatar 07-22-2003 08:29 PM

Well.....as I wanted to customise mine just a bit...my getinfo template has this
Quote:

- Staff
and my postbit one has
Quote:

<img src="/forums/vbulletin225/upload/images/sitestafflogo.jpg" width="21" height="22" alt="WotR Staff">
But as was said way earlier in the thread, you can put whatever you need to display into these templates.....the first one is what shows up in your users profile, and the second is actually what displays under the users post count.

Buczilla 07-23-2003 08:11 PM

Thanks so much for this hack!!!

Now, how could I setup a private forum for contributors? (without a usergroup) would I have to manually edit their access masks?

Buczilla 07-23-2003 08:16 PM

Is there a way to make it only show up if they have it (like the age hack)?

Illuvatar 07-28-2003 04:05 PM

Since I'm using this hack to indicate my staff members, it's been brought to my attention that it would be very usefull to have the image show up when they send a private message as well.

I added the $postbit[donation] bit into the privmsg template, but that was not enough.

Can anybody tell me what else needs to be applied and where in order to make this work for private messages?

Thanks.
Illu

cindyd 07-29-2003 03:23 PM

I had a problem yesterday and had to revert back to some things, now my templates for this hack have gone missing.

All the changes that were made to the admin/functions, user.php and member.php are still there.

So would someone tell me how to just get the templates installed again?

I didn't really want to uninstall the whole hack because I have quite a few people who have donated and this info would be wiped wouldn't it?

Edited to add: I found what I needed in this thread.

CodeDawg 08-15-2003 08:45 PM

This is a great hack...it made my donation system a breeze and has users donating more since they get a little something (a supporting member image) to show they made a donation.

Thanks for the great hack!!!!!

Asso 08-18-2003 10:52 AM

it's possible to have this great hack for vb3?

I use it with my board 2.3.0 and it's perfect but now i want install it on a vb 3 board

thanks

Cal Poly Forum 08-26-2003 08:13 AM

Anyone tried out on version 2.3.2 yet?

I wish 2.3.2 and 2.3.0 is exactly the same but there are few changes on the coding.

Bat21 09-16-2003 10:50 AM

[QUOTE=Asso]it's possible to have this great hack for vb3?

I use it with my board 2.3.0 and it's perfect but now i want install it on a vb 3 board

thanks

bluecat 10-28-2003 01:25 AM

[QUOTE=Cal Poly Forum]Anyone tried out on version 2.3.2 yet?

I wish 2.3.2 and 2.3.0 is exactly the same but there are few changes on the coding.

MarkB 10-28-2003 05:04 AM

@Gser - it can be done on vB3 using usergroups and templates.

Bat21 10-28-2003 06:41 AM

[QUOTE=MarkB]@Gser - it can be done on vB3 using usergroups and templates.


All times are GMT. The time now is 01:19 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.02684 seconds
  • Memory Usage 1,816KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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