Questions tagged [joomla-article]

This tag is for questions related to Joomla articles and the com_content component. If the question qualifies for this tag, then the question should probably be posted at Joomla Stack Exchange instead.

Articles

Introduction

An Article is a piece of content consisting of text (HTML), possibly with links to other resources (for example, images). Articles are the basic units of information in the content system and the bottom level in the content hierarchy. Since Joomla! 2.5 Joomla 2.5, each Article is in exactly one Category. A Category can be in another Category making it a sub Category. It is also possible to have Uncategorised Articles. These articles exist without being associated with any Category. *

* From Joomla! Documentation

In Joomla, articles are organized in Categories, and each article can only belong to a single category. As of Joomla 1.6 and newer, nested categories are allowed (categories within categories).

Before Joomla! 2.5 and earlier versions, an Article was the third level in the hierarchy Sections → Categories → Articles.*

* From Joomla! Documentation

Display

Articles can be displayed in the Component area of the Joomla template using the component com_content.

Output from any component is loaded in a Joomla template at the location of the following tag:

<jdoc:include type="component" />

Articles can be displayed in several ways, including Single Article, Blog layout, List layout and others. Available options can be found by clicking Menu Item Type in the Menu Item Editor.

Overrides

Article display can be overridden by copying the file JOOMLAROOT/components/com_content/views/VIEW-TO-OVERRIDE/tmpl/FILE-TO-OVERRIDE.php to JOOMLAROOT/templates/YOUR-TEMPLATE/html/com_content/VIEW-TO-OVERRIDE/FILE-TO-OVERRIDE.php. Then edit this file as needed. Never change Joomla Core files, as these changed might be reverted when updating Joomla.

Other resources

60 questions
0
votes
1 answer

Email cloaking alternative for Joomla articles containing JavaScript

I have an article in Joomla 2.5 that has JavaScript in it. And within the JS I have a text string holding an email: var my_email = "a@b.com" ; this string triggers the email cloaking plugin built into Joomla. Of course when I disable the plugin,…
dsdsdsdsd
  • 2,880
  • 6
  • 41
  • 56
0
votes
3 answers

Joomla articles are opened in main page

There is a slide on my main page. When I click on articles which are shown in slide, the article is opened in same main page. Everything remains the same and the article is shown in middle of everything. How can I fix this to show only article? I'm…
user1652521
  • 19
  • 1
  • 4
0
votes
1 answer

Why {loadposition myposition} of Newsflash modules are not loaded in Intro of a Joomla article?

Suppose that I define position special_position_to_be_in_an_article's_intro. I put two types (a Newsflash, and a Latest News) of modules in the that position. I've entered the line {loadposition special_position_to_be_in_an_article} in an article's…
Mohammad Naji
  • 5,372
  • 10
  • 54
  • 79
0
votes
0 answers

Can I randomize Joomla/K2 article URLs?

I am looking for a way to add a random string/value to all Joomla article URLs. The reason for this is that people will be able to access URLs provided they have the link to the content however they should not be able to get at other content by…
yoyo
  • 137
  • 3
  • 9
0
votes
1 answer

How to get the date of creation and view count of an article in Joomla?

Can somebody hint the follow: I have to insert in my custom module oа Joomla (HTML essentially) the service info, which is shown by Joomla usually - I need the date of creation and the number of how this article was viewed?
Eugene Shmorgun
  • 2,083
  • 12
  • 42
  • 67
0
votes
1 answer

Is it possible to get the part of article before the cut in Joomla?

I have a Joomla site and I need to change the position of the part of text, which is introductory text (before cut). "Change position" means set it at the top of article and the rest of text should be stay where it's now. So, because of the text of…
Eugene Shmorgun
  • 2,083
  • 12
  • 42
  • 67
0
votes
1 answer

How can I change the position I want a article in joomla?

I'm currently developing a website in Joomla, I wanted to know how can I change the location of a article, like all the articles will by the default go in the center position, I wanted to make a article to go to the right position, under my search…
-1
votes
1 answer

Open Joomla "Read More" link under new menu

I'm working on a website that has a Blog Layout at the bottom of the home page, beneath a lot of Web 2.0 style explanatory text. Currently when I click the article title or "Read More" on any of the home articles, the page is refreshed and the full…
Anthony
  • 5,275
  • 11
  • 50
  • 86
-1
votes
1 answer

navigation links in joomla articles

i have some problem that in articles its not showing the navigation links even i have set the perameters yes and default plugin is set. so plz help me out for the same Thanks
-1
votes
1 answer

How to open a link from a Joomla article into the same article window

I'm trying to have the users click on the links in an article, but have the results open in the same article (so the article reloads and open the target page in itself, like it would if it was in an iframe, right now it reloads the whole page), I do…
Mankind1023
  • 7,198
  • 16
  • 56
  • 86
-1
votes
1 answer

Two Column Article content Joomla

How to make some of article when I click readmore the paragraph not show to the bottom but to the right side... Here's the illustration screenshot: http://www.oymo.com/upload/uploads/collumn-artikel.jpg
adhi
  • 1
-1
votes
1 answer

How to delete the Article info (Joomla 3.0)?

As the title of question, I want delete all info in a Joomla article (ex :author, create date, print icon, ...) .When I create an article, it will show default . I try to hide it, but it only hide and Joomla still create the empty tag of info .…
-1
votes
1 answer

New article default status being set to trashed

I have an install of Joomla 2.5.3. When I create a new article, the default STATUS field is set to "TRASHED". Now I know that the ARTICLE.XML controls this, however it is not working. It does not matter what I set the default attribute to within the…
-2
votes
3 answers

Joomla front page article should not be shown

I have a weird problem. Some articles are published on front page, some not. When I check Article Manager, some articles are set to publish on front page which suppose to be not published on front page. I correct values to unpublished. Check front…
user812129
  • 43
  • 1
  • 3
  • 9
-4
votes
2 answers

Create an Article

I would like to understand how to create Articles using PHP. As today I use Fabrik to collect info using form, but i need to create in authomatic way a Joomla Article based on those data. I'm looking for a solution (if is possible) based on PHP that…
paolo_joomla
  • 9
  • 1
  • 2
1 2 3
4