 | |  | | | Classifieds Bug Reports Post any problems you may be having with Classifieds here. |
October 25th, 2005, 12:13 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005
Posts: 16
| 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.
|
| |
October 25th, 2005, 01:24 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
October 25th, 2005, 02:09 PM
|
#3 (permalink)
| | 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?
|
| |
October 25th, 2005, 02:09 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
place it where I noted
|
| |
October 25th, 2005, 02:21 PM
|
#5 (permalink)
| | 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?
|
| |
October 25th, 2005, 02:29 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
October 25th, 2005, 02:52 PM
|
#7 (permalink)
| | 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?
|
| |
October 26th, 2005, 03:41 PM
|
#8 (permalink)
| | 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?
|
| |
October 27th, 2005, 10:45 AM
|
#9 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
October 27th, 2005, 10:54 AM
|
#10 (permalink)
| | 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.
|
| |
October 27th, 2005, 10:56 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
No need its just an oversight on the internal install file
|
| |
October 27th, 2005, 11:17 AM
|
#12 (permalink)
| | 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.
|
| |
October 27th, 2005, 11:34 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
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";
|
| |
October 27th, 2005, 11:37 AM
|
#14 (permalink)
| | 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.
|
| |
October 27th, 2005, 11:49 AM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
Okay well I sent you the two files to ensure they are edited correctly
|
| |
October 27th, 2005, 11:49 AM
|
#16 (permalink)
| | 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!
|
| |
October 27th, 2005, 12:00 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
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 |
| |
October 27th, 2005, 12:07 PM
|
#18 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005
Posts: 16
|
Can you send the files again? I did not get them.
|
| |
October 27th, 2005, 12:37 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
October 27th, 2005, 07:28 PM
|
#20 (permalink)
| | 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.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 11:28 AM. | |