Just back from the event Joomla user group bangladesh meetup 2012 Listen
Posts Categorized: Joomla
Jomsocial auth Controller callback fix to allow other application
I was working with a new extension for jomsocial for auto update any jomsocial status update to linkedin. Please note that jomsocial has a packaged apps for twitter for such purpose and that’s why I was trying to go with same thing for linkedin and tried to use the jomsocial library etc. After authentication callback… Read more »
Quick tips to work with joomla caching in different joomla versions
Here just some quick tips about how to use joomla caching in joomla extensions , here for module and component. For joomla 1.5 module caching: For joomla 1.6 we do the same thing in following way For joomla 1.5 and 1.6 compatibility we can code like this which will work for both joomla version Note:… Read more »
Detect User type in joomla 1.6 or later
In Joomla1.5.x we can detect user type easily or check if a user is admin type. But from joomla 1.6 as the user group architecture is changed the above way will not work. From j1.6 we can do this in this way, here actually I was trying to detect if the user is super user… Read more »
My trouble story about ‘onContentPrepare’ hook for joomla
1. I was developing a content plugin for joomla, currently I was working with joomla1.6 or earlier. 2. My target was skip some specific or used defined category for the plugin execution as this is very useful feature. 3. It works in article details page but doesn’t work in other view of com_content component. Why… Read more »
Stop SOPA Ribon system plugin for joomla
Actually title says all. Download BTW, don’t forget to hit the share buttons. Listen
Virtuemart2.0 content plugin support/fix for joomla1.6+
I see virtuemart2 is compatible with joomla 1.6 , hope for 1.7 too. I see there is a issue for content plugin compatibility for vm2 in joomla1.6. Then checked the vm2 code where the plugin event if fired. I see the plugin trigger method is not compatible with 1.6 content plugin structure, the hook name… Read more »
Flexible content module position for joomla
Flexible content module position for joomla a content plugin for joomla which will allow to add module(s) in article in different ways. Let’s have a look into the plugin’s configuration page. Joomla Version Support: Joomla1.5 Native (Coming soon) Joomla1.6 Native Licence: GPL2 (See the licence) Listen
How about joomla admin branding ?
I think if you are familiar with wordpress then you must know there are so many plugins to brand the wordpress login page(as well as registration page etc) but did u think something about joomla admin branding ? like changing the admin panel header joomla logo or header color etc ? Good news is I… Read more »
Adding custom article submission form in joomla
In joomla registered user can submit article from front end. Today I am going to show how we can create new/custom view for article submission form. Here we need to go some technical steps. So let’s make a plan what we are going to do: Create new view Add custom option for that view via… Read more »
Recent Comments