Hmmm ... can you elaborate on that Kevin? The kb tables appear to be in utf8 from my phpMyAdmin. Is that what you meant?
Mini Knowledge Base block for Mini Knowledge Base v 0.2.8
Forum rules
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Mini Knowledge Base block for Mini Knowledge Base v 0.2.8
Yes. Switch it over to utf8_bin - and check the fields included within these tables and switch them over if needed.
Don't forget to create a backup before!
Don't forget to create a backup before!
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: Mini Knowledge Base block for Mini Knowledge Base v 0.2.8
hum, for me don't work. i don't know why, but anything appear in the block, except the title of block.
Re: Mini Knowledge Base block for Mini Knowledge Base v 0.2.8
tryKevin wrote:I get the "Undefined variable: s_reported"
open kb_show.php
find
Code: Select all
$s_reported = ($report_id) ? true : false;
}
Code: Select all
else
{
$s_reported = false;
}
Code: Select all
'POST_URI' => ($row['post_id'] != 0 && $row['topic_id']) ? generate_seourl_topic($row['topic_id'], false, $row['forum_id']) : '',
//'POST_URI' => ($row['post_id'] != 0) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id'] . '&t=' . $row['topic_id']) : '',
Code: Select all
//'POST_URI' => ($row['post_id'] != 0 && $row['topic_id']) ? generate_seourl_topic($row['topic_id'], false, $row['forum_id']) : '',
'POST_URI' => ($row['post_id'] != 0) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id'] . '&t=' . $row['topic_id']) : '',