View Full Version : Mark User as Contributor
assassingod
02-01-2004, 10:00 PM
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:)
Xyphen
02-02-2004, 06:12 PM
Can this be done with an image? Just wondering, nice hack, was looking for something like this, I'm sure it can be done as a image but just verifying.
assassingod
02-02-2004, 06:14 PM
Do you mean that can you use an image? Then yes, you can by editing the phrase. (If that's not what you meant you'll have to explain again, thanks:))
TheComputerGuy
02-02-2004, 06:34 PM
Good job! Will install!
gmarik
02-02-2004, 07:56 PM
I'll use it for the ones who submit text to my library, thanks pal.
assassingod
02-02-2004, 08:04 PM
Don't forget to click the install button if you use this hack:)
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:)
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>)?
Allan
02-02-2004, 08:12 PM
Good Job Assanssingod :)
assassingod
02-02-2004, 08:18 PM
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>)?
Yes, but I myself would prefer a simpler way (and I find this way easier)
Yes, but I myself would prefer a simpler way (and I find this way easier) Ah, OK. Just wondering. I guess I personally prefer methods that'll work without file modifications since I hate having to reapply file patches when upgrading...
FastAttack
02-03-2004, 01:04 AM
I did the simple way and used this conditional in the postbit:
<if condition="$post[subscriptionid] == 4">Im a paying member</if>
thanks to funkie for pointing it out ..
btw this hack works if you don't want to have added features as a donator
Randuin
02-03-2004, 02:03 AM
Okay... I tried using the <img> tags in phrases...It didn't work :(
assassingod
02-03-2004, 05:43 AM
Okay... I tried using the <img> tags in phrases...It didn't work :(
I'll get to work on this.
PranK
02-03-2004, 05:53 AM
schweet - nice job assasingod!! :) :D
* PranK clicks install
Christian
gmarik
02-03-2004, 06:24 AM
akiy - could you write a step-by-step tut about what you did?
Exero
02-03-2004, 09:35 AM
totaly sweet
ill install when vB3 Gold is out ;)
Funkie
02-05-2004, 09:34 AM
I did the simple way and used this conditional in the postbit:
<if condition="$post[subscriptionid] == 4">Im a paying member</if>
thanks to funkie for pointing it out ..
btw this hack works if you don't want to have added features as a donator
@FastAttack did this work for you as I couldn't get it to work I put it in the postbit-legacy template but nothing shows up how did you get it to work m8 as I've had to setup aload of xtra usergroups and added this code to cover it
<if condition="IS_MEMBER_OF($post, 20)">Donated: <img src="/forum/images/gold.gif" width="50" height="50"></if><if condition="IS_MEMBER_OF($post, 21)">Donated: <img src="/forum/images/bronze.gif" width="50" height="50"></if><if condition="IS_MEMBER_OF($post, 22)">Donated: <img src="/forum/images/silver.gif" width="50" height="50"></if><if condition="IS_MEMBER_OF($post, 23)">Donated: <img src="/forum/images/mon.gif" width="20" height="30"></if>
FastAttack
02-05-2004, 11:16 AM
Its working perfectly fine.. just remember to change the Usergroup ID.
I can give you my postbit code so you can look at it. PM me l8r! :)
Funkie
02-05-2004, 01:12 PM
when you say change the usergroup id do you mean the subscription id like when your first setup a supscription its 1 and so forth or is there something in usergroup I need to change?
a look at your postbit would be helpfull m8 if you don't mind
funkie@btconnect.com
FastAttack
02-06-2004, 01:28 AM
Letme send you the postbit layout.. its pretty simple its actually not subscription id but usergroup == blablabl
anyhow code on its way
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
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
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
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......
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
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......
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!
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.
trackpads
03-02-2004, 12:43 AM
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.
You can but this is even better because you can save ranks for other things.
Zachariah
03-08-2004, 10:18 PM
This would be pretty easy, i'll make it an addon soon.
Its "dirty" code and don't have VB code vs. hard code, I am sure there is a simple way, but here is some thoughts.
<?php
require('./global.php');
$contribreport=mysql_query("SELECT userid,username,contrib FROM user WHERE contrib='1' ORDER BY userid");
while(list($userid,$username,$contrib)=mysql_fetch _row($contribreport)){
?>
<table width='98%' border='0' cellspacing='1' cellpadding='0' align='center'>
<tr>
<td align='center' width='100%'><a target='_blank' href='../forums/member.php?u=<? echo"$userid"; ?>'><font size='1' face='Verdana'><? echo" $username"; ?></font></a></td>
</tr>
<?
}
?>
assassingod
03-09-2004, 04:29 PM
Contributor Page:
Upload contributors.php and upload it to your forums root directory
Add the template 'CONTRIBUTORS'
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $vbphrase[contribs]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>$vbphrase[contribs]
</td>
</tr>
</thead>
<tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]">
<tr valign="top">
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth]" align="$stylevar[left]">
<fieldset class="fieldset">
<legend>$vbphrase[contribs]</legend>
<div style="padding:$stylevar[formspacer]px">
<div>$contrib_bit</div>
</div>
</fieldset>
</div>
</div>
</td>
</tr>
</tbody>
</table>
$footer
</body>
</html>
Add the template 'contrib_bit'
<a href="member.php?$session[sessionurl]userid=$contributors[userid]">$contributors[username]</a>
<br />
Edit template 'footer'
Find:
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>
Above, add:
<a href="contributors.php">Contributors</a> -
Add phrase:
varname: contribs
text: Contributors
Boofo
03-09-2004, 06:59 PM
Excellent addition, Steve! Good work! ;)
Zachariah
03-09-2004, 11:44 PM
Contributor Page:
:banana:
I changed a few things:
http://www.gzhq.net/forums/contributors.php
Boofo
03-09-2004, 11:49 PM
:banana:
I changed a few things:
http://www.gzhq.net/forums/contributors.php
That looks great! Would you care to share the code? ;)
Zachariah
03-10-2004, 12:20 AM
That looks great! Would you care to share the code? ;)
Template: CONTRIBUTORS (in this template is Yoursite.com and Youremail@Yoursite.com) *fill in your info.
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - Contributors</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>$vbphrase[contribs]
</td>
</tr>
</thead>
<tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]">
<tr valign="top">
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth]" align="$stylevar[left]">
<fieldset class="fieldset">
<legend>$vbphrase[contribs]</legend>
<div style="padding:$stylevar[formspacer]px">
<div><p align="center">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. Yoursite.com
is currently fueled only by such notable individuals at those that follow, and
it is they who help us keep this site online. If you are interested in donating
to Yoursite.com, please use Paypal and this <a target="_blank"
href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=Youremail@Yoursite.com &item_name=Donation%20to%20Yoursite.com&item_numbe r=Donation&no_shipping=1">link</A>. <br>
<br>
<b><font size="5">The People Making Yoursite.com Possible</font></b></p></div>
<div><center>$contrib_bit</center><br></div>
</div>
</fieldset>
</div>
</div>
</td>
</tr>
</tbody>
</table>
$footer
</body>
</html>
Template: contrib_bit
<a target="_blank" href="member.php?$session[sessionurl]userid=$contributors[userid]">$contributors[username]</a>
<br />
Phrase: contribs (in this Phrase is Yoursite.com) *fill in your info.
<img border="0" src="$stylevar[imgdir_misc]/donate.gif" alt="Yoursite.com Contributors !!!" width="16" height="16"> Contributors
Image: donate.gif (style image/misc)
VBroot/images/misc
Boofo
03-10-2004, 01:59 AM
Thank you, sir. ;)
assassingod
03-10-2004, 05:37 AM
Looks good:)
Infopro
03-25-2004, 12:52 PM
.....It appears in postbit and the users profile
It appears on the profile page, but I can't make it appear on postbit. It does have a space there, but the text does not show. I noticed this same issue on another members forum here in this thread as well.
Any ideas? Thanks.
assassingod
03-25-2004, 01:38 PM
It appears on the profile page, but I can't make it appear on postbit. It does have a space there, but the text does not show. I noticed this same issue on another members forum here in this thread as well.
Any ideas? Thanks.
Are you using the legacy template by any chance?
Infopro
03-25-2004, 01:49 PM
How do I tell that? I'm trying to yank this right now as my forums crashed and I'm getting emails like crazy here.
You got any idea what this is from?
Invalid SQL:
SELECT title, data FROM 125datastore
WHERE title IN ('options', 'cron', 'forumcache', 'usergroupcache', 'stylecache')
mysql error: Table ' dbnamehere.125datastore' doesn't exist
mysql error number: 1146
assassingod
03-25-2004, 01:52 PM
No idea what might be causing that.
Infopro
03-25-2004, 09:45 PM
I think it was a bad query for the whos online hack by Gary. :(
assassingod
03-26-2004, 06:01 AM
Better ask in his hack thread then.:)
Infopro
03-26-2004, 08:50 AM
I'm not sure now that it was that. I was able to re add it, and Contributor hack and all is well in the world again. Thanks.
White Knight
04-13-2004, 12:51 PM
Well I just installed this hack and its not working. i followed the directions to a T and all. I got to be over looking something and have no idea where to look.
I can mark the person as a contributor.. however it doesnt show when people post.
any ideas?
White Knight
04-13-2004, 01:01 PM
Nevermind.. i had to add it to postbit_legacy..
Infopro
04-13-2004, 01:03 PM
Fred
Administrator/Webmaster
Contributor
Looks like its working there now..
White Knight
04-13-2004, 01:17 PM
Looks like its working there now..
Yeah like I said.. I had to add it to the postbit_legacy template.. thats twice that has happened to me..
one day i will find out whats the difference between postbit and postbit_legacy :)
P.Jackson
04-16-2004, 09:55 PM
/me installs awsome addon
Loyalty4Life
04-17-2004, 04:05 AM
I did the simple way and used this conditional in the postbit:
<if condition="$post[subscriptionid] == 4">Im a paying member</if>
thanks to funkie for pointing it out ..
btw this hack works if you don't want to have added features as a donator
I tried using this code, but it didn't work. Is the number 4 indicating the subscription ID? I thought it was, so I subbed 4 for 1, my subscription ID that I use. It didn't work though.
Anyone know how to use this code correctly? What am I doing wrong? No offense to the maker of this hack. :) It looks good! I just would rather edit a template then edit multiple php files. :)
P.Jackson
04-17-2004, 06:03 PM
Add these phrases:
Varname: user_contrib
Text: Mark as Contributor ?
Varname: post_contrib
Text: <b>Contributor</b>
whats the Phrase Type?
assassingod
04-17-2004, 06:07 PM
IIRC Global.
P.Jackson
04-17-2004, 06:11 PM
i dont see IIRC Global. :S
assassingod
04-17-2004, 06:25 PM
IIRC = If I Remember Correctly :)
The phrase type will work in GLOBAL so put it there:)
P.Jackson
04-17-2004, 08:37 PM
o my bad
Illuvatar
04-24-2004, 10:33 PM
I saw this question asked earlier, and unless I blew by the answer, then I'd like to ask again.
I had the original version of this this hack installed in V 2.2.7, and I used this<img src="/forums/vbulletin225/upload/images/sitestafflogo.jpg" width="21" height="22" alt="WotR Staff"> so that I could display a little image and use this to indicate my staff members, but now that we're using Gold it appears that it's all done with phrases instead.
I'm using the ranks to assign a silver ring to indicate my subscribers and would like to use this for my staff. So the question is...
How....or can I use a phrase to assign this image like I did above? And if so....is the placement of the image just a matter of where in the postbit you place it like it was before.
Thanks! :p
Bison
05-03-2004, 03:43 AM
I really prefer the multi-tiered version where you can label a user based on the amount that they donated.
example:
Platinum Contributor
Gold Contributor
Silver Contributor
Bronze Contributor
This is very effective when the time comes to request donations. :)
webrats
05-04-2004, 03:28 AM
can you make it so a certain usergroup is an contributor?
lifesourcerec
05-07-2004, 08:21 PM
I did it step by step, but it doesn't show up. I may be missing something.
Maikeru
05-14-2004, 12:07 AM
Good work. I was wondering, could we make the contributor thing say something different like... awesome person...not that i'll use that, but can we change it?
paratek
05-14-2004, 12:43 AM
Smacks the install....I just love the little things....
jons5150
05-16-2004, 09:11 AM
Installed per instructions-cannot find anything in the CP.
Boofo
05-16-2004, 09:47 AM
Installed per instructions-cannot find anything in the CP.
It's in the user profile in the Admin CP. ;)
turbidblue
07-06-2004, 10:11 PM
thank you! very easy install
*clicks install :)
pdatoon
07-07-2004, 04:06 AM
Is it possible to use that to mark an entire usergroup as contributors?
Illuvatar
07-07-2004, 04:43 AM
Well...we do that with the Rank system in 3.0....
All of our contributors have a Silver Ring displayed in their profile if that helps any,
pdatoon
07-07-2004, 08:54 AM
Well...we do that with the Rank system in 3.0....
All of our contributors have a Silver Ring displayed in their profile if that helps any,
Oh you mean the internal rank system of Vb3?
I have still Vb2.3.0 and dont plan to upgrade for now ...
Illuvatar
07-07-2004, 01:04 PM
In that case ...no...you have to mark them on a user by user basis. We used this to indicate staff when we were running 2.3 and it worked quite well.
cnczone
07-21-2004, 06:31 PM
The hack is OK, but I really do not want anything in the signature is their a way to not have it do that?
assassingod
07-21-2004, 06:48 PM
The Contributor title doesn't show up in the signature - so i'm not sure why it is for you :ermm:
cnczone
07-21-2004, 07:14 PM
All my users have a "contrib" in their signature, when you click on thier profile.
assassingod
07-21-2004, 07:29 PM
You haven't edit the MEMBERINFO template correctly.:)
cnczone
07-21-2004, 07:49 PM
thanks I will check it thanks!
cnczone
07-21-2004, 09:26 PM
is'nt this the problem?-
'signature',
Below, add:
'contrib',
cnczone
07-21-2004, 09:30 PM
Never mind I found it!
It would be great if you could hack a page that would display all the contributors in a list format.
Dark Aura
07-24-2004, 09:05 PM
Okay I'm new to hacks and i don't understand what you mean by this
Step 1:
Run this query:
ALTER TABLE user ADD contrib TINYINT(6) NOT NULL AFTER usertitle
assassingod
07-24-2004, 09:33 PM
Check the link above:)
Dark Aura
07-25-2004, 06:31 AM
Okay I'm blonde, how do I go to myadmin.php and run a query? :$
assassingod
07-25-2004, 07:51 AM
You can usually find it on your websites control panel.
There is an easier way, go to your vB Admin Control Panel > Import & Maintenance > Execute SQL Query
Make sure you edit includes/config.php first so you have access to the query runner:)
Dark Aura
07-25-2004, 09:54 AM
Thanks for your help :D
PranK
07-25-2004, 12:33 PM
Hey Guys,
This is probably piss easy, but is there anyway to have the contributors marked under a certain usergroup? for eg, if I have a subscription which adds a usergroup, can I have that automatically add the user as a contributor?
does that make sense?
its late here... :)
Christian
X-Fan
08-01-2004, 11:24 AM
Working fine for me on the member info page, and the contributor list is a great addition, however it's not showing up in the postbit for me.
Also, rather than have it showing on a line by itself, how can you get the icon to appear at the end of the poster's name in both member info and postbit?
GunsNetwork
08-19-2004, 03:50 AM
I really prefer the multi-tiered version where you can label a user based on the amount that they donated.
example:
Platinum Contributor
Gold Contributor
Silver Contributor
Bronze Contributor
This is very effective when the time comes to request donations. :)
I am looking for the mult-tiered version?????
I have the multi-version on the older vB 2.3.4 and it works great but I don't see any hacks for vB 3.0.3
Here is the Multi-Tier Contributor program I have installed and works awesome. https://vborg.vbsupport.ru/showthread.php?t=33441
This is what I am looking for to install on vBulletin 3.0.3
assassingod or MarkB any help in this area? MarkB helped me last time and enough folks got him to do the multi-tiered version.
Thank you again!
Holidazed
08-26-2004, 04:03 PM
I really prefer the multi-tiered version where you can label a user based on the amount that they donated.
example:
Platinum Contributor
Gold Contributor
Silver Contributor
Bronze Contributor
This is very effective when the time comes to request donations. :)
I have asked for this before too. I am looking for a way to display what the user contributed.
Can this be done?
y2krazy
08-30-2004, 12:33 AM
/me clicks install!
Holidazed
08-30-2004, 06:11 PM
I have asked for this before too. I am looking for a way to display what the user contributed.
Can this be done?
Hello? anybody out there?
You should probably point out that you are refering to the second instance of " 'signature', " in admincp/users.php
Otherwise whenever an admin accesses a users account in AdminCP, their sig will be changed to "contrib"
Could someone please advise as to how I can fix this problem I'm seeing
Link (http://www.chetnet.co.uk/portal/forum/contributors.php)
Thanks
Chet
Megareus Rex
05-11-2005, 08:25 PM
Excellent hack! :)
chinch
07-27-2005, 03:23 PM
good thread. i recently added a contributor link but didn't use this hack as it doesn't fit the way i organize my site. i'd like to recommend you guys consider making the "CONTRIBUTOR" text a LINK to take people to the PAID subscriptions page were they can see how to join, etc. That is quite useful in promoting the paid subscriptions/contributions.
If the hack does that then apologies...
the down & dirty way is like this in postbit legacy where XXX is the usergroup # (assuming paid subscriptions add you to a secondary "contributor" usergroup...
<if condition="is_member_of($post, XXX)"> <div class="smallfont"><strong><a href="subscriptions.php?" target="_blank">Site Contributor</a> </strong>
</div></if>
you can also have the contributors included in the "view forum leaders" by checking that in their usergroup :)
cnczone
08-10-2005, 05:34 PM
Will this work for VB3.5?
hotwheels
08-20-2005, 12:35 AM
i ran the query and i recieved an error: Table 'hxxxx_forums.userid' doesn't exist and that is running this query: ALTER TABLE user ADD contrib TINYINT(6) NOT NULL AFTER usertitle
Is there a different contibuting member hack for 3.07? or is there a way to make this query read?
Boofo
08-20-2005, 01:31 AM
Will this work for VB3.5?
There has been one released for 3.5. ;)
hotwheels
08-31-2005, 10:36 PM
great hack.........thanks, hotwheels
Inferno Dragon
09-16-2005, 07:43 AM
hey nice small but handy modification! thanks for it
DrewzR/T
10-21-2005, 02:39 PM
Works awesome!!!!!
Clicked Install.....
beansbaxter
11-02-2005, 06:10 PM
I got it working on my 3.0.7 forum. The img thing does not work though, you have to do some super easy editing in the postbit template to get it to work with images instead of the text, but still very easy and smooth install.
I recommend.
kether1
12-10-2006, 11:07 PM
I think this would be great for 3.6-x, but cannot find it. Has anyone done it already? I like the idea of the text & image in the postbit. I think my members would be pleased too.
Any help? Thanks!
Kether
kether1
12-12-2006, 11:48 PM
I think this would be great for 3.6-x, but cannot find it. Has anyone done it already? I like the idea of the text & image in the postbit. I think my members would be pleased too.
Any help? Thanks!
Kether
Hi again. Anyone know where I can find this hack? Thanks for your time!
Cheers,
Kether
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.