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.
Search found 15 matches
- Wed Nov 23, 2005 9:52 am
- Forum: General discussions
- Topic: 1.5.0 Rating Statistics and...
- Replies: 18
- Views: 26386
- Sun Nov 20, 2005 12:34 pm
- Forum: General discussions
- Topic: 1.5.0 Rating Statistics and...
- Replies: 18
- Views: 26386
- Fri Nov 04, 2005 10:10 am
- Forum: General discussions
- Topic: 1.5.0 Rating Statistics and...
- Replies: 18
- Views: 26386
- Thu Nov 03, 2005 8:31 am
- Forum: General discussions
- Topic: Sorted Sessions list
- Replies: 2
- Views: 6310
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 file ...
In the file ...
- Thu Sep 01, 2005 6:31 am
- Forum: General discussions
- Topic: Handling of the HTML "pre" tag
- Replies: 5
- Views: 7464
- Wed Aug 31, 2005 9:00 pm
- Forum: General discussions
- Topic: Handling of the HTML "pre" tag
- Replies: 5
- Views: 7464
- Sat Aug 27, 2005 9:02 am
- Forum: General discussions
- Topic: Handling of the HTML "pre" tag
- Replies: 5
- Views: 7464
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 tags within it become ...
- Fri Aug 26, 2005 3:33 pm
- Forum: General discussions
- Topic: 1.5.0 error in pdf
- Replies: 12
- Views: 18694
- Fri Aug 26, 2005 1:54 am
- Forum: General discussions
- Topic: 1.5.0 Rating Statistics and...
- Replies: 18
- Views: 26386
- Thu Aug 25, 2005 10:50 am
- Forum: General discussions
- Topic: 1.5.0 Rating Statistics and...
- Replies: 18
- Views: 26386
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.'faqdata ...
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.'faqdata ...
- Sun Aug 21, 2005 8:04 pm
- Forum: General discussions
- Topic: 1.5.0 Rating Statistics and...
- Replies: 18
- Views: 26386
- Sat Aug 20, 2005 9:28 pm
- Forum: General discussions
- Topic: 1.5.0 Rating Statistics and...
- Replies: 18
- Views: 26386
- Sat Aug 20, 2005 1:53 am
- Forum: General discussions
- Topic: 1.5.0 Rating Statistics and...
- Replies: 18
- Views: 26386
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 ...
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 ...
- 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: 8485
- 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: 8485
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 ...
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 ...