Bugs: freetag plugin and recent comments plugin
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
Bugs: freetag plugin and recent comments plugin
Hi all,
Freetag plugin, not sure if its a bug or feature, but on the startpage the freetag plugin is placed under the entry footer, but in detailed view its above the entry footer. Could this be fixed so it is either above or below on both?
Recent comments plugin, this definitely is a bug, if a comment author is anonynous the plugin leaves a blank space. Could this be fixed?
Cheers
Carl
Freetag plugin, not sure if its a bug or feature, but on the startpage the freetag plugin is placed under the entry footer, but in detailed view its above the entry footer. Could this be fixed so it is either above or below on both?
Recent comments plugin, this definitely is a bug, if a comment author is anonynous the plugin leaves a blank space. Could this be fixed?
Cheers
Carl
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Carl: Thanks for the freetag pointer. I just committed a new version to CVS (2.33) which should fix that. Can you try it?
Regards,
Garvin
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
erm, something went wrong with the comment fix. I've posted a screenshot here. I updated to the latest nightly build, but other than that I'm not using anything else different from the standard installation.
As you can see from the screenshot (bottom of the page), the comments area is being messed around quite badly. This is the detail page for a single entry. The startpage works as per it was before the freetag change.
Cheers
Carl
As you can see from the screenshot (bottom of the page), the comments area is being messed around quite badly. This is the detail page for a single entry. The startpage works as per it was before the freetag change.
Cheers
Carl
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi Carl!
That error you posted there is impossible to stem from the "recent comments" commit I made.
Does this error happen with the default template, without ANY changes made? Since I can'T reproduce this problem here on my machine...
Regards,
Garvin
That error you posted there is impossible to stem from the "recent comments" commit I made.
Does this error happen with the default template, without ANY changes made? Since I can'T reproduce this problem here on my machine...
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
To get a default name for anonymous comments, add this code at line 177 of serendipity_plugin_comments.php:
Then, in the plugin's lang_en.inc.php, add this line:
You can use any string you want, of course, including "yellowbelly". :)
I'll try to commit this to CVS later tonight.
Code: Select all
$user = trim($user);
if (empty($user))
{
$user = PLUGIN_COMMENTS_ANONYMOUS;
}
Code: Select all
@define('PLUGIN_COMMENTS_ANONYMOUS', 'anon');I'll try to commit this to CVS later tonight.
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Carl,
thanks for mentioning. I confused the two threads on my own, so it's my fault
I also fixed the plugin in the new version 2.34 now; it was missing the array index "[0]" before "['add_footer']"...
Best regards,
Garvin
thanks for mentioning. I confused the two threads on my own, so it's my fault
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
judebert,
the core plugins are hosted at berlios, but I don't know how to access them for your purposes. This linkwill show you what's there.
Carl
the core plugins are hosted at berlios, but I don't know how to access them for your purposes. This linkwill show you what's there.
Carl