The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there anyway to take this link that is found in the statistics and put the same link on the navbar, or perhaps some little button on the main forum page where it is quickly accessible? ...a button titled something like "My Posts" which you can click on and see which threads you have posted in.
|
#2
|
|||
|
|||
![]()
If you look in the template you want to take the link from it will give you the url. You can then put this into your navbar.
|
#3
|
|||
|
|||
![]() Quote:
<if condition= "$show['member']"> <td><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td> The thing is, I dont even know if this is remotely close to the right code... ![]() |
#4
|
|||
|
|||
![]()
Thats exactly the right code you need however you need to modify it to match the other navbar templates.
|
#5
|
|||
|
|||
![]() Quote:
<if condition="$show['member']"> <td><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> ![]() Something like this: <if condition="$show['member']"> <td><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[My Posts]</phrase></a></td> </if> Although I know that is not right because it gives me errors when I save the template. |
#6
|
|||
|
|||
![]()
I tried using your code in 3.6.8 it also returns errors when trying to save.
|
#7
|
|||
|
|||
![]() Quote:
![]() Any help would be much appreciated ![]() |
#8
|
||||
|
||||
![]()
Try something like this:
HTML Code:
<if condition="$show['member']"> <td><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]" rel="nofollow">My Posts</a></td> </if> |
#9
|
||||
|
||||
![]()
That is the right code, Lynne. Good job.
![]() |
#10
|
|||
|
|||
![]()
Lynne, snake... and opserty are always doing a good job
![]() Thanks also lynne as I think it would be good to use ![]() Edit: Aswell as others but I could be here all day naming them. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|