Yes, phpMyAdmin is showing as a warning. The index is added but still get the posts repeated.

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

(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

http://www.soonotes.com/bbs/img/post/prnt.jpg

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

(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

(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

(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. smile

107

(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.