The Arcive of vBulletin Modifications Site. |
|
Postibit Post-count links to users posts Details »»
|
|||||||||||||||||||||||||||||||
Hi guys,
This mod/hack let's you hyperlink a users postcount to view all of their posts. It's a really simple mod but handy nonetheless. =|= Install =|= =|= Postbit (Vertical Legacy) =|= Open Template - Postbit templates -> postbit_legacy Find - Code:
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
Replace - Code:
<dt>{vb:rawphrase posts}</dt>
<dd><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1" title="View {vb:raw post.username}'s posts">{vb:raw post.posts}</a></dd> [/color]
=|= Postbit (Horizontal) =|= Open Template - Postbit templates -> postbit Find - Code:
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
Replace - Code:
<dt>{vb:rawphrase posts}</dt>
<dd><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1" title="View {vb:raw post.username}'s posts">{vb:raw post.posts}</a></dd>
If you like the mod/use the mod/hack please remember to mark as installed! Thanks Boydy Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
dam again i think ill need template help, cause im getting a dbl :
so so it appears Post: : 153 im attaching a photo and my TEMPLATE code postbitlegacy PHP Code:
|
|
#3
|
|||
|
|||
|
@RK KINGKONG
try this http://pastebin.com/AJMkDuxD was to big to post on here Ive not tested it tho so remmber to back up old code |
|
#4
|
|||
|
|||
|
You have errors in the code as posted (at least for vBulletin 4.1.1).
It should be: =|= Postbit (Horizontal) =|= OPEN TEMPLATE Postbit templates -> postbit FIND: PHP Code:
PHP Code:
=|= Postbit (Vertical Legacy) =|= OPEN TEMPLATE Postbit templates -> postbit_legacy FIND: PHP Code:
PHP Code:
|
|
#5
|
|||
|
|||
|
thank again but - anyway it didnt work cause the , like for post was right next to it . however i had a friend fix this for me . for anyone using postbit_legacy with vbexperience & the vbseo like system heres an already set up post but for you . back yours up and try this if you like will look like the attached photo....
Quote:
|
|
#6
|
||||
|
||||
|
Hmm, I did this on vb 4.1.1 so don't understand how there is a problem :s . Will look into it in the morning as I can't get on the laptop just now. Appologies if there are problems though I can't understand why.
|
|
#7
|
||||
|
||||
|
Sorted it now, don't know why there wasn't <dd> tags in there as they are on my test forum hence it's working on 4.1.1 :S.
Thanks for the heads up anyway folks, everything should be fine now. |
|
#8
|
|||
|
|||
|
Thank You man.!
|
|
#9
|
|||
|
|||
|
Quote:
![]() Ended up using your version ... :up: Regards, Doug |
|
#10
|
|||
|
|||
|
Yes, there is still an error in the instructions in the first post above:
Find - PHP Code:
|
![]() |
|
|