Questions tagged [joomla]

Joomla! is a free and open source Content Management System (CMS) for publishing content on the World Wide Web and intranets and a model–view–controller (MVC) Web application framework that can also be used independently. Joomla questions can also be asked on https://joomla.stackexchange.com/

Joomla specific questions can be asked at Joomla Stack Exchange

Joomla! is a free and open source Content Management System () for publishing content on the World Wide Web and intranets and a model-view-controller () CLI and Web application framework that can also be used independently.

External Links

Joomla Tutorials

15106 questions
15
votes
4 answers

joomla- How to remove unwanted js files from page

joomla- How to remove unwanted js files from page I have used plugins some pages so many js files are included in all pages
Hunter
  • 1,515
  • 4
  • 15
  • 25
14
votes
5 answers

disable date range in Joomla calendar

I want to disable a date range in joomla calendar. Only the remaining days can be select. I have no idea how to do it. Plz help. e.g. If I say 2012-2-20 to 2012-3-20 then only days in this range can be select all other has to be disable(or can not…
Sara
  • 14,098
  • 13
  • 34
  • 50
14
votes
12 answers

500 internal server error at back end - Joomla

I have installed new site in Joomla 1.7 and its working fine, but when i checked its back-end (administrator) got 500 Internal Server Error. Note: Site is working fine in Local server. Please suggestion me any solution. Thanks in advance.
Dheeraj Agrawal
  • 2,347
  • 11
  • 46
  • 63
14
votes
4 answers

joomla BASE HREF uses HTTP instead of HTTPS

I wanted to change my site from http to https. Always. So I configured my apache accordingly. Now when I enter the URL of my site (https://steamnet.de) it loads the index site fine but none of the referenced elements (CSS, images etc.) It seems to…
Angelo Fuchs
  • 9,825
  • 1
  • 35
  • 72
14
votes
5 answers

Why split the View in MVC into a view class and a template

I'm relatively new to design patterns but I feel that I've got a good understanding of the MVC pattern and the advantages that this separation of code brings. However, both times I've seen the MVC pattern in action (Magento and Joomla!), there is…
Dom
  • 2,980
  • 2
  • 28
  • 41
14
votes
15 answers

Accessing session data outside Joomla

I am trying to run an application outside Joomla (not as a plugin) and I would like to access the logged in user's information (userid). I am wondering how should I go about doing that? Is there a file which I can include? I tried using $_SESSION…
Alec Smart
  • 94,115
  • 39
  • 120
  • 184
14
votes
1 answer

How to create joomla 2.5 component?

I'm already use joomla component creating application . But that is not a best way , then i think to learn it. please send best tutorial for that . :)
Nimesha
  • 185
  • 1
  • 1
  • 10
13
votes
3 answers

How is Bcrypt better than md5 + salt?

Please read the updates too since my "actual confusion" is in there. It has been quiet sometime, since Joomla! started supporting the bcrypt hashing algorithm, alongside the md5 + salt that has been the defacto since Joomla! 1.5. Now my question is…
Mohd Abdul Mujib
  • 13,071
  • 8
  • 64
  • 88
13
votes
4 answers

Difference between Module and Component in Joomla

Can somebody please tell me what is the basic difference between the module and component in Joomla? If possible, please tell with some examples, so that it is easily understood.
Knowledge Craving
  • 7,955
  • 13
  • 49
  • 92
13
votes
5 answers

Using GIT with Joomla

We are a web design company, going down the road of setting up a revision management system, and all the processes around how we are going to use it, etc. We are considering using the git revision management system. We mainly develop our websites on…
kwhohasamullet
  • 1,120
  • 5
  • 19
  • 27
13
votes
1 answer

How to integrate AngularJs App inside Joomla

I am new to both Angular as well as Joomla that I am learning atm. What I am wondering is - is it possible to integrate Angular JS Application inside Joomla? From what I was reading about Joomla, I understand that this cms makes it easy to create…
Neel
  • 9,352
  • 23
  • 87
  • 128
13
votes
8 answers

Showing Featured Item From the Database

I have database table as below. id, bungalow_name, type, address, featured A bungalow can be featured in the home page. If a bungalow is featured, featured column has the value 1. I have 50 bungalows in the tables and 5-7 bungalows are featured at…
Techie
  • 44,706
  • 42
  • 157
  • 243
13
votes
5 answers

How to remove the vertical scrollbar SyntaxHighlighter block?

I am newbie in Web-developing and possibly has a primary question. I have installed Joomla 2.5 CMS on my site, downloaded, installed and turned on the SyntaxHighlighter plugin. Then enabled the bash syntax and added nothing more the following code…
user663896
12
votes
3 answers

include Jfactory class in an external php file, Joomla

I am writing a module for Joomla, at this point I really need to be able to connect to the database using Jfactory. Normally one could simply use $db = JFactory::getDBO(); , but the PHP error tells me the JFactory class is not included. So now I…
Maarten Hartman
  • 1,611
  • 6
  • 26
  • 45
12
votes
5 answers

How to add JS/CSS files to Joomla modules?

I am starting out with Joomla and am writing a simple Joomla module. I am using some custom CSS and JS in my module. Now when I distribute this module I need my JS/CSS files to go with the ZIP. I have added my files in my module ZIP file. This is…
Pushkar
  • 7,450
  • 10
  • 38
  • 57