joomla1.5

Disable editing the content in the homepage in joomla 1.5

Hi, i am having a Group named Editor(JAclPlus) .- Previously i had set this editor group to edit all contents but now i am trying to disable the editing option for the front Home page content alone . how to do so?? ...

Suggest me, is it a good idea to make changes in default Joomla code structure?

Suggest me, is it a good idea to make changes in default Joomla code structure? I need to keep an insert query after every insert/update/delete operation in Joomla administrator code. so that i can track the change i have made. Is it good idea to make the changes every where in the default code in Joomla default structure? ...

Joomla disable parent template ?

I am buildin facebook canvas app, and the code suppose to be generated in joomla component but I need to only output the content , excluding the default layout , any ideas? ...

editing the footer in joomla1.5

hi , i am having a content in my footer of my joomla 1.5 website.. Please help me of how to edit the year and the Powered by joomla content in the footer. pls helpme .. ...

Url redirection in PHP

hi, i am having a url like http://localhost/joomla/Joomla_1.5.7/index.php?option=com_content&view=section&layout=blog&id=3&Itemid=55 and i want to redirect this to http://localhost/joomla/Joomla1.5/index.php?option=com_content&view=section&layout=blog&id=3&Itemid=55 Not only this redirection but whenev...

Insert random <script> for using $(document).ready(function()}); in Joomla

Hi I have an article in which I use PHP code inside the text editor in Joomla, in the backend. I can see jQuery already called when the page loads, here is my code inside the Article edit textbox: <?php $username="XXX"; $password="XXX"; $database="XXX"; mysql_connect('localhost',$username,$password) or die(mysql_error()); mysql_select...

How do I set the title of a page in a joomla component?

I have a very simple joomla component that returns database results. It is not structured int the MVC format. How do I code the component so I can designate a page title? I wouldn't want to disable the existing functionality of joomla content articles. ...

How to set the front page to be the front page in Joomla

In Joomla how do I set the frontpage to be the front page (without being in the main menu). Currently whatever I set to be the default in the main menu is the first page, but I don't want the front page to be in the main menu. this si the site ...

How to generate PDF in different languages?

Hi, I want to generate a PDF with the help of few selection in form and an XML file that contains users country specific template in different languages. I am able to generate the printable version of the file but PDF does not seem to be working for some of the characters [chinese, Japanese Korean and Taiwanese]. I am using TCPDF and ...

Which Joomla module can be used to show articles with thumbnail?

hi guys, I am trying to implement ja_nickel joomla template in my site. here is the preview of ja_nickel template: http://demo.ijoomlahost.com/ja-nickel/ I want my latest news articles to be displayed in the place of top information block. I think in that template they are using a thumbnail image, title and content. In general article...

Handling broken links in Joomla1.5

Hi, i am working on a website built on Joomla1.5. How to handle broken links in Joomla1.5. I am not aware of this?? ...

Problem with send email through joomla setup

Hi all, I have created a script in php for sending the email with attachment and i want to know if i ahve chnge some setting in joomla so that this works. Currently i am getting error as "Warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid Address in C:\xampp\htdocs\Joomla\Emailattachment.php on line 56 mail send ....

Joomla: submit new article error!

when I login with an Author user to submit a new article, I get this error: "This username/password already in use. Please try another." and the article form is viewed again with data filled the problem is persistent with all users! Is the problem related to hosting ? or Joomla settings ?? what shall I do ? Thanks, Samir Sabri ...

Error in Editing the article in Article manager in Joomla1.5

Hi, When i opened any article to edit i am getting the below error. Calendar.setup: Nothing to setup (no fields found). Please check your code Previously everything was working correctly. i am using Wysig pro editor. ...

How to get joomla sections to display only on certain pages?

I am brand new to joomla, and am trying to have a few sections, such as a feature slider, show up only on homepage, and some other stuff show only on internal pages. I thought I was on the right track with this code, but does not work correctly. What is the best way to do this? Thank you. <div id="wrapper"> <!--==================...

Joomap (on joomla) causes 404 error if it is menulink case

Hi, I'm using Joomla 1.5 and installed Joomap to create site map. I found that if the item in the Joomap tree is a menulink (menu alias), then it cannot work as deserved. It will cause a 404 error which said the component cannot be found when the menulink is clicked. thanks ...

Logo on all checkout pages

I want insert one logo on checkout process,which will shows on all checkout pages. On which page I have to add code for logo. Thanks Deepali ...

Get the SEF URLs for articles in joomla

Hi, I use no-editor in joomla with SEF urls enabled. With no SEF enabled its easy to know the URL by just getting the ID of the article something like : Article 1 would be : http://www.abc.com/j15/index.php?option=com_content&amp;view=article&amp;id=1&amp;Itemid=1 Now if I have SEF switched on I would get urls that look like: http:/...

If tables are so evil, why does joomla use tables for its layout?

When you create a template you don't use tables. but when joomla rendereds the page, there are at least 4 places where tables are used to structure the content. Does this tell you something about tables or the fact that the joomla community should invest more time and learn how to code css or just the fact that tables are needed when you...

Custom options in Joomla! component help

I am building a module, or component not sure yet, but I need to have a some options that depend on another option. For example, if you choose "A" then options 1, 2 and 3 appear. If you choose "B" then 4,5 and 6 appear. I can make everything appear at once just sending in the but can I make some params only appear after another is chos...