i create plugin for joomblog, this is a modified version of mamblog plugin but still have error:
- when install this plugin i got this:
plugin: Notice: Only variables should be assigned by reference in administrator\ components\ com_comprofiler\ plugin.class.php on line 929
- even error on installation, this plug in work but the tab title still "ARTICLE"
- also appear: _UE_AUTHORTAB_DESC
- when i modify this line:
if(!file_exists('components/com_joomblog/joomblog.php'))
{ return "Joomblog not yet installed"; }
to:
if(!file_exists('components/com_joomblog/joomblog123.php'))
{ return "Joomblog not yet installed"; }
the plugin still run, i think i should say "Joomblog not yet installed". any explaination?
i attach the file, may some cb plugin developer help me.
Attachment plug_joomblogtab.zip not found
Post edited by: thenicespider, at: 2006/04/07 11:31