PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > vBGallery Support > vBGallery Import Scripts

vBGallery Import Scripts Here you will find import scripts to help convert your existing gallery to PhotoPost vBGallery.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 19th, 2010, 10:05 PM   #21 (permalink)
m_k
Junior Member
Verified Customer
 
Join Date: May 2004
Posts: 14
hmmm... played around with it and it works when I am logged out, but not when I am logged in

when not logged in everything is fine, for instance I mouse over the "next" link and get "i=160&c=39", but when logged in it shows up as "i=&c=39" - missing the image number

any ideas?

(you can see this behavior also at the site I sent the login info for)

Last edited by m_k; February 19th, 2010 at 10:32 PM. Reason: added more info
m_k is offline   Reply With Quote
Old February 20th, 2010, 10:03 AM   #22 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
You would need to reply to any email you sent on any topic. I have people send me login info all day long so not sure who you are
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 22nd, 2010, 10:02 AM   #23 (permalink)
m_k
Junior Member
Verified Customer
 
Join Date: May 2004
Posts: 14
Tech support got back to me, sending me to this thread --> Next, Previous, & Flimstrip

The suggested commenting out of a few lines did the trick, though I am still going to try and figure out what hack(s) are causing the conflict.
m_k is offline   Reply With Quote
Old February 22nd, 2010, 10:05 AM   #24 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
okay yep that was me
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 22nd, 2010, 02:44 PM   #25 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Quote:
Originally Posted by m_k View Post
.... though I am still going to try and figure out what hack(s) are causing the conflict.
try disabling all hacks... products...
if the error is gone..
turn them on.. one by one..
and check if the error is back..
the one where the error is back..
is the one..
It would be very interesting to know which one that is...

Luc
Luciano is offline   Reply With Quote
Old February 22nd, 2010, 02:57 PM   #26 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
Luciano yeah we both know its a hack. I can tell you I have seen his admin panel oh my he has alot of hacks.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 22nd, 2010, 08:40 PM   #27 (permalink)
m_k
Junior Member
Verified Customer
 
Join Date: May 2004
Posts: 14
Quote:
Originally Posted by Luciano View Post
It would be very interesting to know which one that is...
and the lucky hack is.... <drumroll>

Member Visit Tracking

I had version 3.7.004 installed, and once it was disabled the navigation started working again. Tried updating it to the 3.8.003 version, but the conflict is still there. I am using it on my live site with the lines commented out, but it is nice to know what the source of the problem is :-)
m_k is offline   Reply With Quote
Old February 22nd, 2010, 09:03 PM   #28 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647


Thats nice to know thanks
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 22nd, 2010, 10:49 PM   #29 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Thanks a lot !!
Luciano is offline   Reply With Quote
Old February 23rd, 2010, 12:44 AM   #30 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
by removing:
if ($userid)
{
$wherequery[] = 'images.userid = ' . $userid;
}
You loose (under some circonstances) the user category in filmstrip when doing prev/next, jumping to overall imagecategory...
not a big deal, unless you are the imageowner...
then you wont have some small drawbacks... like "unsubscribe to that category wont appear" (not imagesubscription.. that will be there.. but category subscription) etc...

Please test this quickfix:
find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
cant test it, because not at home... but it should work.. and the hack should not interfere anymore..

Luc

PS:
we use if(isset($_REQUEST['userid']) AND intval($_REQUEST['userid']) instead of if($_REQUEST['userid']) because for some reason php >5.3 issues a warning saying request[userid] is not set.... (vbulletin suppresses that warning, so you wont see it.. but checkin isset first, the warning doesnt appear at all...

Last edited by Luciano; February 23rd, 2010 at 02:16 AM.
Luciano is offline   Reply With Quote
Old February 23rd, 2010, 05:40 AM   #31 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
Lovely vb hacks and issues
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
auto-import PHPBB3 images into PP...possible? odklizec Before You Buy 2 June 26th, 2008 10:51 AM
Import images from my old 4images gallery vBFreak Before You Buy 1 December 5th, 2007 04:14 PM
Still sorting problems wolfgangm Photopost Pro How Do I...? 5 August 29th, 2007 05:10 PM
Import images that already exist jviegas vBGallery How Do I...? 2 November 4th, 2006 03:29 PM
Problems Sorting with Search kwrd Photopost Pro Bug Reports 24 July 24th, 2006 10:09 AM


All times are GMT -5. The time now is 04:04 AM.

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