joomla1.5

Joomla Database Problem

Hi All, I am a beginner to Joomla, I have installed Joomla 1.5 in my server with Fantastico including sample data, also i have installed joomla in my local server. I Don't know how to upload this project from local to real server, when i completed my project , i have exported my database and import this Database in to real server after ...

Restricted Access in Joomla file

Hi, i am using a Form where i am having a textbox which on submit i am retriving the value of the text box and sending it to a file which gets the value and using it to fetch the records.. in my javascript i gave like <script language="javascript" type="text/javascript"> function check() { var title=document.g...

proper directory permission of a joomla extension after installation

Everytime I install a joomla component, module or plugin in my local, when I go to htdocs/myjoomla/components I see that the component directory is owned by nobody (I see it's locked) therefore I could not have the permission to alter the file. Now in order to get the permission I need to chmod 777 via the terminal which is completely a ...

Creating a search module displaying results in an iframe?

I recently signed up for a travel affiliate program and I'm creating a module with search fields to search in the affiliate program. What I need is a component with <iframe></iframe>, so when I make a search, the search results to shows in the <iframe></iframe> in the component. In this way I can chose which other module to show or not w...

How do you get the language from a session in Joomla?

I have some code that sets the lang var to the site default language. $lg = &JFactory::getLanguage(); $lg = explode('-',$lg->_default); $dlg = $lg[0]; if(!JRequest::getWord('lang', false )) JRequest::setVar('lang', $dlg ); however before setting it to $dlg I would like to find out if the language is stored in the user information ...

Not Inserted into database in PHP script

Hi, i am having an form for uploading an excel file like <form enctype="multipart/form-data" action="http://localhost/joomla/Joomla_1.5.7/index.php?option=com_jumi&amp;fileid=7" method="POST"> Please choose a file: <input name="file" type="file" id="file" /><br /> <input type="submit" value="Upload" /> </form> And ...

Paging doesn't work in the Joomla Article Manager in the admin section

I inherited a Joomla site that is having a problem with the article manager in the admin section. The pagination doesn't work! If I click the page number, forward, back, or page size, nothing happens! So I found out that someone had previously installed the iJoomla SEO plugin, but it never worked so they removed it. I think it is incompa...

Joomla - template dissapearing

Hello, I have a Joomla Website located at http://www.MikeSilvis.com, and upon going to the site initially everything looks fine. However if you go into the site and click any link say web-design You can see that the default template is no longer being displayed. I have tried changing to a different template but that does not seem to ...

Design Joomla plugin to be installed with component or vice versa.

Hi. I am designing an extension for Joomla that will allow an administrator to upload files and associate them with specific user accounts. To my understanding, writing a custom Joomla component is the best way to achieve this. However, I also want the administrator to be able to insert "dynamic" download links into articles that are con...

Error in Jaclplus component

I am working on Joomla 1.5 and our site is using the Bluehost server.Till March 9th, 2010 our site was working perfectly. And on March 10th, 2010, the following error was shown in the site as Warning: Unexpected character in input: '' (ASCII=28) state=1 in /home1/public_html/abc/administrator/components/com_jaclplus/jac lplus.cl...

Suggest joomla html editor extension/software

I've started using Joomla 1.5 recently and am using the TinyMCE online WYSIWYG editor that comes with the package to edit articles. I tend to write direct html and javascript rather than use the WYSIWYG functions, I find that after the first time the changes are applied(page updated) most of your html becomes 4-5 separate big paragraphs....

-1 - An error has occurred. It was not possible to copy the selected file.

May I know what would be the possible reasons for this when I tried to install the component? I'm pretty sure my xml and install.php file is correct. Thanks. ...

Bookmarking In Joomla 1.5

Hi, i am using the Plugin Content Bookmarker downloaded from http://dev.aarthikaindia.com/downloads/category/3-plugins.html for my site. Some of the Articles are able to Bookmark like if i click on the Bookmark (twitter) , it directly bookmarks in Twitter with Some description of the Article where some of the Articles are not bookmar...

how to use the template for a custom component

hi, I've created a custom coponent for joomla and I've created a menu which uses that component and set a template for that menu. The thing is when I go to the url test.com/index.php?option=com_mycomponent, it still uses the default template instead of the template that I set it to. in short: The component works, only it's using the w...

Convertion of text into images in joomla

Hi Everybody, I need a help for converting text into image using joomla. Actually what i am doing is, when the admin enters the text and save then the value will hit the database. Then in the site the last updated value will be shown as image. I done with the pure PHP. Its working fine When i am same concept to...

Wordpress and Joomla Permalinks plus domain redirect to specific subdirectory on Zeus

Hi, Here's what I'm trying to do: joomla in 1 subdirectory, wordpress in another. mysite.com directs to the joomla directory mysite.com/blog gives wordpress. I would also like to use seo friendly permalinks for both. I am using Zeus Linux shared hosting with Joomla 1.5 and wordpress 2.9.2, and having a great deal of trouble finding ...

joomla SEF shows differrent links in Homepage than inner pages !!

I'm enabling Joomla SEF , and get the following results when I link to an article from a homepage (frontpage) article: anywebsite.com/component/content/article/26/141-Z1-Z2-Z3-Z4 but when linking from other articles I get the result I want which is : anywebsite.com/Categor/141-Z1-Z2-Z3-Z4 and the link is both equal which is : index....

Any good Work Flow diagram for Joomla 1.5?

Though I don't tolerate joomla for it's buggy 3rd party components , decided to look at it's core architecture, and any diagram would make my investigation efficient, thanks ...

What is the use of the below given tables in Joomla Database?

What is the use of the below given tables in Joomla Database? jos_core_acl_aro jos_core_acl_aro_groups jos_core_acl_aro_map jos_core_acl_aro_sections jos_core_acl_groups_aro_map ...

Modification in Docman Categories

Hi , In the Docman component , i am trying a modification like in the submit file form i am getting a select dropdown box listing all the categories (Public) by default. But i am having a user group named X and when i logged in as the X user belonging to the X group then in the submit file form i need only the X category alone to be lis...