The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
New Latest Album Pictures - Forum Home Details »» | |||||||||||||||||||||||||||||
NEW 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. Additionally you can slect the number of pictures that can be shown. Hope it works for you as I like it very much. install Go to your admin cp, then: Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-newalbum.xml' from your computer then press 'Import' Modifications Info Plugin : 2 Phrases : 9 Template : 2 Setting : 3 Query : 1 Query Latest Posts Setting Go to your admin cp, then: vBulletin Options -> New Album Picture -> Versions: v1.0 -First release Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
alhidaya, Toorak Times |
Comments |
#422
|
|||
|
|||
How can I control the size of the images for this? They are showing up large as in my forum and not as thumbnails.
|
#423
|
|||
|
|||
Thank you Atakan KOC for this Mod.
Perfect and easy install. Hell I'm a beginner and only took like 2 min. Does it only change pics on refresh/reload or can it be set to change at a set period of time? Have looked but haven't found the answer yet so any advise would be appreciated. Again thanks loads. |
#424
|
|||
|
|||
Quote:
I am probably asking for too much but is it possible for you to share ur xml files with all the updates ??? If u can will really appreciate it or if u can send me via pm. .. Thanks in advance. |
#425
|
||||
|
||||
Not sure why, this is not showing up (its enabled though). Using vb 4.2.0
|
#426
|
|||
|
|||
I'm not sure what you're asking.
|
#427
|
||||
|
||||
Anyone know how to get this working?
|
#428
|
|||
|
|||
I am using it with these edits and with Front Range 4x4's very nice style edit.
|
#429
|
||||
|
||||
Thanks, but those 2 templates do not even exist in my template area. The plugin is installed otherwise.
Btw, is it normal to have this option in admincp > options area " vB3 Member Album" I only have this plugin installed and and this mod: https://vborg.vbsupport.ru/showthread.php?t=237931 I don't know why the vb3 one is there. I uninstalled all plugins 100% prior to upgrading from 3.8x |
#430
|
|||
|
|||
The templates do exist you are just not looking in the right spot. (assuming you still have the mod installed)
Look under Code:
"New Posting Templates" Sorry I can't help you with the VB3 issue but I would suggest you remove the link located inside "Help" as it directs to your admincp. |
#431
|
||||
|
||||
I don't see this in plugin manager > New Album Picture Forum Home (there are 2 of these), none have those codes
the cache template one has only Code:
if (THIS_SCRIPT == "index") { // global $cache; $cache[] = 'newalbum_picture'; $cache[] = 'newalbum_print'; } Code:
if ( ( $vbulletin->options['socnet'] & $vbulletin->bf_misc_socnet['enable_albums'] AND $permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canviewmembers'] AND $permissions['albumpermissions'] & $vbulletin->bf_ugp_albumpermissions['canviewalbum'] AND $vbulletin->options['new_enable_albums'] ) ) { $displayrecords = ($vbulletin->options['new_afm_sayi'] ? $vbulletin->options['new_afm_sayi'] : 4); switch ($vbulletin->options['new_afm_dt']) { case 1: $sorgu = "ORDER BY dateline DESC LIMIT 0, $displayrecords"; $resimlery = $vbphrase['new_afm_sec5']; break; case 2: $sorgu = "ORDER BY rand(NOW()) DESC LIMIT 0, $displayrecords"; $resimlery = $vbphrase['new_afm_sec6']; break; } $lpictures = $db->query(" SELECT albumpicture.*, album.*, user.username, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM " . TABLE_PREFIX . "attachment AS albumpicture LEFT JOIN " . TABLE_PREFIX . "album AS album ON(album.albumid = albumpicture.contentid) LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = album.userid) WHERE album.state = 'public' and albumpicture.contenttypeid = 8 $sorgu "); if ($db->num_rows($lpictures)) { while ($lpicture = $db->fetch_array($lpictures)) { $lpicture['musername'] = fetch_musername($lpicture); $lpicture['title'] = trim(strip_quotes($lpicture['title'])); // eval('$resimler .= "' . fetch_template('afm_picture') . '";'); $templater_x1 = vB_Template::create('newalbum_picture'); $templater_x1->register('lpicture',$lpicture); $resimler .= $templater_x1->render(); } $templater = vB_Template::create('newalbum_print'); $templater->register('resimler',$resimler); $templater->register('resimlery',$resimlery); $template_hook['forumhome_wgo_pos2'] .= $templater->render(); } $db->free_result($lpictures); } Even so, nothing shows up on my forumhome regardless |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|