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 Bug Reports

Classifieds Bug Reports Post any problems you may be having with Classifieds here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 25th, 2005, 12:13 PM   #1 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Exclamation Stand Alone Questions(FIXED)

I have purchased and installed the classified software at my site, and I have some problems/questions:

1. I cannot get the Authors to show up in comments. There is a spot for it, but nothing shows up at all.

http://www.vmktrades.com/showproduct.php?product=1

2. Is there a way to add avatars, or is that only through integration?

3. When I look at the memberlist, it only shows me, when I know there are three members.

Thanks for your help. I am still working on the css file, so the site may look a little funky for now.
VMK is offline   Reply With Quote
Old October 25th, 2005, 01:24 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
Okay lets see

1. try this in showproduct.php find the line and add code in bold below

Code:
Content visible to verified customers only.
2. Thats only with external integrations

3. Memberslist only shows members that have uploaded ads
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 25th, 2005, 02:09 PM   #3 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Thanks for the reply. That code is already in that file, right below where you said to put it in:
Code:
Content visible to verified customers only.
Any other suggestions?
VMK is offline   Reply With Quote
Old October 25th, 2005, 02:09 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
place it where I noted
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 25th, 2005, 02:21 PM   #5 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Quote:
Originally Posted by Chuck S
place it where I noted
I did, and it didn't change anything. Here is the code:
Code:
Content visible to verified customers only.
Do I remove the ones below?
VMK is offline   Reply With Quote
Old October 25th, 2005, 02:29 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
Well it works on my install


http://www.reeftalk.com/classifieds/...php?product=68


I guess we need to understand why this is not defining the profile data for you

list( $cuname, $cuhomep, $cuposts, $cutitle, $cureg, $culoc, $cuavatar, $usig ) = get_profiledata( $cuserid );

Make sure you upload ALL the files except the config and install file from the distribution
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 25th, 2005, 02:52 PM   #7 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
I just downloaded the zip file again, and uploaded everything included, still no luck. Is there an admin setting I am missing?
VMK is offline   Reply With Quote
Old October 26th, 2005, 03:41 PM   #8 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Quote:
Originally Posted by VMK
I just downloaded the zip file again, and uploaded everything included, still no luck. Is there an admin setting I am missing?
Sorry, I still need help on this. I deleted all the files off the server and uploaded them again. No luck, still not showing up. I am wondering if it is an admin setting I am missing or something similar. I would appreciate any suggestions anyone has.

Chuck, it looks like you are integrated through vbulletin. Mine is stand alone, could that have anything to do with it?
VMK is offline   Reply With Quote
Old October 27th, 2005, 10:45 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
Well there is another change you want to make

In sellerspost.php replace the get_profiledata function with this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 27th, 2005, 10:54 AM   #10 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Chuck, thanks. Before I start making all these changes, will it be easier if it is integrated with a forum? I don't want to make all these changes each time I have to upgrade the script, and I can't imagine that everyone who purchases the script has to make all these changes.

As I mentioned, I would be happy to install a forum if it would simplify things.
VMK is offline   Reply With Quote
Old October 27th, 2005, 10:56 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
No need its just an oversight on the internal install file
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 27th, 2005, 11:17 AM   #12 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Quote:
Originally Posted by Chuck S
No need its just an oversight on the internal install file
Cool, that fixed it, I guess. I says I signed up in September, but I signed up about 3 days ago, but everyone else is correct. Will the posts always be 0?

Thanks again for your help, I appreciate it.
VMK is offline   Reply With Quote
Old October 27th, 2005, 11:34 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
You have this in showproduct.php right

if ($cposts != "") $ucposts[$itemnum] = "<br />{$Globals['pp_lang']['posts']}: $cposts";
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 27th, 2005, 11:37 AM   #14 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Here is what I have:
Code:
Content visible to verified customers only.
Looks the same to me. I even copied and replaced it in what I have, and it didn't change a thing.
VMK is offline   Reply With Quote
Old October 27th, 2005, 11:49 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
Okay well I sent you the two files to ensure they are edited correctly
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 27th, 2005, 11:49 AM   #16 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
LOL, new problem. Now, all the comments are dated December 31, 1969. I posted a couple of news ones after we made the changes, and they are still incorrect.

Seems like the standalone has a ton of bugs. I am just going to take everything off and start again with a forum and see if that seems to help.

Thanks!
VMK is offline   Reply With Quote
Old October 27th, 2005, 12:00 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
Hello I am going to assume here if you altered the files incorrectly this is your issue

Please use the two files I sent you. Things display fine as noted here on this standalone install

http://www.omegatron.net/classifieds....php?product=1
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 27th, 2005, 12:07 PM   #18 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Can you send the files again? I did not get them.
VMK is offline   Reply With Quote
Old October 27th, 2005, 12:37 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
Check your trash bin. They where sent to the email address vmkingdom@gmail.com at 11:50

Its not going to do anygood to send them again if your not getting email from me

You can try emailing me at the email below if you can not find them in the trash and I will resend
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 27th, 2005, 07:28 PM   #20 (permalink)
VMK
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 16
Just to let you know, this wasn't fixed. I never did receive the files, and I triple checked the code I put it, it doesn't work. I deleted everything, and installed phpbb for the sign up. Works great now.
VMK 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
PP and Classified Stand Alone install atlantic2 Classifieds Installation & Upgrades 5 January 12th, 2006 11:15 AM
My stand alone Photopost 5.2 just quit working Eric HRF Photopost Pro Bug Reports 2 October 21st, 2005 10:11 AM
stand alone install Snitz Before You Buy 1 May 25th, 2005 12:24 PM
Stand Alone Installation EDGEMAN Before You Buy 1 March 13th, 2005 01:17 PM


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

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