I created a plugin and when installed and checking in the Configure Plugins section the name says 'Sample!' but the description from my lang file is still preserved.
When i go to install a new plugin through the Install a new event plugin everything looks correct and the name is correct. Where is the plugin name pulled from when it is written in the configure plugin's section? I checked serendipity_pluginlist and the name is accurately portrayed there as well.. any idea what is causing this issue?
Installed plugin says 'Sample!' in Configure Plugins section
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Installed plugin says 'Sample!' in Configure Plugins sec
Hi!
I believe you forgot to use the generate_content(&$title) method and set $title to what you want your blog to have?
Hard to tell without seeing your plugin code. *g*
Best regards,
Garvin
I believe you forgot to use the generate_content(&$title) method and set $title to what you want your blog to have?
Hard to tell without seeing your plugin code. *g*
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/
That solved it
Thanks Garvin! that solved the issue.