PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   After posting ad says User Registered: December 1969 (http://www.photopost.com/forum/classifieds-bug-reports/140256-after-posting-ad-says-user-registered-december-1969-a.html)

draxx June 8th, 2009 11:24 PM

After posting ad says User Registered: December 1969
 
I'm not sure where its pulling that date from.... I remember this on the test site as well. Is that another variant named nuke table/field mabie?

Chuck S June 8th, 2009 11:28 PM

This is nuke integration right?

we pull the user_regdate from your user table so can you see in mysql whats entered there?

draxx June 8th, 2009 11:40 PM

Yeah but Im confused when I look at your code because Im not that sql literate..... I can only tell there is data being pulled.

I have a table nuke_users and it has a field called user_regdate


Your code is:

Code:

Content visible to verified customers only.
It may also be worth noting I dont get a Title or Homepage listed in the profile either.

Chuck S June 8th, 2009 11:50 PM

I would be interested to see what is actually returned

I found your info and your stuff looks fine being returned

Try this as most dates are usually unix timestamps

In showproduct.php this line

Code:

Content visible to verified customers only.
change it to this and tell me whats displays

Code:

Content visible to verified customers only.

draxx June 9th, 2009 12:03 AM

I dont find the variable $adureg in showproduct.php

EDIT:
Okay I found
<div class="{$Style['small']}">
{$adutitle}<br />{$aduposts}<br />{$adureg}<br />{$aduloc}

That.

Chuck S June 9th, 2009 02:33 AM

No the line I noted is indeed in showproduct.php

have you tried what I posted

draxx June 9th, 2009 11:07 AM

Okay after a fresh start of the day I found it. I was looking in the template.
That fixed it.

Chuck S June 9th, 2009 11:15 AM

Okay glad to assist


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