PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.6x (http://www.photopost.com/forum/bugs-vbulletin-3-6x/)
-   -   Integrating vbadvanced VBA_PAGE (fixed) (http://www.photopost.com/forum/bugs-vbulletin-3-6x/130261-integrating-vbadvanced-vba_page-fixed.html)

bvondane February 2nd, 2007 03:21 PM

Integrating vbadvanced VBA_PAGE (fixed)
 
Hello all...

I have been able to integrate vbadvanced into all of my ohter pages by using this hack tutorial (see below) and thay all work great!

http://www.vbadvanced.com/membersare...tid=4&pageid=6

However, when I try to add the code to /gallery/index.php:

Code:

Content visible to verified customers only.
I get the following errors when trying to display the page:

Fatal error: Cannot redeclare order_mods() (previously declared in /home/wheelsup/public_html/includes/vba_cmps_include_bottom.php:207) in /home/wheelsup/public_html/includes/vba_cmps_include_bottom.php on line 207

Can anyone help?

Thanks!
-Bill

Zachariah February 2nd, 2007 06:08 PM

- With the edits below CMPS showed up on the a test gallery.

As stated in the how to link.

/forum/global.php (cmps edit)
/forum/includes/functions.php (cmps edit)

I made the edit to:
/forum/global.php
Code:

Content visible to verified customers only.
I took a look and there is some old code in the gallery that is no longer needed.

There are 5 file edits.
- Let me know how it goes
- If all is well I will tag this thread for a gallery update fix.

vBulletin v3.6.4
PhotoPost vBGallery v2.1
vBadvanced CMPS v2.2.1
  • gallery\browseimages.php
Find:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.
  • gallery\index.php
Find:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.
  • gallery\misc.php
Find:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.
  • gallery\moderate.php
Find:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.
  • gallery\search.php
Find:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.

bvondane February 2nd, 2007 09:57 PM

Ok... I am a bit confused about the first part...

Did you want me to ADD this to the global.php?

Code:

Content visible to verified customers only.
I did add it, and I edited all the other files, and it not working right...

http://www.wheelsup.org/gallery

-Bill

bvondane February 2nd, 2007 10:02 PM

Ooops... Sorry, missed putting the correct variable in that global.php code...

I fixed it and now it appears to be working perfectly...

Thanks!
-Bill

easyskillz February 6th, 2007 08:46 AM

that's a total negativ for me...The cmps right colum doesn't show anymore with those changes ...And with the basic changes ..i still can't see my right column on SHOWIMAGE.PHP ...So i loose around 10 000 banners prints per day because of that.

I still don't understand why you guys can't make a smooth cmps/gallery integration and also ...an easier way to have more than 3 colums on cmps. I know there are ways to do it ...But it's just not easy for everyone here.

Zachariah February 6th, 2007 05:27 PM

EZ, this does work after the edits.

The edits to the gallery files will be changed in the next build, as they are no needed.

DEMO


Something I did do in the forums/global.php.

Under:
Code:

Content visible to verified customers only.
Add:
Code:

Content visible to verified customers only.

This will engage the CMPS on all vBGallery pages.


All times are GMT -5. The time now is 12:26 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97