Questions tagged [joomla-template]

Joomla is an open source content management system for web sites which includes a powerful template system.

Joomla! is an open source content management system for web sites which includes a powerful template system. If you are seeking assistance with creating a template for Joomla!, please read Creating a basic Joomla! template

216 questions
2
votes
3 answers

Override components/com_users/models/forms/login.xml - Joomla 2.5?

I've been trying to override the file login.xml but no matter what I try, the edited version in my template folder doesn't show up. How can I override this file? Update I have tried template//html/com_users/models/login.xml and…
theoth
  • 127
  • 3
  • 11
2
votes
3 answers

Joomla Template Editing

I'm using template at this url for my site. In page footer of my site, displays Joomla! is Free Software released under the GNU General Public License. phrase under the Copyright © 2012 MySite. All Rights Reserved. phrase . i need to remove Joomla!…
Bishan
  • 15,211
  • 52
  • 164
  • 258
2
votes
5 answers

How can I hide a CSS div using php when the div has no information in it?

I've already asked this, but I don't think I was specific enough! I'm looking for a very simple way for a div to be hidden when there isn't any information in it. - It needs to be simple for the client so they don't have to worry about it. The Div…
Max Chandler
  • 503
  • 1
  • 6
  • 21
2
votes
2 answers

joomla 1.7 : overriding pagination.php not working

I installed joomla 1.7(window/xampp/php 5.3) and my current template is beez_20. I have to override the pagination.php and to do so I copied the pagination.php from \libraries\joomla\html to \templates\beez_20\html. When I reload the home page, I…
John K
  • 353
  • 4
  • 18
2
votes
1 answer

Passing data from joomla view to joomla template file in joomla 1.7

I want to know how can I pass data from joomla view to joomla template. How can I pass multiple variables? class CareerformViewCareerform extends JView { protected $state; protected $item; function display($tpl = null) { …
Hafiz
  • 4,187
  • 12
  • 58
  • 111
2
votes
2 answers

Custom Joomla Registration Form and Profile

I want to create a custom Joomla registration form and a profile to show the information saved. For this I followed the answer on this thread. I have cloned and changed the files of the user profile plugin. Now the problem is that the edited profile…
Aayush
  • 3,079
  • 10
  • 49
  • 71
2
votes
1 answer

Joomla - Convenient Template Upgrades

I recently migrated a website from Jekyll to Joomla (currently 3.9). Therefore I made an own Joomla Template. It is already in production, but of course it gets regular updates. I use a quite standard development/release approach, versioning like…
Obererpel
  • 55
  • 14
2
votes
1 answer

Joomla 3: adding category-image in article template

I'm overriding the article template of my Joomla 3 website which is default.php. I need to add the category image into my article template. I already tried: $db = &JFactory::getDBO(); $id = JRequest::getString('id'); $db->setQuery('SELECT…
Aram
  • 75
  • 7
2
votes
2 answers

Joomla not rendering correctly - renders in tag

Recently I was migrating a web page from joomla 1.5 -> joomla 3.2. The template itself works great. The content is not displayed because of the tag. The written code I have in my index is as:
2
votes
0 answers

External xml file for joomla! template parameters

I have the below code in templateDetails.xml file, in a sample custom Joomla! 2.5.x template.
John
  • 118
  • 1
  • 7
2
votes
1 answer

Using var_dump() causes blank page (error reporting is on)

Does anybody have idea why I get blank page when using var_dump()? In the Joomla global config I set up showing errors too. (checked with phpinfo() and the local values are on too)
lostika
  • 379
  • 1
  • 5
  • 15
2
votes
3 answers

Mootools and Joomla 2.5 Custom Template

Im creating a custom template for joomla 2.5 and I want to know if is it safe to disable mootools for my template? If its safe, how can I disable mootools?
Art Grc
  • 453
  • 2
  • 8
  • 14
2
votes
2 answers

Joomla Menu not displaying title

I was wondering if some people could help, I have this code in my template: countModules('quick_links_1')): ?> I have also created a…
Ian Jamieson
  • 4,376
  • 2
  • 35
  • 55
2
votes
1 answer

Nothing shown at back end of joomla admin control panel

When I have logged in the backend administration section of joomla its showing as such why is it so?? I am totally confused seeing this... Is this any error or Any plugin issue... The site has been Upgraded from 1.7 to 2.5 a month ago.. But then…
Nabe
  • 97
  • 1
  • 2
  • 13
2
votes
1 answer

Template parameter menu Joomla 2.5

I try to make a template with options available in the backend, I took the doc about options and I could see that there is a setting that lists the available menu and choose the one you wishes to appear at a specific position (off position statement…
Tomaw
  • 165
  • 3
  • 5
  • 17
1
2
3
14 15