Questions tagged [joomla1.7]

Joomla! is a free and open-source web content management system written in PHP. It is released under the GNU General Public License. This tag is for programming-specific questions referring to version 1.7.

Joomla! 1.7

Joomla! is a free and open-source web content management system written in PHP. It is released under the GNU General Public License.

Version 1.7 of Joomla! was released in July 2011 and the support ended in February 2012.

Resources

Related Tags

304 questions
3
votes
1 answer

Joomla: Passing a variable into getInput()

I'm building a backend component (1.6 / 1.7 / 2.5) where I need to pass a variable from another view into a field in a new record. Variable passing is working fine. My problem is using getInput(). To start with different doc pages have different…
Gisto
  • 887
  • 2
  • 16
  • 32
2
votes
1 answer

com_users login format view?

I would like to know what this code does in the joomla file components/com_users/views/login/tmpl/default_login.php form->getFieldset('credentials') as $field): ?> hidden): ?> Also, how do I add the…
theoth
  • 127
  • 3
  • 11
2
votes
2 answers

user authorization in custom component

hi I am developing custom component in joomla 1.7 I want to restrict user task based on user groups. I have created table and saved all the controller names and tasks and saved the permissions for the previous tasks with user group id. In central…
user1300652
2
votes
3 answers

Override components/com_users/models/forms/login.xml - Joomla 2.5?

I've been trying to override the file login.xml but no matter what I try, the edited version in my template folder doesn't show up. How can I override this file? Update I have tried template//html/com_users/models/login.xml and…
theoth
  • 127
  • 3
  • 11
2
votes
0 answers

Are there any Stackoverflow like sites for Joomla?

Are there any Stackoverflow like sites for Joomla? I know that there is a site for Drupal on the StackExchange network. I was hoping that someone might know of a similar site for Joomla.
TryHarder
  • 2,704
  • 8
  • 47
  • 65
2
votes
4 answers

Virtuemart 2 payment method

I've installed virtuemart 2 on joomla 1.7. Usually, there are pre-installed payment mthods you can enable to accept payments on your website, but vm 2 has nothing. I thought they would atleast have paypal. It seems like the framework has changed…
Yo Momma
  • 8,581
  • 7
  • 34
  • 45
2
votes
2 answers

Joomla, registration pages requires login

I am running Joomla! version 1.7. I've set up a registration page in the menu manager, however, when I click the link, it says I need to be logged in to register. Not sure what I going. Can anyone help please? Thanks!
GManz
  • 1,548
  • 2
  • 21
  • 42
2
votes
3 answers

Joomla! root directory

I have the following directory structure: C:\mywebsites \site_1 \site_2 \site_n In 'site_2' I have joomla installed, however, I have other folders with resources, php scripts, etc. in one of the 'extra' folders, I have scripts that I'm…
user497849
2
votes
2 answers

validate email value in joomla 1.7?

I am developing component and I want to know how to validate email value entered by user using joomla 1.7? JHTML::_('behavior.formvalidation') without using this method.
user1168950
2
votes
3 answers

How to write query using JDatabaseQuery in Joomla 1.7?

I have a following table and I want to know how to write the inset query using JDatabaseQuery in Joomla. jos_esolutions_movies - table name id, name, description, status - field names 1 , 'ABC' , 'ABC description', 0 - example values
Sara
  • 14,098
  • 13
  • 34
  • 50
2
votes
2 answers

Joomla 1.7 multiple SQL list is not preselected on edit

In my joomla custom component I used the SQL field type (item.xml):
Hans Wassink
  • 2,529
  • 3
  • 30
  • 45
2
votes
2 answers

joomla 1.7 : overriding pagination.php not working

I installed joomla 1.7(window/xampp/php 5.3) and my current template is beez_20. I have to override the pagination.php and to do so I copied the pagination.php from \libraries\joomla\html to \templates\beez_20\html. When I reload the home page, I…
John K
  • 353
  • 4
  • 18
2
votes
3 answers

Mobile detection and supporting older devices

How to identify, when user coming to website with some older phone (not smartphones and iPhones). I'm using jQuery-Mobile with Joomla 1.7. I use this script: