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
4
votes
1 answer

Joomla 1.7 Authentication from external app

My aim is to check that a Joomla username and password is valid from my external application. It is not necessary that the user is logged into the system, just that their account exists. I decided to create my own authentication plugin based on the…
K B
  • 1,330
  • 1
  • 18
  • 30
4
votes
3 answers

Site backdoor & eval()

I'm running a Joomla 1.7 site which was hacked today. Below script did the…
Techie
  • 44,706
  • 42
  • 157
  • 243
4
votes
4 answers

Cannot set property 'value' of undefined in core.js file

I understand what this error means i just can't seem to understand why does it happen. I am using Joomla 1.7 and created a component. Now everything worked and one weird day i recieved this error when trying to submit a form. This is what i have…
eric.itzhak
  • 15,752
  • 26
  • 89
  • 142
4
votes
5 answers

Joomla PHP: Checkbox won't uncheck

Making a simple component. If I save a new record with the box checked, it saves fine. If I go back and uncheck a previously checked item it reverts back to checked. I thought it had something to do with a hidden field, played with putting one of…
Gisto
  • 887
  • 2
  • 16
  • 32
4
votes
2 answers

Disable user profile edit?

How do I stop registered users from changing their details like their username etc (via edit profile) in the frontend?
theoth
  • 127
  • 3
  • 11
3
votes
2 answers

Joomla 2.5 and Global Configuration admin page

WE recently upgrade our site from Joomla 1.7 to Joomla 2.5. Everything seems to be working fine, except one single page, which is the global configuration page. See: https://i.stack.imgur.com/06Elb.jpg I have tried reuploading the administrator…
3
votes
2 answers

Joomla: Write and call a helper function in a component

Fledgling Joomla / PHP developer, hitting a wall understanding how to do this. Everything I found searching has been for older versions of Joomla or other frameworks and so it's all confusing the first time around. I want to have a helper function…
Gisto
  • 887
  • 2
  • 16
  • 32
3
votes
2 answers

Select options disappear on mouseover in IE 8

I'm working on a Joomla 1.7 site and I'm having a strange problem in IE8. When trying to select an option from a select box, the options appear for a second and then when you try to select one they disappear. It only happens on a specific page -…
3
votes
3 answers

How to write single component XML to install it on all versions of Joomla?

I've written 4 different component xmls for 4 Joomla versions i.e v1.5, v1.6, v1.7 and v2.5. All the 4 xmls are exactly same except only one line which specifies joomla version number. For v1.5 : For…
Vinay Jeurkar
  • 3,054
  • 9
  • 37
  • 56
3
votes
3 answers

joomla add view into another view

Im using joomla MVC and I want to build a form that has different tabs which are different sections of the form with inputs in it. There are some tabs that are common to other forms that I need to include. I would like to be able to load this common…
arlievanos
  • 115
  • 3
  • 9
3
votes
1 answer

Joomla article page: code to check published or not

I'm looking for php code in article page to check if the article is published or not. I tried this one, but it false. if($listing['Listing']['published']==1){ } Could anyone give me some hint? Thanks a lot PS: Joomla 1.7.3, JReviews 2.3(using…
Anson Wong
  • 33
  • 4
3
votes
0 answers

Close a SqueezeBox by id

Well google this but I' did not found much I'm using joomla 1.7 I have a main form I'd like to open a popup so I have this code $url ="index.php?option=com_tkgest&view=devis_ligne&is_popup=true&tmpl=component";
Oine Raad
  • 31
  • 2
3
votes
3 answers

How can I change the Joomla administrator URL By PHP - No plugins

Since I'm new to Joomla I would like to know whether there is a way to change the administrator URL by using PHP rather than using a plugin or extensions. As far as I see using a 3rd party component is risky. I really don't want to use 3rd party…
Techie
  • 44,706
  • 42
  • 157
  • 243
3
votes
1 answer

How to hide the toogle editor from the tinymce editor

My XML is as shown below. Everything except the toogle editor button becomes hidden from the editor. Is there any other code to fix the problem.
Mohammed Nagoor
  • 884
  • 2
  • 12
  • 25
3
votes
1 answer

Joomla ACL: Only allow access to custom component in the backend?

I'm building a component for the backend. I don't want the users who will access it to access ANYTHING else in the backend except for this component. I tried following these two…
Gisto
  • 887
  • 2
  • 16
  • 32
1
2
3
20 21