Yes, phpMyAdmin is showing as a warning. The index is added but still get the posts repeated.
101 2007-01-15 16:47
Re: Same user appears 3 times in the online list (44 replies, posted in PunBB 1.2 bug reports)
102 2007-01-15 16:40
Re: Same user appears 3 times in the online list (44 replies, posted in PunBB 1.2 bug reports)
I have applied the fix and am getting multiple entries of the post. If 5 guests are online the post shows 4 times, 9 guests it shows 8 times etc.
Also mysql reporting
UNIQUE and INDEX keys should not both be set for column `user_id`
Running MySQL 4.1.21-standard
Any ideas? I have the online today mod installed if that makes a difference.
103 2007-01-11 05:30
Re: A printer-friendly version of threads. (27 replies, posted in Feature requests)
That's exactly what I did for authentication. Also, instead of adding the printable link to header I put it right in viewtopic like this
Personal preference I guess but I thought it was better there. If you want to do that open viewtopic.php and around line 171
<p class="postlink conr"><?php echo $post_link ?></p>
Replace with
<p class="postlink conr"><?php echo $post_link ?><br /><a href="viewprintable.php?id=<?php echo $id ?>"><?php echo $lang_common['Print version'] ?></a></p>
104 2007-01-11 01:59
Re: A printer-friendly version of threads. (27 replies, posted in Feature requests)
Found it. http://www.punres.org/files.php?pid=145
I know I changed a couple of things for the style and if I remember right you have to make a change in viewprintable to prevent users from viewing a printable version of a topic they shouldn't have access to. I'll check on that.
105 2007-01-10 03:14
Re: A printer-friendly version of threads. (27 replies, posted in Feature requests)
I don't remember where I found it, either here or PunRes, but there is a mod for printer friendly.
See it in action here
106 2006-09-04 02:01
Re: Search custom pages? (2 replies, posted in Feature requests)
That's what I thought. Thanks, I'll try the full search if it becomes an issue. It's not really needed anyway, just looking ahead.
107 2006-09-04 01:49
Topic: Search custom pages? (2 replies, posted in Feature requests)
Not sure if this is in the right place but I've searched the forums and can't find this anywhere. I am using the custom pages mod and wondered if there is a way to integrate it into the site search.
Btw, love the PunBB. Best combination of features and available mods vs size and speed I've found for what I want.