Installed plugin says 'Sample!' in Configure Plugins section

Creating and modifying plugins.
Post Reply
eburrows
Regular
Posts: 19
Joined: Fri May 05, 2006 11:28 pm

Installed plugin says 'Sample!' in Configure Plugins section

Post by eburrows »

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?
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

Post by garvinhicking »

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
# 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/
eburrows
Regular
Posts: 19
Joined: Fri May 05, 2006 11:28 pm

That solved it

Post by eburrows »

Thanks Garvin! that solved the issue.
Post Reply