| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Sun Jun 26, 2005 7:32 pm Post subject: Re: date problem in new download pro module |
|
Victor - your extra post was placed in Rule Breakers because you duplicated the same topic.
I have merged it here, so please, if you have a problem and see it already posted, bump the original topic instead of doubling up.
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
senzacionale 500+ Posts Club


Offline Joined: Sep 26, 2004 Posts: 582 Location: Slovenija
|
Posted: Mon Jul 04, 2005 2:22 pm Post subject: Re: date problem in new download pro module |
|
any figure out how to fix that??
_________________ Juventus the champion!
senzacionale's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Windows XP/2.0.53/4.1.16/5.1.1/Dragonfly....Gentoo Linux/2.0.52-r1/4.1.16/5.1.1/Dragonfly
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Mon Jul 04, 2005 2:48 pm Post subject: Re: date problem in new download pro module |
|
Yes there is but lot messy and 1 almost invisible, but always present, bug; thats why i never wanted to post the 'fix'.
The module is not multilanguage ready, and most likely we will loose any changes we made after the first update. I'll suggest to wait untill the module is ready.
I'm also very surpise that for some reason the only problem is the date when there is english text and links (no multilang) anywhere in the module.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
senzacionale 500+ Posts Club


Offline Joined: Sep 26, 2004 Posts: 582 Location: Slovenija
|
Posted: Mon Jul 04, 2005 8:54 pm Post subject: Re: date problem in new download pro module |
|
ok thnx NanoCaiordo
But the first release will not be soon so can you give as a tip how to fix that even is a little invisible bug.
thnx. I will just use this until the first release but i don't know how to fix that myself.
_________________ Juventus the champion!
senzacionale's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Windows XP/2.0.53/4.1.16/5.1.1/Dragonfly....Gentoo Linux/2.0.52-r1/4.1.16/5.1.1/Dragonfly
|
|
| Back to top |
|
 |
Lualah Heavy poster


Offline Joined: Nov 14, 2004 Posts: 244
|
Posted: Tue Jul 05, 2005 9:17 pm Post subject: Re: date problem in new download pro module |
|
yes that would be nice if you can tell us how to make this NanoCaiordo!
don't worry about little bug. If works is OK.
Lualah's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) WIN/Apache 2/4.1.16/5.1.1/9.0.6.1
|
|
| Back to top |
|
 |
Lualah Heavy poster


Offline Joined: Nov 14, 2004 Posts: 244
|
Posted: Sat Jul 09, 2005 2:37 pm Post subject: Re: date problem in new download pro module |
|
why developer doesn't tell us how to change that, Becouse that date is calling from some form but i can't find it!
Lualah's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) WIN/Apache 2/4.1.16/5.1.1/9.0.6.1
|
|
| Back to top |
|
 |
Lualah Heavy poster


Offline Joined: Nov 14, 2004 Posts: 244
|
Posted: Sat Jul 09, 2005 2:46 pm Post subject: Re: date problem in new download pro module |
|
PLEASE!
Lualah's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) WIN/Apache 2/4.1.16/5.1.1/9.0.6.1
|
|
| Back to top |
|
 |
senzacionale 500+ Posts Club


Offline Joined: Sep 26, 2004 Posts: 582 Location: Slovenija
|
Posted: Sat Jul 09, 2005 2:59 pm Post subject: Re: date problem in new download pro module |
|
i think i found the solution. I din't test it, i must test it and if works i will tell you.
And i must ask NanoCardiodo if he found the same soultion and if yes and this has the bug ...
_________________ Juventus the champion!
senzacionale's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Windows XP/2.0.53/4.1.16/5.1.1/Dragonfly....Gentoo Linux/2.0.52-r1/4.1.16/5.1.1/Dragonfly
|
|
| Back to top |
|
 |
senzacionale 500+ Posts Club


Offline Joined: Sep 26, 2004 Posts: 582 Location: Slovenija
|
Posted: Sat Jul 09, 2005 7:53 pm Post subject: Re: date problem in new download pro module |
|
yes try like this
| Code:: |
define("_DATESTRINGD","d.m.Y at G:i");
|
add this in main.php file in your language directory
so you must add this _DATESTRINGD now in details.php in downloads directory
so change
| Code:: |
'DL_PUBLISHED' => generate_date($row['date']),
to
'DL_PUBLISHED' => generate_date($row['date'], _DATESTRINGD),
|
or just
| Code:: |
'DL_PUBLISHED' => generate_date($row['date'], _DATESTRING3),
|
where _DATESTRING3 is already in main.php file
you can change like this in other files too.
This is the only way i can found for dates. you can change _DATESTRING* to whatever you want.
_________________ Juventus the champion!
senzacionale's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Windows XP/2.0.53/4.1.16/5.1.1/Dragonfly....Gentoo Linux/2.0.52-r1/4.1.16/5.1.1/Dragonfly
|
|
| Back to top |
|
 |
Lualah Heavy poster


Offline Joined: Nov 14, 2004 Posts: 244
|
Posted: Sat Jul 09, 2005 8:04 pm Post subject: Re: date problem in new download pro module |
|
Lualah's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) WIN/Apache 2/4.1.16/5.1.1/9.0.6.1
|
|
| Back to top |
|
 |
|
|