Some minor fixes to 1.6.7
Posted: Fri Apr 02, 2010 11:18 am
Hello.
Maybe someone is interested in the fixes i've made to Teremba Bay release.
Here they are:
1. fix plugins/function.cms_selflink.php
434: $result .= '/>';
in order to have closing `/>' instead of "".
2. simple tagging plugin fix
(server complaints "Notice: Use of undefined constant content - assumed 'content' in [SKIPPED]")
328: 329: 335:
Just put [content] and [Tags] in '', so it turns to ['content'] and ['Tags'].
3. Minor fix to visitor stats
I can't remember the line, but there is one typo in the code..
4. Also i couldn't get Glossary work with pretty urls correctly.
Maybe it's possible for community to improve the module and represent it, since it's of great value for site owners.
Thank you.
P.s. sorry if i confused a category to post this stuff in..
Maybe someone is interested in the fixes i've made to Teremba Bay release.
Here they are:
1. fix plugins/function.cms_selflink.php
434: $result .= '/>';
in order to have closing `/>' instead of "".
2. simple tagging plugin fix
(server complaints "Notice: Use of undefined constant content - assumed 'content' in [SKIPPED]")
328: 329: 335:
Just put [content] and [Tags] in '', so it turns to ['content'] and ['Tags'].
3. Minor fix to visitor stats
I can't remember the line, but there is one typo in the code..
4. Also i couldn't get Glossary work with pretty urls correctly.
Maybe it's possible for community to improve the module and represent it, since it's of great value for site owners.
Thank you.
P.s. sorry if i confused a category to post this stuff in..