joomla1.5

How do I resolve a strpos() “empty delimiter” error?

本秂侑毒 提交于 2019-12-22 03:17:11
问题 Here's the error: For: PHP 5.2+ Warning: strpos() [function.strpos]: Empty delimiter in /helper.php on line 445 and here is the code on that line: if($src = $img->getAttribute('src') AND strpos($src,$fgParams->get('base')) === false) { // prevents repeat processing EgivaUtility::profiling('Processing Image SRC: '.$src); // fix rel paths $src = EgivaUtility::encode_url(EgivaUtility::makeAbsUrl($origLink,$src)); if($image_details = @getimagesize($src) AND !in_array($image_details[0],array(1,2))

Single sign on My joomla site and jobportal (jammit jobs) on same domain?

一个人想着一个人 提交于 2019-12-21 06:29:55
问题 I have a joomla site and i have added another job portal at same domain.Supoose my site is www.abc.com which is joomla site and www.abc.com/jobs is jammit job portal . HOW i do single signon(SSO) my Joomla sites and jammit jobs(Job portal)? 回答1: I don't think there is a "magic" solution: you have to write something we call "bridge" in programming. Create a signon script that uses the APIs of both Joomla and Jammit Jobs for achieving authentication from external applications. You can start

Custom template support for Joomla

僤鯓⒐⒋嵵緔 提交于 2019-12-19 11:56:26
问题 Joomla is pretty good CMS but, is there any way to create custom template which will be joomla supportable ? 回答1: 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

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

二次信任 提交于 2019-12-19 11:37:13
问题 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

How to secure Joomla and prevent being hacked?

*爱你&永不变心* 提交于 2019-12-18 09:13:27
问题 I know securing any website is a very tough and broad topic to be discussed upon but i want to relate this question to my specific website which i've been working on. It was coded in php by some other programmer around 2007 and i am responsible for it's management. My problem is it's being hacked time and again. Please help me Joomla version 1.5.18(With Virtuemart) 回答1: From this guide: 8 Ways to secure Joomla and prevent being hacked! Change the default database prefix (jos_) Use a SEF

How to install component and route plugin in one package?

半世苍凉 提交于 2019-12-18 09:06:46
问题 I have created custom component and a route plugin for Joomla 1.5 to to provide SEO URLs for my component and also articles and categories which are not menu tied. Now I have to install my component and route plugin separately. Is there a way to install both in one package please? Thank you in advance! Vojtech 回答1: When any extension installed Joomla triggers an event 'com_yourcomponent_install()' to your install file, which you have mentioned in xml file. write a function com_yourcomponent

Article open in modal window after a user click on facebook share link and come back to your site

╄→гoц情女王★ 提交于 2019-12-14 03:28:45
问题 I think I need your help here... On my site, I've done all the articles open in modal window by clicking on the link "read more" that exists in every article. Also, each article has a button that shares this article on facebook. But, when the user who will see my article on facebook, click this link to read the article, it come back to my page, but the article (logical) not open in modal window!!! Is there any way, in the "return" of the user on my site, after having pressed the link of

Joomla 1.5 and PHP 5.3

主宰稳场 提交于 2019-12-13 21:55:20
问题 I have one website which is using Joomla 1.5 and running in php 5.3 . It was running with PHP 5.2 version, but the hosting company now updated to PHP 5.3 .So Joomla is creating issues with it: I cannot access the menus and modules from admin side. I have tried for a migration to Joomla 2.5 But as the site is installed with a number of third party extensions, it is not easy to migrate. So is there any patched or something that will help me to run Joomla 1.5 on PHP 5.3 and do migration on a

Integrating Isotope js on Joomla 1.5 site

假如想象 提交于 2019-12-13 08:39:12
问题 I am trying to integrate Isotope JS on Joomla 1.5 site. (I know it's old Joomla!) https://www.buffalobrownies.com/?view=article&id=269 I got the code working fine on a test page on that domain (but outside of Joomla). Inside Joomla, neither the JQuery nor vanilla JS seems to trigger. With JQuery trigger code on, I get this error on Chrome Console: Cannot read property 'isotope' of null (With the vanilla JS script turned on I get a bunch of OTHER errors......) So I'm guessing there is

Some HTML tags (e.g. IFRAME) and Javascript in Joomla 1.5 articles are automatically removed when using the WYSIWYG editor

杀马特。学长 韩版系。学妹 提交于 2019-12-13 04:41:25
问题 When using a WYSIWYG editor in Joomla 1.5 to create website content I am not able to freely insert HTML tags, such as IFRAME as the HTML tags will be automatically removed on saving the article. I can either configure Joomla not to use a WYSIWYG editor which makes editing articles a bit of a pain, or I can force the HTML code into the article using MySQL Query Browser and altering the article content directly in the site's database. Doing this is not only cumbersome but also ineffective,