TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 03, 2024, 09:50:13 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,178
  • Total Topics: 21,220
  • Online today: 106
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 71
  • Total: 71

Ooook, BBCode not working at all in articles now after 0.6beta upgrade

Started by -Prismatic-, May 02, 2005, 10:25:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

-Prismatic-

Upgraded to 0.6 and now BBCode or HTML isnt working when posting articles. It's not a big issue, but it makes things look nicer when it's a clickable link :)

Bjørn

No, thats right, bbcode don't work in articles, but regular html do.

-Prismatic-


Bjørn

Did that work before? And how does the actual code in the database look like?

-Prismatic-

It did work before, yes.

Just looked in the DB, and code is displayed like this:

Prestigious gaming Enemy Territory was recently updated with the 2.60 patch.
  To get it, go there link
  DOH



<a href="http://www.google.com">TEST</a>




Edit - Ok, the "doh" works on your forums because of the BBCode ;)


Bjørn

In the database the signs &lt; means <.Literally, not html.

I am trying to duplicate this error on my local installation.

Zvert

eeuhrm are you writing your html inside the WYSIWYG editor ?

-Prismatic-

Im just trying to post a new article with a HTML link and it's doing that insed of actually making it html :|

Crip

I messed around and here's what I found..

I entered &lt;a href="http://www.google.com"&gt;TEST&lt;/a&gt; into the article window and it would show it exactly as typed.


If I hit the toggle button at the bottom of the article editing window and entered the same text it would show  <a href="http://www.google.com> in the article

If I enter TEST into the article it shows it exactly as typed.

If I hit the toggle button at the bottom of the article window and enter the exact same text it would show TEST as a link.

I would add that I was testing using FF. I will check IE and let you know.
I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



Bjørn

This is how its supposed to be. If you "toggle view" in the editor, you are in pure-html code modus, while normally you are in wysiwyg modus. So if you type html code in wysiwyg modus, it will be rendered as plain text. Toggle view and html code will be rendered as html.