joomla

Jquery yesconflict

Hello, I have a website based on a joomla template. I want to add the dock from ndesign-studio.com/blog/mac/css-dock-menu I've built a sample page for this. Here is the code : <script type="text/javascript" src="images/eklenecek/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="images/eklenecek/interface.js"></scrip...

Form Validation using javascript in joomla...

I want to use form validation. I have used javascript for this and I have downloaded the com_php0.1alpha-J15.tar component for writing php code but the blank entries are goes to the database. Please guide me... sample code is here... <script language="javascript" type="text/javascript"> function Validation() { if(document.getElement...

mootools in virtuemart

hi, I am trying to use mootools in my virtuemart module. Basically the module must be able to display an image slider components with the snapshots of products Can any one tell me how to go about it ? ...

Joomla Frozen Menu Items

On this site: http://67.15.245.6/~paddyosh/ the main navigation has suddenly stopped changing, i am sure i didn't change the core files. The same code works fine on the local machine, but please tell me if it's just my computer and you can't see what my problem is. ...

How can I make Joomla 1.5 menus?

I'm making my own Joomla template, but when I check menu manager, it seems to be very confusing, because there are a lot of choices. I just need simple menu linking to my sites pages. So I need to know: 1) What kind of tag I need to insert to my template, so that it can show menus. 2) How can I link to pages on my site with that menu ma...

Joomla memcache session problem

Hi i have some troubles with memcached + joomla. I installed and started memcached => joomla options cache type memcache (write memcache options) and session type - memcache too. Save all options and after cann't login to site and administration. In error log nothing, when i change cache to database i can login, where is the problem? ...

jquery chain search filter in joomla /php

hi i want to create a multi-field chain search module in joomla using jquery like in this site left corner. If is there any tutorial please put the link here Thanks ...

Joomla FTP problem!!!

Good evening everyone, I been workin' on Ubuntu server, and I work from a remote pc that uses Windows XP Pro and ubuntu 9.10 too...ok the thing is...I installed joomla 1.5 last version on the ubuntu server from my pc and everything was good until I had to fill the ftp information, never found the connection path so I installed without it...

Jooml - "Hello World - Hello" module

I successfully created a the simple joomla module from joomla.org tutorial http://docs.joomla.org/How_to_create_a_module Now I would like to add it as a restricted menu item in the "User Menu" How would I do this? What Menu Item Type should I use? thank you! ...

How do I use an rsa securId like device to secure a Joomla website?

I've got a joomla website (Community Builder with CBSubs) purchased through joomlapolis. The client wants to secure authentication with an rsa device. If someone could point me in the right direction, that'd be great. ...

Joomla Article Answers with attachments

I have a page with a list of articles of a given category, what I'm trying to do is to give the possibility to "answer" an article ("comment" if you prefer) but this answer needs to be a text + attached doc. My question is : What Plugin/component/solution comes to your mind? I'm trying to figure out if there's any existing plugin th...

Joomla 1.5 - how to create a table in a component's view's template?

I'm trying to create a Joomla component that displays the contents of a database table as a table on-screen. In the com_<name>/views/<name>/view.html.php file, what is the best way to create an HTML table that looks like a standard Joomla table? Do I create the HTML table manually and decorate it with some CSS classes, or is there a stan...

Article not following site's layout (Joomla)

Hello, please go to www.espacioasir.com first and notice how the second article has been 'crushed' to the left - half of the article's normal width. Anyway, I don't think I can explain much more, my question is very clear: Why is this happening? I do want mention that the content of the article itself has nothing to do (or maybe just a ...

Custom template in joomla. Install Joomla to an existing site.

I need some help with integrating Joomla to an existing site. The existing site is made of several .php files which shows static text. I have copied all css and js files to a new template in Joomla and the design seems to work pretty well. I want to make an article in Joomla for each .php file in the old site containing their 'news'. ...

Can anyone recommend a property or real estate lettings/sales script or extension?

Hi, I've currently got a couple of potential property letting/sales agent web sites to do. I'm looking for a decent script or possibly Joomla extension to power the property search functionality. Can anyone recommend something they have used? ...

Joomla - Categories and sub-categories calendar

Hello, I am new to joomla, and I was wondering if somebody could recommend me a plugin for a calendar that support events of a certain categories. Basically what I want to be able to do is the following: I register several events of some category. For some events I register them as being of categories A and B. Now, in the calendar, I ch...

Joomla - How do I have the meta description/keywords in 2 languages for different pages

I'm working on a site in Joomla and i've got it in two languages, french and english. Is it possible to have the meta description and keywords in french on the french pages and english on the english ones? If so, how? Cheers, Steph ...

SSL certificate behaviour within Joomla 1.5

One of the requirements of our Joomla backend admin session is to encode the user's IP within the cookie to prevent replay attacks. If I implemented SSL for the admin session, would this solve this issue? ...

Joomla administration user level

In my website project, three people are assigned to write new article for the website, they write there own article, and cannot view their fellows article. And We have one supervisor, who supposed to view all the articles and manage them. What I want are: 1. the three people can only see the article they wrote 2. supervisor can see al...

Joomla + Mootools XMLHttpRequest problem.

I'm building a Joomla extension and i'm trying to send some data to a php script, with MooTools, to be saved in a database. This is the code for the request : myReq: new Request({ url: '/index.php?option=com_calculator&task=saveData', method: 'post', onSuccess: function (responseText, responseXML) { ...