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
0
votes
2 answers
How to test the newly added functionality in a Joomla 2.5 site which is live
I am working on a dynamic site on Joomla!, most of the coding is done in Juni module and component.
I have some dynamic features which I want to test it on my already published site, I fear that if any thing goes wrong by attaching it to the…

pega wega
- 809
- 8
- 13
0
votes
1 answer
parameter passing with jumi
I have a problem about passing parameter with jumi. In my normal php code i passed it like this
Edit
the $row[isbn] is an integer value which putting in isbn variable and send it to…
user1256511
0
votes
1 answer
How to add php code directly into article using Jumi plugin
Hi every one I have installed Jumi plugin version 2.0 in joomla 1.5 and tried to write php code in the article. I'm able to use the code if I store the php source in an external file and call it within the content like {jumi [../../filename.php]}.…

Nazeehaa
- 5
- 2
- 5
-1
votes
2 answers
PHP Code that reads left to right
I've used a version of this code before and it would spit out my content left to right like it should. I can't get it to read this way for a new project and was looking for some help. It reads as:
A A A
B B B
C C C
Instead of
A B C
D E F
Here is a…

Hartman9
- 15
- 2
-1
votes
1 answer
PHP code with Jumi component in Joomla 3.3.1
Please can anyone help me sort out where and why this script fails to run?

ezeuba
- 29
- 2