Direct php insert into jumi module issue
First unread post • 1 post
• Page 1 of 1
Direct php insert into jumi module issue
Hi,
I'm using Joomla! 3.3.6 and php 5.5.22 and I found this component, happy to have the right solution for me.
Unfortunately, I'm noticing that the direct placement of php code inside a module jumi not working.
The code undergoes a sort of encoding, for example:
becomes
Obviously I have all permits to operate on the site.
Is there a solution, or something that can I change?
Thanks in advance.
I'm using Joomla! 3.3.6 and php 5.5.22 and I found this component, happy to have the right solution for me.
Unfortunately, I'm noticing that the direct placement of php code inside a module jumi not working.
The code undergoes a sort of encoding, for example:
- Code: Select all
<?php
$position = 'ads-sidebar-a';
.....
?>
becomes
- Code: Select all
?php
$position = 'ads-sidebar-a';
....
?>'
Obviously I have all permits to operate on the site.
Is there a solution, or something that can I change?
Thanks in advance.
- 2di7
- Posts: 1
- Joined: Sat May 30, 2015 7:38 am
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest