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)
-   -   Gallery for vBulletin 3.5.X (https://vborg.vbsupport.ru/showthread.php?t=92875)

Harald_T 09-12-2005 08:35 PM

The way you've changed the queries could be the problem. Change it to:

ALTER TABLE `vb3_forum` ADD `gallery` TINYINT( 4 ) NOT NULL

ALTER TABLE `vb3_forum` ADD `gallery_rows` VARCHAR( 4 ) NOT NULL

The prefix isn't needed for those additions, as they are part of a table.

Maybe this will help.

Forumi Shqiptar 09-18-2005 09:41 PM

sorry for my late reply as i aint been well i tried ur idea Harald_T too but it aint working dont know why its giving the same message again.

anyone has any clue how to get this one working? or no-one has encountered this problem? many thanks in andvance

Harald_T 09-19-2005 08:17 PM

Oh, wait. This problem only get displayed with forumdisplay.php.

Disable all Plugins which belongs to forumdisplay for the gallery and then enable them one by one. Could you post the code of the one, which produces the error-message?

Andreas 09-20-2005 04:33 PM

@Harald T
You are using the following Code on Hook forumdisplay_complete
PHP Code:

//############################Gallery-Modification###########################
if ($displaythumbs == true)
{
eval(
'print_output("' fetch_template('forumdisplay_gallery') . '");');
}
else
{
eval(
'print_output("' fetch_template('FORUMDISPLAY') . '");');
}
//############################End Gallery-Modification######################## 

print_output() causes halt of Script execution, which means that all other Plugins using the same Hook will not be executed, if they would be executed after your Code.
Please change that in order to keep compatibility with other Hacks.

Harald_T 09-20-2005 05:40 PM

Sorry, i didn't knew that. Hmh, i've to see, if i can change it. Any suggestions?

Wordplay 09-29-2005 06:52 AM

this looks exactly like vbadvanced, which one is better?

Harald_T 09-29-2005 05:57 PM

To be honest: I don't know.

This gallery fits for my personal needs,and that's all i want for it.

There are some couple of things i have to do on it, but i'm still learning the new features of vB 3.5

dreck 09-29-2005 10:11 PM

this still working for gold?

Harald_T 10-01-2005 08:31 AM

I would think so. I haven't had the time to install gold, so i'll try it this weekend.

trancetopia 10-01-2005 08:53 AM

I have this gallery installed and it works great but i've had to temporarily hide the gallery forums due to a problem.

I'm not sure if i've missed something somewhere, but how do you limit the amount of images shown when viewing the gallery. I have a forum that has 300+ images in it but when viewing this forum/gallery it displays all 300 thumbnails instead of viewing the first 25 etc and giving the option to go the next page etc. 300+ images on one page takes a long time to build and looks a little messy.

Is there any way to page the gallery view?

Thanks


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