Search found 15 matches

by bakabaka
Wed Nov 23, 2005 9:52 am
Forum: General discussions
Topic: 1.5.0 Rating Statistics and...
Replies: 18
Views: 21588

Hi Thorsten,

This is the CVS tag from the tar archive I downloaded:

$Id: stat.ratings.php,v 1.4.2.7 2005/11/07 19:20:32 thorstenr Exp $

If it helps I could revert the changes and set up an account for you that can view the ratings. Let me know if this would be useful.
by bakabaka
Sun Nov 20, 2005 12:34 pm
Forum: General discussions
Topic: 1.5.0 Rating Statistics and...
Replies: 18
Views: 21588

Hi Thorsten! Looks like this issue slipped in again, I upgraded from the tar.gz release and it reverted to separating the ratings. I've applied the fix again by deleting the lines I listed in the previous post, which seems to work. The quick work on the security update is much appreciated! I'd rathe...
by bakabaka
Fri Nov 04, 2005 10:10 am
Forum: General discussions
Topic: 1.5.0 Rating Statistics and...
Replies: 18
Views: 21588

Hi Thorsten,

It looks like this is happening again in 1.5.3, although the grey and green percentage bars are gone now. The same solution posted before appears to work to allow grouping of ratings again... Is this perhaps a new feature in the works? :)
by bakabaka
Thu Nov 03, 2005 8:31 am
Forum: General discussions
Topic: Sorted Sessions list
Replies: 2
Views: 4728

Sorted Sessions list

One aspect of the PHPMyFAQ interface which has been a bit annoying for me has been the "Browse Sessions" admin interface. If I want to see the sessions for a different day, I have to browse through an unsorted list of days. After a bit of digging around I came up with the following. In the...
by bakabaka
Thu Sep 01, 2005 6:31 am
Forum: General discussions
Topic: Handling of the HTML "pre" tag
Replies: 5
Views: 5957

Hi Thorsten,

Ah, that makes more sense. Thank you!
by bakabaka
Wed Aug 31, 2005 9:00 pm
Forum: General discussions
Topic: Handling of the HTML "pre" tag
Replies: 5
Views: 5957

Hi Thorsten, In version 1.5.0, when I modify line 103 in artikel.php from the following: "writeContent" => preg_replace_callback("/<pre([^>]*)>(.*?)<\/pre>/is", 'hilight', $content), back to this: "writeContent" => $content, as it was in previous versions of phpMyFAQ, t...
by bakabaka
Sat Aug 27, 2005 9:02 am
Forum: General discussions
Topic: Handling of the HTML "pre" tag
Replies: 5
Views: 5957

Handling of the HTML "pre" tag

It appears that the handling of the HTML "pre" tag has changed in version 1.5. In previous (1.4.x) versions, it would work as expected if it were placed in an article. With the current version though, preformatted text made with the "pre" tag takes on a reddish hue and the PHP ta...
by bakabaka
Fri Aug 26, 2005 3:33 pm
Forum: General discussions
Topic: 1.5.0 error in pdf
Replies: 12
Views: 13535

Interesting, it appears that the trailing LF from the font file is causing PHP to throw these errors. Once I modified the fonts/helveticai.php and fonts/helvetica.php files to remove them, the script functions normally when using these fonts. I opened the files in vim and deleted the final "^M&...
by bakabaka
Fri Aug 26, 2005 1:54 am
Forum: General discussions
Topic: 1.5.0 Rating Statistics and...
Replies: 18
Views: 21588

Hi Thorsten,

Thanks for the quick fix! Version 1.5 is running great, the new features like XHTML export look very cool. :)
by bakabaka
Thu Aug 25, 2005 10:50 am
Forum: General discussions
Topic: 1.5.0 Rating Statistics and...
Replies: 18
Views: 21588

Hi Thorsten, I had a bit of spare time and decided to look into the code that handles the grouping of the ratings in "admin/stat.ratings.php". I found that this works well enough for my purposes: $result = $db->query('SELECT '.SQLPREFIX.'faqdata.id, '.SQLPREFIX.'faqdata.lang, '.SQLPREFIX.'...
by bakabaka
Sun Aug 21, 2005 8:04 pm
Forum: General discussions
Topic: 1.5.0 Rating Statistics and...
Replies: 18
Views: 21588

Hi Thorsten,

That's odd, it seems to work ok here. I'll try inserting it directly in the message.

Image
by bakabaka
Sat Aug 20, 2005 9:28 pm
Forum: General discussions
Topic: 1.5.0 Rating Statistics and...
Replies: 18
Views: 21588

Hi Thorsten, Great! It sounds like the next version's going to be even better. The ability to place an article in more than one category is already an excellent improvement. Incidentally, here's a screen shot of the statistics behavior I was talking about earlier: http://xyzzy.dyn.dhs.org/images/rat...
by bakabaka
Sat Aug 20, 2005 1:53 am
Forum: General discussions
Topic: 1.5.0 Rating Statistics and...
Replies: 18
Views: 21588

1.5.0 Rating Statistics and...

Hi! I just upgraded from 1.4.11 to 1.5.0. It appears that when an item has been given more than one type of rating, the ratings are split into separate entries rather than averaged. I'll look into it a bit more later, but is this a bug or a feature? :) Also, I know this probably isn't the right foru...
by bakabaka
Thu Mar 10, 2005 9:26 pm
Forum: Bug reports
Topic: Search results fail after first entry in phpMyFAQ 1.4.7
Replies: 6
Views: 7288

Hi, I fixed it and uploaded a new package. Just change the file inc/functions.php. bye Thorsten Hi Thorsten, Thank you for looking into this! It did not seem to fix the problem here though. When I looked in the file, I noticed that there was an entry commented out at line 838 that looked like this:...
by bakabaka
Thu Mar 10, 2005 12:59 am
Forum: Bug reports
Topic: Search results fail after first entry in phpMyFAQ 1.4.7
Replies: 6
Views: 7288

Search results fail after first entry in phpMyFAQ 1.4.7

Hello, I think I found a bug in version 1.4.7 when I upgraded from 1.4.6. Search results beyond the first hit are showing up as 3 dots rather than a link to the matching article. The article ID is not being included in the URL of the broken links. Somehow the row->id is not being set for these eleme...