Plug-in VirtueMart User SugarCRM Capture
If you want users to register VirtueMart integrate with your SugarCRM, here's the ideal plug-in.When you register a new store VirtueMart user, this is automatically inserted as a new account in...
View ArticleConnect to an external DB to Joomla! with the Joomla Framework
If you need access to tables in the same database of Joomla simplementes then we use the method JFactory -> getDBO . For example : <? php$ db = JFactory :: getDBO ();> $ db is now a JDatabase...
View ArticleEscaping quotes and special characters
One of the problems that we have found to make applications for joomla! with PHP, is the need to escape the quotation marks in forms or in any update that is done from the front-end and stored in the...
View ArticleJoomfish K2 error in menus
When attempting to translate with Joomfish a menu item that points to a category of K2 does not works out well because it loses parameters. Apparently the problem is that the length of the field that...
View ArticleAccents in K2 Joomulus
In the tag cloud for K2 Joomulus URL's fail because they do not recognize the characters Latinos, to solve this problem we need to edit the file modules/mod_k2_joomulus/helper.php approximately in line...
View ArticleFilter items by author in Joomla 2.5
After spending several hours researching how to show only items of Joomla! user / author who is logged in, I found the solution in the module Filtered News. This module allows you to filter the items...
View ArticleHow to translate the alias menu for Falang 1.2.0
Although newer versions of Joomla! and come with a native translation system, all users of previous versions are accustomed to using JoomFish. I myself have tried using the native translation manager...
View ArticleSecurity in Joomla!
The facilities of Joomla! made in ignorance, we can give enough security problems. For this reason then we show a series of safety recommendations to consider when launching a Joomla site.To increase...
View ArticleSolution to duplicate images in K2
I noticed that in version 2.6.6 of K2 in Joomla! 2.5, to extend the main image out duplicate an article in the lightbox, to solve this problem I added to the CSS the following code:...
View ArticleDuplicate content in K2
K2 Component for Joomla allows us an advanced management of our items by adding extra functionality not available in the content management system Joomla. The problem comes when Google webmaster tools...
View Article