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
10
votes
3 answers

How to display view without template?

I have view (frontend) in my own component (view.html.php): class MevViewMev extends JView{ function display($tpl = null){ parent::display($tpl); } } And template:
Nips
  • 13,162
  • 23
  • 65
  • 103
10
votes
4 answers

Joomla: How to change template on a specific article

Is there a way to change the template on a specific article only? Note that it should work without linking the article to any menu.
Kratz
  • 766
  • 5
  • 10
  • 17
9
votes
1 answer

Joomla 2.5, Accessing template parameters in component's template

What is the correct way to access template parameters in components template in Joomla 2.5? There are something implementations for earlier versions of Joomla but not for 2.5. http://forum.joomla.org/viewtopic.php?p=2166990#p2166903
Roger Wayne
  • 419
  • 3
  • 20
8
votes
5 answers

"JInstaller: :Install: Cannot find Joomla XML setup file" : Unable to install Joomla templates

While trying to install Joomla Templates I get this error : Warning JInstaller: :Install: Cannot find Joomla XML setup file What file is it ? I am using Joomla 3 . I downloaded few of the Joomla templates from torrent and all of these show up this…
Suhail Gupta
  • 22,386
  • 64
  • 200
  • 328
6
votes
1 answer

Fatal error: Class 'JParameter' not found in template/theme/index.php on line xxx

i upgrade template 2.5 to 3.0, template upgrade but come the following error. Fatal error: Class 'JParameter' not found in template/theme/index.php on line xxx
Tushar Gohel
  • 244
  • 1
  • 4
  • 15
4
votes
2 answers

Programmatically adding an article to Joomla

I am very new to Joomla (frankly just started exploring the possibility of using Joomla) and need help with programmatically adding articles to Joomla backend tables (please see details below). Also along the same lines, I would like to understand…
user891898
  • 41
  • 1
  • 3
4
votes
3 answers

How do you use JRoute in Joomla to route to a Search menu item?

I am trying to create a a box in a template in Joomla! that will display all of the keywords and link them to their appropriate search page. I have a menu item set, however, I don't want to hard-code the menu item into the template, so I want to use…
4
votes
5 answers

Joomla plugin : how to get article title and article id

I have developed on simple plugin in Joomla 1.6 I stuck at : How to get article title and article url. I am getting no output if tried to print below statement: echo $article->title; echo $article->id; I have written this in php file, not used MVC…
pravin
  • 2,155
  • 8
  • 37
  • 49
4
votes
1 answer

Joomla template folder not showing in template manager

I am trying to create a template.I have created a folder for template in templates folder and also created two files index.php and templateDetails.xml My index.php has following code
Labeeb
  • 369
  • 2
  • 6
  • 18
4
votes
1 answer

How to create custom page template in folder

If I want a page that pulls product information (like an iPhone) from the server, how do I create a new page template for it and link it back to the main page? I don't need to create a new template directory. I just want to create a page that lists…
Leon
  • 5,701
  • 3
  • 38
  • 38
4
votes
3 answers

how to find theme/template used by site created using Joomla

I would like to know the theme that is used by some website. E.g. I would like to know the theme that is used by this site (reference). What are the steps to find the theme/template that is used by xyz site.
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
4
votes
3 answers

The template for this display is not available

I have a template for joomla, I intall the template and everything is fine but when I select this template and I see the page, I have this messages The template for this display is not available. Please contact a Site administrator. Any…
user852610
  • 2,205
  • 7
  • 36
  • 46
3
votes
1 answer

including Joomla's component's one view's part to another view of Joomla

I am working in Joomla 1.5 and have developed a component, that component have 2 view having same part in both views. I am repeating code, as I have used same code in 2 different views. So I want to know that is there some way that I write it once…
Hafiz
  • 4,187
  • 12
  • 58
  • 111
3
votes
2 answers

Cannot detect Frontpage properly in Joomla 2.5 templates

I've seen in Joomla documentation the way to detect if you are in Frontpage while creating a template in Joomla 2.5. This is the code: getMenu(); if ($menu->getActive() ==…
jgonza73
  • 344
  • 1
  • 10
3
votes
4 answers

joomla2.5.4 new template installation

Found "Fatal error: Call to a member function setDebug() on a non-object in Z:\home\xxx\www\libraries\joomla\installer\adapters\template.php on line 543" through the installation of a new template via discovering in joomla 2.5.4. Please help!
Max Elahov
  • 221
  • 4
  • 9
1
2 3
14 15