I want to modify phpwiki so that the classic wiki links, in the BumpyCapsFormat, get treated as normal text, and only links between [[brackets] are links. Any clues how do to this? I'm thinking it's a trivial modification.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to modify phpwiki so that the classic wiki links, in the BumpyCapsFormat, get treated as normal text, and only links between [[brackets] are links. Any clues how do to this? I'm thinking it's a trivial modification.
Thanks!
Well I found the relevant code and commented it out. (Start a comment at line 112 and end it at 126, in /lib/transform.php).
It works fine, but the bumpy links on the initial pages get detached, and someone has to go stick brackets around them to reactivate them.
Thanks anyway!