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)

Atakan KOC 10-27-2008 10:00 PM

Latest Album Pictures - Forum Home
 
1 Attachment(s)
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.

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


v2.0 - 13 Octaber 2008
- vBulletin 3.8.0

Atakan KOC 10-28-2008 05:08 PM

Reserved.

glorify 11-01-2008 08:58 PM

Hey Atakan,

Been using this for awhile on 3.7. Works in 3.8. Any reason to update? Thanks.

janslu 11-12-2008 10:13 AM

I've been trying to modify this extension to display random images on every page. I've changed the code a bit (to look for another tempate marker) and used another hook - parse_template for a plugin. It works fine but causes very high load on the server (I have more than 500 users online).
Do you think there's another, less server intense, way to have it on every page (let's say - under navbar)?

BatMs.com 11-16-2008 07:16 AM

Hmm seems that if I also use your tag cloud mod both using the below forums option, one of them doesn't show, if they are in different places they are fine ;)

Good work :up:

safakuygur 12-08-2008 01:50 AM

good atakan thanks

ShawneyJ 12-08-2008 10:45 AM

Excellent ;) thanks.

doubleclick 12-13-2008 09:48 AM

Great job, simple to install and if you later want to remove it, it's just as easy.

Just import, and it's ready to go!

limmengwei 12-15-2008 06:00 AM

This mod is really neat and easy to use.

My wish list:
1)that it be set to display pictures randomly from selected albums
2)that it can pull images from selected albums in Flickr
3)Time setting for the pictures
4)Dissolve transitions

Anyone knows of a mod as neat as this one, that has the above features? I am Ok if it has to be purchased commercially.

Thanks!

bongwater 12-15-2008 08:28 AM

*installed*

rolandogomez 12-15-2008 08:34 PM

Is there a way, just for this mod only, to resize the thumbs? Thanks, rg.

LeatherNeck 12-17-2008 09:36 AM

Excellent *installed* would be nice to resize thumbs though ;);)

valdet 12-18-2008 10:45 AM

Quote:

Originally Posted by rolandogomez (Post 1686131)
Is there a way, just for this mod only, to resize the thumbs? Thanks, rg.

Hi Rolando,

In template afm_picture you would just need to add width or height attributes to the thumbnails

In this case they're sized 50 px

Code:

<a href="album.php?albumid=$lpicture[albumid]&amp;pictureid=$lpicture[pictureid]">
<img title="$lpicture[title]" class="inlineimg" src="picture.php?pictureid=$lpicture[pictureid]&amp;albumid=$lpicture[albumid]&amp;thumb=1" height="50px" border="0" alt="$lpicture[title]" />
</a>


rolandogomez 12-19-2008 08:55 AM

Thank you! It worked, here's the link, http://www.phototherapy.org/forums/index.php Thanks! rg sends!

Quantnet 12-20-2008 05:04 AM

Anyone knows why guests can't see public albums on my forum? I enabled everything for the Not registered usergroup but they can't even see anything on this random album.

Is there something I miss?

Eko75 12-20-2008 03:46 PM

Hello, I use ibproarcade for vBulletin. I do not get the Hack meat about Forumhome run. How can I make this, so that I can see the Hack meat on footer or furnish? My style also has nobody navbar.

snoopy5 01-06-2009 06:52 PM

Quote:

Originally Posted by Quantnet.org (Post 1689374)
Anyone knows why guests can't see public albums on my forum? I enabled everything for the Not registered usergroup but they can't even see anything on this random album.

Is there something I miss?

Same problem here...

snoopy5 01-06-2009 07:01 PM

Quote:

Originally Posted by snoopy5 (Post 1703527)
Same problem here...

I found the reason:

usergroup manager/ unregsiterd users/ General Permissions/ Can View Member Info

set this to "Yes".

The problem is, I do not want this to be on "Yes",

I want to display the thumbnails nevertheless for unregistered users. If they click on it, the same error alert shall appear as if they click on a userprofile (when set in ACP on "No").

How can I do this?

snoopy5 01-06-2009 07:06 PM

Another suggestion:

Could this hack be modified so that the 5 thumbnails are shown always from 5 different users?

snoopy5 01-07-2009 04:52 PM

Quote:

Originally Posted by snoopy5 (Post 1703539)
Another suggestion:

Could this hack be modified so that the 5 thumbnails are shown always from 5 different users?


I found a compromise: The option in ACP to show thumbnails as random images. Not perfect, but already better.

so the only major problem is the guest viewing possibility or the lack of. I have everywhere no image display for guests, but I still want to have these thumbnails visible as thumbnails to attract new guests so that they register.

How can I do this?

snoopy5 01-10-2009 06:38 PM

Quote:

Originally Posted by snoopy5 (Post 1703535)
I found the reason:

usergroup manager/ unregsiterd users/ General Permissions/ Can View Member Info

set this to "Yes".

The problem is, I do not want this to be on "Yes",

I want to display the thumbnails nevertheless for unregistered users. If they click on it, the same error alert shall appear as if they click on a userprofile (when set in ACP on "No").

How can I do this?

Hi

I tried this now with the exact same settings with another 3.8 Gold install (the other one was only 3.8 RC2).

But now the album pictures do not show anymore for unregistered users. No matter which settings I choose.

Can anybody help here?

snoopy5 01-10-2009 06:57 PM

Quote:

Originally Posted by snoopy5 (Post 1707631)
Hi

I tried this now with the exact same settings with another 3.8 Gold install (the other one was only 3.8 RC2).

But now the album pictures do not show anymore for unregistered users. No matter which settings I choose.

Can anybody help here?

Problem solved, I had the wrong setting in User Album Permissions

But please find a way to display those album images on forum home for unregistered users WITHOUT enabling the "Can View Member Info " Option!

Come2Daddy 01-11-2009 08:05 PM

This is just I didn't upgrade from 3.7.3 to 3.7.4 just because this hack didn't work with me on 3.7.4 :D

now I can upgrade to 3.8.0 :D

thank u again :)

snoopy5 01-12-2009 06:31 AM

Quote:

Originally Posted by snoopy5 (Post 1707656)

But please find a way to display those album images on forum home for unregistered users WITHOUT enabling the "Can View Member Info " Option!

Who can help me with this? I am willing to pay for this!

rule0 01-13-2009 07:05 PM

?ok m?barek bir insansın :D

thank you for all the great mods atakan. really appreciated.

aberg 01-18-2009 03:39 PM

Is it possible to display the thumbnails vertical?

snoopy5 01-19-2009 06:48 AM

Quote:

Originally Posted by snoopy5 (Post 1709388)

But please find a way to display those album images on forum home for unregistered users WITHOUT enabling the "Can View Member Info " Option!

Who can help me with this? I am willing to pay for this!

is this mod still supported? I asked now 3 times this important question within a couple of weeks and no response at all?

So what's up?

snoopy5 01-19-2009 06:55 AM

... and atakan has disabled his PM and e-mail function.

So what shall we do now?

voglermc 01-19-2009 01:16 PM

Still waiting on this same issue

lilbill0005 01-19-2009 07:15 PM

Quote:

Originally Posted by snoopy5 (Post 1707656)
Problem solved, I had the wrong setting in User Album Permissions

But please find a way to display those album images on forum home for unregistered users WITHOUT enabling the "Can View Member Info " Option!

That would mean that if you were trying to hide album images from guests, it wouldn't work. So, it's a bad idea.

voglermc 01-19-2009 07:25 PM

Quote:

Originally Posted by lilbill0005 (Post 1718163)
That would mean that if you were trying to hide album images from guests, it wouldn't work. So, it's a bad idea.

I think you're not getting this

snoopy5 01-23-2009 01:38 PM

Quote:

Originally Posted by lilbill0005 (Post 1718163)
That would mean that if you were trying to hide album images from guests, it wouldn't work. So, it's a bad idea.

They shall only see the thumbnails, not the images . So if they click on it, without beeing logged in, they shall get the same alert as always: "you have to be logged in to be able to see/read..."

So privacy is not an issue. And if you want to, you can implement also a yes/no option for the case that you even do not wnat them to see the thumbnails.

But the hack makes the most sense for marketing purposes to attract new users to your forum. Without my asked modification of this hack, it uses only 30% of its potential value.

dollster68 01-24-2009 02:54 PM

My members have been loving this mod. Thank you, so much.

Question: Does it only show public albums? That's what I'd prefer, but there are so many photos it's difficult for me to tell. It would be my understanding that it doesn't show private albums and profile albums. Further, since the introduction of 3.8 members have the option of also setting their profile as viewable by certain categories (everyone, registered members, friends, etc). If they set it to, say, only viewable by friends, then do those photos get shown in the "random album photos?"

averix 01-25-2009 11:11 PM

Is there any way to change the width of the Latest Albums tables, its currently stretching out of the page.

voglermc 01-26-2009 11:11 AM

Try one less thumbnail

aircool52 01-26-2009 01:15 PM

Where is this file located?
afm_picture

averix 01-26-2009 08:31 PM

No it doesnt work with one less thumbnail :(. Here is what it looks like currently:

http://img144.imageshack.us/img144/1559/examplecf6.jpg

aircool52 01-27-2009 01:35 PM

1 Attachment(s)
I fixed the afm_picture but I get some of the images with huge pixels , how could I fix this?

aircool52 01-28-2009 01:50 PM

Where I can change from left align to center align?

boodog 01-31-2009 01:57 PM

Can I change "Latest Album Picture" to something else? I tried changing the title but that didn't seem to work.


All times are GMT. The time now is 06:45 AM.

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.01392 seconds
  • Memory Usage 1,819KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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