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)

ArbStar 05-28-2008 06:26 AM

Hi, I've translated the mod to Arabic language.

Uploaded to attachment.

xxalexkimxx 05-29-2008 11:05 PM

how do you SEO url for the album link ?

readjono 05-30-2008 11:47 AM

Any way users can ignore certain user's albums?

Aerdan 05-31-2008 05:41 AM

Posting with a question: my mySQL is awful, and looking at the xml it seems it would be an easy adjustment: is there a query that would get the same looking result, only it would be from the "Most Recently Updated Albums"? This way if one person uploads a lot from one album, it won't flood it and only prompt one of the values while still maintaining a fresh homepage?

The database has a column "lastpicturedate", so the query should be easy to reproduce, but I'm just not good enough at constructing it to do it myself :( If would reconstruct from the following block:

Code:

  $displayrecords = ($vbulletin->options['afm_sayi'] ? $vbulletin->options['afm_sayi'] : 4);
    switch ($vbulletin->options['afm_dt'])
    {
      case 1: $sorgu = "ORDER BY dateline DESC LIMIT 0, $displayrecords"; break;
      case 2: $sorgu = "ORDER BY rand(NOW()) DESC LIMIT 0, $displayrecords"; break;
    } 
  $lpictures = $db->query("
  SELECT albumpicture.*, album.*, user.username, user.usergroupid,
  IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
  FROM " . TABLE_PREFIX . "albumpicture AS albumpicture
  LEFT JOIN " . TABLE_PREFIX . "album AS album ON(album.albumid = albumpicture.albumid)
  LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = album.userid)
  WHERE album.state = 'public'
  $sorgu 
  ");

Anyone know how it could be put together? =) Thanks in advance!

Teknik4 05-31-2008 07:48 PM

sadece x nolu gruba g?ster veya x nolu gruba g?sterme
veya, ziyaret?ilerden gizle ayarı olsa ?ok g?zel olurdu ;)

teşekk?rler kurdum.

MindTrix 06-01-2008 08:26 AM

This seems to be conflicting with my Photoplog lite gallery. It is pulling in pictures from there too.

Anyway to fix this?

Boosted Panda 06-01-2008 10:04 PM

Any way I can put this in the Ultimate Side Column???

bing11 06-02-2008 12:38 AM

nice hack , but How can put it to other place?

I like to set up Picture Counts =1. and put it on left side.

anyone help ?

thanks

rchelifan 06-03-2008 04:32 AM

This is exactly what I am looking for. Does it work with Photoblog Lite?

Pamela 06-03-2008 04:30 PM

My members LOVE this mod! Thank you! :D

One question though...

One of my members asked if we can get the pictures to SCROLL. Is this possible and would it take up any/much system resources (bandwidth, etc.)?

R1lover 06-04-2008 07:05 PM

Great mod, thanks

itsmeroro 06-07-2008 09:28 PM

This is a great feature! Thanks SO much! Great...

Cs.Net 06-07-2008 09:41 PM

thanks.

kevinh 06-08-2008 07:47 AM

Quote:

Originally Posted by hirlas (Post 1528492)
I am only getting the images to show for logged in users. Is there somewhere to change this permission? Other than that, this mod works great! Easy setup!

edit: No idea why I couldn't find this... it's under the usergroup permissions.....

Where you trying to have this display for unregistered/unauthenticated users?

That's what I want, but I don't want them to be able to view the albums without logging in. This way they get a taste of what's available to them if they register.

BUT, I could only see a permission to allow unregistered/unauthenticated users to view the albums.

Hope this makes sense :)

Does anyone know if this is possible?

Thanks,
Kevin

Ultimate Killer 06-08-2008 01:42 PM

Great, thank you!

FileEdit 06-09-2008 06:27 AM

Very nice, thanks.

giorgioarmani 06-10-2008 04:14 PM

Wow this is really cool!

Nominated!!! Question: I love the style on: http://www.atabb.com/ can it be bought somewhere?

giorgioarmani 06-10-2008 04:18 PM

I installed but nothing is showing... Is that because I have no photos?

giorgioarmani 06-10-2008 05:02 PM

I think its great mod!!!

It shows when I'm logged in but not to guests... How can I also enable it for guests?

xTerMn8R 06-11-2008 12:22 AM

Simple to install and use so far... thank you ... any chance of what I'd need to do to get this to display on the vbadvanced cmps_index.php page instead of the Index.php[FORUMHOME]?

Thanks again.. very neat
Tom

Raptor 06-11-2008 02:34 PM

easy install - thanks :)

Megatr0n 06-11-2008 05:01 PM

Hi,

Installed this but I can't see the option to this hack in my AdminCP?

giorgioarmani 06-12-2008 12:20 PM

Anybody?

How do I show them on homepage to guest aswell?

giorgioarmani 06-13-2008 06:59 AM

Where can I get support for this mod?

ArnyVee 06-14-2008 06:32 PM

What a fantastic mod! Simple, yet brings so much life to the forums. Thanks for this! :D

cookiepants 06-14-2008 07:39 PM

Is there a way to make the text "Random Album Picture" a hyperlink to the "all album" page? Or to change the text to say "Stuff we've been sewing up"?

I love this mod, thanks so much!

EvilJohn 06-16-2008 07:55 AM

Wow! Clicked everything. Much <3 to you!

leducq 06-16-2008 07:18 PM

How could I put this on other pages of my site? Great, simple mod....:up:

touba 06-17-2008 09:14 PM

Quote:

Originally Posted by SuperGLS (Post 1524325)
For some reason some of my thumbnails show and others don't. Any ideas on this?

Thumbnail attached. Thanks!

Quote:

Originally Posted by ryozzo (Post 1525484)
i have the same problem in my forum....:(

same problem here... :(

touba 06-20-2008 01:48 PM

Quote:

Originally Posted by touba (Post 1552050)
same problem here... :(

if you use vbSEO, solution is here : http://www.vbseo.com/f3/rc4-pictures...60/#post141258

:up:

SuperGLS 06-23-2008 09:32 PM

Quote:

Originally Posted by touba (Post 1552050)
same problem here... :(

My problem turned out to be related to upgrading my PHP and it wasn't recompiled with the correct GD support. After having it recompiled with GD support correctly and rebuilding my thumbnails everything is working.

pcoskat 06-24-2008 10:43 AM

Quote:

Originally Posted by SgtTechHead (Post 1477055)
Any easy way to call this into a module for vba cmps?

what was the answer to this? I scrolled through the thread, and missed it...

thanks!

cookiepants 06-24-2008 05:01 PM

is this mod being supported? I don't mind waiting for answers, but would like to know if I should try another source for help.

Thanks!

ctfortner 06-26-2008 12:39 PM

Just what I was looking for, thanks!

RFViet 06-28-2008 10:30 PM

Is it still ok with the latest version, vB3.7.2 ??

I'm using vB3.7.2, it doesn't show pictures for guests, even I enabled for guests to view public album.

helpmehost 06-29-2008 05:05 PM

I want it shows pictures only from a user group I define and not all, what should I do?

ETDC 06-29-2008 07:10 PM

Outstanding mod - thanks! :up: :up: :up:

dklassen 07-01-2008 04:01 AM

How about two rows? Great mod!

mesut71 07-01-2008 10:39 AM

it is great, thanks Atakan KOC

XxKonnectionsxX 07-01-2008 12:37 PM

How do I get this modification to work so that guests are able to view it. I can't seem to figure it out. Am I missing something?


All times are GMT. The time now is 05:11 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.01898 seconds
  • Memory Usage 1,792KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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