Jump to content

acp editor and bbcodes


Guest Stepashka

Recommended Posts

Posted

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. :)

Posted

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>



<_<

Posted

Well, at this point in time I'm afraid we have no intentions of releasing bug fix updates for the 2.x series. I was simply stating that I tested the issue on 3.x and it should be fine in the next release.

Archived

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

  • Recently Browsing   0 members

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