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:

cbr929rrerion 10-27-2005 12:50 AM

so I just need to replace the existing with this 2 have 2 rows?

cbr929rrerion 10-27-2005 12:56 AM

here is my site, I havae 2 rows on there but both show the same thing.. I want 1 Newest and 1 random..

www.crotchrocketracing.com..

Thanks

Blackhat 10-27-2005 10:04 AM

How is this project working now? Have you updated the first post so I can try again ?

Blackhat 10-27-2005 10:13 AM

I have downloaded and done all the stuff in the readme text file and I get this error:

Quote:

Fatal error: Call to a member function on a non-object in /home/usr/public_html/forums/includes/functions_gallery.php on line 1082
This error shows up randomly, it works sometimes

and one last thing, can it be possible to rate the image from this "gallery block"?

Zachariah 10-27-2005 12:30 PM

Quote:

Originally Posted by Blackhat
I have downloaded and done all the stuff in the readme text file and I get this error:

This error shows up randomly, it works sometimes

and one last thing, can it be possible to rate the image from this "gallery block"?

Ill look @ that, personaly I have never had this error on 8 forums I have installed it too. :disappointed:


@cbr929rrerion - Not yet sir on 2 rows. Ill look @ what I can do.

SpaceStar 10-27-2005 07:36 PM

Get this error when installed:

Warning: Unknown(./includes/functions_gallery.php): failed to open stream: No such file or directory in /index.php(462) : eval()'d code on line 3

Fatal error: (null)(): Failed opening required './includes/functions_gallery.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/index.php(462) : eval()'d code on line 3

any clue??

SpaceStar 10-27-2005 07:49 PM

//Latest Images In ForumHome BEGIN

require_once('./includes/functions_gallery.php');

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
this file is not included in the zip folder for 3.5 ???

SpaceStar 10-27-2005 08:20 PM

I've got the answer after reading other posts :)

Zachariah 10-27-2005 09:16 PM

Quote:

Originally Posted by SpaceStar
I've got the answer after reading other posts :)

Please click " install " for updates

:)

divided_by_fear 10-29-2005 05:14 AM

is there any way you could get this working for vBadvanced CMPS v2.0.0 and if so thank you very much... cause i have both installed was hoping i could merge them together somehow...

Zachariah 10-29-2005 09:13 AM

Quote:

Originally Posted by divided_by_fear
is there any way you could get this working for vBadvanced CMPS v2.0.0 and if so thank you very much... cause i have both installed was hoping i could merge them together somehow...

https://vborg.vbsupport.ru/showthrea...threadid=98982

divided_by_fear 10-29-2005 01:13 PM

**sorry**

Zachariah 10-29-2005 02:35 PM

Quote:

Originally Posted by divided_by_fear
**sorry**

Not a problem, happy to help.

*Tip - take a look in the profile area of the person who made the hack. This site lists everything done by the programer "coder". Not only will ya find quicker :o answers but great ideas (like window shoping). :D

divided_by_fear 10-29-2005 02:46 PM

hell yeah now you really have me window shoping on yours lol

Uyaphiafrica 11-04-2005 12:52 PM

Would this work with a photpost gallery ( I very much doubt though)

Zachariah 11-04-2005 01:42 PM

Quote:

Originally Posted by Uyaphiafrica
Would this work with a photpost gallery ( I very much doubt though)

No, but perhaps I can work something up.

VaaKo 11-08-2005 09:39 AM

I'm facing a weird problem
I have edited index.php and uploaded it, and everything is normal till now, but when I upload the xml file, it starts giving me a blank page on the main page of the forum whenever I refresh...

any suggestions?

Zachariah 11-08-2005 10:03 AM

Quote:

Originally Posted by Don Corleone
I'm facing a weird problem
I have edited index.php and uploaded it, and everything is normal till now, but when I upload the xml file, it starts giving me a blank page on the main page of the forum whenever I refresh...

any suggestions?

1) Upload the XML - would mean import the XML file as a "Product" correct ?
2) Have you made the ForumHome template edit ?
3) VBA gallery installed ( it is required - this hack is not a gallery)

VaaKo 11-08-2005 06:36 PM

Quote:

1) Upload the XML - would mean import the XML file as a "Product" correct ?
yes of course

Quote:

2) Have you made the ForumHome template edit ?
no, not yet, I just changed the php file and imported the xml file

Quote:

3) VBA gallery installed ( it is required - this hack is not a gallery)
it's installed

SpaceStar 11-11-2005 05:33 PM

Excellent - Installed

dieselpowered 11-11-2005 09:11 PM

Quote:

Originally Posted by Don Corleone
I'm facing a weird problem
I have edited index.php and uploaded it, and everything is normal till now, but when I upload the xml file, it starts giving me a blank page on the main page of the forum whenever I refresh...

any suggestions?

Same problem here?????

Any resolution to this??

dieselpowered 11-11-2005 09:14 PM

Quote:

Originally Posted by Zachariah
1) Upload the XML - would mean import the XML file as a "Product" correct ?
2) Have you made the ForumHome template edit ?
3) VBA gallery installed ( it is required - this hack is not a gallery)

I have done all of this and still get a blank page on forum home.

Any thoughts?

Zachariah 11-11-2005 09:42 PM

Quote:

Originally Posted by xtremeoff-road
I have done all of this and still get a blank page on forum home.
Any thoughts?

VB 3.5.0 or .1 ? - I have not tested w/ 3.5.1 - yet, but it should not matter.

divided_by_fear 11-11-2005 10:29 PM

works fine on my 3.5.1

Zachariah 11-11-2005 10:57 PM

Quote:

Originally Posted by divided_by_fear
works fine on my 3.5.1

Thank you Sir.

divided_by_fear 11-12-2005 04:01 PM

no thank you for a excellent mod...

dieselpowered 11-12-2005 04:31 PM

Quote:

Originally Posted by Zachariah
VB 3.5.0 or .1 ? - I have not tested w/ 3.5.1 - yet, but it should not matter.

I was trying it on a 3.5 board. :)

VaaKo 11-13-2005 05:30 PM

I have done all these steps and still getting a blank page when I import the xml file, i'm on 3.5.1

any help plz

dieselpowered 11-14-2005 12:22 AM

Quote:

Originally Posted by Don Corleone
I have done all these steps and still getting a blank page when I import the xml file, i'm on 3.5.1

any help plz

I feel your pain...hopefully there will be a resolution.

Zachariah 11-14-2005 01:07 AM

Guys and gals, gimi a day or so, I am installing a new forums ... lots of OFF line stuff going on and not a lot of "hack" time. Ill shoot off some fixes soon.


All times are GMT. The time now is 10:51 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.01485 seconds
  • Memory Usage 1,827KB
  • 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
  • (20)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