The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBAdvanced Module: Latest or Random Album Pictures Details »» | |||||||||||||||||||||||||||||||||
vBAdvanced Module: Latest or Random Album Pictures
Developer Last Online: Jun 2021
Latest / Random Album Pictures vBA CMPS Module by This Product brought to you by www.vbulletin-turkey.com Description: This will add a CMPS block to your vBadvanced CMPS portal page. It will display the "Latest or Random Album Pictures" in your vBulletin forums. Features:
Tested on:
Demo: www.vbulletin-turkey.com INSTALL INSTRUCTIONS Go to your Forums --> Admincp --> vBa CMPS --> Download / Upload Module --> Module to Upload --> Select albumpictures.xml file from your Computer --> than Submit. upload "vba_cmps_include_template.php" file to your forums/includes folder overwrite.. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
Actual picture isn't showing...
I have the latest album and then the random album, conflict? forum.gottrack.net |
#23
|
|||
|
|||
Thanks for this mod :up:, but I have an invalid SQL , and also I have instaled "vBAdvanced Module: Random Groups" without problems.. Maybe a conflict with "Latest Picture" (I think is the same module that Niner1000RR is talking about)?
Code:
Database error in vBulletin 3.8.2: Invalid SQL: SELECT albumpicture.*, album.*, user.username, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM vbalbumpicture AS albumpicture LEFT JOIN vbalbum AS album ON(album.albumid = albumpicture.albumid) LEFT JOIN vbuser AS user ON(user.userid = album.userid) WHERE album.state = 'public' ORDER BY dateline DESC LIMIT 0,; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 8 Error Number : 1064 Request Date : Wednesday, April 15th 2009 @ 03:10:46 AM Error Date : Wednesday, April 15th 2009 @ 03:10:47 AM Script : xxxxxxxxxx Referrer : IP Address : xxxxxxx Username : xxxxxxx Classname : vB_Database MySQL Version : 5.0.45-log PS: curious, on my Dynamics works well.. |
#24
|
|||
|
|||
I opted to NOT show description and put zero characters. The descriptions does not show up by the word "Description: " keeps on showing up. How can it be hidden when opted not to show?
|
#25
|
|||
|
|||
How can we have the Album set to random block and latest album block in the same page?
|
#26
|
||||
|
||||
Great Mod, Thanks!!!
Little bug: When I deactivated the Description option, the description don't show, but the word Description remains on the box. By the way, I got scare when I can see the private albums, I think all were able to see them, but I read the post comments and turn on the module again. Thanks!!! |
#27
|
|||
|
|||
<font color="Navy">I'm having the same problem with the word 'Description' showing... Is there a fix?</font>
|
#28
|
|||
|
|||
Anyway to specify what albumid to pull from instead of userid?
|
#29
|
|||
|
|||
Quote:
Code:
<if condition="$mod_options[album_picture_description]"> <br /> <strong>$vbphrase[description]</strong>: $picture[caption] </if> |
#30
|
||||
|
||||
Pretty basic, has some bugs. It works well for my forum, since I only allow one set of pictures on my site, and that's all for public use.
Thanks |
#31
|
|||
|
|||
the module dont show any image for me... there is an error in the thumbnails path
if i click on the box where the thumbnail should appear in image propriety i get the address of thumbnail and it is like this: http://my_syte_url/forum/http://my_s...humbnails_path (you can see from yourself here) i checked vba setting, and all seems ok... any suggest? p.s. solved i just edited the adv_portal_album_picture_bit template removing $vboptions[bburl]/ from <a href="$vboptions[bburl]/album.php?$session[sessionurl]albumid=$picture[albumid]&pictureid=$picture[pictureid]"><img class="page" src="$vboptions[bburl]/$picture[thumburl]" alt="$picture[caption_preview]" border="0" style="padding:$stylevar[cellpadding]px; <if condition="!$usercss">border:solid $stylevar[cellspacing]px $stylevar[tborder_bgcolor]</if>" $picture[dimensions] /></a> ....seems that for my forum the $picture[thumburl] variable contain the forum path already... is this normal? anyway now is all fine |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|