trigger html tag

05.04.2013 18:55
#1
pinochico
Joomshopping forum user no avatar
Name: Rudolf Balas
08.06.2012
Posts: 11
Quote
trigger html tag

Hi,

I make text attributes for my product, but I need use html tag (ul, li... and {tab="Info"}

Tab is working, but every html tag is trigger and cut off :(

I must write into db directly.

Can me help how can I change core php files?

Thanks

Rudolf


Joomla: 2.5.9
JoomShopping: 3.14
PHP: 5.3.2
Website Url: http://nanogen.wil.cz/subdom/nanogen/index.php
 
05.04.2013 21:45
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: trigger html tag

Try disable joomla editor

 
07.04.2013 11:59
#3
pinochico
Joomshopping forum user no avatar
Name: Rudolf Balas
08.06.2012
Posts: 11
Quote
Aw: trigger html tag

I try, but its no attributes, but characteristic.

And after every save all my html text trigger and save without html tags only with call tab (nonumber plugin)

I send img and can send admin login.

I think this is problem with function for save field characteristic. The same was with extrafield in K2, after upgrade for use with html tag (little change in php file) now is function correctly.

http://blog.codepyro.com/2011/03/enable-html-in-joomla-k2-extra-fields.html

Aw: trigger html tag
Aw: trigger html tag

See screen after insert text into directly field extrafields-3 in db
Aw: trigger html tag

See screen after next save product (trigger html tags)
Aw: trigger html tag


Letzte Änderung: 07.04.2013 12:46
 
07.04.2013 20:35
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: trigger html tag

administrator\components\com_jshopping\controllers\products.php

function save(){

..

$post['extra_field_1'] = JRequest::getVar('extra_field_1','','post',"string", 2);
$post['extra_field_2'] = JRequest::getVar('extra_field_2','','post',"string", 2);
...

 
08.04.2013 11:12
#5
pinochico
Joomshopping forum user no avatar
Name: Rudolf Balas
08.06.2012
Posts: 11
Quote
Aw: trigger html tag

Thanks, now are all working :)


Letzte Änderung: 08.04.2013 11:12
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.