joomla1.5

Public Access level to the pages in Joomla1.5

Hi, I am working on Joomla 1.5 . i have a link to an article whose access level is set to Public but still its asking for login for that page since we have set tat to some access level previously.. Please give some suggestions ...

Setting permissions to Add Comments of Jom Comment in Joomla1.5

Hi, I am having Jom Comment installed in my Joomla1.5. i have created a section namely userblog - Section blog layout type. By default , under every blog post under tat section i am having a Add COmment(0) link which allows to add comment to the blog post. How to set permisssions for allowing only some group members to add the comments?...

li + float crashes IE6

I know. The dreaded ugly browser we don't want to support, but, it seems it couldn't be simpler to crash this thing. The URL The images gallery is a Joomla Plugin(Sigplus) and works fine with all other standard browsers. In IE it was not showing correctly, all the images were showing in one line vertically one below the other. But the ...

creating zip/rar/tar of folders in Joomla

Hi All, Please somebody help me. I want to compress a folder (which contains images & text files as well as few sub folders) in zip,rar,tar format & then give it for download to user. Is there any class/api/library/code to do so. I am working on Joomla CMS. Regards, Shahu. ...

Joomla plugin install XML files <folder> tag

While developing a joomla plugin, if my plugin folder looks like so: /install.xml /mainPg.php /subfolder/lib.php /subfolder/config.php Would the tag look like this? <files> <filename plugin="mainPg">mainPg.php</filename> <folder>subfolder</folder> </files> ...

Joomla: localizing user registration, activation email & messages ..

Hello, I need to know please, where to localize the messages that are displayed when registering new user ?? for ex" Joomla User successfully registered." or "Your Account has been successfully activated. You can now log in using the username and password you chose during the registration." Can I translate them with JoomFish ?? Where...

Joomla: Warning: strpos() [function.strpos]: Empty delimiter in libraries\joomla\environment\uri.php on line 162

After installing Joomla 1.5.x on an IIS 7, instead of seeing the expected sample data I see an un-styled (sample data) page and this message at the very top of the page: Joomla: Warning: strpos() [function.strpos]: Empty delimiter in [installdir]\libraries\joomla\environment\uri.php on line 162 How can I fix that? ...

CI + Joomla 1.5

Hi, This is something that I just cooked up with Joomla and CodeIgniter(CI). I Wrote my database intensive application in CodeIgniter and frontend is Joomla. I'm using Jumi(Joomla Extention) so I can include the CI files inside joomla to basically insert the content generated by CI into Joomla articles. Problem is, you can't include CI...

Confused which joomla module to use

hi guys, I am trying to use the ja_nickel template in my site. It can be previewed in: http://www.joomlart.com/demo/#templates.joomlart.com/ja_nickel I am trying to show my latest news in the top information block. It consists of title, thumbnail image and some text. So dun know which one module to use? any idea will be helpful. tha...

Joomla Development - Allow Direct File Access AND use Joomla-intern Framework

Hi As usual you write in Joomla Development defined('_JEXEC') or die('Restricted access'); I make a plugin which needs access from Paypal/IPN, so i exclude that in that specific file. BUT I also need to use the Joomla-intern Variables to access the Database, so i tried this: require("../filewithaccesstoframework.php"); OR even...

How to use google map api key in my Joomla 1.5 article

Hi, I am using Joomla 1.5 . I have generated a google map api key . How to use this key in Joomla article. ...

Folder for registration is not visible in Joomla explorer

Hi, I am using Joomla1.5 .I am trying to edit the file registration.php in my /joomla1.5/components/com_registration. But the folder com_registration is not visible in my Joomla Explorer.. What may be the reason for this . Please give some valuable suggestions . Thanks in advance . ...

DB function failed with error number 1 in joomla admin panel

When i access joomla article manager or module manager then i had faced the bellow output: 500 - An error has occurred! DB function failed with error number 1 Can't create/write to file '/tmp/#sql_57c0_0.MYD' (Errcode: 17) SQL=SELECT c.*, g.name AS groupname, cc.title AS name, u.name AS editor, f.content_id AS frontpage, s.title AS sect...

Change owner of file uploaded in server

Hi guys, I have trying to overwrite or perform some file operation to the files uploaded in a webserver. Previously I have uploaded the files from joomla extension. It defined its owner as 99. Without changing its owner it my login name i am unable to perform file operation using ftp and cpanel. what can be done? ...

Custom template support for Joomla.

Joomla is pretty good CMS but, is there any way to create custom template which will be joomla supportable ? ...

User friendly urls in joomla1.5

Hi , I am working Joomla 1.5 . I am unaware of how to set user-friendly Urls to the site in Joomla1.5. Give suggestions for keeping User-Friendly urls ... I have changed the configuration for SEO as yes to apache mod_rewrite and Search engine friendly Urls .It changes the url as http://localhost/joomla/Joomla_1.5.7/publicationsform...

Is it possible to disable user sessions for guest in Joomla 1.5

Hi; Is it possible to disable session handling in Joomla 1.5 for guests. I donot use user system in the frontend, i assumed that it's not needed to run queries like below: Site will use APC or Memcache as caching system under heavy load, so it's important for me tHanks for your comments DELETE FROM jos_session WHERE ( time < '127470...

Joomla JUser getinstance Questions

I am attempting to make an authentication plugin. JUser::getInstance() takes one input, and it is supposed to be the id. Is there any way to get an instance of a User using some other indentifier? such as username, email etc. ...

Sending a notification mail on uploading a document in DOCMAN

HI , I am working on Joomla 1.5 . I am having Docman in my Joomla 1.5... Is it possible to set like "Sending mail to a person when someone uploads a document in docman from frontend". Please give some suggestions . Thanks in Advance.. ...

How to split drop down column using Extended Menu Extension in Joomla

I want to split the drop down columns same like the one on www.whitehouse.gov How should I do that ? Please help . ...