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.)?


All times are GMT. The time now is 08:12 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.01514 seconds
  • Memory Usage 1,733KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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