201

(1 replies, posted in PunBB 1.3 troubleshooting)

On second thought, it would be better to add it to an info box above the "Create mailing list" textarea.

Should $mail_subject and $mail_message be in the language file for the following files?

functions.php:
$mail_subject = 'Alert - New registration';
$mail_message = 'User \''.$user_info['username'].'\' registered in the forums at '.$base_url.'/'."\n\n".'User profile: '.pun_link($pun_url['user'], $new_uid)."\n\n".'-- '."\n".'Forum Mailer'."\n".'(Do not reply to this message)';

register.php:
$mail_subject = 'Alert - Banned e-mail detected';
$mail_message = 'User \''.$username.'\' registered with banned e-mail address: '.$email1."\n\n".'User profile: '.pun_link($pun_url['user'], $new_uid)."\n\n".'-- '."\n".'Forum Mailer'."\n".'(Do not reply to this message)';

$mail_subject = 'Alert - Duplicate e-mail detected';
$mail_message = 'User \''.$username.'\' registered with an e-mail address that also belongs to: '.implode(', ', $dupe_list)."\n\n".'User profile: '.pun_link($pun_url['user'], $new_uid)."\n\n".'-- '."\n".'Forum Mailer'."\n".'(Do not reply to this message)';

misc.php:
$mail_subject = 'Report('.$forum_id.') - \''.$subject.'\'';
$mail_message = 'User \''.$pun_user['username'].'\' has reported the following message:'."\n".pun_link($pun_url['post'], $post_id)."\n\n".'Reason:'."\n".$reason;

profile.php:
$mail_subject = 'Alert - Banned e-mail detected';
$mail_message = 'User \''.$pun_user['username'].'\' changed to banned e-mail address: '.$new_email."\n\n".'User profile: '.pun_link($pun_url['user'], $id)."\n\n".'-- '."\n".'Forum Mailer'."\n".'(Do not reply to this message)';

$mail_subject = 'Alert - Duplicate e-mail detected';
$mail_message = 'User \''.$pun_user['username'].'\' changed to an e-mail address that also belongs to: '.implode(', ', $dupe_list)."\n\n".'User profile: '.pun_link($pun_url['user'], $id)."\n\n".'-- '."\n".'Forum Mailer'."\n".'(Do not reply to this message)';

203

(1 replies, posted in PunBB 1.3 troubleshooting)

Settings > Email
"A comma separated list of recipients of reports and/or new registration notifications."

I think it would be useful to add the following sentence to the above sentence. At the moment, you think you are setup when you add email address(es) to the Create mailing list.

Sentence to add: "For this to have any effect, "Report method" must be enabled in Settings - Setup and/or "Notify by e-mail" must be enabled in Settings - Registrations."

Of course, hyperlink "Settings - Setup" and "Settings - Registration".

204

(0 replies, posted in PunBB 1.3 troubleshooting)

When "Require verification of all new registrations by e-mail" is checked and your email settings is either "Hide your e-mail address but allow e-mail via the forum" or "Hide your e-mail address and disallow e-mail via the forum", then your email address is not displayed anywhere in Profile. You will not know your email address in the system until "Display your e-mail address to other users" is checked, then the email address will display under the About tab.

205

(151 replies, posted in PunBB 1.3 extensions)

Userlist - "Sort results by" drop-down menu

Since additional columns can be displayed, it would nice to be able to sort on these additional columns.

206

(52 replies, posted in PunBB 1.3 troubleshooting)

When signature/avatar is disabled, then text referencing these features should be removed from this line.

"Registration enables you to use features such as editing and deleting posts, designing your own signature, uploading an avatar and much more."

207

(3 replies, posted in PunBB 1.3 troubleshooting)

It is sorting by the forum ID and not by the forum title. It should be sorted by forum title.

The forum column of the search results are grouped by forum, but not in ascending/descending order. This is also happening in 1.2.16. Maybe it is me not understanding the sort results by forum. If I am wrong, sorry for this posting.

209

(52 replies, posted in PunBB 1.3 troubleshooting)

Under Rules, remove . from "Forum rules."

The . is in "Forum rules." because of Register "Forum rules. You must agree to the rules to register.", but should be removed under Rules.

210

(2 replies, posted in PunBB 1.3 troubleshooting)

When subscription is off, "subscriptions" should be removed from this line "Specify settings for localization, email, subscriptions, login and display".

211

(1 replies, posted in PunBB 1.3 troubleshooting)

In profile.php, the ellipsis is shown as a diamond with a question mark in the Redirect window. In the other sections, the ellipsis is displayed correctly.

Rickard wrote:

I think my commit regarding the ellipsis caught all of them.

This got missed:

'Group membership redirect'    =>    'Group membership saved. Redirecting ...',

213

(0 replies, posted in PunBB 1.3 troubleshooting)

It may not be obvious to go to Search to find Your Subscriptions. How about also adding it to Profile > About?

214

(1 replies, posted in PunBB 1.3 troubleshooting)

Nevermind. This is one of the Active tickets.

215

(1 replies, posted in PunBB 1.3 troubleshooting)

PunBB logo

With the Alt attribute, the img tag does not work. Without it, it does work.

216

(2 replies, posted in PunBB 1.3 troubleshooting)

Would it be possible to go back to the topic after clicking the Cancel button rather than going to the forum view?

217

(4 replies, posted in PunBB 1.3 troubleshooting)

Also, for entries with the "Unknown" value, is it possible to not display at all? Can an extension do this? Thanks.

218

(4 replies, posted in PunBB 1.3 troubleshooting)

Should the labels be in gray color, and the information be black in color?

219

(151 replies, posted in PunBB 1.3 extensions)

foxmask wrote:

A hook in place of the "Online" stat to be able to display them as we want.

Yes, please. In our case, we want to display upcoming birthdays and events/shows.

220

(52 replies, posted in PunBB 1.3 troubleshooting)

Users > Bans
"The e-mail address (e.g. user@domain.com) or partial e-mail address domain (e.g. domain. com) you entered is invalid." - Remove space in "domain. com"

install.php
"You can later choose to save avatar images in a different directory (see Admin/Options)" - Change "Admin/Options" to "Administration/Settings/Features".

"Once file uploads have been enabled, avatar uploads can be enabled in Administration / Options / Content.'" - Change "Administration / Options / Content" to "Administration/Settings/Features".

221

(3 replies, posted in PunBB 1.3 troubleshooting)

Should this be working now or is it coming?

222

(52 replies, posted in PunBB 1.3 troubleshooting)

Users > Bans
See "Allow registration with banned e-mail addresses" in Options/Registration for more info.

Change "Options/Registration" to "Settings - Registration"

In the warning, the gray color text is hard to read.

http://rbma.org/warning.jpg

224

(11 replies, posted in PunBB 1.3 troubleshooting)

Or you can download the latest db_update.php with the fix to give it a test drive.

225

(0 replies, posted in PunBB 1.3 troubleshooting)

We have several private/dormant groups we don't want to show up in the drop-down menu. How to exclude them or possibly removing the "Show from group" downmenu completely defaulting to All users without changing the php code?

It is ok to show these groups on the Administration side for user searches, but not on the public side.

Thanks.