#38: Link styles are ugly ---------------------+------------------------------------------------------ Reporter: dom | Owner: dom Type: defect | Status: new Priority: normal | Component: openguides Version: | Severity: normal Resolution: | Keywords: ---------------------+------------------------------------------------------ Comment (by crschmidt@crschmidt.net):
This is a change in CGI::Wiki::Formatter::UseMod, probably copied over from the time when OpenGuides was originally moved over from GrubStreet. I'm not sure what the best way is to do this, but I would really prefer to be able to somehow set the formatter that OpenGuides is using. This doesn't need to be a config option neccesarily, but something easy to change in wiki.conf would be good...
Looking at it, it looks like $formatter = $wiki->formatter; in the first line of the wiki.cgi can actually control all of the formatting. so, if you want to do this, the best way to do it would be to copy the UseMod formatter, create an "OpenGuides" (or an "OpenGuides::oxford") formatter, then set that formatter variable in the wiki.cgi. This keeps it from being another config option to confuse people, but allows most people to chnage it themselves.