On second thought, it would be better to add it to an info box above the "Create mailing list" textarea.
202 2008-02-04 05:31
Topic: $mail_subject and $mail_message to language file? (0 replies, posted in PunBB 1.3 troubleshooting)
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 2008-02-04 04:04
Topic: Create mailing list (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 2008-02-04 03:44
Topic: Email Address in Profile (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 2008-02-03 22:13
Re: Hook requests (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 2008-02-03 20:58
Re: Spelling errors/Minor changes (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 2008-02-03 20:06
Re: Search > Sort results by Forum (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.
208 2008-02-03 19:57
Topic: Search > Sort results by Forum (3 replies, posted in PunBB 1.3 troubleshooting)
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 2008-02-03 17:36
Re: Spelling errors/Minor changes (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 2008-02-03 17:20
Re: Subscription (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 2008-02-03 05:29
Topic: Redirect window - Ellipsis (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.
212 2008-02-03 04:33
Re: rev1412 English lang pack, minor typographics issues (14 replies, posted in PunBB 1.3 troubleshooting)
I think my commit regarding the ellipsis caught all of them.
This got missed:
'Group membership redirect' => 'Group membership saved. Redirecting ...',
213 2008-02-03 03:16
Topic: Your Subscriptions search (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 2008-02-03 02:21
Re: [img] tag (1 replies, posted in PunBB 1.3 troubleshooting)
Nevermind. This is one of the Active tickets.
215 2008-02-03 02:19
Topic: [img] tag (1 replies, posted in PunBB 1.3 troubleshooting)
With the Alt attribute, the img tag does not work. Without it, it does work.
216 2008-02-02 23:11
Topic: Move topic (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 2008-02-02 22:53
Re: user profile (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 2008-02-02 22:47
Re: user profile (4 replies, posted in PunBB 1.3 troubleshooting)
Should the labels be in gray color, and the information be black in color?
219 2008-02-02 02:49
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
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 2008-02-02 02:24
Re: Spelling errors/Minor changes (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 2008-02-02 00:48
Topic: "Check for updates" link (3 replies, posted in PunBB 1.3 troubleshooting)
Should this be working now or is it coming?
222 2008-02-02 00:25
Re: Spelling errors/Minor changes (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"
223 2008-02-01 21:55
Topic: Gray color text hard to read (0 replies, posted in PunBB 1.3 troubleshooting)
In the warning, the gray color text is hard to read.
224 2008-02-01 19:15
Re: db_update.php (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 2008-02-01 19:12
Topic: User list - Show from group (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.