Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Please use this topic to discuss version 1.1.0 of the Autotags plugin.

Feedback, questions, bugs and feature requests are welcome! Razz
One of the Geeklog Core Developers.

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Thank you for this plugin update.

Could we have a maxlength = 255 for the presentation field of the autotags. 128 characters is sometime too short to explain the function to users via the tooltip.

Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Sure, I will make a note of that for the next version.

Tom
One of the Geeklog Core Developers.

Status: offline

mystral-kk

Site Admin
Admin
Registered: 03/19/06
Posts: 100

I found a minor bug. In "functions.inc", the line 271 should read not

Text Formatted Code

    global $_AUTO_CONF, $LANG_AUTO;
 

but

Text Formatted Code

    global $_CONF, $_AUTO_CONF, $LANG_AUTO;
 

since $_CONF is used at line 278.


-- mystral-kk, "Every cloud has a silver lining."

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Thanks
One of the Geeklog Core Developers.