The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Album Link in Postbit
I'm surprised to find only a couple of threads that talk about this - with no conclusive way to add a users album link in the postbit. Can anybody advise? Thanks
|
#2
|
|||
|
|||
Please post the links to the threads you are referring to.
Found this... have no idea if it works. (New Link) https://vborg.vbsupport.ru/showthread.php?t=198477 |
#3
|
||||
|
||||
Does the link above take you to the same page?
|
#4
|
|||
|
|||
Oops! ... It does. Let me see what went wrong. I rarely make a mistake (jk).
--------------- Added 10 May 2014 at 20:47 --------------- Link Replaced, thanks @DemOnstar! |
#5
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showthread.php?t=282053 Thanks for the new link - only problem with that one is, it shows up adjacent to the user avatars and I can't edit the link text. Further, it would be nice if it auto calculated the # of albums per user. |
#6
|
||||
|
||||
I have it at the bottom of the postbit, at the opposite end of the avatar and have already edited the text.
The text is in phrases and can be changed. 4.2.1 |
#7
|
|||
|
|||
That's the end result I'd like. Mind sharing the code you used and where you placed it?
|
#8
|
||||
|
||||
I didn't use any code, it just happened that way. Perhaps it is due to differences in our styles?
I would gladly share the code with you, if I knew which template you wanted. |
#9
|
|||
|
|||
Thanks! I'm using 4.2.1 and the standard postbit (not legacy postbit).
|
#10
|
|||
|
|||
The plug in wants to put the album link in the 'postbit_userinfo_left' - which places it adjacent to the users avatar. If I use 'postbit_userinfo_left' - it moves inline with the other text but sits above the avatar. I'd like this to sit below everything in the postbit & user info section.
Here's the default code: Code:
$template_hook['postbit_userinfo_left'] .= '<div><a href="album.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $post['userid'] . '" rel="nofollow">' . $vbphrase['members_picture_albums'] . '</a></div>'; Code:
$template_hook['postbit_userinfo_right'"><dl class="userinfo_extra"] Attached is a pic of where the link is and where I'd like to place it (would like it on the bottom). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|