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...
Fourposter asked 6/10, 2013 at 23:25

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...
Willpower asked 19/5, 2013 at 8:1

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(); ...
Kwashiorkor asked 7/10, 2012 at 12:4

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 ...
Kelsy asked 29/8, 2013 at 5:35

3

In Global Config in joomla have 2 caching is conservative and progressive, what is difference both ?
Concepcionconcept asked 5/10, 2012 at 4:2

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...
Ruination asked 9/5, 2012 at 20:2

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?
Dornick asked 25/9, 2013 at 8:4

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...
Egest asked 29/8, 2013 at 5:25

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 ...
Umbrage asked 18/9, 2012 at 5:47

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 ...
Divorcee asked 29/5, 2013 at 22:13

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?
Nowhither asked 25/4, 2013 at 4:54

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...
Anticipatory asked 24/3, 2013 at 9:9
1

© 2022 - 2024 — McMap. All rights reserved.