joomla3.1 Questions
4
Solved
I need to get the TAGS associated with an article in Joomla 3.1.5
I have tried the following but they do not return a string:
echo $article->item->tags->itemTags;
and
$tags = $article...
4
Solved
I end up with below error when I try to install a component,module or plugin.
JFolder::create: Could not create directory
What could be the issue?
Benzocaine asked 4/4, 2013 at 4:16
7
Solved
I am a fresh installation of Joomla 3.1 running on my home computer. My environment is Ubuntu 12.10 with apache server, php 5.4.6 installed. Since installing the system, no I am just trying to inst...
4
Solved
I want to build the below query using joomla inbuilt database class.
SELECT *
FROM table_name
ORDER BY id DESC
LIMIT 1
This is the query I have built up to now.
$db =& JFactory::getDBO(); ...
2
Solved
Joomla 3.0 DS does not work. It has been removed. I get
Notice: Use of undefined constant DS - assumed 'DS' in
How can I fix this?
Similar Question
Migrating from Joomla 2.5 to 3x Generating ...
3
4
Joomla by default renders its system messages (errors, notices etc.) in
libraries/joomla/document/html/renderer/message.php.
For my own template, I would like to customize the way these messages...
3
Solved
In Joomla 3.x jQuery is coming by default with Joomla, but the version is a bit outdated (v.1.8.3) and I have a script that needs a newer version.
What can I do?
1
Solved
Trying to migrate some of the custom components which works well in Joomla 2.5.14 to Joomla 3.1.5, however getting some errors like - 404 component not found in Joomla Backend & other errors in...
4
Solved
I have been a Joomla developer for almost an year now. I have been struggling to import jQuery into joomla everyday. Joomla comes with mootools. When I import jQuery it crashes. Also when I create ...
1
Solved
I understand and love template overwrites. I need to do some heavier changes to the menu output (basically making the output work better with Bootstrap) - but only for certain menus.
Currently in ...
1
Solved
How can I use cookies in a Joomla component?
setcookie( JUtility::getHash('JLOGIN_REMEMBER'), false, time() - 86400, '/' );
Can anybody describe how this works?
2
Solved
So I decided to see what the new Joomla! MVC brings. Because I am a learning by doing kind of guy I started building a native Joomla! 3.x component, I mean without using the legacy classes in a rea...
1
© 2022 - 2024 — McMap. All rights reserved.