Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
490 views

Add new image filed to Joomla 1.7 com_content

I'm trying to make some changes to com_content component of Joomla 1.7 There are not many docs on specific topic for Joomla 1.7 Maybe you could help me out on this one. I want to have a separate ...
4
votes
4answers
183 views

How to insert HTML/javascript/css code in joomla article

I am using Joomla 1.5. and I am writing a blog in joomla and want to highlight some HTML and javascript code but when I save that article after inserting the HTML code as it is, it gets exicuted ...
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, ...
4
votes
1answer
211 views

Joomla Calendar customization

I am trying to create a booking system. How do I show the selected date in 2 select boxes instead of an input which is the default in Joomla as in the image below? I tried searching the ...
3
votes
3answers
124 views

Smartformer Component on joomla 1.5 intermittent error

I'm currently using smartformer component for joomla 1.5 and have been facing a weird situation from this component. Here is the scenario: I have created a survey form using the component as the user ...
3
votes
1answer
218 views

Joomla 1.5 com_user and importing user plugins like Joomla 1.6 and above

When accessing com_users component in Joomla 1.6 and 1.7 on front-end the application automatically imports all plugins from 'user' group. Obviously it is very useful if one doesn't want to create a ...
3
votes
1answer
133 views

Auditing Joomla! 1.5 for system health and security?

I have a Joomla! 1.5 client asking to do an audit of their install's health, SEO and security. Joomla! Tool Suite / HISA doesn't exist anymore; are there any comparable extensions I could use? If ...
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
1k views

Joomla 1.6 Component Tutorial

Aside from the HelloWorld Tutorial, are there any other tutorials/books available with regards to component development on Joomla 1.6 ? Although the HelloWorld guides the user through chapters/steps, ...
2
votes
1answer
277 views

Moved Joomla with Akeeba and Kickstart - Pages are returning 404's

I took an akeeba backup and moved it to a new server - the site as it exists has an 'enter page' that's plain html and then joomla is installed to a folder called 'site' so its mydomain.com/site is ...
2
votes
2answers
398 views

Joomla! extension development vs. Drupal module development

I don't have experience developing modules for Drupal nor extensions for Joomla! and I hear a lot of "Leave Joomla! and satrt with Drupal!". There's a simple fact though; Joomla! is much easier to use ...
1
vote
1answer
61 views

PHP: Sending CSS into head instead of body (Joomla extension)

I'm using AutsonSlideShow extension for Joomla 1.7 which works just fine. The plugin has its downsides tho, as it writes CSS right into the body of the index.php file. I would like to change this for ...
1
vote
3answers
54 views

How can i automate the install / uninstall process of a joomla component

Currently i develop a joomla 1.7 component. Each time i want to test the component, make a zip from my component source folder and install it into my joomla system. After testing i uninstall the ...
1
vote
1answer
66 views

Joomla! Unable to edit modules PHP codes

I'm quite new to Joomla! as well as PHP. Currently i'm developing a Joomla! site using Joomla! Version 1.5.14. I have downloaded and installed VirtueMart 1.1.3 on my site and now i want to edit the ...
1
vote
1answer
99 views

how to customize joomla db sql error messages and how to prevent duplicate entries

my showtime table contains following fields, id, name, showtime where id is a int type auto-increment field(pK). showtime time type unique field . when I try to add a showtime(duplicate value) to ...
1
vote
1answer
173 views

Joomla main menu not showing all K2 Product Categories

I am using K2 component to showcase my products. I have created a menu item in my main menu for showing all my product categories (without sub categories) in a catalog style (To do this I went to- ...
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
1answer
38 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
86 views

joomla 1.6 : how $app object print out the entire page contents

I was checking joomla 1.6 index.php and I found the following code at the last line echo $app; this prints the entire page contents. I just printed out the contents in this object using ...
1
vote
3answers
45 views

Want to buy a Joomla Template and Extensions

I want to build an E commerce website where products can be sold and users can customize products look and style etc right on the website and then place an order. For example check the website ...
1
vote
1answer
231 views

Virtuemart fails when ps_cart->add() returns false

I'm running into a weird little problem whilst modifying a VM module for someone. We've altered the ps_cart class functions add() and update() with following bit of code: However, we've noticed that ...
1
vote
1answer
398 views

How to use multiple models in joomla MVC Component

I am using different model in joomla than view's own model that is similar to its name by assigning it from controller, like: $view->setModel($this->getModel('user')); Now how can I ...
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
630 views

Joomla 1.6 External PHP Interaction Issue

I am new to working with Joomla and I am adapting an external php class I wrote for v1.5. Without going into all the details, basically, I use a function to load the Joomla environment after which ...
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 ...
1
vote
2answers
74 views

How do you run an SQL query from inside a layout in a Joomla component

I am still learning to make a Joomla component, but I have run into a situation which I cannot find the answer to in any tutorial or book I have read so far. I have a Model (in models/weather.php) ...
1
vote
3answers
1k views

How do you use JRoute in Joomla to route to a Search menu item?

I am trying to create a a box in a template in Joomla! that will display all of the keywords and link them to their appropriate search page. I have a menu item set, however, I don't want to hard-code ...
1
vote
1answer
206 views

How to get an url to a menuitem from an article id in joomla 1.6?

I'm writing a module that has articles. I would like these article to end with the "read more" button. This button should redirect to a menuitem pointing to the full article if such a menuitem exists, ...
1
vote
0answers
191 views

How to remove left side panel on component page?

I am using Joomla 1.6.5 with default theme "Beez2 - Default". I have created a top menu item with type as external link which has link 'index.php?option=com_sample'. When i click on this menu item i ...
1
vote
1answer
236 views

Development workflow, Joomla, GIT

I have some questions about how you set up your development environment. I'm running a website that's currently using SOBI2. SOBI2 is going to be replaced by a custom component I'm creating using ...
1
vote
0answers
66 views

Joomla error in new tab window [closed]

I want to page[link] open in new tab window. It opens but showing 404 - Article #19 not found error. I am using joomla. I have problem in external link in new tab window. Following error shows in ...
1
vote
1answer
96 views

Where does VM derive code for $file_list?

Can someone tell me where the code for $file_list is sourced in Virtuemart? To be specific, in the flypage.tpl.php file, there is a snippet of code that looks like this: <span style="font-style: ...
1
vote
1answer
216 views

Joomla Extension Manager - Sub menu missing

We are having an issue uninstalling a component in Joomla Extension Manager but just realised the sub menu [Install | Component | Modules | Plugins | Languages | Templates] is missing. Any ideas as ...
1
vote
2answers
270 views

How to make submit form which goes to the same page in Joomla

I am making form with submit button in Joomla custom HTML and I would like to stay on the same page after I click on the submit button. Is that possible? Thanks in advance.
1
vote
2answers
811 views

Joomla 1.5 / Modification of YooTheme “ZOO” Component

I'll start out by mentioning that there is a developer forum for Zoo and I have used it already. My purpose posting here is that I typically get a thorough answer within minutes or hours at SO, ...
1
vote
2answers
589 views

How to use Joomla left sidebar position for a custom component menu

A client web site uses a Joomla template with lots of modules in the left column, but for the custom component I'm designing, those modules must be replaced by a vertical menu. The hack solution I ...
1
vote
2answers
1k views

Need help with joomla 1.6 module custom basic settings?

I am writing an integration module for our product to go into any Joomla 1.6 page. I need some help with getting custom data (from the API) into the basic settings part but can't seem to find a way to ...
1
vote
4answers
459 views

Can I use extensions for Joomla 1.5 in Joomla 1.6?

I tried to find the answer for this question, but I cannot find any helpful answers yet. I know extensions in Joomla 1.0 can work with Joomla 1.5 in Legacy mode, but I'm not sure in Joomla 1.6.
1
vote
2answers
574 views

Menu parameters in Joomla 1.6

I create a menu link to view and the URL looks like: http://example.com/index.php?option=com_example&view=homepage&layout=list.tpl&Itemid=154 And i want do add a parameter to a link that ...
1
vote
1answer
106 views

Joomla Component Automated Update

I develop a Joomla component. At the moment whenever I release a new version I ask the user to download a zip file and to manually upload the changed files via FTP. While this is ok for small ...
1
vote
1answer
240 views

Integrating a flash component on Joomla without reloading it on each page

Is-there a joomla compenent that permits to integrate a flash SWF on a joomla website : without realoding it for each page (by using an IFRAME or anything else
1
vote
1answer
590 views

show specific content for each registered user in joomla 1.6

I am looking for a module/extension, or something that can help me to make a page/item that only one specific user registered can see. I would like also create a space dedicated to this user, where i ...
1
vote
2answers
103 views

how to get image-reflection in joomla?

i found one plugin, i installed in my joomla site. but can't get reflection eventhough i put the relative path in between tags. please give appropriate solution and be greatfull by giving an answer!! ...
1
vote
2answers
5k views

Joomla 1.6 problem

I recently installed Joomla 1.6 on my XAMPP local server and i got this error message: Strict Standards: Declaration of JButtonPopup::fetchId() should be compatible with that of JButton::fetchId() ...
1
vote
4answers
2k views

How to add backgroud music in my website done in Joomla?

I want to add music which runs in the background of a website being developed for a client. The site is generated in Joomla. Does anyone knows about any component (or any way) through which I can add ...
1
vote
2answers
119 views

Joomla extensions often require modifying the core?

People often say the extensibility of Drupal is better than Joomla. Is this true that most Joomla extensions require modifying/hacking the core?
1
vote
3answers
155 views

Is it worth paying for Joomla security extensions?

I'm finishing my first website in Joomla, it has maybe 5 or 6 forms (register, login, search, newletter, ...) and we also have comments on articles, a questions/answers section, tests section and a ...
1
vote
1answer
111 views

joomla invitex menu

Just wondering, anyone can guest the problem. I have joomla + invitex installed, so when i tried to create a menu for invitex in main menu, everthing looks fine. But then the problem is, when i ...
1
vote
1answer
330 views

call function getLabel() in joomla 1.6

After upgrading from Joomla 1.5.22 to 1.6 beta 14 I am getting this error when trying to call parameter in the xml file : Fatal error: Call to a member function getLabel() on a non-object the code is ...
1
vote
1answer
182 views

Joomla query apparently running more than once

I have a reporting component in the administrator of a Joomla site. The user can choose from a dropdown list of available report types, which then calls a function to run the query and output a CSV ...

1 2 3 4 5