joomla

Is there a joomla wrapper for fgetcsv?

Hi-- hoping any Joomla devs out there might be able to tell me if there's a Joomla function for fgetcsv? If not I'll just use the regular PHP stuff, but I'm writing an admin class to import csv data and would prefer to use the core tools if possible. Thanks! ...

Can more than 1 websites be installed using Joomla ?

I have created one website using single installation of Joomla . I want to create one more website. Is it possible to create more than 1 website ? If so how is it possible ? ...

tcpdf joomla output in wrong on live server.

Hi Guyz, I am working with joomla and have tcpdf for pdf, print article when i test on local server it shows me the right results on both but on live server only the print page works fine and pdf did not render perfectly, it show some machine specific code. thanks in advance. Farrukh ...

Joomla pagination problem

Hello World! I'm russian, so sorry, i'm not so good in english ) My question is about Joomla pagination. When in our task exemple.php we are only one function display(); make pagination - easy. But i have a real problem. On my page exemple i have search form and i need to paginate search result. When i start to search something i see g...

How to write/edit Article in Front-end (Publisher)

I created a user which is Publisher, then i login to this user, but i don't know how to write/edit Article (in Front-end) ...

Get Products from database

I'm trying to get all products from the database with a single query. I get stuck at the price part: VirtueMart has a table called #__vm_product and another one called #__vm_product_price. If a product has a parent product, it means that product inherits everything from the parent unless it's set different in the child. The tables loo...

How to Add RESTful Web Services to Joomla 1.5+

Hi - pretty straightforward question: Is there a good web services solution for Joomla1.5+? I've been searching all over, and have only found references to a poorly-documented new xml-rpc server that's built into Joomla: http://forum.joomla.org/viewtopic.php?f=304&t=501897 Thanks a lot - I'm looking for a nice clean third-party a...

how to redirect to custom Joomla error code page when error occurs in ajax?

Hi, This questions is bit specific to joomla. I have created the custom error page error.php in /template/MY_TEMPLATE/error.php. This file checks for the error codes and displays different message for each http code I set(I check with $this->error->code == '404'). Normally this works good. Now the question is, how should I handle same ...

Programatically creating menu hiearchy in Joomla

Hi, Let's say that I have a vast quantity of restaurant reviews in a database -- not Joomla articles, just database tables. I want to display these restaurant reviews as part of a Joomla 1.5 web site. I can write a component to display each review. That part is fine. But rather than listing the reviews as a list on a page, I want to us...

Training registration in PHP

I would like to do a site in PHP/MySQL using either Drupal/Joomla/Wordpress that allows me to have class list with description/date and students can sign up to pay for it. I prefer Wordpress if there is some package already. The idea is to have students to pay via Paypal. For backend, Admin should be able to manage class, check students ...

Joomla error Restricted access

Hi all, I have a site in joomla. I am getting an error 'Restricted access' while i tried to access my site . It seems that the default template is not working and the access is going to the index.php file at outside. The admin panel is working fine and the required template is changed to default one . And the permission of the template ...

How can I import a module from another Joomla website?

How can I import a module from another Joomla website? ...

Where should I place downloadable files for my component?

I am developing a Joomla Component which will allow visitors to download a sound file (be it mp3, or wave, does not matter). Those files are managed in the admin interface and can be unpublished in there. Therefore, it seems that placing them in the assets section is not an option, as it would make them accessible directly from the serv...

How to setup rounded corner menu in joomla

Does anyone know how to setup a round corner menu in joomla? I need each item in the menu to have rounded corner. ...

Joomla rt_populus template problem in IE8

Hello guys, I'm using template populus from RT and when I load in IE all text font colour is white. I tried everything and I just cant solve this problem, anyone have idea? ...

unable to add dynamic images in flash image gallery( Joomla Module )

Hello All i m using flash on a module of Joomla to display images, i embed flash player code into javascript , it fetch images from an XML files wher images are predefined and it works fine, now i have a problem that i m collecting images from database, means images are dynamically, so i m unable to fetch that images an display on flash...

Displaying two dynamically added elements in different rows

I've an HTML page like following: <html> <body> <div id="emaildiv" class="main" style="width:150px;height:80px;"></div> </body> </html> I want to add a DIV with a TEXT and BUTTON in to it dynamically. All these are made by using the following javascript. function newEmailForContact() { var parentDiv = document.ge...

Insert a single HTML page as an article in Joomla

I have a landing page created as a single html file with an external css file and a bunch of jpeg images. It looks fine and everything is good with it. I need to insert this page as an article in Joomla so that it looked the same way as it does now, without broken styles and missing images. It should show all header, footer and sidebar c...

Silverlight saving to Wordpress Database

I have a wordpress database for accounts and settings (or for this example, joomla accounts and settings database). I also have a working silverlight application that works all by itself without problems. How can I have the two communicate? For example, the user should be able to log on to my silverlight application using my wordpress/...

How to sort an unordered list?

Is there an easy way to sort a without resorting to the use of programming? This is for a Joomla site so you can't easily put too much code in there. ...