cheat-master30
12-31-2007, 10:00 PM
If you've seen the one for 3.6 by myself, this is basically a ported version that puts the links in the 'Statistics' block in the profile and also adds the gallery link under the relevant section there as well.
It also requires no actual file edits.
To use:
Find:
<li><a href="album.php?$session[sessionurl]u=$prepared[userid]"><phrase 1="$prepared[username]">$vbphrase[albums_created_by_x]</phrase></a></li>
Add Underneath:
<li><a href="[site address]/[Directory Name of Photoplog]/index.php?u=$userinfo[userid]">[Text to Link to their Gallery]</a></li>Find:
<if condition="$vboptions['usereferrer']"><li><span class="shade">$vbphrase[referrals]:</span> $prepared[referrals]</li></if>Add Underneath:
<li><a href="arcade.php?&act=Arcade&module=report&user=$userinfo[userid]">View Arcade Scores</a></li>
It also requires no actual file edits.
To use:
Find:
<li><a href="album.php?$session[sessionurl]u=$prepared[userid]"><phrase 1="$prepared[username]">$vbphrase[albums_created_by_x]</phrase></a></li>
Add Underneath:
<li><a href="[site address]/[Directory Name of Photoplog]/index.php?u=$userinfo[userid]">[Text to Link to their Gallery]</a></li>Find:
<if condition="$vboptions['usereferrer']"><li><span class="shade">$vbphrase[referrals]:</span> $prepared[referrals]</li></if>Add Underneath:
<li><a href="arcade.php?&act=Arcade&module=report&user=$userinfo[userid]">View Arcade Scores</a></li>