joomla3.0

how can I display multiple category lists in one article in Joomla?

旧城冷巷雨未停 提交于 2019-12-23 02:39:52
问题 How can I display a category list and the articles that belong to them, as a tree structure, displaying only the names of the articles and categories? 回答1: In the Joomla backend, go to the Module Manager and open the module called "Articles Category". In there you can edit the parameter to suit your needs and this will display a tree structure of categories and the articles that belong to them. If you want to display this module inside an article then give the module a custom position by

how can I display multiple category lists in one article in Joomla?

会有一股神秘感。 提交于 2019-12-23 02:39:17
问题 How can I display a category list and the articles that belong to them, as a tree structure, displaying only the names of the articles and categories? 回答1: In the Joomla backend, go to the Module Manager and open the module called "Articles Category". In there you can edit the parameter to suit your needs and this will display a tree structure of categories and the articles that belong to them. If you want to display this module inside an article then give the module a custom position by

Joomla 3 hide module just for mobile devices

ぐ巨炮叔叔 提交于 2019-12-22 17:37:24
问题 I working on my new site in Joomla 3 with mobile ready theme. Can somebody tell me please, how I can hide few modules for mobile device (iPhone, etc...) visitors? I have a long banners in two modules, what is looks nice if visiting that site with computer browser. But how I can hide this modules if somebody visiting my site with mobile device? Is too long and broke a nice view... 回答1: In the new version of bootstrap there is a new css names for hidding modules, check it on http://getbootstrap

Installing Joomla 3 Error: Your configuration file or directory is not writable

南笙酒味 提交于 2019-12-22 08:56:10
问题 Your configuration file or directory is not writable or there was a problem creating the configuration file. You will have to upload the following code by hand. Click in the text area to highlight all of the code and then paste into a new text file. Name this file 'configuration.php' and upload it to your site root folder. 回答1: The user that is running the Joomla php files (i.e. the user that runs your web server), does not have write access to the folder that is currently hosting the Joomla

How to get full url of a article by it's ID in joomla?

坚强是说给别人听的谎言 提交于 2019-12-20 02:44:08
问题 I have article id, How can I get valid full url of this article? This article already associated with menu but I might not know, is there any easy way in php to get url ? I am using joomla 3.2 I tried following already. $article = ControllerLegacy::getInstance('Content')->getModel('Article')->getItem($article‌​Id); JRoute::_(ContentHelperRoute::getArticleRoute($articleId,$article->catid)) 回答1: You can use like this $article = JControllerLegacy::getInstance('Content') ->getModel('Article')-

What is difference between conservative caching and progressive caching in joomla 2.5?

老子叫甜甜 提交于 2019-12-18 12:47:33
问题 In Global Config in joomla have 2 caching is conservative and progressive, what is difference both ? 回答1: Conservative caching is the standard type of caching. Here’s how it works: A visitor visits a page on your website. Joomla checks if there is a non-expired version of that page in its cache directory. If the cached page exists (and it’s not expired), then Joomla will serve it to the visitor – otherwise, a cached version of the page is created, and that cached version will be served to the

JOOMLA site too slow

◇◆丶佛笑我妖孽 提交于 2019-12-18 07:06:28
问题 my Joomla site is too slow. It approximately uses 8 to 10 s to load main page. I am using xampp. template protostar. PC core i7. OS windows. JOOMLA 3.15. Is it normal ?? OR any any one may please guide me how to debug this issue. 回答1: Oppz i solved it just right now. I disable Xdebug in php.ini and time reduces form 8s to 1s [XDebug] ;zend_extension= "C:\Users\arslan\Desktop\xampp-win32-1.8.1-VC9\xampp\php\ext\php_xdebug.dll" ;xdebug.remote_enable=on ;xdebug.remote_handler=dbgp ;xdebug.remote

Joomla! 3 installation freezes at creating database table

僤鯓⒐⒋嵵緔 提交于 2019-12-17 21:43:35
问题 I am trying to install Joomla! 3.2.1 on my system but the installation freezes half way through. I've downloaded and installed the Wamp Server 2.4 and wanted to locally install Joomla! 3.2.1, but the installation freezes and doesn't finish. It stops short of finishing the installation during the "creating database tables" task: it just stays on this bit seemingly forever. Increasing the max execution time in php.ini and restarting the wamp didn't help. My Wamp 2.4 uses: MySQL 5.6.12 php 5.4

Joomla Site Hacked?

爱⌒轻易说出口 提交于 2019-12-14 04:23:02
问题 Our Joomla website has not been touched by us in a while. When I went to add new content, we have the following problem. The initial page displays fine, but whenever you click on any menu item or link we get the following russian text displayed: Файл ключевиков keys/sharperdevelopment.com.txt пуст или не существует. Пропишите туда хотя бы один ключевик. Which translates to: File keywords keys / sharperdevelopment.com.txt is empty or does not exist. Prescribe to at least one of keywords. Does

How to add a new page to Joomla Admin panel

半腔热情 提交于 2019-12-14 03:13:49
问题 I'm new to Joomla. I need to add a new custom PHP page inside Joomla admin panel (not on the main site) to display some data from my own tables. My Joomla version is 3.4.1 Stable. Please help me. Thank you. 回答1: You might be able to inject a single page to display the data - but I think more than likely your best bet (to do it properly without hacking stuff) might be to develop a small component to handle it best. By creating the admin component you can create the page you want and display