PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.6x (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/)
-   -   some issues with v2.2 (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/131946-some-issues-v2-2-a.html)

chadi May 22nd, 2007 02:04 AM

some issues with v2.2
 
I upgraded my vb to 3.6.7 and installed a new style, then upgraded vbgallery from 2.1 to 2.2. It works, but have odd issues.

The forumhome $vgallery is blank (again, happened in past) even though its activatedin the admin options.

When viewing gallery, my forum logo is showing up as text and linked to gallery home page instead of actual forum home page

Zachariah May 22nd, 2007 07:46 AM

Problem of the FORUMHOME not working.
- I found an old thread of your.
http://www.photopost.com/forum/showp...47&postcount=5

The new style will have local URL's to images in the style vs. full URL's.
- Run admincp/vbgallery_install.php
- Update your image paths.

This will allow your to change:
http://www.domain.com/forums/IMAGE_STYLE/images

vs.

IMAGE_STYLE/images

chadi May 22nd, 2007 07:54 AM

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

Now, in plug in manager I cannot find that plugin. Please explain.

Also, I noticed stats no longer appear on admincp home page.

I ran "update image paths..." and it fixed the main log, but the link is still pointing to the gallery still.

chadi May 22nd, 2007 08:03 AM

1 Attachment(s)
Ok, I fixed the plugin portion. But, in v 2.1 the main header on forumhome (photo gallery column) was not there, it is there now. How do I remove it?

Its the header with purple barely readable text in the image

I also noticed another glitch in profile view
http://www.talkjesus.com/members/chad.html

Noticed the pictures (first five in first column) should not be there as they are just random 5 pics (which is properly applied to forumhome).

Zachariah May 22nd, 2007 08:15 AM

Edited template: adv_gallery_forumhome

remove all the code

Replace:
Code:

Content visible to verified customers only.

chadi May 22nd, 2007 08:18 AM

Thanks. That fixed the header on forum home. Hopefully you can help me on the other two issues (log link and profile view)

Zachariah May 22nd, 2007 09:14 AM

I can not view your member profile. :(
- what is it doing ?

Link issues in the navbar / logout.
- AdminCP => vBGallery => Modify Settings
[save]

This should update cache settings.

chadi May 22nd, 2007 11:33 AM

Ok, the profile view - after upgrading to v2.2 AND your suggestion on modifying the plugin to move to global_start, it is now adding the forumhome's random 5 picture /1 column to the profile "my gallery" area, ON TOP of the default member's submitted photos portion. Basically, it should not add the 1 column / 5 random photos area to the member's profile. That is assigned (or should be) only to forumhome.

What do you mean just "save" to fix the logo's link? Still does not work anyway.

chadi May 22nd, 2007 11:42 AM

This is very odd. Now I view my actual photo gallery and it shows 1 pic per row on gallery home instead of 3 per row.

chadi May 22nd, 2007 02:15 PM

I'm also only using this code in the profile view (memberinfo)

$vbgallery

It should only show that actual user's submitted photos

Zachariah May 23rd, 2007 08:26 AM

Hook location "global_start" will make the plugin show on every VB powered page. When you edited and moved the plugin did you wrap it with code to only show on the forumhome ?

Default:
Code:

Content visible to verified customers only.
Change To:
Code:

Content visible to verified customers only.

chadi May 23rd, 2007 05:20 PM

Thank you.

The logo is still not linking back to the home page like it should. Please help me on that. Stats also still do not appear on admin home page

chadi May 24th, 2007 09:41 PM

Can I please get some support here?

Zachariah May 25th, 2007 09:23 AM

- Stats on AdminCP was moved.
AdminCP => vBGallery => Statistics


- linking back to the home page

AdminCP => vBGallery => Modify Settings
- Header Replacements
-- Add: index.php

chadi May 25th, 2007 12:25 PM

Thank you. That worked


All times are GMT -5. The time now is 08:10 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