Jump to content

acp editor and bbcodes


Guest Stepashka

Recommended Posts

The editor in the ACP only has "problems" if you use the RTE, because an RTE has the capability to format rich text. I'm not really sure how one would like to handle that in all honesty.

We put the editor in the ACP simply because it was requested (several times) by customers. :)

Link to comment
Share on other sites

The editor in the ACP only has "problems" if you use the RTE, because an RTE has the capability to format rich text. I'm not really sure how one would like to handle that in all honesty.



We put the editor in the ACP simply because it was requested (several times) by customers. :)



look here
http://forums.invisionpower.com/index.php?...93&hl=rules

this

<div id="footbox">

			<ul>

				<li><h2>1</h2></li>

				<li><a href="link.html">1</a></li>

				<li><a href="link.html">2</a></li>

				<li><a href="link.html">3</a></li>

			</ul>

			<ul>

				<li><h2>2</h2></li>

				<li><a href="link.html">1</a></li>

				<li><a href="link.html">2</a></li>

				<li><a href="link.html">3</a></li>

			</ul>

			<ul>

				<li><h2>3</h2></li>

				<li><a href="link.html">1</a></li>

				<li><a href="link.html">2</a></li>

				<li><a href="link.html">3</a></li>

			</ul>

</div>

changes to this

<div id="footbox">

			

[list] [*]<h2>1</h2> [*][url="link.html"]1[/url] [*][url="link.html"]2[/url] [*][url="link.html"]3[/url] [/list]

[list] [*]<h2>2</h2> [*][url="link.html"]1[/url] [*][url="link.html"]2[/url] [*][url="link.html"]3[/url] [/list]

[list] [*]<h2>3</h2> [*][url="link.html"]1[/url] [*][url="link.html"]2[/url] [*][url="link.html"]3[/url] [/list] </div>



<_<

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...