Joomla

Add Joomla login parameters

痞子三分冷 提交于 2019-12-13 06:01:34
问题 I work with joomla 3.1, and im a newbie.. I would suggest users to connect in two ways. - First with the traditional way that is allready in production with Email address (like email@domain.com) and password - Second, i would like to allow them to login with the phone application ID that they use.(like 4456544485) and password(same as the first way) The login system used is the com_users component. the phone application ID is in another DataBase (phoneapp) and has a email field. But i don't

squeezebox ajax mootools

我的未来我决定 提交于 2019-12-13 05:30:56
问题 I use the modal window a fair bit in joomla and just found out that it doesn't work with ajax added links. What is the code I need to have the modal window work with those links? I'm better at jquery than moo tools ... Thanks, Mat I found this code but can't get it to work. <script type="text/javascript"> window.addEvent('domready', function() { SqueezeBox.initialize({ ajaxOptions: { evalScripts: true } }); //SqueezeBox.initialize({}); $$('a.modal').each(function(el) { el.addEvent('click',

Why is the CSS not loading in Joomla 2.5.6?

僤鯓⒐⒋嵵緔 提交于 2019-12-13 05:19:58
问题 I recently migrated my Joomla website from localhost to the test-server and after having completed the database imports and configurations(in configuration.php), the css doesn't seem to load although I can see that the css files have the correct privileges[644]. all I can see is mis-aligned text. At first, I thought that since my template was custom, the problem lies in it but when I logged into administrator, the same problem occured, although here the text seems properly aligned. The link

Adding sorting and pagination to data from different DB using php or mysql

烂漫一生 提交于 2019-12-13 05:15:46
问题 My task is to take data from different databases in different server and to display them in a single web page.I am working in joomla and i am able to take data from the databases using separate queries for each database.But the problem is that i need to give sorting and pagination to this web page. how can i do this without making any performance issue since all the databases contains a lot of data. Or can i use a single sql query for this ?? 回答1: To do what you're describing in Joomla I

Joomla mod_login redirect using get username

自古美人都是妖i 提交于 2019-12-13 05:12:27
问题 I am building a site using Joomla 3 and would like to redirect each unique user to a specific page when they login from the homepage. For example when they enter their details into the login form and click submit it redirects them to their page with the URL index.php/ username I have found the mod_login/helper.php file but I have no PHP knowledge of how to edit it. How can I redirect them to a specific page using PHP? The following code is the mod_login/helper.php file <?php /** * @package

problem with jquery in joomla backend

て烟熏妆下的殇ゞ 提交于 2019-12-13 04:59:07
问题 pls somebody know where is problem ? want to use jquery in joomla backend, i read, that i must use jQuery.noConflict, cause of mootools in joomla, but with this code i get error: jQuery is not defined [Break on this error] jQuery.noConflict(); what is wrong ?? thanks <div id="stlac">STLAC</div> <?php $document = &JFactory::getDocument(); $document->addScript(JPATH_SITE.'/media/system/js/jquery-1.2.6.min'); $document->addScriptDeclaration ('jQuery.noConflict();'); echo '<script type="text

Joomla 3.2 working with css files

只谈情不闲聊 提交于 2019-12-13 04:47:20
问题 I am testing Joomla 3.2 and trying to customize css files off custom and default templates but I can't get any changes to actualy display online. First of all I thought it was a cache problem although it usualy is disabled on installation. I enabled and disabled it, cleared cache several times... Tried several browsers clearing and disabling cache each time but still, my changes don't apear... The wierdest thing is that I don't have that problem on joomla 3.1 and changes I make to index.php

Can Joomla handle Queries for Millions of Users in the jos_users table?

纵然是瞬间 提交于 2019-12-13 04:42:06
问题 I am almost done developing a large website. The only problem is i get MySQL gone away errors all the time... I posted another question here on stackoverflow but did not get my answer So my Question is is Joomla fit enough or right CMS solution for a large users ( 5 million users)? I have spent almost 5 months developing this... and now although i am on a Quad dedicated server (2 GB Ram) i feel that Joomla maybe perhaps not a right solution for this large database website.. Edit : I just want

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,

jQuery slideToggle doesn't work on joomla, but works on jsbin

放肆的年华 提交于 2019-12-13 04:33:40
问题 So I have a website and I want to use the jQuery slideToggle to move the blocks. The problem is that it doesn't work on my Joomla website. However, when I copy the code to jsbin.com, it works. Here's the link http://jsbin.com/EcObOwex/1/edit Here's the actual JS I'm using: $('.sTurinys').hover(function(){ $('.ssTurinys',(this)).stop().slideToggle(600); }); I don't know what additional information I can provide. The JS code is in splash.js, link to it works properly (checked it, there's some