The Arcive of vBulletin Modifications Site. |
|
Link to user albums in postbit Details »»
|
|||||||||||||||||||||||||
Here's my first modification. It adds a link to user's albums to popup menu in postbit
1. Open either your postbit or postbit_legacy template 2. Search for code: Code:
<tr> <td class="thead">$post[username]</td> </tr> Code:
<tr> <td class="vbmenu_option"><a href="album.php?u=$post[userid]">$post[username]'s albums</a></td> </tr> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
May I see a demo screen, please?
Thx. ~OZ |
|
#3
|
||||
|
||||
|
Sure, screenshot added
|
|
#4
|
||||
|
||||
|
Got it, now. I'm such a noob.
And, Installed. |
|
#5
|
||||
|
||||
|
Is there a php conditional IF statement that you can use to determine if a person does or does not have an Album and if not don't display the album postbit tag (because they don't have an album)?
|
|
#6
|
||||
|
||||
|
Not sure, but i think there's no such a condition. But i will try to work on that
|
|
#7
|
||||
|
||||
|
but if the user dot have album...
it shuld hide the option... ne ? |
|
#8
|
|||
|
|||
|
looks good information.
|
|
#9
|
|||
|
|||
|
Great thanks!
|
|
#10
|
|||
|
|||
|
Great. Thanks
|
![]() |
|
|