PEAK XOOPS - d3pipes - remove html tags in englishin japanese

d3pipes - remove html tags

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2007/4/27 9:24
neil  ÆóÅùʼ   Posts: 10
html tags are showing all over the pages. is there way not to allow html tags. thanks much.

neil
Votes:2 Average:5.00
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
Previous post - Next post | Parent - Children.1 | Posted on 2007/4/28 5:01
neil  ÆóÅùʼ   Posts: 10
thanks for the quick response. I did by editing the template and it worked. is it possible to apply html and not show tags?

much appreciated.
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2007/4/28 5:52
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Try (1)
Votes:1 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2007/4/28 7:12
neil  ÆóÅùʼ   Posts: 10
i do not understand the (1) part. could you explain little more as to what exactly needs to be changed. I do not expect the detail. thanks again.
Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2007/4/28 17:45
GIJOE  ÀèǤ·³Áâ   Posts: 4110
- Edit the pipe in admin
- Append a joint into the last place like this

weight 60
Joint "Reassign" - select it
Class "contentencoded" - input it
Option(s) leave blank
Votes:2 Average:5.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!