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]}. But I'm not able to write the same code directly into the content using JCE editor. I'm getting an error like 'Jumi is working but the source needts to come under square brackets'. The problem is that I need to use a php variable output for a div tag and js also. I have no clue of how to overcome this.
How to add php code directly into article using Jumi plugin
5.9k Views Asked by Nazeehaa At
1
There are 1 best solutions below
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in JOOMLA1.5
- Update Joomla 1.5.22 to php greater than 5.4
- BooKIT Joomla 1.5 nth-of-type Select option
- 301 redirect from URL with GET-parameters to the homepage
- Problem with migration Joomla 1.5.26 to 3.x with jUpgradePro
- Why am I receiving the following error message when uploading CSV Improved? Error! Could not find a Joomla! XML setup file in the package
- Comparing 2 tables and display missing rows
- How to add flv video into joomla mod_custom
- Can't install captcha plugin on Joomla 1.5.22
- Virtue-mart products-categories move to WooCommerce
- Disable error reporting php 5.6 Joomla 1.5
- Apache2, FastCGI, PHP5 and urls without .php sufix
- Allow Login from Different Domain having user login details on a single database of one particular domain - Joomla 1.5
- Error on migrating website : Database Error: Unable to connect to the database:Could not connect to MySQL
- Upgrading extension for Joomla 3 gives fatal php error
- Check if a column exists in Joomla table
Related Questions in JOOMLA-EXTENSIONS
- Problem with a simple query script used in RS Forms on Joomla 4
- Class 'SppagebuilderHelper' not found in Joomla CMS
- Joomla Update Causing Frontend and Backend Issues – Admin Panel 500 Internal Error
- Joomla extension Articles Good Search module can't handle German "umlauts"
- How to add a custom class to GTRASLATE Plugin for JOOMLA?
- Error while trying to authenticate in joomla template
- PHP error "Failed to open stream: Permission denied"
- Joomla 4 system plugin does not get parsed
- Joomla / ESHOP Question - how i correctly pull the sub total, vat, shipping and total value from the order totals table?
- Joomla Logman Notify modify email message
- How to use a com_content extension category on other Joomla4 Component?
- How to restore the install from file upload container in the Joomla back-end admin
- How could I save special characters on text type on Joomla xml config file?
- Adding a menu item to Joomla's tinymce editor
- How do I create parameters in a Joomla module depending on another parameter / number?
Related Questions in JUMI
- Custom html with ajax script inside joomla
- Undefined variable: noscript in
- Javascript on page load without appending to body
- Javascript not loading on page load
- Jumi plugin URLs not replaced by Joomla SEF plugin
- Integrating Laravel app into Joomla CMS
- PHP Code that reads left to right
- Save, Save & Close and Close not working on Jumi module since Joomla 3.4.2
- Require a path in one php file in Jumi to another php file in Jumi
- Specify path to external scripts (internal to the server)
- resolved Jumi code is replaced when re-editing an article in Joomla
- Jumi variable not available in included script
- How to obtain images (media manager) path from Jumi?
- Images loaded via Joomla Jumi module removed from DOM in Mobile Safari
- PHP code with Jumi component in Joomla 3.3.1
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Never had much luck with JUMI for that and other reasons, so switched to DirectPHP and kept the PHP right in the article itself.