joomla1.5

how to use JHTML::_('behavior.modal') in Joomla?

╄→гoц情女王★ 提交于 2019-12-04 14:52:00
问题 I am creating a component, controllers theatercontroller facilitycontroller Models theater facility view theater facility What I want is I want to add a new facility from the theater view by clicking a button and opening a modal window. I have tried but didn't work. I studied some components but it is difficult for someone like me to understand it. Please I need a simple example and a explanation to understand it. 回答1: You can use this function to get a modal button static public function

Upgrade / Migrate from Joomla 1.5.26 to Joomla 3.0.1

天大地大妈咪最大 提交于 2019-12-04 13:03:56
I have a joomla 1.5.26 site and want to upgrade over to Joomla 3.0.1. Is that possible? If so, what are the steps? I am looking for an installer like JUpgrade to do this. I realize that it is a 2 step process: a. Migrate from Joomla 1.5.26 to Joomla 2.5 b. Migrate from Joomla 2.5 to Joomla 3.0.1 Use JUpgrade for both the steps after backing up your files using Akeeba / XCloner component Am I right or am I missing a step? Yesceeohhh It is better to stick with Joomla 2.5 as it is recommended till 2014. Here is statement quoted by joomla .org "Joomla 2.5 is the Long Term Support (LTS) version of

Error while install Joomla

橙三吉。 提交于 2019-12-03 13:59:41
Have install and Configure Joomla 1.5 CMS in my local xampp. After I have installing, When i am visiting to Joomla Site. it displaying the some error messages. Strict Standards: Non-static method JLoader::import() should not be called statically in C:\xampp\htdocs\mywebsite\libraries\joomla\import.php on line 29 Strict Standards: Non-static method JLoader::register() should not be called statically in C:\xampp\htdocs\mywebsite\libraries\loader.php on line 71 Strict Standards: Non-static method JLoader::import() should not be called statically in C:\xampp\htdocs\mywebsite\libraries\joomla

how to use JHTML::_('behavior.modal') in Joomla?

蓝咒 提交于 2019-12-03 09:14:27
I am creating a component, controllers theatercontroller facilitycontroller Models theater facility view theater facility What I want is I want to add a new facility from the theater view by clicking a button and opening a modal window. I have tried but didn't work. I studied some components but it is difficult for someone like me to understand it. Please I need a simple example and a explanation to understand it. You can use this function to get a modal button static public function getModalButtonObject($name,$text,$link,$width=750,$height=480) { JHTML::_('behavior.modal', "a.{$name}"); //

Joomla v1.5 plugin sys.ini language file

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 04:46:56
问题 Is it possible to use sys.ini language file for Joomla v1.5 plugin? I want to use it during plugin install. Because default language ini file is not accessible during installation process. So install manager outputs only language key constants like PLG_MY_PLUGIN_DESCRIPTION. I haven't found any hint about it in Joomla v1.5 developer manuals. So I guess sys.ini files work only with components? Your help would be appreciated. 回答1: Joomla 1.5 does not read .sys.ini language files. Only Joomla 1

Joomla URLs: An article doesn't have a pretty URL by itself?

≡放荡痞女 提交于 2019-12-02 00:45:12
问题 I'm new to Joomla (1.5), and I'm trying to clarify something about the way Joomla handles URLs. I've activated what they call "Search Engine Friendly URLs". But it appears that a page (or an "Article" only gets such a URL once I link to it from a menu. Are pretty (parameter-less) URLs really only assigned to pages once I link to them from a menu? I know I can assign Aliases to articles, but they don't seem to do anything. An article's URL seems to be defined by the alias of a menu item that

Joomla URLs: An article doesn't have a pretty URL by itself?

耗尽温柔 提交于 2019-12-01 20:54:55
I'm new to Joomla (1.5), and I'm trying to clarify something about the way Joomla handles URLs. I've activated what they call "Search Engine Friendly URLs". But it appears that a page (or an "Article" only gets such a URL once I link to it from a menu. Are pretty (parameter-less) URLs really only assigned to pages once I link to them from a menu? I know I can assign Aliases to articles, but they don't seem to do anything. An article's URL seems to be defined by the alias of a menu item that links to it. Is this correct, and if so, how do I link to pages without listing them in a menu (e.g.

Custom template support for Joomla

南笙酒味 提交于 2019-12-01 14:27:15
Joomla is pretty good CMS but, is there any way to create custom template which will be joomla supportable ? If I understand your question you want to convert an existing template that isn't even a Joomla template. If that is the case I found it very hard to do, of course depending on where the template was coming from. I ended up taking a template for Joomla 1.5 and starting from that. (Although the ja_Purity is a messy one when it comes to the CSS, looking back I would should have started with another one....) Yes, you can do it. Copy default template which comes with Joomla and customize it

500 - An error has occurred – DB function reports no errors when adding new article in Joomla

为君一笑 提交于 2019-12-01 12:25:39
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 think is that it's a server error. I'm using TinyMCE to type articles together with Joomla! 1.5.11. Updated: I turned on Maximum error reporting in Joomla! and in the article manager I tried to save the article and got these couple of errors. Please check screenshot I tried adding <?php ini_set('error_reporting', E_ALL); error_reporting(E_ALL); ini_set('log_errors',TRUE); ini_set(

Joomla Login redirection back to page to the previous page

谁都会走 提交于 2019-12-01 10:38:20
I have certain pages that require to a user to be logged in Joomla. When they click on the links to those pages a login box appears in an iframe overlay. Once they login, I want to redirect them back to the page they were trying to login to, however, Joomla seems to only allow a user to be redirected to a page that is predefined in the login form parameters. Is there a way to do this without completely hacking Joomla. If not, does anyone have a recommendation on how to hack this an easy way. You can use like $return = JURI::getInstance()->toString(); $url = 'index.php?option=com_user&view