vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - Latest Album Pictures - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=194827)

afgboy 02-16-2010 06:59 PM

Quote:

Originally Posted by testbot (Post 1983796)
guests must be able to view members AND albums in usergroup permissions.

thx!!!!!!!

ckgreenman 02-21-2010 02:13 PM

Does anyone know if there is a 4.0 version of this mod? I haven't been able to find one.

Thanks.

EDIT: NM I found it. Gonna uninstall this one and install the 4.0 version. Thanks Atakan KOC!!!.

AzH 02-21-2010 06:43 PM

Installed. Looks great on my site. Thanks!

karlm 03-02-2010 12:26 AM

Thank you.

Works well on my site:

Narkissos 03-10-2010 02:49 PM

Sweet mod!

Cute boy 03-17-2010 09:22 AM

Thanks A lot............
Installed..........

Garamond 03-17-2010 01:49 PM

How to include pictures in the Photopost gallery which I also have on my forum?

lowlight 04-05-2010 03:19 PM

I just switched to a new server, and everything else is working. But for some reason, the album images on the front page are showing up as blank 1x1 images.. any ideas?

kevinh 04-06-2010 02:30 AM

I have this mod set up so that the Album Pictures (thumbnails) are visible to guests on the home page, but I want to restrict viewing the full size album images to only to those people who are logged in.

Is this possible by changing a vBulletin setting?

Andreas 05-19-2010 07:17 AM

This Add-on has a bug that causes unwanted Side-Effects with other Add-ons:

The automatic template replacements (you really should not do that, is just causes trouble .. ) is incorrect:

PHP Code:

      case 2$vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- main -->''<!-- what\'s going on box -->'.$vbulletin->templatecache['afm_latestfm'], $vbulletin->templatecache['FORUMHOME']); break;
      case 
3$vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- what\'s going on box -->''<!-- end what\'s going on box -->'.$vbulletin->templatecache['afm_latestfm'], $vbulletin->templatecache['FORUMHOME']); break; 


should be

PHP Code:

case 2$vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- main -->''<!-- main -->'.$vbulletin->templatecache['afm_latestfm'], $vbulletin->templatecache['FORUMHOME']); break;
case 
3$vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- what\'s going on box -->''<!-- what\'s going on box -->'.$vbulletin->templatecache['afm_latestfm'], $vbulletin->templatecache['FORUMHOME']); break; 



All times are GMT. The time now is 04:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01770 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete