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!

zefyx 05-10-2009 07:47 AM

Ever think of adding an option to have it display in ALBUMSHOME part of vBulletin

NetRover 05-17-2009 10:31 AM

Hi there, only my paid usergroup has access to albums.

It's probably a bit too much to ask for a feature so that other usergroups could see this block without accessing the photos and albums.

Can you tell me if I done a workaround by coying the source code from the browser for the random block and placed it in the ad location above the forums would work?

I would abviously wrap a usergroup conditional around the html?

many thanks for reading

rsw686 05-30-2009 02:12 PM

One issue I noticed was that if you turn off the picture description it still says Description:. I fixed this by editing the adv_portal_album_pictures_bit template.

Find
Code:

<br /> <strong>$vbphrase[description]</strong>: $picture[caption]
Replace
Code:

<if condition="$mod_options['album_picture_description']">
<br /> <strong>$vbphrase[description]</strong>: $picture[caption]
</if>


SaltyOnionBalls 06-02-2009 03:46 PM

Quote:

Originally Posted by Cocko (Post 1598319)

Quote:

Originally Posted by helpmehost
I just want a special user group album appears how to do so?

Me too, how to make it possible choosing usergroups from which users the pictures
are shown randomly?

Thanx for reply.

I'm looking for the same thing.

And also, perhaps an addition to be able to select which albums from only a certain usergroup(s) appear. << Willing to pay $$ for this one if done correctly.

globalinsites 06-03-2009 01:54 PM

Does anyone know if this mod will work on vBulletin 3.7.5?

SaltyOnionBalls 06-03-2009 03:27 PM

I'm using it on 3.8.2

uaepix 06-13-2009 01:17 PM

Thank you.
Is there anyway I can give permissions to few usegroups?

Regards,

kevinh 06-29-2009 04:54 AM

Like many others, I too have been frustrated because I couldn't get this mod to display to unregistered users, despite setting Can View Albums in the usergroup permissions.

Well I found it!!

Under Usergroups Permissions in the General Permissions section, there's a setting for "Can View Member Info" set that to yes and it works!

ETDC 07-10-2009 10:15 PM

Just reinstalled this on a 3.7 forum and the forum is now completely hosed... can't even get into AdminCP :mad:

globalinsites 09-16-2009 03:09 PM

Quote:

Originally Posted by kevinh (Post 1839320)
Like many others, I too have been frustrated because I couldn't get this mod to display to unregistered users, despite setting Can View Albums in the usergroup permissions.

Well I found it!!

Under Usergroups Permissions in the General Permissions section, there's a setting for "Can View Member Info" set that to yes and it works!

But then unregistered users can also see the large version of the pictures. I would like unregistered users only to be able to see thumbnails. How can I do that?

samiro 01-30-2010 11:45 AM

vb4?

Digital Jedi 01-30-2010 08:32 PM

Quote:

Originally Posted by samiro (Post 1970405)
vb4?

Search function? :p

357Magnum 03-12-2010 06:38 AM

I still have pictures showing up in the "Random Album Pictures" box on my ForumHome from accounts that have already been deleted. I tried rebuilding album thumbnails but that didn't work. Any ideas?

Thanks!

357Magnum 03-19-2010 04:59 PM

hello?

Rob Hephner 03-20-2010 04:57 AM

Quote:

Originally Posted by 357Magnum (Post 2002002)
I still have pictures showing up in the "Random Album Pictures" box on my ForumHome from accounts that have already been deleted. I tried rebuilding album thumbnails but that didn't work. Any ideas?

Thanks!

Same here, any answer?

muratcan25 06-02-2010 07:28 AM

İnstalled Thanks Atakan KOÇ

Ellerine sağlık keşke Türkçe Dil dosyasida Olsaydi

357Magnum 08-23-2010 07:47 PM

Quote:

Originally Posted by 357Magnum (Post 2002002)
I still have pictures showing up in the "Random Album Pictures" box on my ForumHome from accounts that have already been deleted. I tried rebuilding album thumbnails but that didn't work. Any ideas?

Thanks!

Quote:

Originally Posted by Rob Hephner (Post 2006889)
Same here, any answer?

bump!

turbo2liter 11-02-2010 08:03 PM

Same problem here, any answers?

K!nG 02-23-2012 02:19 AM

Hi,
can anyone tell if its working on vb4 ?? or any similar hack works for vb4 ? I been searching for this kind of hack for almost 4 days but can't find it.
Help will be appreciated .

Thanks

ywwz 03-11-2012 01:54 PM

Quote:

Originally Posted by K!nG (Post 2302521)
Hi,
can anyone tell if its working on vb4 ?? or any similar hack works for vb4 ? I been searching for this kind of hack for almost 4 days but can't find it.
Help will be appreciated .

Thanks

https://vborg.vbsupport.ru/showthrea...228618&page=27
Different location dou. (at button)

Kolektor 09-02-2012 04:41 AM

Quote:

Originally Posted by Pezon (Post 1786965)
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:


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

to


And then just choose "Navbar bellow" in Album Picture Location in the Album Picture - Forum Home Settings.

thank you for this. It works like a charm. It is now showing to all pages.

setishock 10-30-2015 10:12 PM

Is there any way to make this work in 4.2.3? Sure would be nice.


All times are GMT. The time now is 10:04 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.01589 seconds
  • Memory Usage 1,809KB
  • 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
  • (3)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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