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 |
#382
|
|||
|
|||
Yes, perfect for you, not for me
:up: |
#383
|
|||
|
|||
VBVersion 3.7.3
Oh my gosh. Since I've added this no one can upload pictures to their album. When the users try they get the following messages: 1) Imageinfo Failed: sh: /usr/local/bin/identify: No such file or directory 2) Invalid File Does anyone know if uploading this mod may have changed the file or directory? If so, how do I restore it. PROBLEM FIXED! The image path for ImageMagick was wrong. I don't think it had anything to do with mod. It just happened at the same time. Thanks for the help! |
#384
|
||||
|
||||
|
#385
|
|||
|
|||
No, If you can! please help me
|
#386
|
|||
|
|||
Ok Thanks . This mod is nice and worked perfectly for me..
https://vborg.vbsupport.ru/showthread.php?t=193238 ymy |
#387
|
|||
|
|||
would also like to allow guests to view pics on forum home, does not work for me. I set the option for unregistered to view albums, but it still doesnt work. Did anyone get that working?
|
#388
|
|||
|
|||
My default style must be missing a hook or something so I just manually add the code.
For anyone who wants to place this in another location manually just ad this code to where you would like it. HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="tcat"> <if condition="$vboptions['afm_cb']"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('afm_box')"><img id="collapseimg_afm_box" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_afm_box].gif" alt="" border="0" /></a></if> <if condition="$vboptions['afm_dt']==2">$vbphrase[afm_sec6]<else />$vbphrase[afm_latestpicture]</if> </td> </tr> </tbody> <if condition="$vboptions['afm_cb']"> <tbody id="collapseobj_afm_box" style="$vbcollapse[collapseobj_afm_box]"> </if> <tr> <td class="alt1" style="text-align:justify"> <table width="100%" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]"> <tr> $resimler </tr> </table> </td> </tr> <if condition="$vboptions['afm_cb']"> </tbody> </if> </table> <br /> |
#389
|
|||
|
|||
is there anyway i can change the border for this ???
|
#390
|
||||
|
||||
Quote:
Quote:
|
#391
|
|||
|
|||
afm_latestfm
That is where the table border is located. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|