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
0
votes
1 answer

joomla template override search plugin

I am using the Joomla 3. I would like to know how can I override the Joomla search plugin under template. I tried copying these files /plugins/search/k2/k2.php /plugins/search/k2/k2.xml under the /templates/MY_TEMPLATE_NAME/html to create…
Alan
  • 63
  • 8
0
votes
2 answers

Why is core.js not loaded in Joomla 3?

I am migrating my own Joomla component from Joomla 2.5 to Joomla 3. Some of the buttons use javascript Joomla.submitform(), which was defined in \media\system\js\core.js, but somehow this file is not loaded any more now... I could simply add…
Herman
  • 361
  • 3
  • 13
0
votes
1 answer

Why does my MVC component for Joomla 3 have an empty sidebar?

I am changing my Joomla 2.5 component into a Joomla 3 component. However, it turned out to be one big obstacle course with hardly any documentation for it as far as I could find... In Joomla 3 (using 3.5.1 at time of writing) the originally…
Herman
  • 361
  • 3
  • 13
0
votes
1 answer

Potential Joomla component incompatibility with EventGallery

Forgive the lack of direction with this question, however I had a my Joomla 3.4 site running fine, then switched to a new host. All of the site transfer went to plan, however one component, Event Gallery by Sven Bluge, which shows a page of photos…
Tim Wilkinson
  • 3,761
  • 11
  • 34
  • 62
0
votes
1 answer

Redirect users to the page before after login with component

In Joomla 3.5.1, I want to redirect users to the page they were before logging in. If they login from mod_login, no problem, since the module is pending from the top menu, they just stay at that page. The problem happens when the users login from…
user882670
0
votes
2 answers

How can I check if user is in usergroup "Friends" in Joomla 3?

how can I check, if current user is in usergroup called for example "Friends" (title) in Joomla 3? $user = JUser::getInstance($result->id); $groups = $user->getAuthorisedGroups(); // just IDs, not title Thanks.
user3646958
0
votes
1 answer

Cannot find registration form in Joomla

I have created new Login module and linked to the login menu in Joomla 3.4.1. Also created registration menu as described in docs and tutorials. The login form is showing - I have assigned the position to show in the template from module manager…
Ravi Teja
  • 119
  • 1
  • 2
  • 13
0
votes
1 answer

Bootstrap CSS conflict in joomla module

I am creating a joomla module which uses bootstrap to style the various input fields. In my module's default.php file, I have incorporated bootstrap via the normal css link
Biko
  • 332
  • 3
  • 15
0
votes
1 answer

Joomla: find current module/plugin path

I am currently developing my first own Joomla content plugin. I'd like to add own CSS to the document object, so I need the path of my plugin. Of course I can do use something like $styleSheet = JURI::base(). "plugins/content/
Windwalker
  • 1,915
  • 5
  • 23
  • 44
0
votes
0 answers

Need support about password encryption in Joomla 3.x

I need to implement an external login client using c# and .NET, but I'm having serious problems regarding with the encryption system the latest version of Joomla is using. I've already figured out: Uses the Blowfish algoritm from newer versions of…
0
votes
1 answer

Joomla 3 permissions setup

I am using Joomla 3.4.3 and I am trying to give permissions to a specific group. I want this group to Create/Edit/Delete articles in a specific category. I have created a group under Registered users. Then in System -> Global Configuration ->…
LiTTle
  • 1,811
  • 1
  • 20
  • 37
0
votes
1 answer

No configuration file found and no installation code available. Exiting… in joomla 3.4.8

How to resolve this in joomla 3.4.8 No configuration file found and no installation code available. Exiting...
0
votes
0 answers

Joomla on MAMP - blank page

I'm new at this and I'm having a lot of troubles... I tried to installed Joomla 3.4.6 on MAMP 3.2 but, when I open the locahost to do the installation, appears a "server error 500". What can I do to fix this? I'd really be thankful!
edfret
  • 11
  • 1
0
votes
2 answers

How to export an extension from a developed Joomla website if we have access to Admin Panel of Joomla website and cPanel of hosting?

I have a Joomla Website developed by giving work to freelancers. It has many modules, plugins and components which were developed. Now I want to develop another website on Joomla. I want to use those extensions but don't have the installation zip…
0
votes
0 answers

how to fix a 404 error on a specific page after upgrading from Joomla 3.4.4 to 3.4.5

This is my client's site http://laerskoolnewtonpark.co.za/ On the left hand side there is a link to a virtual tour (Virtuele Toer is just afrikaans, it's an afrikaans school) and when you click on it you get a 404 error. Now it was working before…