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

How can I install a folder/files to the images directory for a Joomla component?

I know how to add system images to the /media folder, but is there a way to have a folder and files added into the /images folder (i.e. the place where Media Manager expects to find files?
xtempore
  • 5,260
  • 4
  • 36
  • 43
0
votes
1 answer

Joomla redirect to login page with correct redirection parameter after unsuccessful login

I have integrated Joomla with a vBulletin and a CPG using jFusion . I have set the login link of vB and CPG as http://fakesite.com/site/index.php?option=com_user&view=login&return=Zm9ydW0ucGhw , so that when a user logs into Joomla from that link ,…
Shiv Kokroo
  • 21
  • 2
  • 7
0
votes
1 answer

Request Variables in Joomla

I am new to Joomla. I am trying to write a module which would fetch and display the contents from database. Now for fetching the contents from database, I need to get the current article id and category id of the current article. I am able to get…
tiger
  • 671
  • 2
  • 11
  • 30
0
votes
2 answers

Fatal utf8_strpos error

I am receiving the following fatal error on my Joomla 2.5 website: Fatal error: utf8_strpos: Offset must be an integer in /path/to/file/libraries/phputf8/native/core.php on line 66. I recently moved my website to a new host (dedicated Rochen Hosting…
Mike Hermary
  • 346
  • 7
  • 22
0
votes
2 answers

Joomla Error on local system while same package works fine on Hosting service

I have installed xampp package. I am trying to run Joomla application over xampp. But I am not sure wats wrong with the application but I am getting this error. Exactly the same Joomla package and Theme works fine on my hosting but locally it giving…
tiger
  • 671
  • 2
  • 11
  • 30
0
votes
1 answer

How to add images in latest news joomla

I need to get separated the image and text of the article, the problem is that they are in one field of the database, so how can i make that in the view i can put the image separated from the text? because i can't put the image and the text…
BlareStriker
  • 235
  • 1
  • 4
  • 14
0
votes
1 answer

Server Side Validation For Joomla Registration Form?

I need to do a php server side validation for the username field on the standard registration form (Joomla 2.5). How is this achieved please, and in which file do I add it to? Thanks.
theoth
  • 127
  • 3
  • 11
0
votes
2 answers

Translate HTML module from Joomla

I need to insert a language string inside a Custom HTML module on Joomla (1.7). Like: K2_READ_MORE (and not Read more) How?
Gabriel Santos
  • 4,934
  • 2
  • 43
  • 74
0
votes
1 answer

Joomla. Where article is outputed?

I'm new in Joomla and so need some help with basic. I have write template for Joomla 1.7 and use it in such way: Template have one position called "main". I use custom HTML for building page structure and include modules with ModulesAnywhere…
Alex Povar
  • 4,890
  • 3
  • 29
  • 44
0
votes
1 answer

Joomla: Using more than one JHTML::calendar in the backend?

Trying to have more than one popup calendar in a component I'm building but only the first one works. escape($item->datepassed), 'teacher_datepassed', 'teacher_datepassed', '%Y-%m-%d'); ?> Some research though…
Gisto
  • 887
  • 2
  • 16
  • 32
0
votes
1 answer

Joomla 2.5 new registered user php script with dbl opt-in java

I've created a simple "create an account" form in html that is tied to interspire with some java for a double opt-in method. I would also like this form to create the user in Joomla and log them in after clicking the create account button. The…
0
votes
2 answers

Add Validation for Registration Name Field

I'm trying to add a validation rule to the registration name field. I've added in my validation.js file a function like: this.setHandler('name', function (value) { regex=/^\S[\S ]{2,98}\S$/; return regex.test(value); } ); In registration.xml…
theoth
  • 127
  • 3
  • 11
-1
votes
1 answer

Sugar CRM in Joomla! installation folder, any possible issues?

I'm interested to know if, by any chance, having a Sugar CRM installation inside a folder which is located in the same folder as Joomla! installation could/will cause future problems. Folder structure: C:\JoomlaFolder <- Joomla! installation folder …
user497849
-1
votes
1 answer

Joomla 1.7 : Is There A Component that will allow editor to upload video?

I am looking for a Non-Commercial Joomla! extention that will allow me to add videos to articles by uploading them. meaning that when i create the article i press a button ( the same as adding an image) andi can upload a video to the media folder…
eric.itzhak
  • 15,752
  • 26
  • 89
  • 142
-1
votes
1 answer

Migrating from Joomla 1.5.x to 1.7

I thought of migrating from J 1.5.23 to 1.7 and like almost everyone i too ran into problems (Good i backed-up my site) The problem i am facing is that my jUpgrade gets stuck at 'Migrating undefined'. 1.7 gets downloaded completely and also extracts…
Tanmay
  • 341
  • 2
  • 6
  • 22
1 2 3
20
21