results in
http://yioop.com/?c=admin&a=wiki&arg=read&group_id=3&page_name=Browse_Groups
which points to a non existing wiki page as a result of replacing spaces with underscores.
either of one of the below should happen.
All Pages_Like_This should point to Pages%20Like%20This
or
Internal page links should be parsed as it is, i.e, Browse Groups should result in http://yioop.com/?c=admin&a=wiki&arg=read&group_id=3&page_name=Browse%20Groups
Also , a missing Yioop token in the url will force the user to re-login. Please add yioop token as a query param while parsing the links. The JS wiki parser does the same.
When the user tries to insert internal page links by using yioop wiki mark up, the resulting html hyperlink counter parts are broken.
For example using Browse Groups
results in http://yioop.com/?c=admin&a=wiki&arg=read&group_id=3&page_name=Browse_Groups
which points to a non existing wiki page as a result of replacing spaces with underscores.
either of one of the below should happen.
Fixed with a618e68