Questions tagged [joomla3.5]

For programming questions relating to using Joomla!, version 3.5. This version includes support for PHP 7, TinyMCE Drag & Drop Images, Update Email plugin and Insert Modules into Articles. Use it with "Joomla Tag" as additional tag on the specific questions related with this version.

Joomla! 3.5

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.5 was released in March 2016 and the support ended in July 2016.

Resources

46 questions
3
votes
1 answer

how to Validate captcha before submit a form in joomla

I have installed 5 captcha plugin in my joomla site and i set any one captcha out of 5 in com_users configuration in backend of joomla. So I want to validate that captcha from client browser in registration form. client side validation for…
2
votes
3 answers

Joomla3.6 Fatal error: require_once(): Failed opening required

We have moved web hosting provider and moved our joomla website and database across. When trying to access the front end of the website, I get the error: Warning: require_once(JPATH_BASE/libraries/import.legacy.php): failed to open stream: No such…
KEmu
  • 21
  • 1
  • 3
2
votes
0 answers

Joomla assign data to view

I am working on Joomla 3.6 and I am very new in joomla. I am fetching the data from an api and I want to pass that data to a view. How can I do that. Controler: user.php public function profile() { $wskey = sdafsda; $companycode = 'sdafsd'; …
silentcoder
  • 992
  • 3
  • 9
  • 21
2
votes
0 answers

Can't save or apply changes in articles

Im running a few issues in my Joomla site. All of them are related with Joomla articles. After saving articles the changes don't apply and the page doesn't stop loading... If I create a new article and save it seems to be fine but If I get into the…
Timba
  • 87
  • 10
1
vote
0 answers

Joomla 3 Plugin - How to override template if not defined at menu level

I like to create a plugin which should override the template only when no template is set on the Menu Now I struggle with the lifecycle phases of the plugin and the framework. I need to set the template in the call back method "onAfterInitialise"…
megloff
  • 1,400
  • 4
  • 27
  • 44
1
vote
1 answer

Facebook Login with easysocial: URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings

I am working on joomla 3.5 to integrate facebook login using a package named EasySocial. All of my credentials like appId and Secrete are correct but I cant get rid of the above error message. I am trying to test the functionality on subdomain…
Melaku Minas Kasaye
  • 640
  • 2
  • 8
  • 31
1
vote
0 answers

Is there any Rest API support for Joomla CMS

Whether Joomla CMS has Rest API support for managing the contents? If so please suggest the documentation of how to perform content management for Joomla using Rest API
Clinton Prakash
  • 967
  • 9
  • 20
1
vote
2 answers

Only Generate Chart If PHP Variable Has Value

I am using php & Charts.js to generate a chart of data based off an html a blank chart is displayed at the bottom of the page as opposed to displaying the echo statement…
1
vote
5 answers

PHP Isset Issue

I am using isset() to check if a variable has a value. My issue is that even when the variable has no value (the parameter was not passed in the url) the sql string is still modified to append the where clause. For example - if this is the URL…
1
vote
1 answer

Joomla Query Connection String

I am attempting to put together a SQL String in Joomla -> Trying to connect to a MS SQL Server instance, and I have the below syntax. I have tried to use echo $query; to display the string on screen, but the query is not displaying on screen. What…
1
vote
0 answers

Configure the sending of mail on the Joomla

Help configure the sending of mail on the SMS Joomla There is a Landing for the Joomla, there are 3 forms in the content of the material, I'm trying to send it via Ajax to my PHP file, but in the inverter it says that the file is not found, wherever…
rAP inc.
  • 11
  • 3
1
vote
2 answers

PHP Throws 500 Error

I am attempting to query a SQL Server Database and return the results onscreen. My page loads as it should, but when I push the button to query SQL Server if I look at the console it shows a 500 error. What do I need to alter so that the valid…
IcyPopTarts
  • 494
  • 1
  • 12
  • 25
1
vote
1 answer

Connect To SQL Server On Joomla

I know am attempting to use this syntax to connect from Joomla to SQL Server. However, this throws an ERROR 500 - what is the proper synatx to connect from Joomla To SQL Server? if(!empty($_SERVER['HTTP_X_REQUESTED_WITH']) &&…
1
vote
0 answers

Joomla: get all users in a usergroup

I am working on a component where I want to show all users of a specific usergroup. Right now I found two solutions for this but I'm not feeling comfortable with both of them. Solution 1 $usersID = JAccess::getUsersByGroup(3); $users =…
Tom
  • 188
  • 8
1
vote
0 answers

Joomla website and contact form emailing

We are using Joomla Version 3 5 1/en. we have not updated to the latest version yet as we require a process of testing before doing so. We use contact forms on our company website, via BreezingForms 1.8.3 Stable (build 831). These forms log any…
1
2 3 4