Page 1 of 1

Installed plugin says 'Sample!' in Configure Plugins section

Posted: Wed Nov 08, 2006 10:59 pm
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?

Re: Installed plugin says 'Sample!' in Configure Plugins sec

Posted: Thu Nov 09, 2006 9:35 am
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

That solved it

Posted: Thu Nov 09, 2006 1:51 pm
by eburrows
Thanks Garvin! that solved the issue.