| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
WYSIWYG editor issue? | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
WYSIWYG editor issue?
hi ,
i made a custom mod in which i added a ({include file="main/textarea.tpl" name="description" cols=65 rows=15}) to get the WYSIWYG editor. but it didnt work for me. in php file i added this too: define('USE_TRUSTED_POST_VARIABLES',1); $trusted_post_variables = array("description"); Whats else i need to do to support html tags?
__________________
MercuryMinds Technologies Development Team, Professional X-Cart Design, X-Cart Development, X-Cart Customization Services www.mercuryminds.com X-Cart Mailchimp Ecommerce 360 Plugin/integration module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) Smasher, a smart search engine for x-cart store (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) One Page Checkout (OPC) - X-Cart module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) |
|||||||||
#2
|
|||||||
|
|||||||
Re: WYSIWYG editor issue?
Not sure what you are trying to do, but you can't include something partially with smarty and partially with html. If you are trying to include a textarea, just use the html for the textarea, don't try to call a template AND a textarea.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||||
|
|||||||||
Re: WYSIWYG editor issue?
Simply saying i need to duplicate the description column in product_modify to my xxx file.
how to do this?
__________________
MercuryMinds Technologies Development Team, Professional X-Cart Design, X-Cart Development, X-Cart Customization Services www.mercuryminds.com X-Cart Mailchimp Ecommerce 360 Plugin/integration module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) Smasher, a smart search engine for x-cart store (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) One Page Checkout (OPC) - X-Cart module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) |
|||||||||
#4
|
|||||||
|
|||||||
Re: WYSIWYG editor issue?
What, exactly, are you trying to achieve?
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||||
|
|||||||||
Re: WYSIWYG editor issue?
i need to input the text with styles.this make it easy to display in front end.
so , i added WYSIWYG editor. something like this in tpl file: {include file="main/textarea.tpl" name="description" cols=65 rows=15} when i save the content then it just omit the tags. say for ex: if i typed "<b>vetri</b>" thn i hit save button saved data which look like: vetri where is the"<b></b>" tags?
__________________
MercuryMinds Technologies Development Team, Professional X-Cart Design, X-Cart Development, X-Cart Customization Services www.mercuryminds.com X-Cart Mailchimp Ecommerce 360 Plugin/integration module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) Smasher, a smart search engine for x-cart store (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) One Page Checkout (OPC) - X-Cart module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) |
|||||||||
#6
|
|||||||||
|
|||||||||
Re: WYSIWYG editor issue?
anybody?
how to use WYSIWYG editor ?
__________________
MercuryMinds Technologies Development Team, Professional X-Cart Design, X-Cart Development, X-Cart Customization Services www.mercuryminds.com X-Cart Mailchimp Ecommerce 360 Plugin/integration module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) Smasher, a smart search engine for x-cart store (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) One Page Checkout (OPC) - X-Cart module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) |
|||||||||
#7
|
|||||||
|
|||||||
Re: WYSIWYG editor issue?
I'm still lost as to what you are up to Vetriviel - if you use the wysiwyg editor, you can't use html - if you use the core editor, you use html. WYSIWYG simply creates the html for you. So click WYSIWYG, highlight the text you want to bold, and click on the big black B button.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
|||
X-Cart forums © 2001-2020
|