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 > PhotoPost Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 23rd, 2004, 06:40 PM   #1 (permalink)
Registered User
 
Join Date: Jun 2004
Posts: 19
Help! Several Problems...

I just purchased 1.8 and just installed it.

You can see that it seems to be working fine, but here are my problems:

Problem 1: Search, all ads, last day, last 7days, etc doesn't work. Actually it seems to be working since it displays the correct number of returned rows but the ad information is missing.

Problem 2: The description of the item have backslashes on all quotes.

Problem 3: Similar to Problem 2, on the main classifieds page, the titles of the ads in the "Most Viewed" block also have backslashes before the quote character.

Problem 4: On a user profile of a member in a comment on an ad, there is this 'Gallery' button that when clicked, calls showgallery.php. Is this misplaced in the template? Is this supposedly for PP Pro and someone forgot to remove it?

Please help asap.

Last edited by rsuplido; June 24th, 2004 at 12:56 PM.
rsuplido is offline   Reply With Quote
Old June 24th, 2004, 12:53 PM   #2 (permalink)
Registered User
 
Join Date: Jun 2004
Posts: 19
It seems like no one wants to help and I can't delete my post either so I had time today to browse the code and get answers to some of my problems:

Problem 2:
Edit templates/showproduct.php:
Look for:
Code:
Content visible to verified customers only.
Below it add:
Code:
Content visible to verified customers only.
Problem 3:
Edit templates/topviewedpal.tmpl:
Look for:
Code:
Content visible to verified customers only.
Below it add:
Code:
Content visible to verified customers only.
Look for:
Code:
Content visible to verified customers only.
Replace with:
Code:
Content visible to verified customers only.
Problem 4:
Edit forums/vb3.php (might be different based on bb you are using):
Look for:
Code:
Content visible to verified customers only.
Since there is no variable that holds PhotoPost Pro's path, replace with actual photopost URL, in my case:
Code:
Content visible to verified customers only.

I hope this will help others having the same problems.

Last edited by rsuplido; June 24th, 2004 at 02:50 PM.
rsuplido is offline   Reply With Quote
Old June 24th, 2004, 01:15 PM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Actually you need to give someone a chance to see your post.

You should not edit the code as you have above.

Problem 2 actual resolution is this

find

$description = stripslashes( $description );

change to

$desc = stripslashes( $desc );

Problem 3

Find this line in showproduct.php

$tptitle[$tpfound] = ( strlen($toptitle) > 20 ? substr($toptitle,0,20)."..." : $toptitle );

above it add

$toptitle = stripslashes( $toptitle );


Problem 4

$Globals['maindir']} is most definately defined and used throughout the program everywhere
__________________
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 June 24th, 2004, 01:23 PM   #4 (permalink)
Registered User
 
Join Date: Jun 2004
Posts: 19
Thanks for the official fixes. I hope these gets incorporated in the actual download package soon.

As for Problem 4, yes, $Globals['maindir']} is defined but it points to PhotoPost Classifieds and not to the PhotoPost Pro Gallery product. The button should not have been added in the Photopost Classifieds template since not everyone might own PhotoPost Pro.
rsuplido is offline   Reply With Quote
Old June 24th, 2004, 01:38 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
As far as Problem 4 there is no gallery in classifieds just something that should not be there.

You can remove this for now

$uugallery[$itemnum] = $ugallery;

Some other additional internal work needs to be done to remove it all together but that should remove the button until we can take a closer look at the build
__________________
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
Problems, problems...solutions? Base4 Photopost Pro How Do I...? 16 July 27th, 2005 03:53 PM
problems + problems after install help please. drache Photopost Pro Installation & Upgrades 9 September 1st, 2004 10:15 AM
Need urgent help here : Logging in problems/ Cookie problems cinq Photopost Pro Installation & Upgrades 8 July 28th, 2004 07:17 AM


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

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