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
14
votes
5 answers

disable date range in Joomla calendar

I want to disable a date range in joomla calendar. Only the remaining days can be select. I have no idea how to do it. Plz help. e.g. If I say 2012-2-20 to 2012-3-20 then only days in this range can be select all other has to be disable(or can not…
Sara
  • 14,098
  • 13
  • 34
  • 50
14
votes
12 answers

500 internal server error at back end - Joomla

I have installed new site in Joomla 1.7 and its working fine, but when i checked its back-end (administrator) got 500 Internal Server Error. Note: Site is working fine in Local server. Please suggestion me any solution. Thanks in advance.
Dheeraj Agrawal
  • 2,347
  • 11
  • 46
  • 63
10
votes
1 answer

joomla assets table purpose

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 column (foreign key) set to 0. I haven't find any…
Buksy
  • 11,571
  • 9
  • 62
  • 69
8
votes
8 answers

Difference between Joomla 1.5 Joomla 1.6 and joomla 1.7?

What is the difference in versions of Joomla CMS i.e. Joomla 1.5, Joomla 1.6 and joomla 1.7 ?
Rohan Patil
  • 2,328
  • 1
  • 16
  • 23
6
votes
1 answer

Difference between save and apply button?

i get confuse in apply and save button. whether Save will save the settings. Apply will save and apply the settings or apply will save the setting for instance or what?
Panjiyar Rahul
  • 1,180
  • 1
  • 13
  • 30
6
votes
1 answer

How to invoke Menu rebuild from the custom front-end component in Joomla?

I am using Joomla 2.5 to create a special component that is executed from the front-end. This component parses xml file to build Joomla menu, I'm executing INSERT INTO #__menu query, but I leave 0s for lft and rgt fields. The menu is being built…
user1063784
6
votes
2 answers

How do you modify the Login Form in Joomla?

I was wondering how can you change the text on the Joomla Login Form. For example: From Username to Usr, from Password to Pwd, and other text also. Maybe this question has been asked before but I couldn't find anything. Does anyone know how to do…
CrazyMPh
  • 580
  • 1
  • 5
  • 7
6
votes
2 answers

How do you modify Category Forms in Joomla?

I'm working on creating a small plugin to modify the Category Forms (on the add/edit category view) in Joomla. I was able to use the tutorial on Joomla's site to modify the forms on User Profiles, Articles, and Menus; however, Categories do not seem…
David Barratt
  • 546
  • 1
  • 6
  • 24
6
votes
1 answer

Joomla | PHP: Have a category blog listing / latest articles within the menu structure

So I have a menu where some of the menu items are dynamic category listings. Something like this within the left nav (for example): Menu One Category Two - Dynamic Article 1 - Dynamic Article 2 - Dynamic Article 3 Menu Three Category Four -…
Gisto
  • 887
  • 2
  • 16
  • 32
6
votes
5 answers

Show a joomla article to registered users only, or a login screen if not logged in yes

In Joomla prior to 1.6 i could set a menu-item to public, and its contents: an article for example to registered. This lead to a situation where people could see the link to an article in the menu when not logged in, but got a login component…
Hans Wassink
  • 2,529
  • 3
  • 30
  • 45
5
votes
1 answer

joomla 1.7 access :protected menu params

I want to access the menu_image parameter of a menu in joomla 1.7 Normally I just use: $currentMenuItem = JSite::getMenu()->getActive(); And it gives me all parameters like below, BUT the data in the params object has been :protected so I cant…
Hans Wassink
  • 2,529
  • 3
  • 30
  • 45
5
votes
2 answers

Logging in Joomla platform 11 JLog

I'm playing with the new Joomla 1.7 system built on the Joomla platform 11-- and all my logging code from earlier versions of Joomla no longer work (they appear to be writing log entries but with improper syntax, so the messages are blank). Does…
julio
  • 6,630
  • 15
  • 60
  • 82
4
votes
4 answers

How to add new admin menu items without reinstalling component in joomla?

I have been developing a component for Joomla 1.7.x, during development I need to add new component menu items to admin menu, it was easy by adding new rows to components table in DB in Joomla 1.5 times, but now it seems complicated to add a menu…
Umut KIRGÖZ
  • 2,105
  • 3
  • 22
  • 29
4
votes
1 answer

Rewrite custom urls with Joomla SEF

I'm trying to wrap my head around rewriting some urls internally in Joomla! 1.7 with SEF features turned on but can't seem to figure it out: The following SEF URL exists (menu item): website.com/local/amsterdam What I would like is the…
jessedb
  • 159
  • 8
4
votes
3 answers

joomla 1.7 - how to create rss feed for my content?

is it possible to create the feed for joomla website? what is the way?? the joomla doc page dont hv the related page yet http://docs.joomla.org/How_to_create_component_feeds what i mean is creating the rss using the contents of my joomla webiste but…
Katrin
  • 881
  • 1
  • 11
  • 23
1
2 3
20 21