Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Latest Album Pictures - Forum Home Details »»
Latest Album Pictures - Forum Home
Version: 1.30, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.7.2 Rating:
Released: 03-27-2008 Last Update: 03-31-2008 Installs: 1259
Uses Plugins Template Edits Auto-Templates
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #382  
Old 10-08-2008, 09:47 AM
ymy ymy is offline
 
Join Date: Feb 2003
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the stig View Post
wow..that's weird. It worked perfectly for me..
Yes, perfect for you, not for me

:up:
Reply With Quote
  #383  
Old 10-08-2008, 07:54 PM
MonCher MonCher is offline
 
Join Date: Oct 2008
Location: The OC
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #384  
Old 10-09-2008, 12:39 AM
the stig's Avatar
the stig the stig is offline
 
Join Date: Sep 2008
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ymy View Post
Yes, perfect for you, not for me

:up:
..did you fix it yet?
Reply With Quote
  #385  
Old 10-09-2008, 08:10 AM
ymy ymy is offline
 
Join Date: Feb 2003
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, If you can! please help me
Reply With Quote
  #386  
Old 10-10-2008, 07:57 AM
ymy ymy is offline
 
Join Date: Feb 2003
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok Thanks . This mod is nice and worked perfectly for me..
https://vborg.vbsupport.ru/showthread.php?t=193238

ymy
Reply With Quote
  #387  
Old 10-10-2008, 01:33 PM
ctfortner ctfortner is offline
 
Join Date: Nov 2007
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #388  
Old 10-12-2008, 07:47 PM
TsirhCitna TsirhCitna is offline
 
Join Date: Jul 2005
Location: Kent, OH
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 />
Reply With Quote
  #389  
Old 10-13-2008, 01:16 PM
Markos Markos is offline
 
Join Date: Aug 2006
Posts: 522
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anyway i can change the border for this ???
Reply With Quote
  #390  
Old 10-13-2008, 11:43 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chadi View Post
I noticed that pictures in moderation queue still show up anyway in forumhome. Please fix this.
Quote:
Originally Posted by chadi View Post
Its indeed a bug. I just tested it as a regular member. Uploaded a photo and even that member can view the moderated photo (not approved yet).

I also noticed that guests cannot view the mod unless logged in as a member. Not sure if that is deliberately done.

I must be blind, but that option is not there in vboptions area at all. I did a "show all settings" and searched "lastest album picture" nothing found.

edit: its actually "album picture - forum home" not "latest album picture - forum home"
Has anyone been able to find a fix by any chance?
Reply With Quote
  #391  
Old 10-20-2008, 09:57 PM
Boosted Panda Boosted Panda is offline
 
Join Date: Mar 2008
Location: Long Beach, CA
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

afm_latestfm

That is where the table border is located.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09462 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete