Questions tagged [jumi]

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.

35 questions
0
votes
1 answer

Jumi plugin URLs not replaced by Joomla SEF plugin

I am using Jumi to generate a short list of links on a page. However, the links are not being converted by the Joomla system sef plugin, although any other links on the page are being correctly converted. I have tried changing the order of the Jumi…
user1104799
  • 161
  • 3
  • 13
0
votes
2 answers

Integrating Laravel app into Joomla CMS

I would like to build a custom application in Laravel framework and include it in Joomla. What I would like to do is to replace central content of Joomla with application served from content. Joomla url: http://www.joomlasite.com/campaign-directory…
Grega
  • 1
  • 1
0
votes
1 answer

Specify path to external scripts (internal to the server)

I've a custom script to include into Joomla 3.x page. This script is into folder "foo" on the Joomla installation root. This script has inside references to others secondary scripts in its own folder. For make this I've used a "content plugin" that…
0
votes
1 answer

How to obtain images (media manager) path from Jumi?

I have the following Jumi code in Joomla 1.5 Now I want to refer the image location from my media files /home/content/49/6333949/html/images/posters which is Media/images/posters. Are there any PHP variables to get this full path without hardcoding…
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
1 answer

Images loaded via Joomla Jumi module removed from DOM in Mobile Safari

I am using the Joomla Jumi module to call an external file script that loads via php a few images. This in all desktop browsers, but on mobile safari the images are completely removed from the DOM. I have tested just using the Jumi module to place…
Omikron
  • 3
  • 1
0
votes
0 answers

Jumi Module in Joomla 3.x Session Variables

Interesting question which I hope there is a workaround for -- I am using Joomla 3.0, for which I have installed the Jumi module. When using session variables, I can use them perfectly through my simple login / createaccount scripts but when I try…
user3266484
  • 125
  • 1
  • 2
  • 12
0
votes
1 answer

Joomla 2.5 - Invalid Token (Random) when loading

sometimes my Joomla site doesn't load contents and i receive "Invalid Token" message. If i reload the webpage 3/4 times the site loads the contents normally but sometimes this method also doesn't work. I'm using Joomla 2.5 and Jumi Plugin (for…
Marco Grieco
  • 229
  • 2
  • 6
  • 16
0
votes
2 answers

Pass form variables from PHP to Python (inside jumi in Joomla)

Is there a way for PHP to pass HTML form variables (POST) directly to a python script called with "passthru" in PHP without PHP having to know the variable names? Can PHP pass the HTTP POST request to python so that i.e. the cgi module in python…
sastorsl
  • 2,015
  • 1
  • 16
  • 17
0
votes
1 answer

Jumi script not executing in mobile tag for mobilejoomla content selector

I am having a bit a frustrating time with the following code and was wondering if anyone can help me out. I have the follow text in an article in Joomla and am getting strange results. I'm using Jumi to call some php code, and in the desktop view…
vr_driver
  • 1,867
  • 28
  • 39
0
votes
3 answers

how to make login module without create account,forgot password,forgot username in joomla 2.5

I am using joomla 2.5,where i want to do admin login only, which will take login details directly from database.So i dont need the option of create new account,forgot password and forgot username option. Is there any module which works same like…
0
votes
1 answer

PHP scripts has no error but can not see the functionality on joomla 2.5 using jumi

Hi I have a several php files which actually is a registration form with validation. So if someone fills up the form correctly, the values will be stored into database. When I am running the file, the form field displays but it has no functionality.…
user1946440
  • 349
  • 1
  • 5
  • 13
0
votes
2 answers

Output is showing a blank page

5 and I am using a jumi component to run php file. some of the files were running perfectly but some are not specialy when im using require_once function. The errors are showing the following: Warning: require_once(…
user1946440
  • 349
  • 1
  • 5
  • 13
0
votes
1 answer

Not sure why the output of my PHP scripts contains random embedded spaces within character strings

I have written several PHP scripts to read the contents of a database and output those contents in an email message. Every once in a while, I will see a SPACE (0x20) character embedded in the output where there shouldn't be any. For example, in…
JEfromCanada
  • 111
  • 8
0
votes
1 answer

Collaboration between files using jumi in joomla 2.5

I am a beginner php and joomla user. I have installed jumi component in joomla 2.5. I want to collaborate between pages but I don't know how to link between them. Can anyone please help me by explaining briefly. Such as I have created a new file in…
user1946440
  • 349
  • 1
  • 5
  • 13
0
votes
1 answer

Joomla 1.5: $this->countModules returns 1 for Jumi module even when empty

Working on a site in Joomla 1.5! Typically when testing if a module position is empty in Joomla! I'd do something like this: countModules('position')): ?> BEFORE
David Stinemetze
  • 8,830
  • 3
  • 21
  • 34