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...
Rechabite asked 7/11, 2013 at 16:23

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

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?
Furl asked 11/10, 2012 at 12:53

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...
Simpleton asked 26/6, 2013 at 9:3

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

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

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...
Idea asked 20/4, 2013 at 15:27

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...
Progressist asked 22/2, 2013 at 17:14

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...
Woodchuck asked 25/2, 2013 at 2:42

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.
Nottingham asked 24/12, 2012 at 9:48

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...
Ramose asked 6/5, 2012 at 4:32

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...
Farfetched asked 16/11, 2012 at 3:51

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.
Abm asked 30/10, 2012 at 5:31

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...
Festination asked 13/10, 2012 at 21:34

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...
Pineal asked 11/7, 2012 at 12:29

© 2022 - 2024 — McMap. All rights reserved.