joomla2.5 Questions

7

Solved

I have the task run in my controller. I want it to return JSON data. As it stands, I am getting my JSON data wrapped inside the template HTML. How do I tell Joomla to just return JSON data from the...
Schell asked 24/5, 2013 at 16:40

2

Solved

I'm creating a new template for my joomla website and I've replaced joomla's native Mootools with jQuery and I'm converting all moo codes to jQuery ones. Somehow many of codes like the ones in joo...
Stickle asked 5/9, 2012 at 15:6

5

Solved

Basically as the question describes, I need to get "POST" data in Joomla 2.5/3.xx and I want it through the JInput (the new talk of the town). Now everything is fine and dandy, until my further re...
Maimonides asked 31/1, 2014 at 9:9

7

Solved

Can Joomla's DB object add multiple rows at once? MySQL can do this like so: INSERT INTO x (a,b) VALUES ('1', 'one'), ('2', 'two'), ('3', 'three') But can Joomla's own functions achieve the ...
Lydia asked 8/4, 2011 at 6:54

8

I have a problem here and just cant solve it :-/ I am developing an Joomla component with backend. In the backend I set a parameter, the dashboardId, but I can't access them in the view. I always ...
Hypothyroidism asked 3/5, 2012 at 13:4

2

Solved

I want to run many SQL update queries at one time using JOOMLA 2.5. Below my code: require_once '../includes/framework.php'; $query = "UPDATE #__mytable SET myfield='value' where id=1; UPDATE #_...
Vivacity asked 3/10, 2012 at 9:33

6

Solved

I am working on a template for Joomla 2.5.x, using Twitter Bootstrap. I also want to use the Bootstrap Carousel Plugin for that template. I got a problem when the Carousel is used with Joomla´s Mo...
Messalina asked 5/5, 2012 at 14:22

1

Can someone provide an example of how to unit test a Joomla 2.5 component? I'm working through this joomla mvc component example, which doesn't include unit tests, and I can't find a full example a...
Dorton asked 22/9, 2014 at 6:11

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

2

Solved

Choosing menu item type to "Category Blog,List All Categories, and Category List" would result all subcategories link not direct to all articles of sub-categories. But I want to show directly the ...
Pleomorphism asked 5/3, 2014 at 7:8

2

Solved

I developed a module that can be updated in Joomla 2.5 Extension Manager. I can't find information anywhere that indicates that something needs to be different in order to work properly in Joomla 3...
Chutney asked 30/9, 2012 at 14:39

3

Solved

I have tried to get the plugin params in the component area, but i didn't get the result. Is there anyway to get the values.
Nippon asked 31/10, 2012 at 6:31

3

Solved

By default parent::display($tpl); loads components/com_my_component/views/my_component/tmpl/default.php, but in some cases i need to load other php file which is in the same folder near default.php...
Barney asked 14/11, 2012 at 13:14

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

4

Solved

Im useing joomla 2.5, and I want to create a custom form field type that stored in the same module. In the XML: <fieldset name="basic" addfieldpath="/modules/mod_royalslider/fields"></f...
Hardiness asked 7/1, 2013 at 13:44

1

I am using joomla 2.5 with ROXBOX plugin and using this showing the PDF's in lightbox. I am facing problem when user configured Firefox auto download PDF files. When Firefox configured as save PD...
Gluteal asked 14/1, 2015 at 4:30

3

Solved

I have the following code: $db = JFactory::getDbo(); $query = $db->getQuery(true); $query->select('*'); $query->from('#__users'); $db->setQuery($query); // Check for a database...
Erlking asked 20/12, 2012 at 8:22

4

Joomla 2.5 adds this code: window.addEvent('domready', function() { $$('.hasTip').each(function(el) { var title = el.get('title'); if (title) { var parts = title.split('::', 2); el.store('ti...
Bucaramanga asked 8/10, 2012 at 19:39

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

2

Solved

When registering a new Joomla user, an email is sent to the new users email address containing the username and password. Does anyone know how to disable this functionality, so that new users does ...
Viewer asked 28/4, 2014 at 13:54

2

Solved

It's very strange but I haven't found a really good solution by googling joomla style intro text. I want that the current output: <div class="item-content"> <p>Intro Text</p> ...
Paella asked 1/9, 2012 at 10:31

2

Solved

i installed joomla2.5 and see this error in all administrator pages even login page! JFolder::create: Could not create directory i did every solution i found like changing the tmp and logs path ...
Nightdress asked 31/8, 2013 at 8:30

4

Based on the Joomla! documentation @ http://docs.joomla.org/Sending_email_from_extensions, I'm trying to send emails with the code below: function sendmail($file,$mailto) { $mailer =& JFacto...
Mcclintock asked 2/10, 2012 at 12:23

3

I am trying to override the com_content/views/article/view.html.php file in joomla using the instructions given in this page It says I have to create a folder named 'code' in base directory and c...
Scalage asked 7/12, 2012 at 12:56

© 2022 - 2024 — McMap. All rights reserved.