Posts Tagged by joomla
Fatal error: Call to undefined method stdClass::onDisplay() in libraries/joomla/html/editor.php
| October 18, 2011 | Posted by Subikar under cms, joomla, module, php, phpmyadmin |
This kill my whole day so dev who ever have this problem you can do this quick fix from here. open this file in joomla libraries/joomla/html/editor.php find this line // Try to authenticate — only add to array if authentication is successful $resultTest = $plugin->onDisplay($editor); if ($resultTest) $result[] = $resultTest; And replace with this below…
How to add external javascript and stylesheet in joomla component
| September 17, 2009 | Posted by Subikar under component, javascript, joomla, stylesheet |
This is very easy step you can add external javascript or css in head tag of the page. According to seo you cannot add javascript/css in the middle of the page. So here is the code snippet. $document =& JFactory::getDocument(); $document->addStyleSheet($stylesheeturl.’styles.css’); $document->addScript($jsurl.’scripts.js’); Have a happy w3c validate page
Auto Login Joomla function
| May 27, 2009 | Posted by Subikar under cms, it professional, joomla, myblogplanner |
One of my client always like to sent mail to his members with updates of the website to make them participate. For long time he was demanded me a auto login system in joomla. Today at last we got the solution how we can do it. I am sharing this with you hope that may…
Drawing component module
| December 1, 2008 | Posted by Subikar under cms, drawing module, joomla |
Hi All itcslive introducing a new module for email drawing. Feature: This module wil help user to subscribe any drawing image to his email. I am sharing this module with all give your comment how this is benifit for you. Drawing Component Drawing Module
Justforjoomla review
| October 10, 2008 | Posted by Subikar under cms, it professional, joomla, just for joomla, myblogplanner, network, subikar |
Joomla1.5 is basically the higher version of joomla 1.0 and the open source content management system.It is one of the most successful cms system here internet world. If you want see my joomla1.5 cms website you can check it here in this url. http://subikar.justforjoomla.com You are thinking why I am writing all this stuff to…