vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PhotoPost vBGallery - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=96152)

cbr929rrerion 10-24-2005 11:06 PM

That worked.. awesome.. ya may want to add.. maybe I missed it, the cat numbers listed are cats that will be shown, want one not to show leave that # out..

Great idea short term but when a gallery get huge, 50000 cats it will stink..

Need a toold to list just the ones to not use and will use all others by default...

But hey.. works for now.. Thanks...

PennylessZ28 10-24-2005 11:08 PM

Is this thing every going to be updated?

Zachariah 10-24-2005 11:36 PM

Oh yes, I plan to. Trying now to organize my code projects / harddrives.

You know 450k files on my desktop and 2500 "New Folder, New Folder (1),New Folder (2), New Folder (300)"

Did you know @ 75 folders deep there is a filelock In win2k/XP that even if empty you can not Del some folders. (even in safe mode) - but you can in "dos mode" if you will (boot from CD)

:eek: :D :p

PennylessZ28 10-24-2005 11:43 PM

I'm stupid < FOOT IN MOUTH>

Zachariah 10-25-2005 12:12 AM

Quote:

Originally Posted by HR3rdGen
I'm stupid < FOOT IN MOUTH>

:laugh: :confused: :confused:

I am lost what ?


Quote:

Originally Posted by cbr929rrerion
That worked.. awesome.. ya may want to add.. maybe I missed it, the cat numbers listed are cats that will be shown, want one not to show leave that # out..

Great idea short term but when a gallery get huge, 50000 cats it will stink..

Need a toold to list just the ones to not use and will use all others by default...

But hey.. works for now.. Thanks...

Great idea - will add to the next update.

cbr929rrerion 10-26-2005 11:20 PM

Any way to add 2 rows of pics, maybe one random one newest, or just 2 rows, 5 each of the newest pics...

Zachariah 10-26-2005 11:41 PM

Quote:

Originally Posted by cbr929rrerion
Any way to add 2 rows of pics, maybe one random one newest, or just 2 rows, 5 each of the newest pics...

Sure you could do another row w/ its own config settings.

2 queries 1 per row.

cbr929rrerion 10-26-2005 11:51 PM

example pretty please

cbr929rrerion 10-26-2005 11:55 PM

I have newest now.. How about from just 1 catagory or what can my options be..

and KUDO's to you for the fast reply.. much appreciated

Zachariah 10-27-2005 12:42 AM

Quote:

Originally Posted by cbr929rrerion
I have newest now.. How about from just 1 catagory or what can my options be..

and KUDO's to you for the fast reply.. much appreciated

I will have to work on 2 blocks each w/ settings.

Admincp => Plugin Manager => Hook Location : forumhome_complete => Forumhome: Gallery Main => EDIT

Currently:
Code:

// If you HASH out "$catlimit" images will pull from all categories.
// Useage: $catlimit = 3,5,10,30,70;

// $catlimit = 3;

// Enter 1 newest, 2 most viewed, 3 most comments, 4 highest rated, 5 random.
$galleryorderby = 5;

Added Extra Options
// If you DON'T want these fields to show then value = "0" (zerro)
   
$showfields['title'] = 0;
$showfields['description'] = 0;
$showfields['rating'] = 0;
$showfields['user'] = 0;
$showfields['dateline'] = 0;
$showfields['views'] = 0;
$showfields['dimensions'] = 0;
$showfields['filesize'] = 0;
$showfields['posts'] = 0;
$showfields['lastpost'] = 0;
$show['category'] = 0;

Later Ver will have these settings in a gallery admin menu area (for speed and easy settings change)

I hate to try and REM what fricken plugin to edit to do what. :tired:


All times are GMT. The time now is 01:14 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.01797 seconds
  • Memory Usage 1,748KB
  • 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
  • (4)bbcode_quote_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