151

(7 replies, posted in PunBB 1.3 troubleshooting)

Our Recent Posts search is slow as shown: Generated in 4.076 seconds, 4 queries executed

Is this search affected by the number of posts?

152

(20 replies, posted in PunBB 1.3 troubleshooting)

http://punbb.org/forums/viewtopic.php?id=8161

We are using this modification for easy reading of timezone. Please consider adding the item labels into the language file.

153

(5 replies, posted in PunBB 1.3 troubleshooting)

Yes, that is the case.

154

(5 replies, posted in PunBB 1.3 troubleshooting)

No, it is not a session timing out.

- Logged in.
- Created a new message.
- Clicked on the Edit link.
- Clicked Submit button.
- Got the warning.

This is reproducible every time.

155

(5 replies, posted in PunBB 1.3 troubleshooting)

Received warning when editing a posting.

"Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were."

156

(1 replies, posted in PunBB 1.3 troubleshooting)

Notice: Undefined index: csrf_token in C:\xampp\htdocs\punbb13\post.php on line 165

Users > Searches

Administrators can be moved to a different group using the Change group button. There is no protection from locking out an Administrator.

Found out the problem. In line 1338 of profile.php, the <span> tag should be outside of the <a> tag.

Line: 1184
$pun_page['user_data'][] = '<li><strong>'.$lang_profile['E-mail'].'</strong> <span><a href="mailto:'.$user['email'].'" class="email">'.$user['email'].'</a></span></li>';

Line: 1338
$pun_page['user_data'][] = '<li><strong>'.$lang_profile['E-mail'].'</strong> <a href="mailto:'.$user['email'].'" class="email"><span>'.$user['email'].'</span></a></li>';

Please consider making Username, Website, and Signature fields to be the same width as the other text fields. Also, capitalize the first character of the options in the drop-down menus. Thanks.

160

(52 replies, posted in PunBB 1.3 troubleshooting)

admin.php:
'Rank updated'                    =>    'Rank updated',
'Rank removed'                    =>    'Rank removed',

'Extension disabled'            =>    'Extension disabled',
'Extension enabled'                =>    'Extension enabled',

- Add a period to the end of each entry.

161

(7 replies, posted in PunBB 1.3 troubleshooting)

"From here you can control vital aspects of the forum. Depending on whether you are an administrator or a moderator you can enable and disable features, manage users and groups, create and manage categories and forums, manage extensions and maintain your PunBB installation in good order."

This verbiage is more geared for Administrators than Moderators. The first sentence and "manage users and groups" are applicable to Moderators, but that is it.



Feature request: Sort the censored words in alphabetical order.

162

(52 replies, posted in PunBB 1.3 troubleshooting)

'Mark forum read redirect'    =>    'All topics and forums in the specified forum have been marked as read. Redirecting ?'
- Change "All topics and forums" to "All topics and postings".

register.php:
// Load the register.php language file
require PUN_ROOT.'lang/'.$pun_user['language'].'/profile.php';
- In comment, change register.php to profile.php

163

(3 replies, posted in PunBB 1.3 troubleshooting)

The censored word is viagra*. I was able to register viagra. Should this have been allowed?

164

(0 replies, posted in PunBB 1.3 troubleshooting)

In versions before 1.3, the user title is after the username.
In 1.3, the user title is after the avatar.

What is your preference?

165

(3 replies, posted in PunBB 1.3 troubleshooting)

For moderators, should this link be hidden?

Don't show the Select column when ban is disabled for moderators.

Thanks.

Parse error: syntax error, unexpected T_ENDIF in C:\xampp\htdocs\punbb13\admin\users.php on line 847

when clicking the User search link.

Also, when no records are found, don't show the Ban button.

The Select column is not showing up.

It would be handy to have a Go back or Try again link rather than using the Back button.

"Wrong username and/or password.

If you have forgotten your password request a new password to regain access."

171

(14 replies, posted in PunBB 1.3 troubleshooting)

Settings > Email - SMTP password

Should this field be password type?

[Ban] [Delete] [Change group] buttons

With ban permission, display the Select column with the Ban button only.
Without ban permission, hide the buttons.

This is only happening when you are viewing your own profile under Profile > About and "Display your e-mail address to other users" is checked.

Hopefully, this can be fixed.

For reference:

Generated in 0.058 seconds, 10 queries executed (without the extension)

Generated in 3.671 seconds, 10 queries executed (with the extension)

Thanks.