Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

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

Category: Forum Home Enhancements - Version: 4.0.0 Beta 3 Rating:
Released: 11-21-2009 Last Update: Never Installs: 799
DB Changes Uses Plugins Template Edits Auto-Templates
Re-useable Code Translations  
No support by the author.

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

File Type: xml product-newalbum.xml (5.6 KB, 4356 views)

Screenshots

File Type: jpg vB4 Forums_1258911725166.jpg (59.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
alhidaya, Toorak Times

Comments
  #492  
Old 08-11-2013, 01:21 PM
tonmo tonmo is offline
 
Join Date: Dec 2004
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This does not seem to uninstall from vb5. Following the uninstall option yields apparent success, but it still appears as an option under Settings, and when you go back to >Products it's there again...

Edit: disabling seems to work, but not uninstalling.
Reply With Quote
  #493  
Old 08-28-2013, 10:16 PM
placeshifter placeshifter is offline
 
Join Date: Jun 2013
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrEyes View Post
Unless I am missing something, which is entirely possible, the mod doesn't currently respect profile privacy settings. As an example, if a member selects that only friends can see their album the thumbnails from that album may still be displayed. Arguably if the member has selected that option then the thumbnails shouldn't be displayed either.

To fix this the main SQL select needs to change to include:

LEFT OUTER JOIN profileblockprivacy AS pbp ON (pbp.userid = album.userid AND pbp.blockid = 'album')

and

AND (pbp.requirement = 0 OR pbp.requirement IS null)
Has this been included in the mod or is it still a privacy nightmare?

Where should this be added ? Thanks!
Reply With Quote
  #494  
Old 10-16-2013, 06:01 PM
Pop's Stang's Avatar
Pop's Stang Pop's Stang is offline
 
Join Date: Dec 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have installed this mod on my site. Everything seems to be working fine, and thanks to the help from post #140 I now have it on the navbar. The problem I am having is that I have a few random pictures that show up larger than others. I ran the "Rebuild Recently Updated Albums" as others have suggested, but that didn't seem to solve the problem.

Does anyone have a suggestion? Thanks.

vb: 4.2.0
www.stangalley.com/forum.php


Reply With Quote
  #495  
Old 10-19-2013, 12:52 AM
Pop's Stang's Avatar
Pop's Stang Pop's Stang is offline
 
Join Date: Dec 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pop's Stang View Post
I have installed this mod on my site. Everything seems to be working fine, and thanks to the help from post #140 I now have it on the navbar. The problem I am having is that I have a few random pictures that show up larger than others. I ran the "Rebuild Recently Updated Albums" as others have suggested, but that didn't seem to solve the problem.

Does anyone have a suggestion? Thanks.

vb: 4.2.0
www.stangalley.com/forum.php


Never mind...some how it fixed itself.
Reply With Quote
  #496  
Old 10-19-2013, 05:06 PM
Reece^B Reece^B is offline
 
Join Date: Jan 2006
Location: Essex
Posts: 406
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you let guests view this? So far only members.
Reply With Quote
  #497  
Old 10-22-2013, 08:14 AM
Pop's Stang's Avatar
Pop's Stang Pop's Stang is offline
 
Join Date: Dec 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reece^B View Post
How do you let guests view this? So far only members.
Adminup>Usergroup>Usergroupmanger>Unregistered/notonline> user album permisson click yes.
Reply With Quote
  #498  
Old 10-26-2013, 12:49 PM
Reece^B Reece^B is offline
 
Join Date: Jan 2006
Location: Essex
Posts: 406
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've selected can view albums / can have albums.

Still displays nothing?
Reply With Quote
  #499  
Old 01-16-2014, 07:24 PM
giorgioarmani giorgioarmani is offline
 
Join Date: Dec 2006
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I move this from the What's Going On section to below the navbar?
Reply With Quote
  #500  
Old 03-31-2014, 01:23 AM
mudrunner mudrunner is offline
 
Join Date: May 2012
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SonicGT View Post
Ok so I've been wanting this above my forum as alot of people and seeing the one post that told how to do it got me wanting it more, but I have an ad and don't want to replace it. So here is what I did to get it up on the top of the forum, and can be collapsed. this does take a decent amount of editing to do, and use these steps at your own risk, and I hope im not imposing too much by sharing these changes to get the result I was looking for

Go to products and edit the New Album Picture Forum Home product
replace

PHP Code:
$template_hook['forumhome_wgo_pos1'] .= $templater->render(); 
with

PHP Code:
$newpics2 $templater->render();
vB_Template::preRegister('navbar', array('resimler' => $newpics2)); 
This is from page 10 post 140

So I've been wanting to do this, but I can't figure out how to edit the product.
If I edit the XML file I see $template_hook['forumhome_wgo_pos2'] .= $templater->render();

NOT: 'forumhome_wgo_pos1'

is that the correct line? Or am I looking in the wrong place?
The only way I figured out how to edit the product was the XML file itself then re-upload it.

I can handle editing the templates.

Thanks
Reply With Quote
  #501  
Old 03-31-2014, 04:28 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You edit the product in the plug in manager.

------------------------------

BTW - I have recently disabled this plug in due to it not showing images correctly in Internet Explorer. I have not yet gone through this though to see if it is something else with in my site causing the issue other than this plug in.
Reply With Quote
Reply


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 07:18 PM.


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.06186 seconds
  • Memory Usage 2,346KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete