The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[album] latest album at forumhome
I installed moditication vbadvanced which shows the latest picture of all my albums on my forumhome page
i would like to place the newest albums, just the same as in mysite.com/album.php but i cant figure out how to change the my sql query acually i have this: file: modules/coveralbums.php PHP Code:
adv_portal_albums Code:
<tr> <td class="alt1" colspan="$cols"> <table width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0"> <tr> $albumpics </tr> </table> </td> </tr> Code:
<td class="alt1" align="center"> <a href="$vboptions[bburl]/album.php?albumid=$lpicture[albumid]&pictureid=$lpicture[pictureid]"> <img title="$lpicture[title]" class="inlineimg" src="$vboptions[bburl]/picture.php?pictureid=$lpicture[pictureid]&albumid=$lpicture[albumid]&thumb=1" border="0" alt="$lpicture[title]" /> </a> <br /> <a href="$vboptions[bburl]member.php?u=$lpicture[userid]">$lpicture[musername]</a> <br /> $lpicture[title] </td> Does anyone could help me ? |
#2
|
||||
|
||||
Very interested in the solution to this as well. Want to display latest albums from 1 user (me) on a new vb powered page.
|
#3
|
|||
|
|||
yeah !
like this modification: https://vborg.vbsupport.ru/showthread.php?t=192696 but it works only @ forumhome page |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|