The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Latest Album Pictures - Forum Home Details »» | |||||||||||||||||||||||||
Latest Album Pictures - Forum Home
It shows the pictures added to the albums on the main page. It shows only the public mentioned files. If not shows the reasons are: vbulletin settings show albums must be enabled. The user grup that owns the pictures must be enabled show picture setting. Or there is no picture to show. You can show the pictures in 4 different sections: Navbar Bellow, Forums Above, Forums Below, Whois Online Below Additionally you can slect the number of pictures that can be shown. Hope it works for you as I like it very much. Mark as Installed - Nominate for MOTM install Go to your admin cp, then: Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-afm.xml' from your computer then press 'Import' Modifications Info Plugin : 2 Phrases : 12 Template : 2 Setting : 3 Query : 1 Query Latest Posts Setting Go to your admin cp, then: vBulletin Options -> Latest Album Picture - Forum Home -> Versions: v1.0 - 28 March 2008 -First release v1.1 - 29 March 2008 - collapsible box - Display type "random, latest" v1.2 - 29 March 2008 - collapsible box on/off options v1.3 - 01 April 2008 - Small (template and phrase) change Show Your Support
|
Comments |
#202
|
||||
|
||||
Hi, I've translated the mod to Arabic language.
Uploaded to attachment. |
#203
|
|||
|
|||
how do you SEO url for the album link ?
|
#204
|
|||
|
|||
Any way users can ignore certain user's albums?
|
#205
|
|||
|
|||
Posting with a question: my mySQL is awful, and looking at the xml it seems it would be an easy adjustment: is there a query that would get the same looking result, only it would be from the "Most Recently Updated Albums"? This way if one person uploads a lot from one album, it won't flood it and only prompt one of the values while still maintaining a fresh homepage?
The database has a column "lastpicturedate", so the query should be easy to reproduce, but I'm just not good enough at constructing it to do it myself If would reconstruct from the following block: Code:
$displayrecords = ($vbulletin->options['afm_sayi'] ? $vbulletin->options['afm_sayi'] : 4); switch ($vbulletin->options['afm_dt']) { case 1: $sorgu = "ORDER BY dateline DESC LIMIT 0, $displayrecords"; break; case 2: $sorgu = "ORDER BY rand(NOW()) DESC LIMIT 0, $displayrecords"; break; } $lpictures = $db->query(" SELECT albumpicture.*, album.*, user.username, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM " . TABLE_PREFIX . "albumpicture AS albumpicture LEFT JOIN " . TABLE_PREFIX . "album AS album ON(album.albumid = albumpicture.albumid) LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = album.userid) WHERE album.state = 'public' $sorgu "); |
#206
|
|||
|
|||
sadece x nolu gruba g?ster veya x nolu gruba g?sterme
veya, ziyaret?ilerden gizle ayarı olsa ?ok g?zel olurdu teşekk?rler kurdum. |
#207
|
||||
|
||||
This seems to be conflicting with my Photoplog lite gallery. It is pulling in pictures from there too.
Anyway to fix this? |
#208
|
|||
|
|||
Any way I can put this in the Ultimate Side Column???
|
#209
|
|||
|
|||
nice hack , but How can put it to other place?
I like to set up Picture Counts =1. and put it on left side. anyone help ? thanks |
#210
|
|||
|
|||
This is exactly what I am looking for. Does it work with Photoblog Lite?
|
#211
|
|||
|
|||
My members LOVE this mod! Thank you!
One question though... One of my members asked if we can get the pictures to SCROLL. Is this possible and would it take up any/much system resources (bandwidth, etc.)? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|