I copied error.php from the system template to my template folder, and it works fine when I enter a bad page.... except if that page ends in .txt... then joomla does not use error.php... can I change this so it does?
and it's not just .txt... it's any non standard web extension... zip.. ppt... ect
...
hi,
I made a component for Joomla and it's working ok with the direct url: http://www.something.com/index.php?option=com_pbform
The problem is that when I try to add it in the menu.
When I change the menu item type, the component is listed, but when I click on it I don't get a view to apply to the menu item.
Do I have to configure any...
I had installed MAMP on my Macbook but i forgot the password. How to create new installation of MAMP. I dont mind deleting the database.
How to integrate joomla with MAMP?
Which are the best bulletein boards for joomla?
...
I am making a simple component that responds with an XML message.
What I have now is:
controller.php
models/
register.php
login.php
download.php
views/
users/
view.xml.php
l...
I have a joomla site, which i configured the main sections categories and articles.
Now i need to have a slideshow widget, couple of list widgets in my website. Do i need to code it myself? I am very new to joomla with first project in hand.
...
I've got nginx installed on Ubuntu from the repository (v0.7.65), and while with my default site configuration works wonders with WordPress pretty URLs and nginx-compatibility plugin (so far), it doesn't with Joomla!.
I got it to show me the index, the administrator, and one level below links. That is, if I access http://localhost/jooml...
I have made a joomla component that I want to put on SVN. The problem is that Joomla components have bits and pieces scattered all over the place. What is the best way to handle this with SVN considering I still want to be able to version the application, without including all the core joomla code website code?
UPDATE
I ended up usin...
I have a PHP app, and I want some of the latest data to be extracted and display on a Joomla portal. I just couldn't figure out, can I return an XML document or what is the best way to do?
...
I need to extract menu items using module chrome from mainmenu module output:
<ul class="menu">
<li id="current" class="parent active item1"><a href=""><span>Menu item1</span></a>
<ul>
<li class="item1"><a href=""><span>Menu Item</span></a></li>
<li class="item2"><a href=""><span>Menu Item</span></a></li>
<li class="item3"><a href=""><s...
after uploading a file in joomla site this error come
Fatal error: Cannot call overloaded function for non-object in /webcorp1/www/corpusers/p/u/punjabtourism.gov.in/libraries/joomla/utilities/simplexml.php on line 607
Fatal error: Class 'JLoader' not found in /webcorp1/www/corpusers/p/u/punjabtourism.gov.in/libraries/loader.php on lin...
We have a few Joomla websites and we want to use Memcached. I set up the Memcached server, configured the Joomla websites, and had it running fine. However, there is an expectation from the development and management team to be able to see changes made to menus, articles, and components immediately by manually purging items from the cach...
Hi,
I have prepared my simple html website on my local pc. Now I want to put only the main website pages without administrator backend pages on server. I tried several queries on google but of no use.
...
I have a site in joomla built quite a long time back in the old version of joomla .Now i have to make some changes to the joomla site and i had lost my password and even on going to the area for lost password i cant access the site can anyone help me how to get out of this issue as soon as possible its really urgent.
...
So, I've just started working with a new Joomla site, and something we've added has started hijacking various parts of the site and added links to various places we don't want. Unfortunately, I can't give out a link to the live site right now, but I can describe the problems:
In the footer, where it should say "Designed By: " and the n...
Background information:
I've searched stackoverflow for a specific solution and couldn't find one that fixed my situation. Thanks in advance for any help you can offer. Your knowledge is appreciated.
I've decided to accept a contract to "convert" (in the client's words) a Joomla site into a WordPress site. Everything is going along smo...
Hi,
I have a Joomla shop that stocks parts for cars.
I am using the Virtuemart component to handle the shop aspect.
The top parent categories for my products are;
Air filters
Oil filters
Fuel filters
Pollen filters
This means that the virtuemart side menu displays these 4 options, which is fine.
However, for the shop (virtuemart) home...
I am a newbie in Joomla. Can somebody please tell me what is the basic difference between the module & component in Joomla?
If possible, please tell with some examples, so that it is easily understood.
...
On a site that I am helping build, the main dev has set up a joomla installation to act as a portal for a business listing of a small town. On the home page is a list of the businesses. If the business has signed up to be on the portal, it is clickable.
For each business page, there are a couple of variables: name, location, hours, pho...
I have some pages as children under a parent page. When I am on the
parent page the children show up under it properly. However, when I
go to one of the children pages, the tree goes away and it acts as
though they are top level pages. I am unable to find any sort of
solution in the forums or anything after searching google. Any help...
I learned web applications in the old days before there were Javascript libraries and web application frameworks. When I find time (which might not happen), I wouldn't mind updating my experience with these more modern methods. However, if I did write a web page with one of these modern packages, I wouldn't want to slam together someth...