Back to vBulletin 3.7 Template Modifications

Useful inline contextual links in postbit and member profile
Mod Version: 1.00, by cheat-master30

This modification is in the archives.
vB Version: 3.7.x Rating: (1 vote - 5.00 average) Installs: 7
Released: 13 Aug 2008 Last Update: Never Downloads: 2
Not Supported Template Edits Re-usable Code Translations  

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:
  1. Changes post count in postbit to a link to search said member's posts
  2. Changes post count in profile to a link to search said member's posts
  3. Changes blog entry count in profile to a link to see member's blog
Template Edits:

Postbit:

Find:
Code:
<div>
$vbphrase[posts]: $post[posts]
</div>
Replace with:

Code:
<div>
                        $vbphrase[posts]: <a href="search.php?do=finduser&u=$post[userid]">$post[posts]</a>
                    </div>
memberinfo_block_ministats:
Find:

Code:
<dd>$prepared[posts]</dd>
Replace with:

Code:
<dd><a href="search.php?do=finduser&u=$prepared[userid]">$prepared[posts]</a></dd>
For Blog Entry search in memberinfo:

blog_member_ministats:

Find:

Code:
<dt class="shade">$vbphrase[blog_entries]</dt>
<dd>$prepared[blog_entries]</dd>
Replace with:
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
Screens are attached.

Download

No files for download.

Screenshots

Click image for larger version
Name:	Blogentriesmemberinfo.PNG
Views:	299
Size:	8.1 KB
ID:	85377   Click image for larger version
Name:	Searchpostsuserid.jpg
Views:	261
Size:	120.6 KB
ID:	85378   Click image for larger version
Name:	SearchPostspostbit.jpg
Views:	240
Size:	51.0 KB
ID:	85379  

Similar Mods

Mini Mods MySpace & FaceBook buttons in member profile and postbit vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024