![]() |
Hello,
This is a add-on to a photo gallery "PhotoPost vBGallery" this is not a gallery. - Do you have vBGallery installed ? Quote:
|
Quote:
can you give the link to the PhotoPost vBGallery thanks in advance |
I installed the product, did the file edits and it's not showing up. I'm using a custom template system so I'll have to edit a template and add the code.
I added $vbgallery to forumhome and it shows nothing. So what template do I edit and what code do I add? vbgallery 2.0 on vb3.6.0 |
good luck on getting support. I have been trying for 3 days to get him to answer why the module for the CMPS isn't working for me
|
Quote:
|
hello ...
I am very confused now.. about 2 hours I was tried to solve this problem: from wher I must start? from what MOD. I have VB 3.6.8 and I want to install e gallery like this MOD attachment pictures, but I cant find the firs thing I must do. I try to install some of these mods but they has several errors. I dont now what is CMPS. see these MODs. they are very complicated. what are these? [vB 3.6] vBGallery - Forum Home [vB 3.6.8] Module CMPS3 vBGallery vBGallery_cmps_35x Module CMPS Add vBGallery Comments highslide_vb Photopost gallery highslide vB thumbnail integration. VBgallery some one tell me a simple answer and explain for me please... |
I tried to install this and my forum is gone! It says "done" on the bottom of my browser, but all I have is a white page.
I uploaded the ".xml file" and that went as predicted. I edited the php file, and that is where all hell broke loose. I used notepad to add the line that was mentioned to "add below" and saved the file. I uploaded it to the server, and that is when the forum disappeared. I then went back and took that line back out, saved the init file again, and uploaded it to the server again. No luck. I cannot see the home page, or the admin screen to work on it! Help please! EDIT !!! It was never really gone. I followed a link from an e-mail notification I got for a private message earlier today, and got to that page OK. When I tried to look at the home page, I got a blank white page again. I backed into the admin page from the private message page, and uninstalled the modification from the plug in area (xml file) and now things are normal again... whew! Scared the hell out of me! Anyway, I love this mod, and would like to use it. Can someone tell me where I made a mistake and try to convince me to try the install again? Do I have to pay for the product before it is installed? Thanks! |
Is there a way to approve deny images from thr admin cp? for example a member could upload offensive/sexual images and they would appear on my forum home rofl. Thanks for help, looks real good.
|
Hmmm, Winzip is saying this download is not a valid archive....is it just me having problems with it?
|
Any idea why only admins and mods can see it on forum home? I can't find permissions for it anywhere.
EDIT: I got it installed, but as soon as I overwrite the forumhome_complete.php file, the forum home says that the gallery is turned off. I checked, and it is active. If I leave the forumhome_complete.php from the gallery, the images show up, but only admins and moderators can see the images on the forum home. Any ideas? |
Hey MotoUp,
What gallery version are you running ? |
vBGallery 2.3. You helped me get it up and running awhile back after the upgrade went AWOL.
|
Quote:
- You do not need this add-on as of 2.1+ AdminCP => vBgallery => Modify Add-Ons - forumhome - profile |
Yeah, I agree, the days do run together! LOL
Ah, Okay, I thought this addon added that. Modify Add-Ons. It does work if someone is an admin or Moderator, but none of the regular registered users can see it. Any clue? Guessing it's permissions, but I can't figure out where to change it. |
UPDATE: When I uninstalled the plugin, the images on the forum home went away, but it is enabled in the modify add-ons section...I'm cornfused. :confused:
If I reupload the forumhome_complete from the gallery directory instead of the file from the plugin, then I get an error. |
i am getting a error with this:
Warning: unserialize() expects parameter 1 to be string, array given in /includes/vbgallery/forumhome_complete.php on line 19 |
nevermind
|
Screwed my board.
define('DISABLE_HOOKS', true); saved my board. First time something like this happen to me with a mod. If you don't know what you are doing, stay away from this mod. |
I followed the directions exactly.
Once I add the line require_once(CWD . '/includes/functions_gallery_store.php'); in the init.php I get a database error and all stops. I then go back in the init.php and rem the line and I get this. 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/lib/php:/usr/local/lib/php') in /home/mightys/public_html/forum/includes/vbgallery/forumhome_complete.php on line 16 I take everything out and all goes back to normal. What am I doing wrong or why won't it work? |
Nevermind. I am retarded. I thought this was a gallery. I don't have a gallery installed. Kind of hard to use a hack that adds gallery images to your home page when you don't even have a gallery.
/retarded |
I'm lost. So we have to buy photopost or is there a specific mod called PhotoPost vBGallery v2.1??????
Maybe I am in the wrong thread.... |
thnx
I got this error Warning: Unknown(): Unable to access ./includes/vbgallery/forumhome_complete.php in /index.php(537) : eval()'d code on line 150 Warning: Unknown(./includes/vbgallery/forumhome_complete.php): failed to open stream: No such file or directory in /index.php(537) : eval()'d code on line 150 Warning: Unknown(): Unable to access ./includes/vbgallery/forumhome_complete.php in /index.php(537) : eval()'d code on line 150 Warning: Unknown(./includes/vbgallery/forumhome_complete.php): failed to open stream: No such file or directory in /index.php(537) : eval()'d code on line 150 Fatal error: (null)() [function.require]: Failed opening required './includes/vbgallery/forumhome_complete.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/semauae/public_html/vb/index.php(537) : eval()'d code on line 150 |
data error
Table 'XXXXXXXXXXX.adv_gallery_images' doesn't exist vBGallery v2.1 (vBulletin 3.6.8 Patch Level 2) i can`t place the gallery in forum home at least give me the code to add it in forum home thanx bye |
Quote:
Can somebody please tell me how to remove the Product .XML file of this hack from my Cpanel? So that I can start over? Just a note: Would be great to see a warning in bold to prevent this happening to others. Thanks to anyone willing to help. |
Quote:
To disable the plugin/hook system completely without accessing the Admin CP options, you need to edit includes/config.php and add the following code: Code:
define('DISABLE_HOOKS', true); To re-enable the plugin system, remove the code again from config.php. |
Thanks Zachariah! I got in, and purchased the latest PhotoPost the other day for VB, I uninstalled this hack for the time being and took out the one template mod and installed the photopost , everything seemed to be fine except... nothing shows in my vb options and nothing shows in my forums, so I removed the install file from the admincp folder and tried uploading it via add new add/import product. But still nothing Note: I do have vbgallery showing in the left side panel and I made sure to make it active and set the admin permissions and url/ file paths. Any idea's?
p.s I made sure to undo (define('DISABLE_HOOKS', true); Before the install I sent a pm to you at photopost.com as well. Thanks again:D |
This doesn't work on 3.7
Any chance of an upgrade? |
Quote:
|
s this hack neeeds Photopost script installed?
?? |
Is this going to be updated so it works with Vb 3.7? If it isn't, any idea how I can display the photos from vBGallery on the front page?
|
Quote:
|
Quote:
Where can I buy an updated version of vBGallery? |
All times are GMT. The time now is 09:26 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|