Hi, I just did the upgrade from TinyPortal v1.0.5 beta 1 to TinyPortal v1.0 beta 3.
I mostly have BBC articles because markup is just much faster for me to write articles with than a WYSIWYG editor. Anyways, I often used HTML code in the BBC articles for links and headers and it always rendered correctly before the upgrade (beta 2 worked fine as well but I had to revert due to a bug in beta 2).
Now that I've upgraded to beta 3, all my HTML tags in BBC articles are no longer being rendered and are being printed. I've also noticed that the BBC "code" tags stopped working as well.
I searched the forum to see if could find a similar report and I have not been able to, I hope I'm not double reporting this.
Anyways, is the lack of HTML support and dropping of the BBC code tags in BBC articles and intended decision in beta 3 or is this a bug?
Oh, excuse me on the BBC code tags, those work. It looks like the upgrade changed some of my articles from BBC articles to HTML articles some how and that's why the BBC code tags weren't working anymore.
Only issue I'm reporting now is the lack of HTML support in BBC articles, which previously worked.
HTML are now bundled with HTML/Script block, so use that instead and check if it got any better
If it did allow BBC previously, it must been an error there. It will simply abide to the BBC in SMF, so if you turned on "support for html tags" it should allow some tags to be used.
Last option is to actually embed html codes with [html] BBC tags - but it only works if the author is an admin.
I use scriptbox to make multytabs in one block.
After upgrade to v1.0beta3 there's no choice to the scriptbox. There are 2 similar boxes, which are HTML&Javascript code, and BBC/HTML code.
The code I use in script box begin like this (from dynamicdrive.com (http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm)):
<head>
<title>Your title here - but not necessary</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" type="text/css" href="http://hotmud.kopijun.net/multitab/tabcontent.css" />
<script type="text/javascript" src="http://hotmud.kopijun.net/multitab/tabcontent.js">
/***********************************************
* Tab Content script v2.2- Ã,© Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
</head>
And the rest is code for the content in every tab.
I've tried the both choices blocks, also tried the Bloc's suggestion to enabling html tag in post setting...Now my multy tabs block is still problem. Any suggestion ?
I guess I was happily using a bug before because I have a lot of BBC articles in which I used full HTML as well as BBC and they both rendered.