joomla2.5 Questions
2
Solved
It was working perfect yestarday but today the captcha does not appear anymore. I debuged the code and I realized that my joomla plugin captcharecaptcha is including this file when rendering the pa...
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 ...
3
Solved
I have created a custom module for my contactus form. Now I want to use Joomla recaptcha plugin with this module.
Any idea how to get this done?
1
Solved
I´m currently trying to clean up a Joomla 2.5 site for HTML validation but I have a problem.
The HTML validator is reporting the following errors:
Bad value og:title for attribute name on element ...
Reborn asked 16/7, 2013 at 18:28
2
Solved
Inside my module (from within php code), say mod_mymodule, how can I retrieve my module's title, in case an administrator has changed it from the module management page?
Is it possible to retrieve...
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
So i've been searching and testing for a couple days and can't seem to figure this out.
I'm using the K2 content module and I need to add "?Itemid=111" to the end of the URL's it generates for th...
Praline asked 28/5, 2013 at 14:30
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
My component includes a java script file:
$doc->addScript("/components/com_cam/js/cam.js");
I have several client side messages that I'd like to add with language constants, i.e.
<?php ec...
2
Solved
I have a field in my form which is of type file. When the user clicks on the save icon, I want to naturally upload the file to the server and save the filename in the database. I tried testing this...
Modestamodeste asked 27/3, 2013 at 7:4
4
Solved
I've taken a direct clone of the User Profile plug-in for my Joomla 2.5.9 install.
I've renamed the plugin and the files accordingly to 'profiletest' similar to the old 1.6 tutorial.
I've added a...
1
Solved
I'm creating a simple Joomla 2.5 module that will have an html form.
mod_mymodule/tmpl/default.php:
<form method="post" id="myemailform" action="">
<label for="ReferralName">Enter Na...
2
Solved
I'm trying to create a component (front end) that uses multiple tables. I found 1 or 2 post that partially answer to the question but none really does. The point seems always simple and evident for...
Diversification asked 6/2, 2013 at 21:7
5
Solved
EDIT Originally I thought Oauth2 is the way to go but maybe it is not. I'll leave that out of this question for now as it is confusing things.
I'm creating a mobile app (Android/iOS). I'd like the...
Arcadia asked 24/1, 2013 at 15:59
2
Solved
I want to hide Version update option from admin dashboard in joomla 2.5.6.
2
Solved
I'm trying to insert an additional button in Joomla's article editor. It's using the default TinyMCE plug in Extended mode. As you'll already know there are 4 buttons underneath the editor (Article...
Buffon asked 6/12, 2012 at 12:22
4
I'm writing a Joomla 2.5 component that I had been developing in Joomla 1.7. I have been using code like this:
$user = JFactory::getUser();
$groups = $user->get('groups');
The $groups array w...
1
Solved
On my Joomla module, we are using the following code to get shouts from the database
function getShouts($number, $timezone, $message) {
$shouts = array();
$db = JFactory::getDBO();
$query = $db...
2
Solved
QUESTIONS
Is the intermittent loss of session data likely to be due to a race condition?If no, what is likely to be the problem?
How can I prevent race conditions when writing/ reading joomla
ses...
Potation asked 24/10, 2012 at 15:31
1
Solved
DETAILS
I can use user state variables to store and retrieve data in Joomla sessions.
EXAMPLE set variable
$app =& JFactory::getApplication();
$app->setUserState( 'myvar', $myvarvalue );
...
Teleplay asked 2/11, 2012 at 13:29
3
Solved
How to set session timeout limit for frontend users in joomla 2.5? I had set the Session Lifetime option in Global configuration but it sets the limit in backend only.
1
Solved
could you please explain to me what is the purpose of assets table in joomla?
I have script for import articles from .csv (from .xls) that just inserts new rows in content table with asset_id colu...
2
Solved
Basically I'm trying to compress a directory from a relative path using the Joomla JArchive::create() function. So far I can zip a directory but it zips the entire absolute path.
The code I am usi...
Divinity asked 18/6, 2012 at 13:16
2
I am trying to modify AceShop module (extension OpenCart in Joomla) such that subscription facility is provided to users on some specific products. The default functionality of AceShop is str...
© 2022 - 2024 — McMap. All rights reserved.