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
1
vote
1 answer

Change img src with parent div is hovered

I'm trying to change an img src when a mouse enters its parent div.
Bwsusa
  • 11
  • 2
1
vote
1 answer

JFile not found after adding code for JFactory in custom module

I created a custom donation module where I post some form data from default.php to another php script called checkout.php. Now I have added some code to insert data into a database in checkout.php //setup db $db =& JFactory::getDBO(); //create…
eelco
  • 26
  • 5
1
vote
2 answers

Can't save Joomla 3 global configuration

I have a Joomla 3.4.4 website online and I can't change the global configuration settings. I'm super user but any changes I made on Global Configuration area doesn't change anything after save. This is what I've done so far: Add 644, 666 and 777…
aseolin
  • 1,184
  • 3
  • 17
  • 35
1
vote
1 answer

Joomla 3.4 Multi-language site functionality

I am developing an accommodation booking website on Joomla 3.4.3 and i have installed Falang. My website must have two languages, default is English(en-GB) and translated to Afrikaans(af-ZA). Before i go further into translating content for Falang,…
Kbam7
  • 324
  • 2
  • 15
1
vote
1 answer

How to add a new attribute in menu item in joomla

I want to add a new attribute "rel" in a menu item in joomla. To add display a modal box on click of menu item I need to add "re" attribute. for e.g. at present the menu item is - ... I want -
Shruti Jakhete
  • 111
  • 1
  • 8
1
vote
1 answer

How to get text of Custom HTML in Joomla

I know that we can get text of an article as: public function onContentPrepare($context, &$article, &$params, $limitstart=0){ print_r($article->text); Now is there any way to get text of module that is designed from Custom HTML using editor?
Anant
  • 534
  • 11
  • 40
1
vote
2 answers

Joomla 3 Show different modules on same position depending on toggler

there is my problem: i have some toggle section. This section should show dynamical content depending on clicked trigger. So eg. by clicking "support", there should be some contact information/download support tool provided, on clicking "search" -…
MadDorris
  • 87
  • 1
  • 8
1
vote
1 answer

Joomla 3.4.1 - after upgrade URL's with article ID's at the end display the article content

We upgraded 6 Joomla installs with no issues, however we have one that is exhibiting an odd behavior. Say I have an article ID of 909. If I end the URL with a valid article id it will display the content of that article. It should go to a 404 page.…
Eko3alpha
  • 540
  • 6
  • 16
1
vote
2 answers

Call model from another component controller in Joomla 3.4

I am developing Joomla 3.4 application where I have to call one component model into another component controller but not call from there. Support, i have 2 component >> comp1 model: m1 controller: c1 >> comp2 model: m2 controller: c2 I…
harsh4u
  • 2,550
  • 4
  • 24
  • 39
1
vote
1 answer

VirtueMart add file(pdf) to product

I'm trying to add a pdf file in my products via an input field in the admin product page, in the description section. For now I've created the field (product_file) in the view part and it sends the attached pdf. My issues is that I don't know…
Yavor P.
  • 15
  • 6
1
vote
1 answer

there is no "images & links" tab in joomla 3.4 back-end

I updated my Joomla website from 1.5.26 to 2.5 and then to 3.4, now when I try to write new article or edit previous articles there is no "images & links" tab.
NimaNr
  • 532
  • 5
  • 20
1
vote
0 answers

shrinking navigation bar with Bootstrap 2.3.2 in Joomla 3.4

I'm trying to get a 'shrinking' navbar in Joomla 3.4 (which uses Bootstrap 2.3.2). I tried to implement the solution from Shrinking Bootstrap Navbar with logo on scroll But it is based on Bootstrap 3 and so it doesn't seem to work properly. This is…
0
votes
1 answer

Add module to subpage in Joomla

I have a module which I add from admin panel to some subpage. After that some subpages show properly content with this module but some subpages after click on it open blank, white page with no content inside. I don't know what caused that problem.…
j.doe
  • 47
  • 7
0
votes
1 answer

Can't login to joomla 3.4.8 administrator

I've this wired problem.All of sudden for some computers can't login to the joomla administrator and get redirected back to the login page without any error messages. I've tested the website on a local server and the issue didn't reproduced.Only on…
Samar
  • 403
  • 1
  • 4
  • 7
0
votes
2 answers

joomla not showing new changes after uploading to live

I'm working on a Joomla site. I have created some overrides for blog and single article, when I checked my site on local it displayed all things exactly as I want, but when I uploaded it to live some overrides for blog and single article were not…
akmal saeed
  • 41
  • 1
  • 1
  • 10