Flash animation as a Avatar

Adding flash avatars to your vBulletin postbit and postbit legacy templates using the standard Object method.

Goto admincp> styles&templates> style manager> edit template > Find the postbit or postbit lagacy template and open.

Depending on your template setup, find this code:

Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>


Example: postbit template, change the variables and paths to suit your needs and add this code above.

Standard Object Embed:

Code:
<if condition="$post['userid']=='58'"><td class="alt2">

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 <object type="application/x-shockwave-flash" data="http://www.yoursite.com/forum/flash/movie.swf" width="100" height="100">
            <param name="allowScriptAccess" value="sameDomain" />
            <param name="movie" value="http://www.yoursite.com/forum/flash/movie.swf" />
            <param name="menu" value="false" />
            <param name="quality" value="high" />
                        <param name="wmode" value="transparent">
            <a href="http://www.macromedia.com/go/getflashplayer/"><img src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Flash Player!" /></a>
        </object></td></if>

Note: Change the IF conditional to the user ID you want to display the flash avatar.
 
becoz you mightn't changed the path with yr path in that code..
<param name="movie" value="http://www.yoursite.com/forum/flash/movie.swf" />
 
still nothing. I did everything I was suppose to. I put the .swf file in the the correct directory. Put the right user number and so forth. Nothing changed. Was there something else I was suppose to do?
Here is a capture of the part in the template edit.
 
also one thing..remove that screen shot..it shows ur website address clearly..& u'll get warning from vbulletin...vbulletin staffs are here to check who's using nulled vbs...
 
Back
Top