Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Hello everybody,

Today I try to use [ CODE ] tag in a story but it do nothing.

Does this tag is implement for stories and if yes how to use it?

Thanks for your reply.

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Seems to be easy to use
Text Formatted Code
[ code ]A word[ /code ]<br />
but it doesn't work on geeklog 1.4.0sr5 and $_CONF['skip_html_filter_for_root'] = 1

if story is post in plain old texte

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

LWC

Forum User
Full Member
Registered: 02/19/04
Posts: 818
If you meant you can use it, but don't notice any difference, then you should know it just uses the HTML tag "pre", which does automatic line breaks, but disables wrapping. That's about it for what "pre" does.
See it in work.

To be able to use a real code format, I created a CSS class to which I called "code", put it in style.css and whenever I need it, I just:
Well, see it in work.

You can download this Geeklog class and its instructions from the download section in my site (it's one of the features of the "HTML 2 Text" script).

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Thank you for the lesson and the images LWC.

It's a bug because on geeklog 1.4.0sr5 and $_CONF['skip_html_filter_for_root'] = 1 if story is post in plain old texte tags like [ link: ] or [ file: ] work very well.

::Ben


I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

LWC

Forum User
Full Member
Registered: 02/19/04
Posts: 818
Oh, guess your title should have been "How to use the code tag in plaintext stories?"...

But in any case "pre"'s "no wrapping" part causes a lot of troubles (while the advantage is simply automatic line breaks which you get in Geeklog's plaintext mode anyway!), so you may think twice about using "code" as long as it uses "pre".

As for why it doesn't work, I think it's because it contradicts the whole concept of the plaintext mode. The other tags you mentioned probably just paste plain URLs, which are turned into HTML links if the right choice is enabled in config.php (which is about the only HTML choice that covers plaintext mode too).

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
LWC,

I made the mod in the title. English is not very easy for me... but I work everyday to make it easier.

As for why it doesn't work, I think it's because it contradicts the whole concept of the plaintext mode.


So it would be nice to fixe this minor bug.

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

LWC

Forum User
Full Member
Registered: 02/19/04
Posts: 818
Again, that "bug" is a feature. They want plaintext to really be plaintext (links aside), otherwise what's the difference between that and HTML mode?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
As LWC said, that's not a bug. The CODE tag is there so that you can post HTML code while in HTML mode (for example). You don't need that when you're posting in text mode, since all the characters are posted "as is" there anyway.

bye, Dirk

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Ok thank you misters.

I was looking for a way to show code different in the story when posting in plain text. Not the good way...

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS