Useful inline contextual links in postbit and member profile
This modification is in the archives.
Needs a lot more stuff, but I have a few neat mods, as partly asked for here:
http://www.vbulletin.com/forum/index.php?t=281552 I may also be able to make the edit avatar and profile link icon stuff, but the current stuff is:
Postbit: Find: Code:
<div> $vbphrase[posts]: $post[posts] </div> Code:
<div> $vbphrase[posts]: <a href="search.php?do=finduser&u=$post[userid]">$post[posts]</a> </div> memberinfo_block_ministats: Code:
<dd>$prepared[posts]</dd> Code:
<dd><a href="search.php?do=finduser&u=$prepared[userid]">$prepared[posts]</a></dd> blog_member_ministats: Find: Code:
<dt class="shade">$vbphrase[blog_entries]</dt> <dd>$prepared[blog_entries]</dd> Code:
<dt class="shade">$vbphrase[blog_entries]</dt> <dd><a href="blog.php?u=$prepared[userid]">$prepared[blog_entries]</a></dd> blog.php?u=1 Download No files for download. Screenshots |
Similar Mods
Mini Mods MySpace & FaceBook buttons in member profile and postbit | vBulletin 3.6 Template Modifications |