it depends on the type of blog you have Article blog news blog website or community p.m me so that i can recommend some great extensions
hi im new to joomla n i got a problem with adding javascript to a simple plugin like, <?defined( '_JEXEC' ) or die( 'Restricted access' ); $mainframe->registerEvent( 'onPrepareContent', 'header_convert' ); function header_convert( &$row, &$params ) { $plugin =& JPluginHelper::getPlugin('content', 'headerconvert'); $pluginParams = new JParameter( $plugin->params ); $js= '<head> <script type="text/javascript"> alert("here is the new text"); </script> </head>'; $row->text = preg_replace("<body>", $js."<body>", $row->text); } ?> i did even tried with addScript() and addScriptDeclaration() couldn't fix that any help from anyone is greatly appreciated. thanks