1

(1 replies, posted in PunBB 1.3 troubleshooting)

Under Profile, we created a new section Photo using the avatar code. On line 1102 of profile.php, how to add this new section to the if statement to skip like avatar.

line 1102: if (($section != 'avatar') && empty($errors))

PS.
This language entry is not used: 'Remove avatar file' => 'Delete avatar file:'
This SEF entry is not used: upload_avatar

Thanks.

2

(2 replies, posted in PunBB 1.2 discussion)

How difficult to implement this (code changes)?

Instead of assigning group permissions per forum, assign the group permissions per category. In other words, forums within a category will inherit group permissions from that category.

profile.php

Add this code after line 2094:
$pun_page['frm_info'][] = '<li><span>'.$lang_profile['Avatar info type'].'</span></li>';

"Verify registrations" is enabled.

After registering, this message is shown: "Thank you for registering. Your password has been sent to the specified address.". Actually, an email with a link to set your password is sent, and no password is sent.

5

(1 replies, posted in PunBB 1.3 troubleshooting)

Notice: Undefined index: posts in C:\xampp\htdocs\punbb13\moderate.php on line 149

Got this message after clicking the Delete posts button without checking any checkboxes.

When moving a topic, the Redirect setting checkbox is initially checked.
When mass moving topics (moderate forum), the Redirect setting checkbox is initially unchecked.

Should they both have the same initial state (checked or unchecked)?

7

(151 replies, posted in PunBB 1.3 extensions)

search.php (line 866-871, 1034-1039) - Add hooks similar to viewforum.php. I have a custom search that requires a column for thumbnails. Thanks.

Nevermind. Found this thread: http://punbb.org/forums/viewtopic.php?id=11887

Quick jump menu does not have onchange="javascript:this.form.submit()" like it did in 1.2. Is this intentional?

10

(17 replies, posted in PunBB 1.3 troubleshooting)

Smartys wrote:

If it turns out that the file operations are actually significantly slowing down viewtopic.php, then it might be worth looking at. However, I have a feeling that they're not. Thus, reducing unnecessary repetition of them has all the upsides of actually caching the HTML in the users table without any of the downsides. smile

Sorry to be dense. smile Is the final decision to keep it as it? Thanks.

In viewtopic, would it be worth it to cache the avatar information after the initial avatar checking similar to $signature_cache. In a thread, a user may appear more than once, then the avatar checking is done each time for the same information.

12

(52 replies, posted in PunBB 1.3 troubleshooting)

/admin/prune.php (line 80) - Replace hardcoded string

rewrite.php (line 89) - Replace hardcoded string????

13

(52 replies, posted in PunBB 1.3 troubleshooting)

misc.php (line 141) - Change $lang_common['Cancel'] to $lang_common['Cancel redirect']

14

(52 replies, posted in PunBB 1.3 troubleshooting)

Changeset 1600 fixed line 91. Please do the same for line 90. Thanks.

15

(52 replies, posted in PunBB 1.3 troubleshooting)

Changeset 1598 - The ellipse is not displayed properly. It is showing as a diamond with a question mark in it.

Edit: Strange. On a remote server, it looks fine. But with the local server using XAMPP, it is showing the diamond with question mark.

16

(52 replies, posted in PunBB 1.3 troubleshooting)

extern.php (line 283) - Change to: exit($lang_common['Bad request']);

When sorting by number of posts and looking at users with the same number of posts, they are not in chronological order like it is in 1.2.

18

(1 replies, posted in PunBB 1.3 troubleshooting)

Guests posting is enabled. When replying by a guest, the Quote link is not available.

19

(8 replies, posted in PunBB 1.3 troubleshooting)

We have a private board. We generate the accounts. Therefore, we don't want Rules to be available if the user is not logged in.

20

(8 replies, posted in PunBB 1.3 troubleshooting)

How about disabling the Rules link in header when read board permission is off and 'Allow registrations' is off?

21

(8 replies, posted in PunBB 1.3 troubleshooting)

Thank you!

Question: For non-guest groups (Members, etc.), should Profile link, New posts link, Mark all topics as read link, and any other links (that Paul will be adding to the index page) be hidden too?

Thanks.

22

(8 replies, posted in PunBB 1.3 troubleshooting)

When a group does not have 'Read board' permission, then the User list link, Search link, and Quickjump menu should not be displayed even if these settings are enabled.

When search is disabled:
- there is no use for 'New posts' link since it returns "You do not have permission to use the search feature."
- there isn't a way to access the "Your subscriptions" link since it is on the Search page.

24

(7 replies, posted in PunBB 1.3 troubleshooting)

Paul wrote:

Silent edit (don't display "Edited by ..." in topic view for this edit)

Should it be "Last edited by ..."?

25

(1 replies, posted in PunBB 1.3 troubleshooting)

BBCode is disabled. Clicked the Quote link and received the following error message.

Notice: Undefined index: User wrote in C:\xampp\htdocs\punbb13\post.php on line 311