joomla

TinyMCE editor replacing tags inside Joomla articles

I have a front page of my site optimized for SEO. I am using tags to mark important content. When I edit my article in admin section with TinyMCE editor, it replaces tags with tags, which I want to avoid. Any ideas how to make this web editor (TinyMCE) not replace my <strong> tags? ...

Strange Firefox SWFObject display issue

Hi, I am having the strangest issue with a site i am developing. On the homepage i have a flash slide show which displays fine in IE. However it does not appear in Firefox but instead leaves a white space. I am using SWFObject to display the flash. I knows its at least firing as the holding image is removed. However if i right click o...

Fatal error in Joomla components

Hi, I am very new to Joomla and i started with a tutorial in creating a database and creating a componenet. I have created a folder named com_joomlabook within that 2 files joomlabook.php <?php defined( '_JEXEC' ) or die( 'Restricted access' ); require_once (JApplicationHelper::getPath('joomlabook_html')); $document=&JFactor...

Joomla Fatal error

Hi, I am new to Joomla and i have created a component folder as com_joomlabook within that 2 files as joomlabook.php and joomlabook.html.php But when i run it in the browser using http://localhost/joomla/Joomla_1.5.7-Stable-Full_Package/administrator/index.php?option=com_joomlabook Fatal error: require_once() [function.require]: Faile...

Publish files online with joomla for download

I would like to publish some files to be downloaded through my joomla-made site, but I can`t find the tool to do it. How can I achieve this? Any help? ...

How long will it take to install and import data into CiviCRM?

I haven't used CiviCRM before and I was asked if I can install it on a Joomla-based web site. I also need to import about 3,000 records from 4 different MS Excel files. I'm hoping I can do this in 10-12 hours, but I haven't used CiviCRM before, and I'd like opinions from anyone who has experience with this. I know a precise figure isn't ...

Is there a Joomla Plugin for Aptana IDE ?

I use Aptana for 2 or 3 months now and i'm very happy with it. But since i need to work with Joomla! and to write some modules, compenents, etc... I'd have like to know if there is a joomla plugin for Aptana ? I would just like to have autocompletion, autosuggest, links to methods and class of the Joomla API Any ideas ? Thanks ...

Unified login form for Joomla user and administrator

My client is insistent that there be a single page where both Joomla administrators and users can log in, as opposed to the default Joomla setup where these two groups log in in separate locations (/administrator for the admin). While the reasons for the client's insistence are besides the point, essentially it's a small group where onl...

How to inject tag (<script> <meta />) inside the header in Joomla from a module ?

Well, almost all is in the question. From a newly created module, i would like to be able to inject new meta/script tag which will be added later inside the header when rendered. I'm pretty it should be a method to do this. Any ideas ? ...

Login a user in joomla from com_jumi (or another external (to joomla) script)

I have to log a user automatically when certain events happens, example when a user forgot his password and reset it successfully. By client requirements a have to use a file embedded in com_jumi to make the login and not com_user. I'm using the function login of JSite object as in: $mainframe->login($credentials, $options) and that met...

Multiple column articles in Joomla

I've got a client that requires that an article be displayed in two, sometimes three, columns in Joomla. I am fairly sure they won't be happy with having to edit 3 articles for 3 columns so the splitting would have to be done automatically. I've done something similar before where it'll split a chunk of HTML into n columns, but have ...

DB function reports no errors when adding new article in Joomla!

Possible Duplicate: 500 - An error has occurred! DB function reports no errors when adding new article in Joomla! I have an article that I want to publish on my Joomla! site. Every time I click apply or save. I get error 500 - An error has occurred! DB function reports no errors. I have no idea why this error comes up, al I can ...

Joomla css path

Hello everyone. I'm having a problem whit this website i'm building - www.bodyheat.uk.com . The first page (home) appears as i "wrote" in the css, but in the other ones the webpage it seems that the webpage cant call the css. Anyone can help me on that? TRICAT answered this "You must have the base of your urls in the pages wrong beca...

Joomla include database functions

Hello. I'm using Joomla 1.5. I have created a custom component that pulls data out of the database perfectly. I initialize the database in my main component file like this: $db =& JFactory::getDBO(); The problem is that I have a jQuery autocomplete plugin on my component page that makes calls to a PHP file from my component folder. Th...

how to increaase the speed joomla loads

I have a virtue mart website it takes forever to load.How do I increase the speed with which the site loads. ...

Joomla and cakephp

I have a joomla instance and a cakephp instance in my site. what i want is tht to have a single login form for both joomla adn cake instance.is it possilbe?? is ther any plugins for tht?? ...

How to use memcached with Joomla

How can I use memcache in Joomla? I'm a newbie in this field so please be descriptive with your answer. ...

Joomla salt enhanced password

how can i know value of string which is used as salt for joomla salt enhanced password encryption?? ...

Thoughts on migrating Joomla from one database server to another?

I've been building a joomla-based website for the past couple of months and the time has come to migrate the site from my personal development server to the production one. My initial thought was to dump the database and recreate it on the production server, but I'm wondering if there is a better way. Unfortunately there is some conten...

Joomla Template Overrides

Hi In joomla, I need to assign specially designed templates for both "User Edit" (Where user edits their details) /index.php?option=com_user&view=user&task=edit and "Search Results" I can't for the life of me work out how Joomla is selecting templates now. Certainly ItemID's aren't obvious and template overrides aren't giving any clu...