Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 23

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 General Talk

 
 
LinkBack Thread Tools Display Modes
Old 23.07.2004, 04:42   #1 (permalink)
Baby Mamber
 
Sloth_999's Avatar
 
Join Date: Jul 2004
Location: Ontario, Canada
Posts: 4
Sloth_999 is on a distinguished road
Send a message via ICQ to Sloth_999 Send a message via MSN to Sloth_999
Exclamation Need help with Ako Gallery date stamp.

I'm using Ako Gallery 2.5 Beta. I have set the date and time in both MOS and the Ako Gallery. My issue is when I add pictures for example say today July 22, 2004 the image will display Dec 31, 1969. Will I have to manually edit the data base or is there something I have overlooked?

I would greatly appreciate anyone that could help me with this.


Thanks,

Dan
Sloth_999 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 23.07.2004, 04:49   #2 (permalink)
Professional Mamber
 
X-F4CT0R's Avatar
 
Join Date: Apr 2004
Location: East Syracuse, NY
Posts: 672
X-F4CT0R will become famous soon enough
Send a message via AIM to X-F4CT0R Send a message via MSN to X-F4CT0R
Default Re: Need help with Ako Gallery date stamp.

I don't personally use AkoGallery, but I would try posting this in the mamboportal forum lower down. Or PM Admin (Arthu Konze the author of akogallery)
__________________
CoastDigital: www.coastdigital.net

Professional Web Design Services (Including mambo)

Arnes Hadzic
X-F4CT0R is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.07.2004, 06:28   #3 (permalink)
Junior Mamber
 
DamnSkippy's Avatar
 
Join Date: Apr 2004
Posts: 43
DamnSkippy is on a distinguished road
Default Re: Need help with Ako Gallery date stamp.

I have the same thing on mine so it is not just you. I had been meaning to ask about it and just forget about. Let me know if you get a solution.
__________________
Do not meddle in the affairs of dragons for you are crunchy and taste good with ketchup.
DamnSkippy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.07.2004, 22:40   #4 (permalink)
Baby Mamber
 
Sloth_999's Avatar
 
Join Date: Jul 2004
Location: Ontario, Canada
Posts: 4
Sloth_999 is on a distinguished road
Send a message via ICQ to Sloth_999 Send a message via MSN to Sloth_999
Default Re: Need help with Ako Gallery date stamp.

Quote:
Originally Posted by X-F4CT0R
I don't personally use AkoGallery, but I would try posting this in the mamboportal forum lower down. Or PM Admin (Arthu Konze the author of akogallery)
Sorry I just got my access to this forum. Wasn't sure where to start my thread.

Thanks X-F4CTOR
__________________
Sloth_999

"Eagles may soar, but weasels don't get sucked into jet engines"
Sloth_999 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11.09.2004, 09:53   #5 (permalink)
Baby Mamber
 
Join Date: Sep 2004
Posts: 2
rspinzon is on a distinguished road
Default Re: Need help with Ako Gallery date stamp.

i have the same problem did anyone got the fix yet?
rspinzon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04.02.2005, 01:49   #6 (permalink)
Baby Mamber
 
Join Date: Feb 2005
Posts: 1
oddjob is on a distinguished road
Default Re: Need help with Ako Gallery date stamp.

Hi,

Modify sub_viewdetail.php as follows:

1. Find the line code below
$fimgdate = strftime("%c", $imgdate);

2. Comment it out
# $fimgdate = strftime("%c", $imgdate);

3. Add the two lines below at the same place:

$timestamp = strtotime($imgdate);
$fimgdate = strftime("%c", $timestamp);

You should see the correct date but the time will be 00:00:00

Hope this helps.

Michael
oddjob is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 24.08.2005, 22:30   #7 (permalink)
Baby Mamber
 
Join Date: Aug 2005
Posts: 2
Kruemel is on a distinguished road
Default Re: Need help with Ako Gallery date stamp.

Or you can do so:

Find in /administrator/components/com_akogallery/admin.akogallery.html.php

<?php echo strftime("%c", $row->imgdate); ?>

change with

<?php echo strftime("%c", strtotime($row->imgdate)); ?>

Find in /components/com_akogallery/sub_viewdetails.php

$fimgdate = strftime("%c", $imgdate);

change with

$fimgdate = strftime("%c", strtotime($imgdate));

Use %x instead of %c if you like.
Kruemel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

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
Zoom Gallery problem obrienj Mambo 4.5 General Talk 2 12.04.2005 19:56
Gallery --> not generating the correct URL in Mambo er16004 Component 'How Do I' Questions 3 25.01.2005 18:29
Random Image module for Gallery Soulfly Module 'How Do I' Questions 14 02.08.2004 22:03
Zoom gallery e alleggerimento foto severinobigi Componenti 3 01.06.2004 23:04


All times are GMT +2. The time now is 05:15.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.