PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   Issues (http://www.photopost.com/forum/classifieds-bug-reports/142725-issues.html)

draxx April 23rd, 2010 01:42 AM

Issues
 
1 Under Stats in Profile when I click on Manage Ads I get a blank screen.

2 When ads expire I get no email messages that they ended.

3. When emails arrive to admin telling me someone has posted an ad they do not display as html although the html code is there and my email reader is set to render html.

4. When I Post an ad I get no email that I posted one. Should I get one?

5. With this new cron I noticed that it expired all the ads. They were old... people arent using it. But I had 11 ads posted - now it says I have 0 posts?

6. My User Joined date says December 1969 ???

7. I have posted a new ad this day but it still says I have no posts?

Thanks

draxx April 23rd, 2010 05:35 PM

Bumping message

Chuck S April 23rd, 2010 06:04 PM

Your not using the latest software are you?

1. Reason I ask is there is no manage ads link in the profile.

2. Have you setup your cron task to expire ads?

3. Are you sending email in html or regular? I dont see where we actually send html in an email normally anyway

4. No you should not unless your getting notification as admin of new ads if you elect to do that

5. You have an example as the cron only expires ads which are expired

6. what integration etc? url?

7. again a url?

draxx April 23rd, 2010 10:37 PM

1 Yep I am using version 4.01.

2 I have set the cron to expire ads.

3 I am sending email - I think your right - there isent an option.

4 I have elected to get notification of new ads and that email has html headers but doesnt display? I can forward it.

5 The ads were expired and the cron deleted them. Does post count really mean "Current number of active ads" or does post count mean "Total number of posts to date?"

6 & 7 Nuke integration. I tried to PM you the URL but it says you don't do that. Where should I send it?

Chuck S April 24th, 2010 07:45 AM

1. HMM just looked again dont see it on my site but I am using the vb4 templates

Remove this from your profile template

Code:

Content visible to verified customers only.
2. make sure email is setup because the cron indeed sends an email. I tested this

3. There is an option to send HTML email in admin panel

4. Goes right along with the last answer you said you have no option but indeed there is

5. Post count is the actual ads in your site. If your ads where deleted then your post count will go down

6. Right but are you actually using the true php nuke integration we support or a new one you have made to work?

draxx April 27th, 2010 05:06 PM

Users who post ads do not get an email they posted them. If the user marks the ad as sold he does not get an email. If I delete the ad they get an email I deleted it.

If I set the messages to "Use Both" - they dont get any messages either.

All of the users joined in December, 1969. You fixed this once... I don't know what you did to fix that.

Chuck S April 27th, 2010 05:23 PM

Correct nor should they. They only get an email you deleted there ad because you did an admin action and removed it. Users dont get emails for actions they themselves are doing as they already know they did it.

what type of nuke?

draxx April 27th, 2010 05:34 PM

Its Ravennuke. You took the ftp info and changed something. I suppose I shoulda made you tell me what that was then.

Chuck S April 27th, 2010 05:37 PM

ah so its only of those integrations we dont really officially support got ya.

How is the date stored in the nuke user table?

draxx April 27th, 2010 06:03 PM

It is stored as Oct, 8, 2008.

Chuck S April 27th, 2010 06:13 PM

The user table user_regdate field is a straight field thats fine thats what it is treated like at least from what I see

You can try in showproduct.php this line

Code:

Content visible to verified customers only.
simply change that to this

Code:

Content visible to verified customers only.

draxx April 27th, 2010 08:25 PM

Okay did that but dident change it.

The field in the user database is called "user_regdate" but your asking for $regdate. Is that it?

Chuck S April 28th, 2010 09:12 AM

that definately should change the user regdate on a comment

You need to tell me where we are talking because as noted we are dealing with an integration we do not officially support here.

draxx April 28th, 2010 10:23 AM

For Sale:

Username


Posts: 0 (but he has 3 ads)
Registered: December 1969
Feedback: None
See Detailed Feedback
Contact Seller
View seller's other items

Chuck S April 28th, 2010 10:48 AM

Okay different place in file

Code:

Content visible to verified customers only.
would be

Code:

Content visible to verified customers only.

draxx April 30th, 2010 12:51 AM

Okay you left out a quote and a . and I figured out where it went and it works.

I used this:
$adureg = "{$pp_phrase['registered']}: " . $adureg;

Is that right?

Now the post count. Ive posted 2 ads and I have currently 2 ads running but it says I have 0 posts. ??

Chuck S April 30th, 2010 05:39 AM

relook at my line thats how its suppose to work

posts is posts in your forum not ads

draxx April 30th, 2010 10:12 AM

Im confused. Do you mean your line was the right line? I got unexpected syntax errors until I added the " and . ???

Chuck S April 30th, 2010 10:18 AM

Try reapplying the line

draxx April 30th, 2010 10:51 AM

Okay I reapplied the line and it worked. Was that missing quote.

Before I upgraded when I posted an ad my post count went up. Now it doesnt.

In Nuke.php where its done nothing has changed:
Code:

Content visible to verified customers only.


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