Gossamer Forum
Home : Gossamer Threads Inc. : Official Bug Fixes :

[GForum 1.1.8] - Users validate has incorrect date

Quote Reply
[GForum 1.1.8] - Users validate has incorrect date
There is a bug in the admin template users_admin_validate.html that causes the Signup date to always reflect the current date and time, rather than the actual signup date. Line 210 of the template contains:

Code:
<%GForum::date($date_registered)%>


The highlighted segment is incorrect. The correction is highlighted below:

Code:


<%GForum::date($user_registered)%>

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] [GForum 1.1.8] - Users validate has incorrect date In reply to
In Reply To:
There is a bug in the admin template users_admin_validate.html .....
I cant find that template Frown. Where is it ?




http://www.webconferencia.net/
Quote Reply
Re: [webconferencia] [GForum 1.1.8] - Users validate has incorrect date In reply to
admin/templates/admin/users_admin_validate.html
Quote Reply
Re: [Paul] [GForum 1.1.8] - Users validate has incorrect date In reply to
I was looking for it in the admin panel >> user templates Blush

Thanx Paul Wink




http://www.webconferencia.net/
Quote Reply
Re: [Jagerman] [GForum 1.1.8] - Users validate has incorrect date In reply to
I even cleaned up your avatar graphic:

http://www.gossamer-threads.com/...orum.cgi?post=214889

But thanks to getting this one fixed. Does this mean 2.0.0 is right around the corner?