vb.org Archive

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

Dabbi 03-09-2009 12:40 PM

This is great! Is there an easy way itI can get it to show up under New and Todays Posts as well?

averix 03-09-2009 08:02 PM

Is it possible to use this mod on vbadvanced cmps?

globalinsites 03-12-2009 11:01 PM

Is this mod still supported?

gonzek 03-15-2009 02:29 PM

Hi,

I have big board with many users and datas. After installing this mod, limits "max user connections" and "max connestions" (per hour) exceeding in every hour.
I looked into the code and I think that the two SQL questions have bad construction:
Code:

      case 1: $sorgu = "ORDER BY dateline DESC LIMIT 0, $displayrecords"; break;
      case 2: $sorgu = "ORDER BY rand(NOW()) DESC LIMIT 0, $displayrecords"; break;

Is the "LIMIT 0" cause of errors?

Nuguru 03-15-2009 02:57 PM

Hello All,

I am too getting error emails generated by VBulletin software advising me the the error - 'max user connections'.

It seems to be this mod that is creating the issue here.

Anyone else get or has had these errors show up due to this mod?

And due you know the fix?



Thank You in Advance :)

Pezon 04-08-2009 11:00 PM

Quote:

Originally Posted by leducq (Post 1551072)
How could I put this on other pages of my site? Great, simple mod....:up:

I dont know if any other have solved this allready, but this i how i did it.

Go to the Admin Control Panel / Plugin & Pruducts / Plugin Manager
Now Edit the "Latest Album Picture" - "forumhome_start".
Change the hook location to "global_start".

Open "global.php" and add this code:
Quote:

eval('$afmlatestfm = "' . fetch_template('afm_latestfm') . '";');
Now just write "$afmlatestfm" in any template you want the Album Pictures to show (without the " " of course).

If you dont want the other "Latest Album on Forum Home" to show just edit the line in the Album Pictures - Forum home plugin:

Change
Quote:

case 1: $vbulletin->templatecache['navbar'] .= $vbulletin->templatecache['afm_latestfm']; break;
to
Quote:

case 1: $vbulletin->templatecache['none'] .= $vbulletin->templatecache['afm_latestfm']; break;
And then just choose "Navbar bellow" in Album Picture Location in the Album Picture - Forum Home Settings.

Dalma 05-03-2009 01:39 PM

Has anyone modified the code to deal with album photo's selected for moderation are included in the display before being approved?

R1lover 05-03-2009 02:22 PM

Quote:

Originally Posted by Nuguru (Post 1768738)
Hello All,

I am too getting error emails generated by VBulletin software advising me the the error - 'max user connections'.

It seems to be this mod that is creating the issue here.

Anyone else get or has had these errors show up due to this mod?

And due you know the fix?



Thank You in Advance :)

That has nothing to do with this mod, it was to do with your setup on mysql.

Monja 05-04-2009 05:50 AM

hello,
great module! i just have one question - can i point it to one specific album and keep that? so that it doesn´t show the new pics but those just added in a specific album or, even better, in the phb gallery

Ogmuk 05-09-2009 08:26 AM

Hi,

I have 2 questions:
1) Is it possible to show multiple album windows without having to import the product multiple times?
2) Is it possible to change it to latest uploads posted in a specific Social Group instead of the latest Album upload?

Thanks!


All times are GMT. The time now is 01:26 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.01458 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (5)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