Log in

View Full Version : Adding info


Loget
05-11-2008, 03:01 PM
I want info like:

Administrators Gold Member

I want info like that under the mark forums read bit but I just dont know how to do it here is a screenie:

https://vborg.vbsupport.ru/external/2008/05/62.jpg

I want the info in the white between underneath mark forums read. I would be very happy if somebody told me how to do this ;)

Loget
05-12-2008, 04:26 PM
I need help!

veenuisthebest
05-13-2008, 02:46 AM
this is the Usergroup Color Bar Legend hack. You'll find it here (https://vborg.vbsupport.ru/showthread.php?t=165980&highlight=usergroup+legend) for 3.7 and here (https://vborg.vbsupport.ru/showthread.php?t=153331&highlight=usergroup+legend) for 3.6

kj_202
05-13-2008, 05:57 PM
this is the Usergroup Color Bar Legend hack. You'll find it here (https://vborg.vbsupport.ru/showthread.php?t=165980&highlight=usergroup+legend) for 3.7 and here (https://vborg.vbsupport.ru/showthread.php?t=153331&highlight=usergroup+legend) for 3.6

I noticed that but I think the person wants it in a different place.

veenuisthebest
05-13-2008, 06:14 PM
okayy... didn't notice that coz i'm not using that hack !!

for custom position.. notice the variable it creates.. like say for example $userlegend.

Now, according to your screen.. that location (the white part between two orange strips) can directly be handled with Ad Location Templates/ad_forumhome_afterforums.

Add this code there:-

<center>
$userlegend
</center>

OR alternatively you can also do this through FORUMHOME template:-

Find this:-
$ad_location[ad_forumhome_afterforums]


Add after:-
<center>
$userlegend
</center>


Do check out first, what variable it creates or ask for it in that Mod section.

kj_202
05-13-2008, 06:16 PM
okayy... didn't notice that coz i'm not using that hack !!

for custom position.. notice the variable it creates.. like say for example $userlegend.

Now, according to your screen.. that location (the white part between two orange strips) can directly be handled with Ad Location Templates/ad_forumhome_afterforums.

Add this code there:-

<center>
$userlegend
</center>

no problem just might aswell say because well your great help.
I read some of your posts :)