View Full Version : Miscellaneous Hacks - Usernames color
vegeta_99
05-31-2007, 10:00 PM
Usernames color
Description
This hack display usernames with color everywhere on your forum. Now, usernames appear with color in your forums (forumdisplay), on your index (in last reply column), etc
Informations
Hack Version: 1.1
vBulletin version: vBulletin 3.6
Installation
Product
Import the product "product-color_pseudos.xml". (Plugins & Products >> Manage Products >> [Add/Import Product])
File Edits
In the file "functions_forumlist.php" in the folder "includes", Find:
eval('$forum[\'lastpostinfo\'] = "' . fetch_template('forumhome_lastpostby') . '";');Add above:
($hook = vBulletinHook::fetch_hook('colorname')) ? eval($hook) : false;
Upload:
Upload the file "hooks_colorname" in your forlder ./includes/xml
Evolutions and improvements
Don't hesitate to share your ideas of improvements for this hack.
PS: Thanks Sofia for traduction :up:
EnIgMa1234
06-01-2007, 10:45 AM
sorry i dont get what this does. does it allow users to choose their own color?
Sofia
06-01-2007, 10:46 AM
sorry i dont get what this does. does it allow users to choose their own color?
No this hack display usernames with color everywhere on your forum. Now, usernames appear with color in your forums (forumdisplay), on your index (in last reply column), etc
EnIgMa1234
06-01-2007, 10:47 AM
so its like posting $post[musername] everywhere?
harmor19
06-01-2007, 10:48 AM
Take out the file edit.
Make a new plugin to "forumhome_complete" and add your own hook location in the 'code' box.
vegeta_99
06-01-2007, 11:00 AM
the file who generate forum and foruminfo on forumhome is function_forumlist.php and not index.php .
The hook "forumhome_complete" can't use consequetly
Mecho
06-01-2007, 12:26 PM
Thanks ... works fine :)
Installed
SLY LS1
06-01-2007, 01:24 PM
I installed it, but i though the usernames were already coloured ?
------------------------------------------------------------------------------------
Another idea would be a mod where you can set a colour for each user group
I had it on my old forum (http://www.vicstreetutes.com/portal/integramod/portal.php)
Sofia
06-01-2007, 01:27 PM
I installed it, but i though the usernames were already coloured ?
------------------------------------------------------------------------------------
Another idea would be a mod where you can set a colour for each user group
I had it on my old forum (http://www.vicstreetutes.com/portal/integramod/portal.php)
Can set a color for each usergroup? a sort of legend on your index?
Vizionz
06-01-2007, 02:28 PM
I installed it, but i though the usernames were already coloured ?
------------------------------------------------------------------------------------
Another idea would be a mod where you can set a colour for each user group
I had it on my old forum (http://www.vicstreetutes.com/portal/integramod/portal.php)
you can already do that through usergroups ? then just set up a member legend and your done.
Mecho
06-01-2007, 02:34 PM
oops - now i noticed that Subforums doesnt shows up in some of the sections . i removed that code from functions_forumlist.php and now everything is ok ...
any idea ?
Thanks in advance
Snake
06-01-2007, 03:43 PM
Thanks for the release. I've been waiting for this.
Snake
06-01-2007, 03:58 PM
Alright, now this is weird. Whenever the plugin is enabled, the sub-forums on the forum's homepage are gone completely but whenever I disable the hack, it works just fine. Any idea?
kristin87
06-01-2007, 03:59 PM
Can't you achieve this by changing the colors in the HTML markup?
VBDev
06-01-2007, 04:08 PM
oops - now i noticed that Subforums doesnt shows up in some of the sections . i removed that code from functions_forumlist.php and now everything is ok ...
any idea ?
Thanks in advance
Thanks for the release. I've been waiting for this.
Can't you achieve this by changing the colors in the HTML markup?
The forum where there are problems have specific parameters compared to the others ?
unforsaken
06-01-2007, 04:10 PM
yes you can...just set your usergroup Username HTML markup with an html color command (span style or font color) and you can accomplish this same feature on every section of your board...of course for those who aren't familiar with the html commands this could be a useful mod
it's don't work on vb 3.6.7 pl1
Snake
06-01-2007, 05:31 PM
I think BBF's right. Well at least, it doesn't work fine to me.
vegeta_99
06-01-2007, 06:02 PM
I am going to provide an update soon
StrifeX
06-01-2007, 11:17 PM
yes you can...just set your usergroup Username HTML markup with an html color command (span style or font color) and you can accomplish this same feature on every section of your board...of course for those who aren't familiar with the html commands this could be a useful modThis makes it show up on FORUMLIST, there is no previous option for that.
Oh and also, this executes 60 queries on forumhome. You might want to do something about it...
yaoren
06-02-2007, 01:36 AM
I had down loaded this hack earlier and was just uploading it when I discovered it wasn't working for me. Then I noticed others are having the same issues so I assume it's being worked on? Anyhow will wait patiently since I've been looking for this hack...ty ty :-)
Snake
06-02-2007, 11:49 AM
I am going to provide an update soon
Please do so. I'm looking forward to it.
PinkDaisy
06-02-2007, 07:53 PM
it does bring color to the forum home listing, but puts some weird coding when you go into the forums and see the list of topics if that makes sense.. UNINSTALLED for right now.
ACIKillJoy
06-04-2007, 05:44 AM
This worked perfect on my board running 3.6.7 pl1 no problems at all.
One thing i see that has been missed is if i do a "new posts since last visit" or "Unread Posts" search this mod does not show up. Not sure if it was intended or not but might be something to consider looking into for the next version
ACIKillJoy
06-04-2007, 07:10 PM
After looking at my board this does indeed make some of the subforums not appear on the main forums index. this does not affect all of them only some. had to disable this mod till the issue is found and a fix is given
dbirosel
06-06-2007, 12:54 AM
Wow, i been looking for this mod forever. Thank you for releasing it. I will install when you provide a stable version for 3.6.7
wickedstangs
06-06-2007, 03:17 AM
I tried to upload this hack and nothing happened no color change I am pretty sure I installed it correctly. Any idea what I could have done wrong or forgot.
VB version 3.6.7PL
Magnumutz
06-07-2007, 05:03 PM
Can't see the sub-forums on my forumhome.
Any suggestions?
cOuNtErFiET
06-08-2007, 10:04 PM
took ty requested this like a yr ago for my 3.5.x board tyvm
powerful_rogue
06-26-2007, 11:54 PM
Any idea when an update will be available for this mod?
cOuNtErFiET
07-03-2007, 12:57 AM
holy cowzers this added 120+ queries to my forumhome.... :((
Magnumutz
07-03-2007, 03:29 PM
SAY WHAT?!?!
Omg, and i didn't even checked to see that...
It disables LOTS of plug-ins too.
momo2
07-20-2007, 09:58 PM
Glad I read all the complaints, why not remove this thread till u fix all these problems...
Sometimes we do not read all replies, here...
adc-arab
07-21-2007, 03:13 AM
i Can't see the sub-forums but after i removed
eval('$forum[\'lastpostinfo\'] = "' . fetch_template('forumhome_lastpostby') . '";');
from functions_forumlist.php
every thing worked fine but the username color doesn't show in the last reply after i removed the code ;( help plz
adc-arab
07-30-2007, 11:07 AM
how come this mod is supported and no one answered to my problem and this is not my problem only others have the same problem
Ethelbert
09-16-2007, 03:03 PM
I recommend to uninstall this mod. It doesn't work properly
mystic10
11-28-2007, 11:57 PM
sir after i upload ur hack i am getting this fatal error..i am not able to open new tread, edit thread or post reply this is the error i am getting
Warning: require_once(/home/yahoocit/public_html/includes/ame_bbcode.php) [function.require-once]: failed to open stream: No such file or directory in /newreply.php(705) : eval()'d code on line 1
Fatal error: require_once() [function.require]: Failed opening required '/home/yahoocit/public_html/includes/ame_bbcode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yahoocit/public_html/newreply.php(705) : eval()'d code on line 1
please please please help
MentaL
01-09-2008, 10:42 AM
Can anyone fix this please?
kotlt99
03-10-2008, 04:20 PM
No update ? No support ?
Magnumutz
03-10-2008, 05:30 PM
The author doesn't offer any support... he's a wannabe.
Skyrider
03-13-2008, 10:08 AM
What's the point in making plugins if you are not going to support it properly.
Magnumutz
03-13-2008, 11:52 AM
Yeah, that's what i thought, as well... but i'm not the creator, so what do i know?
LiLSnooP
03-13-2008, 05:27 PM
i stronly do not recommend this modyficatioon is bad for load server ! especially for big boards !!
bainsey
03-13-2008, 06:17 PM
thanks alot, marked installed.
ade_dnb
04-01-2008, 12:44 PM
i stronly do not recommend this modyficatioon is bad for load server ! especially for big boards !!
Agreed. Added an extra 30 queries on my board.
Uninstalled
KURTZ
04-05-2008, 12:51 PM
Agreed. Added an extra 30 queries on my board.
LOL really? :down:
RedTrinity
04-26-2008, 07:48 AM
After looking at my board this does indeed make some of the subforums not appear on the main forums index. this does not affect all of them only some. had to disable this mod till the issue is found and a fix is given
Yep, subforums display problem happening here too - I just had VB Support identify the issue as one of my plug-ins, after I thought something had gone wrong during conversion from PHPBB3 last week. Disabled plug-ins one by one, and this was the culpit causing it all.
Wish I had read this thread in advance before installing it, that'll teach me :o
So yeah, sorry but uninstalling also until this problem is fixed - and also the query issue which I wasn't initially aware of either.
cool, just what i was looking for. installed and working.. but its got one slight issue, im having the same sub-forum problems as everybody else.. so for now, uninstalled but waiting to be used!
dannykilla
06-02-2008, 04:07 PM
Anyone know of a way to do this without having the sub-forums disappear ?
mental1
06-17-2008, 09:08 PM
Anyonce knows how to install this mod in 3.7.1?
After paste code to functions_forumlist.php my sub-forums on the forum index are hiden.
mystic10
07-15-2008, 05:45 AM
are u going to make this for 3.7 and up thanks in advance
GhOsTxX
07-22-2008, 10:51 AM
i like this, and i think i've used it before, but may i ask why you have a notice saying "your not responsible for anything that happens to users with this mod"? Is this going to bring RFI vulns to the site?
DPtheGod
07-31-2008, 02:10 AM
Edit: Now that I've had the chance to read through this thread -- I'll wait to install this. :(
Cloverfield
08-23-2008, 11:59 AM
PLEASE make this for version 3.7. This was one of my fave mods on 3.6.x and now I can't use it till you update it :(
Aclikyano
11-29-2008, 06:26 PM
yyea plzzzz for 3.7 or 3.8!!!
crackers
12-15-2008, 02:46 PM
Unfortunately this mod doesn't work in the newest vbulletin. Could you adjust it to the newest vb version, please?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.