The Arcive of vBulletin Modifications Site. |
|
Useful inline contextual links in postbit and member profile Details »»
|
|||||||||||||||||||||||||||
|
Useful inline contextual links in postbit and member profile
Developer Last Online: Apr 2010
Needs a lot more stuff, but I have a few neat mods, as partly asked for here:
http://www.vbulletin.com/forum/showthread.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 Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Oh, and by the way, the post counts/blog counts with the underline are the said links.
|
|
#3
|
|||
|
|||
|
Thanks for this.
|
|
#4
|
||||
|
||||
|
No problem.
|
|
#5
|
||||
|
||||
|
thank you very much man. Installed and rated.
|
|
#6
|
||||
|
||||
|
No problem. Hope you find this mod useful.
|
![]() |
|
|