Joomla

Adjust the left container as per right container height without using height property in css

旧巷老猫 提交于 2019-12-13 23:46:03
问题 I have two divs one left side and another right side . In right side contents are dynamically loaded by click the left side menus. Based on the contents height the left side container also increase by same height. i attached screenshot for this problem Expected result be: ![enter image description here][3] Any help be appreciated. Thanks 回答1: You can achieve this as follows, basically we are using position relative and playing with it Demo HTML <div id="container2"> <div id="container1"> <div

how to send and audio file via an email using joomla or php

六眼飞鱼酱① 提交于 2019-12-13 21:55:53
问题 I want people to upload audio and send the audio via email how feasible is the idea or showing audio list on joomla or php website and sending them audio link in email when they click on particular list how to go about the idea? joomla should be used or pure php? any help? it should not be a complicated website 来源: https://stackoverflow.com/questions/22324344/how-to-send-and-audio-file-via-an-email-using-joomla-or-php

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

1064-Error on joomla 3 page

吃可爱长大的小学妹 提交于 2019-12-13 20:18:06
问题 I'm building a website (locally), and after a little work - created new categories, deleted all the default ones, created some test articles, unpublished a couple of modules and edited other ones, I tried to open the page and I got this error: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' ) AND c.extension = 'com_content' AND c.published = 1 ' at line 10 SQL=SELECT DISTINCT c.id AS CID FROM sbv9a

“MySQL server has gone away”

拈花ヽ惹草 提交于 2019-12-13 20:06:11
问题 I'm using Joomla 2.5.8 and have a custom component installed that fetches data from the DB and generates custom PDF files using TCPDF. Upon request by the user, the model loads a bunch of data from the DB, which is OK, there is no timeout, the request takes a few seconds and there is no more query sent to the database afterwards. Based on the data received, a processing is done to generate PDF files and the list of PDF files generated is retuned to the view to be displayed in the layout.

How to use jQuery ajax in Joomla module

ⅰ亾dé卋堺 提交于 2019-12-13 19:10:34
问题 I'm creating a module where in my main PHP file I've added a reference to a Javascript file. In that Javascript file, I do a jQuery call on dom ready that does an Ajax post to grab the initial content for a div. The URL that it posts to is another PHP file (gateway.php) that is part of my module. (This gateway.php does a call to a remote server to get the content.) Well, direct access is typically prohibited for module files. I can comment out the line of code that prohibits direct access.

Force <DIV> to stay in one line with scroll bar

好久不见. 提交于 2019-12-13 18:16:46
问题 I am trying to have a selection area at the top of the window where several different page links exist. This will include so many links that each page will have an image. They will not fit into the width of the page, so I would like them to display on one row and have a scrollbar to the right so that users can scroll through a horizontal list and click whichever link of a page a user would like to view. When users click the link it ought to appear in the content area below the selection area.

Intranet website with Joomla?

◇◆丶佛笑我妖孽 提交于 2019-12-13 16:24:44
问题 my company wants to set up a small intranet portal on LAN. We are about 100 users at max. I am thinking about Joomla on a windows server environment with XAMPP. Just to be safe, is XAMPP efficient for serving about 50 to 100 users ? Does it have some connection limits ? Also how about using it as a webserver for a small intranet portal. Have your say guys. 回答1: XAMPP is "just" a collection of established applications for serving web pages. The underlaying apache can handle far more that the

Using results from one MySQL query in another query in a PHP Envirnment

折月煮酒 提交于 2019-12-13 13:21:57
问题 I have a problem, it may be a simple fix to the issue, but I can't seem to figure it out. I am new to PHP and MySQL, so I'm reading everything everywhere, but lack of experience is very frustrating, as often times it takes ages to realize a small error. Please look at the following tables and read below the questions. The PHP/mysql is in Joomla environment, I am trying to modify a plugin, so that is updates with values from different tables into a set of other tables, that were not originally

Joomla - how to hightlight the menu item for active page

此生再无相见时 提交于 2019-12-13 13:15:03
问题 How do you highlight the menu item of the active page? Thanks! Steph 回答1: Please use following Css to Highlight selected/ active/ Current menu item .menu ul ul{padding-left:10px;} .menu ul li.active a{font-weight:bold;} .menu ul li.active ul a{font-weight:normal;} .menu ul li.active ul li.active a{font-weight:bold;} This will work 100%. 回答2: AFAIK the active menu position should have a special css class assigned to it. The class is probably called "active". You can target this class with some