Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ Languages and alternative language support ⇒ i18n - l10n (languages) :: Archives ⇒ date problem in new download pro module :: Archived


date problem in new download pro module :: Archived
Want a language pack or convertor? Have feedback on either of these? Are you a developer of one of these? Here is the place to post. Read the announcements here first!
Go to page Previous  1, 2
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  i18n - l10n (languages)

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

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
senzacionale
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 26, 2004
Posts: 582
Location: Slovenija
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
senzacionale
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 26, 2004
Posts: 582
Location: Slovenija
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
Lualah
Heavy poster
Heavy poster

Offline Offline
Joined: Nov 14, 2004
Posts: 244

PostPosted: 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. Big grin


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
View user's profile Visit poster's website
Lualah
Heavy poster
Heavy poster

Offline Offline
Joined: Nov 14, 2004
Posts: 244

PostPosted: 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
View user's profile Visit poster's website
Lualah
Heavy poster
Heavy poster

Offline Offline
Joined: Nov 14, 2004
Posts: 244

PostPosted: 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
View user's profile Visit poster's website
senzacionale
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 26, 2004
Posts: 582
Location: Slovenija
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
senzacionale
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 26, 2004
Posts: 582
Location: Slovenija
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
Lualah
Heavy poster
Heavy poster

Offline Offline
Joined: Nov 14, 2004
Posts: 244

PostPosted: Sat Jul 09, 2005 8:04 pm
Post subject: Re: date problem in new download pro module

it works, heheheh it actualy works Big grin Big grin Big grin

only if you want the name of months, this is not converted yet but otherway it really woks.

Big grin Big grin Big grin Big grin Big grin Big grin Cool


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
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  i18n - l10n (languages)
Page 2 of 2
All times are GMT
Go to page Previous  1, 2

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

lesa meira...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy