How can I allow HTML in the Article List? (Latest Articles, Recent Articles, Etc)
Right now, if I have any html code in the first however many words, bold, link, whatever, it removes it in the list view.
Thanks.
Cory
How can I allow HTML in the Article List? (Latest Articles, Recent Articles, Etc) Right now, if I have any html code in the first however many words, bold, link, whatever, it removes it in the list view. Thanks. Cory |
Hello open the : inc\classes\BxDolTextData.php find these code lines:
PS: If possible do not write me personally, please try to ask on the forum first |
Hmmm.. For which version is this code? In 7.0.0 I don't find it Is there a code for the 7.0.0 which will do that? Rappi Bezirzer.de, elbrocker.de, tierschutz-community.de |
Bump No one can help? Bezirzer.de, elbrocker.de, tierschutz-community.de |
Would love to know if there is a 7 compatible code as well. |
I also need to know what version? will the work for Blogs Sasha? Back to pulling my hair out! (ouch, ouch,ouch) |
Hello, I need help. how can I show the snippet with the html insertion? Who can show me the news or article file to edit? |
Tried this doesn't work. Hello open the : inc\classes\BxDolTextData.php find these code lines:
Changed to following:
'snippet' => array( 'type' => 'textarea', 'html' => 2, 'name' => 'snippet', 'caption' => _t("_td_snippet"), 'value' => '', 'required' => 1, 'checker' => array ( 'func' => 'length', 'params' => array(3,200), 'error' => _t('_td_err_incorrect_length'), ), 'db' => array ( 'pass' => 'XssHtml', ), ),
HTML enabled in snippet field at admin panel. On News page snippet still showing texts only. http://www.talents2stars.com |