Jumi is the set of custom code extensions for Joomla. It includes custom code into Joomla! by many ways: directly, from a file or from a database record.It also includes custom code into many Joomla places: modules position, articles or into its own pages.
Questions tagged [jumi]
35 questions
2
votes
2 answers
Save, Save & Close and Close not working on Jumi module since Joomla 3.4.2
I recently updated a Joomla site to 3.4.2
and it ruined its Jumi module.
It was refusing to save.
I'm posting you the answer.

Adam Tremblay Lavoie
- 371
- 2
- 9
2
votes
3 answers
include or require_once is giving error while using jumi on joomla 2.5
Hi I have created multiple php pages and the pages are calling other pages using require_once or include function. When I run the main script, it is showing the following error:
Warning: include() [function.include]: http:// wrapper is disabled in…

user1946440
- 349
- 1
- 5
- 13
1
vote
2 answers
How to use a JUMI file in AJAX callback on Joomla
I'm trying to use a JUMI file (a component for Joomla that allows me to get aceess to Joomla MVC) in AJAX callback. The structure is like this:
file.php that calls AJAX file is already a JUMI file.
file ajax.js (included in file.php) makes the…

Adry
- 307
- 1
- 4
- 21
1
vote
0 answers
Custom html with ajax script inside joomla
I'm fairly new to Joomla. I've been working on a site that retrieve data from MySQL and display it using google chart API. The page works fine on a stand alone, however it fails to operate inside Joomla. So far, from the research and the trials I've…

Ammar
- 73
- 1
- 11
1
vote
1 answer
Require a path in one php file in Jumi to another php file in Jumi
I installed the Jumi extension to Joomla.
I uploaded the php files and one css file that I need to make an addition to the website.
I put pathnames to them for…

Baraa
- 687
- 1
- 9
- 26
1
vote
2 answers
resolved Jumi code is replaced when re-editing an article in Joomla
I did following in order to include php code into Joomla:
writing a php application with jumi as:
Hallo Welt'; ?>
include following code in the target article, where the previous code should be included:
{jumi [*1]}
this…

Samsky
- 438
- 5
- 11
1
vote
0 answers
Jumi variable not available in included script
I am using joomla 3.2 with jumi 3, here is a sample of how I call my script via jumi
{jumi [myscript.php] [foo] [bar]}
here is myscript.php
above script is successfully able to print the values as…

mehrap
- 11
- 1
1
vote
3 answers
Dollar sign and digits (Joomla + Jumi)
I have db with this string content:
[$3] [$ 3] [$3.2]
Need to echo it as it is.
When try to echo
echo "[$3] [$ 3] [$3.2]";
got this:
[] [$ 3] [.2]
Tried urlencode, htmlspecialchars, but didn't succeed.
How do I echo and get this?
[$3] [$ 3]…

ihtus
- 2,673
- 13
- 40
- 58
1
vote
1 answer
Joomla SEF and Jumi URL output
I'm using jumi at the moment to create custom pages for joomla. However, when i try to use JRoute (eg: JRoute::_('index.php?option=com_jumi')) to redirect to a menu item i created for the jumi page, I get the following url…

Lawrence
- 717
- 1
- 12
- 25
1
vote
0 answers
Jumi Search Plugin
My Joomla 1.5 site default search is working fine, but it is not searching for Jumi contents of the site. I know the Jumi contents are dynamic and hard to get searched by the default search. Now I want to know how can I create a plugin to include…

Nareshwar
- 15
- 6
0
votes
2 answers
session set in .php file for jumi - joomla
I run into a problem using session in .php file i attached in jumi
How do i set a session in in that page? when i use :
//this define and require I use from reading the other papers
define( '_JEXEC', 1 );
define('JPATH_BASE',…

Bew Promtong
- 61
- 1
- 2
- 7
0
votes
2 answers
Joomla include js using jumi
I can't manage to include a javascript in an article(directly in the wysiwyg editor) using jumi.
What I've tried:
{jumi /path/to/file.js}
{jumi [/path/to/file.js]}
{jumi /path/to/file.js}{/jumi}
{jumi [/path/to/file.js]}{/jumi}
"file.js" is located…
user497849
0
votes
1 answer
Undefined variable: noscript in
I have a php script Jumi installed on Joomla and the error log is full with this error:
Undefined variable: noscript in
/public_html/plugins/system/jumi/jumi.php on line 102
It seems that Jumi is not optimized for PHP 5.4
line 102>> $content =…

Dan
- 11
0
votes
1 answer
Javascript on page load without appending to body
I'm trying to show an image using a Jumi module in Joomla. Currently, the script is calling to append to the body tag but this places the image at the bottom of my template. I need to be able to run my script without appending to the body but…
user6601172
0
votes
1 answer
Javascript not loading on page load
I have written a basic javascript that will show whether or not we are Open/Closed based on our hours. It works great in JS fiddle but when I insert it into my Joomla site using the Jumi module, it is loaded at the very bottom of the page. I'm…
user6601172