Joomla

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 two module using same helper.php

核能气质少年 提交于 2019-12-23 01:41:49
问题 I've built two custom modules for Joomla ("reservation" and "contact") which are working just fine, however time to time I have to upgrade them. Is it possible to make them to share the same "helper.php" so I could keep code in one place? For example the post function is the same for these two modules. I want the "contact" module to use the "reservation" helper.php post function. Thanks 回答1: You can simply include the reservation module helper inside the contact module and use it. For example

JSite, JAdministrator in Joomla

大城市里の小女人 提交于 2019-12-23 01:36:14
问题 I can find documentation for their super class JApplication, but I can't find documentation for either of these classes? 回答1: I don't know where there is any online documentation but I can tell you where they are defined: JSite: [site root]/includes/application.php JAdministrator: [site root]/administrator/includes/application.php 回答2: http://api.joomla.org/Joomla-Framework/Application/JApplication.html - but you have probably seen it already. Most of the publicly available documentation is

article content not showing in joomla 2.5 after upgrading from 1.5 to 2.5

我的梦境 提交于 2019-12-23 00:43:29
问题 I have an issue with my joomla 2.5 site. I upgrade my site from joomla 1.5 to 2.5 version. After upgrading, articles not displaying. It shows the article heading but not showing the content. I give the permissions to the site but it doesn't works. 回答1: I got the real solution that is : go to the jupgrade/template/html folder and delete or rename the com_content folder Then it will work properly Thank you all 回答2: Your site has following url structure http://keralacarpentry.com/freedom2/index

how to set action to form in joomla modules

三世轮回 提交于 2019-12-22 18:31:53
问题 this is my file structure in my modules tmpl default.php helper.php mod_helloword.php mod_helloword.xml i have this form in default.php file <form action="" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file"><br> <input type="submit" name="submit" value="Submit"> </form> i want to pass it after click on submit to heper.php file in that form action attribute must set to what ?? 回答1: You don't need to set an action, you can

Virus/malware modifying .htaccess on Joomla CMS website

为君一笑 提交于 2019-12-22 18:29:16
问题 I have a Joomla 1.0 website running on a shared host which I don't have shell access (only FTP available). Recently my website has been marked as malware site by Google and I notify that the .htaccess file is modified with malicious contents. These redirections rule to a website called 'depositpeter.ru' are added to the .htaccess: ErrorDocument 400 http://depositpeter.ru/mnp/index.php ErrorDocument 401 http://depositpeter.ru/mnp/index.php ... If I clean this .htaccess file, it will be

Virus/malware modifying .htaccess on Joomla CMS website

倾然丶 夕夏残阳落幕 提交于 2019-12-22 18:29:08
问题 I have a Joomla 1.0 website running on a shared host which I don't have shell access (only FTP available). Recently my website has been marked as malware site by Google and I notify that the .htaccess file is modified with malicious contents. These redirections rule to a website called 'depositpeter.ru' are added to the .htaccess: ErrorDocument 400 http://depositpeter.ru/mnp/index.php ErrorDocument 401 http://depositpeter.ru/mnp/index.php ... If I clean this .htaccess file, it will be

Old version of bootstrap loaded by Joomla

馋奶兔 提交于 2019-12-22 17:53:32
问题 I am developing a new web site, for which I installed the latest version of Joomla, 3.1.1. I created a template from scratch, using the Twitter Bootstrap. I downloaded the latest version of Bootstrap, and loaded the related javascript in the index.php of my template. While creating a carousel on one of my pages, I encountered a bug with the carousel indicators that were not reflecting the current picture. By investigating with Firebug, I realised that the bootstrap.min.js that was loaded on

Old version of bootstrap loaded by Joomla

断了今生、忘了曾经 提交于 2019-12-22 17:53:20
问题 I am developing a new web site, for which I installed the latest version of Joomla, 3.1.1. I created a template from scratch, using the Twitter Bootstrap. I downloaded the latest version of Bootstrap, and loaded the related javascript in the index.php of my template. While creating a carousel on one of my pages, I encountered a bug with the carousel indicators that were not reflecting the current picture. By investigating with Firebug, I realised that the bootstrap.min.js that was loaded on