Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Markup fatal error, what can be broken

Quote Reply
Markup fatal error, what can be broken
Hello

Im testing my Forum and see, the markup Code for the URL is broken.
( = [ - )=] for Display in this thread

(url) www.gossamer-threads.com(url)
works fine
even the email link
but wenn i want to display a Link like
Gossamer Threads
the Forum dosent convert it to a html Output an the link looks like text-Format

What can be broken in the Files.
I only change the template not the cgi or other Files.

Can you help me

thanks hoefti
Quote Reply
Re: [hoefti] Markup fatal error, what can be broken In reply to
What is the exact output you are using in the body? BTW - you can write [url] here by entering [.url] into the post.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Markup fatal error, what can be broken In reply to
Hello Jagerman

in markup_help.html
we see:

[url]http://www.gossamer-threads.com[/url]
for
http://www.gossamer-threads.com

and
[email]gforum@gossamer-threads.com[/email]
for
gforum@gossamer-threads.com

both works fine
but
[url "http://www.Gossamer Threads.com"]Gossamer Threads[/url]
are Display as
[url "http://www.Gossamer Threads.com"]Gossamer Threads[/url]

------------
The markup for URL and Email are Display in the admin Planel an is turned on

Now i make a markup like
[link] and [/link]
an store
Code:
<a href="
in the first field an then
Code:
" target="_blank"><b><i>klick here</i></b></a>
in the next field.

in the Text input this works
switch from Advance Editor to text input it change to [url "http://www.xxx.de"]klick here[/url]

in dosent understnd why the URL Markup is broken.
The markup-help.html is unvaried
i hope you can help me

PS: How to change the funktion in editor.js
to make the URL Markup available, so when i write

http://www.link.com
and save my Post in Advance editor or switch to txt editor the markup chage to [link] and [/link] andnot [url"http://www.link.com]klick here[/url]

hoefti
linktobuy Web Directory
Ratgeber Recht

Last edited by:

hoefti: Apr 20, 2003, 2:45 AM
Quote Reply
Re: [hoefti] Markup fatal error, what can be broken In reply to
The URL tag is probably broken because you have a space in the middle of Gossamer and Threads which is an invalid URL.
Quote Reply
Re: [Paul] Markup fatal error, what can be broken In reply to
Hello Paul

This ist not the Problem.
i write
[url "http://www.google.com"]http://www.google.com[/url]

for output
http://www.google.com

but my Forum display

[url "http://www.google.com"]http://www.google.com[/url]

for example:
[url]http://www.google.com[/url]
and
[email]test@google.com[/email]

display
http://www.google.com
and
test@google.com


greeting hoefti
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] Markup fatal error, what can be broken In reply to
Sorry I'm a bit confused. The url and email tags you just showed seem to be outputting as expected?
Quote Reply
Re: [Paul] Markup fatal error, what can be broken In reply to
hello Paul

Yes, the URL an Email Tag outputting as expected
Only the Tag for The advance URL-Tag ist broken

its broken in the basic also in the advance Editor.

I load the Original - Templates on my Webserver

and load it as the default template

Even the URL tag is broken in this template like this forum.

So i mean the error is not in the Tempalte -Files

hoefti
linktobuy Web Directory
Ratgeber Recht

Last edited by:

hoefti: Apr 20, 2003, 4:35 AM
Quote Reply
Re: [hoefti] Markup fatal error, what can be broken In reply to
If you look in Setup -> Markup, is the 'markup_allow_url' option enabled?

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Markup fatal error, what can be broken In reply to
Hello Jagerman

Yes, the markup is enabled. basic url und Email Markup is working, only the URL tag to hide a link behind a text is broken.

What can i do to repair this?

hoefti
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] Markup fatal error, what can be broken In reply to
Let me see if I have this right: you're putting:

[url "http://www.google.com"]http://www.google.com[/url]

in your post, and it just stays as that - it doesn't become a link?

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Markup fatal error, what can be broken In reply to
hello Jagerman

Thats right.
Wy is one of the URL Markup broken and the others works fine?

i look in every File but i cant find the error
hoefti
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] Markup fatal error, what can be broken In reply to
Hello

I install an new Markup-Tag
url()

first html field
Code:
<a href="%1%" target="_blank">
next field
Code:
</a>

Now i can write a URL tag
like
[url http://www.google.com]Google
and the advance Editor makes the URL Tag possible

but thanks for you help
hoefti
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] Markup fatal error, what can be broken In reply to
Was the old url() tag removed? There should have been one already.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Markup fatal error, what can be broken In reply to
Hello

Maybe i have delete the Tag, but i cant remember for this action.

Now all Tag are working an i go with my grandchild eat an ice.

i Wish you a nice Day an say thanks for the help you give for this and other question

greeting hoefti
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] Markup fatal error, what can be broken In reply to
Hi hoefti,

The default tag is:

<a href="<%cgi_root_url%>/gforum.cgi?url=%c1%" target="_blank">

That will forward through gforum.cgi just to make sure users without cookies remain safe.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com