Questions tagged [joomla-front-end]

The Front-end is the public part of a Joomla site, and what the users see when they visit a website.

The Front-end is the public part of a Joomla site, and what the users see when they visit a website.

The layout of the front-end is defined by , and is where , , , and are used to create the overall layout of a website.

Although a Joomla website is mainly managed from the Back-end, basic maintenance tasks can be done from the front-end by an authorized user or website owner. Common front-end maintenance tasks include (but not limited to):

  • Create new articles
  • Upload and insert images
  • Edit/remove existing articles
  • Create and edit links
  • Edit user profile details

Depending on the page setup, components and user authorization, other tasks may be carried out as well.

2 questions
1
vote
1 answer

Render the content of default_filter.php in Joomla front-end

I made a custom component with a table that needs some filters. I render the filter fields on my view by doing this: This is the code inside tmpl/supportcases/default.php filterForm)) { echo…
TheRanger
  • 43
  • 4
0
votes
1 answer

Changing Joomla 2.5 behaviour for opening articles that shall be edited in a new window

I would like to have it so that users that are logged into the frontend of my Joomla site can edit their articles in a new window without any template applied as soon they press on the edit Button, so that only the editor (in this case JCE) is…