The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Snow avatar overlay for your forum Details »» | |||||||||||||||||||||||||||
Hi
This mod creates an overlay for your avatars of selected usergroups. To install follow the steps below. - Go to postbit_legacy - Search Code:
<vb:if condition="$show['avatar']"> <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"> <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /> </a> </vb:if> Code:
<!-- snow avatar effect code --> <vb:if condition="is_member_of($post, x,y,z)"> <table {vb:raw avwidth} {vb:raw avheight} border="0" cellspacing="0" cellpadding="0" align="center" background="{vb:raw post.avatarurl}"> <tr><td> <a href="{vb:link member, {vb:raw post}}"><img src="http://forum.ragezone.com/images/styles/AnimatedArena/xmas/snow.gif" {vb:raw post.avwidth} {vb:raw post.avheight} alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" border="0" /></a> </td></tr> </table> <vb:else /> <div class="usercenter"><a href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"> <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /></a></div> </vb:if> <!-- snow avatar effect code --> Screenshots
Show Your Support
|
Благодарность от: | ||
Razta |
Comments |
#12
|
||||
|
||||
I did not want a full blown snow effect on my entire forum. Some members become annoyed when I do that. This is perfect.
Thanks for sharing! |
#13
|
||||
|
||||
Thank you very much
|
#14
|
|||
|
|||
Hey, I replace the code as you said and I put the usergroups ID (replacing x,y,z ) but nothing happens
Does it apply to already registered member or just new ones? |
#15
|
|||
|
|||
It is just a transparent overlay image. So if you are selecting the right user-groups it will work past and present.
I have never used this modification. |
Благодарность от: | ||
Krusty1231 |
#16
|
||||
|
||||
As I do not like relying upon other websites for internal tweaks like this one I'd suggest you take out this part of the code...
Code:
http://forum.ragezone.com/images/styles/AnimatedArena/xmas/snow.gif Code:
http://yourforum/images/snow.gif Here is the image used. |
#17
|
|||
|
|||
I did not want to say anything because it was a 'hack modification", and the author made it pretty obvious.
|
#18
|
|||
|
|||
Still cant make it work.
I uploaded the snow.gif file into my images directory: Code:
"http://myweb.com/images/snow.gif" I replaced the x,y,z with my usergroup IDs and still nothin happens The whole text was like this: Code:
<!-- snow avatar effect code --> <vb:if condition="is_member_of($post, 5,6,7,8)"> <table {vb:raw avwidth} {vb:raw avheight} border="0" cellspacing="0" cellpadding="0" align="center" background="{vb:raw post.avatarurl}"> <tr><td> <a href="{vb:link member, {vb:raw post}}"><img src="http://myweb.com/images/snow.gif" {vb:raw post.avwidth} {vb:raw post.avheight} alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" border="0" /></a> </td></tr> </table> <vb:else /> <div class="usercenter"><a href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"> <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /></a></div> </vb:if> <!-- snow avatar effect code --> |
#19
|
||||
|
||||
Perhaps because your layout is not postbit legacy? I'm no expert but your site's postbit is not what mine looks like. That could be the problem?
|
#20
|
|||
|
|||
You might try temporarily setting the conditional always on:
Change: Code:
<vb:if condition="is_member_of($post, 5,6,7,8)"> Code:
<vb:if condition="TRUE || is_member_of($post, 5,6,7,8)"> |
#21
|
|||
|
|||
I dare you to PROVE ME and vBulletin.org WHAT IS YOURS that you replied on my Topic >> https://vborg.vbsupport.ru/showthrea...06#post2471906
One thing I hate most is Accussations that MENTAL People like does accuse others! You better come with some prove because I will be comming after you if not.. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|