vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - vBGallery - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=123490)

sunnycher 11-19-2006 02:13 AM

not sure what I did but this totally screwed me up LOL

ThunderBeast 11-19-2006 10:29 AM

Quote:

Originally Posted by Zachariah (Post 1120168)
- This is a add-on to show images from PhotoPost vBgallery. It is not a gallery.


this mod....... is it not a gallery?????

Zachariah 11-19-2006 01:32 PM

Quote:

Originally Posted by dcasux (Post 1120434)
I installed your mod on vBgallery 2.1 and it came up with a database error.

Will you be updating your great plug-in to be compatable with gallery 2.1?

vBGallery 2.1 does not need this hack. It's built in.
AdminCP => vBGallery => Modify Add-Ons

MillerLight 11-19-2006 04:12 PM

Zachariah,

I need to give you access to my server / forum so you can debug why this isnt working, thats if you can?

PM me if you can help?

John1uk 11-19-2006 09:57 PM

hi...i have installed this hack, but seem to get this message:

Warning: main(./includes/functions_gallery.php) [function.main]: failed to open stream: No such file or directory in /includes/vbgallery/forumhome_complete.php on line 16

Fatal error: main() [function.require]: Failed opening required './includes/functions_gallery.php' (include_path='.:/usr/local/lib/php') in /homepages/16/d67804049/htdocs/mm/forum/includes/vbgallery/forumhome_complete.php on line 16

would be very gratefull for any advice.

imported_infitech 11-20-2006 02:54 AM

will this work with the most recent versions of VBulletin and Photopost?

Zachariah 11-20-2006 12:26 PM

Quote:

Originally Posted by imported_infitech (Post 1121277)
will this work with the most recent versions of VBulletin and Photopost?

No.

This works on Photopost vBGallery ver. 2.0 beta - 2.0 gold.

2.1 has it built in now.

DeeNice 11-24-2006 06:50 AM

Hey,

I.ve bought version 2.1 but i have one small question.
I use the Tangerine style and i want to display 4 pictures in one colum.
In the left header colum of this style under the advertising bar see attachment. when i use the $vbgallery it does not display what am i doing wrong?

I've added two attachments for a better understanding cause my english is not so good.

Zachariah 11-24-2006 11:23 AM

Quote:

Originally Posted by DeeNice (Post 1124110)
Hey,

I.ve bought version 2.1 but i have one small question.
I use the Tangerine style and i want to display 4 pictures in one colum.
In the left header colum of this style under the advertising bar see attachment. when i use the $vbgallery it does not display what am i doing wrong?

I've added two attachments for a better understanding cause my english is not so good.

You should have no need of this hack in 2.1 vBGallery.
- I have ran across this problem before.

The person had Left side column on forum home only installed and the gallery images would not show up on their side block.

What I did to make it work:

1) your side bar is attached to phase_template this hook runs before forumhome_complete.

What I had to do to get it working is move plugin "PhotoPost vBGallery Forumhome" from hook location forumhome_complete to global_start.

2) I edited "PhotoPost vBGallery Forumhome"

Replaced:
Code:

require(DIR .  '/includes/vbgallery/forumhome_complete.php');
With:
Code:

if (THIS_SCRIPT == 'index'){
require(DIR .  '/includes/vbgallery/forumhome_complete.php');
}

3) place $vbgallery in the side block template.

DeeNice 11-26-2006 04:19 PM

Quote:

1) your side bar is attached to phase_template
I dont know what you mean with the phase_template!
The leftcolum is a part of the Tangrine style and i kan only edit it in the header template. So i thought i could paste $vbgallery in there.

2) I did make the changes in "PhotoPost vBGallery Forumhome"


3) No luck cause it does not work.:(

What more or different most i do?

Greetings
DeeNice


All times are GMT. The time now is 04:01 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.01282 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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