PEAK XOOPS - Re: d3pipes - remove html tags in englishin japanese

Re: d3pipes - remove html tags

List posts in the topic

none Re: d3pipes - remove html tags

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2007/4/28 3:19
GIJOE  ÀèǤ·³Áâ   Posts: 4110
There are two ways to solve it with the version.

(1) Append "reassign" - "contentencoded" to the pipe

(2) Edit the template via altsys
(dirname)_inc_entries.html
					<div id="<{$entry.fingerprint|escape}>" style="display:none;">
						<{if $entry.content_encoded}>
							<{$entry.content_encoded}>
						<{else}>
							<{$entry.description|escape}>
							<{$entry.description|strip_tags}>
						<{/if}>
					</div>
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!