I have a Joomla installation with a contacts form. Specifically, there are two contacts with position, email, name, phone. However, Joomla seems to insist on having two empty columns \"Mobile phone\"
I have a MySQL table with an auto-increment ID field. I\'m filling the table with data from one source, with its own unique ID (starting from 开发者_如何学运维around 4 million up). I also want to inse
I\'m trying to get the current Joomla username. I was able to get it by using $user =& JFactory::getUser();
Is it possible for me to build some database functionalit开发者_StackOverflowy in a C#-library (using LINQ 2 SQL) and then somehow import it into a php (joomla) project?One way to do it is to register
I want to grab the User Object in Joomla in another PHP script. Anway, what I want to do is grab the Joomla User (JUser) on a non-Joomla page. More or less I want a way to grab the joomla username,
actually I have my website build with Joomla hosted on hostmonster but all Joomla website need a database support to run this database is on AWS
I\'m working on a Joomla site, and I need the front page to look slightly different from the rest of the pages, but not enough to warrant the use of two themes (it\'s a pain to have to update two styl
I\'m writing my own component for Joomla 1.5. I\'m trying to figure out how to generate an \"alias\" (friendly URL slug) for the content I add. In other words, if the title is \"The article title开发者
I\'ve migrated an old joomla installation over to django. The password hashes is an issue though. I had to modify the get_hexdigest in contrib.auth.models to have an extra if statement to reverse the
How do I get started with getting going with XML-RPC with joomla? I\'开发者_JS百科ve been looking around for documentation and finding nothing...