Questions tagged [joomla3.4]

For programming questions relating to using Joomla!, version 3.4. This version includes features as: Frontend Module Editing, Google reCAPTCHA, Collapsible Sidebar, Composer Integration, Extension Beta Testing.

Joomla! 3.4

Joomla is an open-source CMS written in PHP and powered by an MVC-oriented framework. Thousands of extensions are available and can be installed through the admin interface.

Version 3.4 was released in February 2015 and the support ended in March 2016.

Resources

84 questions
17
votes
4 answers

Get rid of ID (category and article) from URL (Joomla 3.3 / 3.4 / 3.5)

I have a Joomla 3.3.6 (edited: 3.5.) site organized in only 3 levels: Four big categories (i, ii, iii, iiii) Each one divided in some intermediate categories (A, B, C, ...) And finally articles Two languages (en, pt) The URL after setting Search…
DrBeco
  • 11,237
  • 9
  • 59
  • 76
3
votes
2 answers

On Joomla, how to show multiple editable articles on the same page?

I have a static website, which I want to make editable by the client. So, I decided to rebuild the website using Joomla. The current static home page uses Zurb's Foundation to display the contents in the following layout. 1st Row: 1 column, 2nd…
Bilal Abdeen
  • 101
  • 6
3
votes
2 answers

Redirect in php or htaccess from incoming url

I am new to this forum and I have a pretty straight forward question. I have a site www.mysite.com that is the main site with all content. Upon this I have like 20 different domains and now I would like to add domain pointers so all these domains…
LAMF64
  • 31
  • 2
3
votes
1 answer

How to add pagination for component front end (Joomla 3.4)

I am new in joomla, i want to know how to add pagination to component for FRONT END, from searching i not found still for pagination in front end.
user1780370
  • 851
  • 1
  • 17
  • 27
2
votes
0 answers

Including a php file from another directory in joomla 3.4

I have developed a classifieds ads website using joomla, with my main component being dj-classifieds. I am now want to use addthis sharing tools. for this, I need to include the facebook title tag in the head of my website. the title of course is…
2
votes
1 answer

Set Language for JText::_()

Setting: 7 System Lanaguages An editor page which is entirely German (no language switcher). However part of the page is a preview screen where the editor ought to see the edited content already translated into the respective System Language. Is…
user3154108
  • 1,264
  • 13
  • 23
2
votes
1 answer

Programmatically add a Joomla Article from CLI

I want to be able to add many articles programmatically in Joomla, from the command line using the cli feature in Joomla CMS. I am basically using Create a Joomla! Article Programmatically but my script closes out after creating just one article…
user1104799
  • 161
  • 3
  • 13
2
votes
2 answers

Joomla - "Menu Item Type" pop-up is empty

Suddenly - I don't know since when - I can't edit menu item types anymore. When I click the select button, a pop up appears, but it stays empty. It's the same for new menu's and menu items. Does it seem familiar to anyone? I already searched a lot,…
Coen Smits
  • 45
  • 6
2
votes
1 answer

Call model from another controller in joomla

I am developing Joomla 3.4 application. I want to get model of menus item controller into another topic controller. When I run below code in menus item controller then call model $model = $this->getModel('item', '', array()); But when this code…
2
votes
2 answers

joomla com_users controller overriding

I can't override the controller of com_users (Joomla 3.4). (I want, if a manager can make user registration on the site after when he loged in.So I want to see the registration form, if I loged in the site.) If I modify the original file, then it…
Sanzi
  • 21
  • 3
2
votes
3 answers

Add user to group in Joomla not working

I am trying to add a user to a group. I can run this PHP code without any errors, but the user group is still not changed.
Chris Smith
  • 2,928
  • 4
  • 27
  • 59
1
vote
0 answers

Session gets unset in else while the if statement is true Joomla 3 onAfterInitialise()

in the onAfterInitialise function of Joomla i get the current link which i explode to see the alias of the menu item. If the statement is true i print a name, which gets printed. In the else statement i unset a session variable, which also gets…
1
vote
0 answers

Joomla 3.X - Transactions split between functions

I have a problem where sometimes (once every 1-3 months) a transaction gets run twice, and as a result, data gets entered into the DB twice. Here's a gist of what goes on: function foo() { $arr = getsomeArray(); $db = JFactory::getDbo(); …
ehz350
  • 73
  • 2
  • 12
1
vote
2 answers

Joomla! 3 how to remove hyperlink from notification when a new article has been posted

I want to remove the hyperlink from notification mail when a new article has been posted. I just need the message not the link. Is there any way to edit the notification?
Nevin Jose
  • 27
  • 4
1
vote
1 answer

Joomla 3 - Different article order on different pages

I am using Joomla 3.4.4 and I am displaying multiple articles by Category Blog menu item. I have 3 of these menu items and I need them to display the same articles, but each in different specific order. Do you have any idea how to accomplish this?
Martin Omacht
  • 315
  • 1
  • 13
1
2 3 4 5 6