Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Article Manage 1.23 upgrade available

 

 


dlo_itools
Staff


Sep 24, 2002, 10:43 AM

Post #1 of 4 (2249 views)
Shortcut
Article Manage 1.23 upgrade available Can't Post

Hi,

The Article Manager 1.23 upgrade is available. With this upgrade:

- Article's time is formatted according to time_format option from config.ini. This means for example that you can specify 12/24-hour time format in your article timestamp.

This upgrade is available to be downloaded at:
http://www.interactivetools.com/upgrade/
/Dave Lo


Zyllyx
User

Sep 24, 2002, 3:31 PM

Post #2 of 4 (2235 views)
Shortcut
Re: [dlo] Article Manage 1.23 upgrade available [In reply to] Can't Post

Possible bug: I published an article after upgrading to 1.23, but for some reason there are now extra line breaks in the index summary on my front page... see here:

http://www.racingpress.com

I turned off the WYSIWYG for the summary area and republished, but it didn't seem to affect the mis-formatting. The article is not affected.


dlo_itools
Staff


Sep 24, 2002, 3:55 PM

Post #3 of 4 (2227 views)
Shortcut
Re: [Zyllyx] Article Manage 1.23 upgrade available [In reply to] Can't Post

It looks like the WYSIWYG editor has already added a </p> to the end of the summary which causes the extra line spacing. You'll have to explicity remove that tag yourself; turning off the editor does not remove any HTML.

The editor calls Microsoft IE internals to insert tags, so the </p> is always generated if you use the editor.
/Dave Lo


Zyllyx
User

Sep 24, 2002, 3:59 PM

Post #4 of 4 (2224 views)
Shortcut
Re: [dlo] Article Manage 1.23 upgrade available [In reply to] Can't Post

Yeah, that fixed it. Thanks!