Joomla! is an open-source CMS written in PHP and powered by an MVC-oriented framework. Over 7,600 extensions are available and can be installed through the admin interface.
4
votes
1answer
191 views
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, ...
3
votes
1answer
331 views
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):
...
2
votes
1answer
24 views
Joomla articles do not work on making it SEO friendly
I have installed my joomla website in a sub-folder,
i moved it to my root. I changed the config file and did the needful. Everything is working great.
Now when I select
*SEO Settings > Search ...
2
votes
1answer
42 views
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.
2
votes
3answers
112 views
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:
<script type="text/javascript">// ...
2
votes
2answers
151 views
Learning Joomla 1.7
I am thinking of starting to learn Joomla 1.7 but don't know where to begin.
I am interested in learning to create blogs, e-commerce websites, forums and other type of websites. I know that there is ...
2
votes
1answer
116 views
What is the best secure way to POST and GET data in Joomla 1.7?
I am developing a joomla component and I want to know what is the best secure way to POST and GET data through a form submit.
<form action="index.php?<?php echo JUtility::getToken()?>=1" ...
2
votes
2answers
2k views
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 ...
2
votes
1answer
2k views
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 ...
2
votes
2answers
2k views
Creating a Joomla 1.7 Content Plugin
I'm trying to create a Joomla 1.7 content plugin that, ultimately, will send an email when a brand new article has been created on the backend. My plugin, while it installed correctly, doesn't seem to ...
1
vote
0answers
32 views
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 ...
1
vote
1answer
41 views
Joomla 1.7 event registration custom component
I am new to joomla. I have to do functionality like adding events form admin and displaying them at user end and registering users for events. One user can apply for multiple events.
Please let me ...
1
vote
2answers
28 views
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 ...
1
vote
1answer
53 views
Joomla virtuemart list all products
I googled lot but failed actually I need to list all my products of all category to be display in a single page.
Note: Virtuemart provide option of List all product in search But here I need to ...
1
vote
2answers
64 views
Joomla Background Image?
I'm sure there is a very simple explanation for this but... How do I add a background image to my Joomla site? I am using a modified version of Atomic. The obvious thing to do would be to simply go ...
1
vote
3answers
45 views
good shopping cart plugin for joomla 1.7 [closed]
I am creating a online dvd shop site. I am using joomla 1.7 and I have found two plugins virtueMart and HikaShop. If any of you have used this two plugin before please suggest a easy one to use as I ...
1
vote
0answers
82 views
Validate added fields on user registration - Joomla 1.7
I've added some fields and plugins to my Joomla 1.7 user registration form.
I'd like to add some ajax validation when the user puts its mail for eg.
then a message apears saying that the mail is ...
1
vote
4answers
127 views
Change Background Image
I have a website developed in Joomla 1.7. I want to keep background Image only at home page not on other pages.
code is like this.
HTML
<body>
<div id="wrapper">
all content goes ...
1
vote
0answers
89 views
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 ...
1
vote
1answer
77 views
Custom component check-in/check-out best practices
I'm creating a component in Joomla! 1.7 and I'd like to take advantage of the framework's check-out/check-in features. Currently
How do I mark a component record as "checked out" when a user ...
1
vote
1answer
180 views
Using Joomla 1.7 generic categories functions
Since 1.6, I believe, there's a generic way to use 'categories' in your own created components. The default Joomla components also use this. For example: the contacts, newsfeeds and weblinks ...
1
vote
5answers
1k views
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 ...
1
vote
2answers
203 views
How do i set email as username in Joomla 1.7
I'm using joomla 1.7 and I want for some users to not have the option to insert a username.
I'm trying to set that on registration (for said users) the system will save the inputted email in the ...
1
vote
1answer
216 views
jQuery front page slide show
I am using FPSS JQuery plugin in Joomla, that can be seen here: http://bawajee.com/techno
There is a loader whose background-color is black, I want to know from where this color is coming. Actually ...
1
vote
1answer
39 views
Significance of a using colon in Joomla URL
I need to know, if joomla gives any significance to a colon in within component or view?
Is there something in this naming convention?
1
vote
2answers
145 views
Which version of Joomla to use- 1.5 or 1.7?
I have to build a News based website but I am not sure whether to use joomla 1.5 or 1.7? I have been using joomla 1.5 for a while and there are many extensions available for it. On the other hand ...
1
vote
0answers
66 views
joomla entirely custom url
I want to give entirely custom url to my article
something like: /games/2010/junee2010/6/Dexter%20the%20Game.html
Because I am move html based site to Joomla and I want to save same urls for Google.
...
1
vote
0answers
686 views
How to display RAW content in Joomla 1.7 [closed]
I am using Joomla 1.7 and I want to display RAW text only from my Article Manager as it is without any other html after clicking a link on Joomla front-page in #contentarea DIV using jQuery.
With ...
1
vote
2answers
137 views
Different(wider) Joomla Single Page Layout and More HTML Control
I am making a site with Joomla mainly because of the user levels. Now hands on into development enough that I cannot back out, I've realized that Joomla's theming is not as awesome as WordPress'.
...
1
vote
1answer
203 views
Joomla extensions for photo albums
I need a photo album extension for Joomla that can take selected folders from the file manager and show each one of them as an album. It should have a module that can show for example 6 albums which ...
1
vote
3answers
105 views
Is there a way to create a custom model/view for an existing component like com_content in Joomla?
Is there a way to create a custom model/view for an existing component? For instance, if you wanted to change the Query used in com_content to include data from other tables when looking at a ...
1
vote
1answer
89 views
Is there a way in Joomla to have public user profiles?
I installed Joomla 1.7 and I noticed that you can have user profiles with the user profile plugin. However, is there a way to publicly access a user's profile (without loging in)?
For instance, I ...
0
votes
1answer
7 views
simple faq module on joomla 1.7
Somebody knows a simple faq module? Or how to make the facts as in the picture on the link so that you can take anywhere in the template?
...
0
votes
0answers
5 views
Joomla1.7 user profile plugin
Sir. iam using joomla1.7
i want to change user profile plugin textbox to list box.i change in the profile.xml file the frontend side its working but the data from the list box is not saving to ...
0
votes
0answers
16 views
finding childs/parents of a usergroup in joomla
How can I find childs and parents of a specific user group (By it's ID) in Joomla 1.7?
Thanks
0
votes
1answer
10 views
Another template for a detailed view of material in joomla
I have the menu item and category blog bound to this item. This menu item display blog category and have "product_catalog" template. But, when i go into detailed view of the material, i see material ...
0
votes
1answer
46 views
joomla 1.7 user registration customization issue
-> i am trying for new user registration customization.
-> for that i create form and hidden variable through call function from controller.
-> in controller save function i write this code but some ...
0
votes
1answer
20 views
Restrict users to only create articles (and not categories) in joomla backend
How can I restrict users to only be able to create articles (and not categories) in joomla backend?
I'm using joomla 1.7
0
votes
1answer
15 views
joomla K2 limit items per page
I have installed K2 component in Joomla 1.7.
In one of my pages (not the front page) I am listing articles from 2 categories (News, newsflash).
The problem is I cannot find any pagination support. ...
0
votes
2answers
29 views
joomla news site. All news in blog format
I am trying to build a news website in Joomla 1.7.
I want in the main content to display the latest e.g. 10 news and then using the next button to see the rest and so on.
What kind of module do I ...
0
votes
1answer
11 views
create a new installable zip from a ( already installed ) Joomla 1.7 component
I've Joomla 1.7 and lots of component in it.
I'd like to make a "reverse-engineering" of the install of a component.
I've edited most part of it and i'd like to repack this to install in a new fresh ...
0
votes
4answers
54 views
Closing Div on Click not working in Chrome but is in all other browsers
I just finished building a Joomla website for a client and of course on the day of launch I am having a problem with the Chrome browser not closing a specified div on click. I have tested in every ...
0
votes
1answer
16 views
Add custom filters to Joomla! default search?
this is my first time posting a question here.
I'm trying to add some custom filters to the Joomla! default search, but I just add the custom filters to the html.
How do I make it work?
0
votes
0answers
10 views
joomla 1.6 how call controller, controllers, view and helper administrator in frontend?
I develop a component joomla 1.7 and I would call the controller, the controllers, views and helpers component administration in frontend. Do you have an idea?
Thank you
0
votes
1answer
16 views
In joomla i want to add multilanguage facility on administrator end in a custom component
I have created custom components in joomla like,event.In these component how i will add multilanguage features that's why i add title and content in a multilanguage?
0
votes
1answer
30 views
Joomla Plugin not running (is installed)
I have "written" a plugin for Joomla! I say "written" because it is actually someone else's, but it was for Joomla 1.5, and I'm trying to upgrade it to run in Joomla 1.7. However, it's installed and ...
0
votes
1answer
67 views
Mootools Issue in IE8
I am having an issue with Mootools. If you go to this page RTDS you'll notice a login button in the top right. On all other browsers (IE9, Safari, Chrome, and Firefox) the login works fine but it ...
0
votes
1answer
28 views
joomla custom module
In joomla 1.7 i am creating a custom module for registration. How I can check the user field
is empty or not? Which function is used to check user input field like isset() which is used
in php.
I ...
0
votes
2answers
183 views
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 ...
0
votes
0answers
58 views
I can't use second JFactory::getEditor in my Joomla Component
*When I use second JEditor in JPane, second one is not shown properly. I just got a textarea.
Code works Joomla 1.5. I am adapting my code to Joomla 1.7. *
echo "<div id='editor1'>";
$editor ...