Wiki links broken

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angel: :angry: :beer: :bfg: :chaingun: :cheers: :blergh:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1.5 MiB.

Expand view Topic review: Wiki links broken

Re: Wiki links broken

by Rachael » Fri May 07, 2010 10:47

In this case, the fix would have to be php side, because spaces do not belong in links at all, and the [wiki] tags do, quite plainly, links. What it needs to do is translate them to %20's (the proper way) or simply replace them with _'s (which will only work for wiki's and not any other application which would use a similar identifier setup).

Nevertheless, I've gone ahead and changed the {LOCAL_URL} identifiers to {SIMPLETEXT} identifiers - however, this is a hacky work-around.

Re: Wiki links broken

by Gez » Thu May 06, 2010 18:00

Bumpity bump bump. I think I've found why it's broken. Compare:

[wiki]Main_Page[/wiki]
[wiki]Main Page[/wiki]

Re: Wiki links broken

by Rachael » Wed Dec 16, 2009 18:49

I will have to look into this later... ugh

Wiki links broken

by Gez » Wed Dec 16, 2009 11:25

[zwiki]Main Page[/zwiki]
[wiki]Main Page[/wiki]
[swiki]Main Page[/swiki]

Doesn't seem to work. :|

Top