How to disable XSS clean particular page in codeigniter? I am new codeigniter framework. How to fix this?
try this one
$this->input->post('message',false);
Related
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 -> should show content from laravel url: http://www.joomlasite.com/laravel/directory/showall
I noticed component Joomi for Joomla, but Iam not sure if this component will be able to do that.
Please advice.
Thanks!
I think you mean Jumi, and yes, I think that Jumi can do what you want, but I believe there are other easier ways to achieve what you need to do. What you can do is use the iFrame Wrapper component in Joomla to "wrap" your lavarel application and display it in Joomla. Try that before using a Jumi if possible.
Hey i need to develop a custom plugin for custom thankyou page in VirtueMart
How should i achieve that , because thank you page is generated according to the payment selected.
What is the correct hook for changing the last thank you page in VirtueMart.
I tried plgVmConfirmedOrder but is that the correct hook? how to achieve this thing using virtuemart hook system?
You don't need to create a plugin for custom thankyou page. You just go and modify or override the template file order_done.php at the location given below-
components/com_virtuemart/views/cart/tmpl/order_done.php
I'm working with a new Magento installation and using the shop-by links give me
example.com/catalogsearch/result/#%21color=1&q=shirt
instead of
example.com/catalogsearch/result/?color=1&q=shirt
I'm not sure where I should look to begin fixing this.
Thanks!
we had this same problem and found that a plugin was changing the url with str replace
changing the ? for #%21
the plugin changes the url so that it can be identified by the javascript file and updated via ajax.
the plugin in our case was vingento there seemed to be some confilcts with other plugins. After disabling this plugin and code our filter and paging links work again, although not via ajax.
Hope this helps you
I have a joomla website.here is the link
link for siteI want to integrate a external php signup and login form.I create a php signup form.It works perfecly.
signup linkBut the problem is i dont know how to integrate that form to my joomla web pages...I want to secure my web pages..Only registered users can view my page....please help me..
Why have you create your own register form? Joomla already has the one. To see it follow the link index.php?option=com_user&task=register, Login for there index.php?option=com_user&task=login. If you need more fields to be filled out during registation you may you Community Builder. This extention allows to add to user profie as many fields as you want
It is also possible to use Chronoforms to allow for registration that brings in multiple fields as well without having to bring in an external file for registration/login.
Using the tools Joomla has to stay within Joomla is really the best way to go about it. It will allow you to keep your sanity and keep things as uniformed as possible.
I am using sef servicemap compaonent for my joomla site.it is not generating the sitemap properly.what the changer i need to do.
Thanks,
Raghu.P
Download xmap http://joomla.vargas.co.cr/
It comes with lots of plugins to handle other components.