51

(7 replies, posted in PunBB 1.3 troubleshooting)

There is an error on line 999. It is missing the closing parenthesis.

52

(7 replies, posted in PunBB 1.3 troubleshooting)

Click New Posts link. On the results page, add missing parameter to pun_link call [ New posts ]. (http://127.0.0.1/punbb1567/topic22735-$2-new-posts.html)

53

(1 replies, posted in PunBB 1.3 troubleshooting)

When viewing a closed topic, there is no visual indicator that it is closed. Maybe implement it like this: Posts [ 1 ] [ Closed ]

Thanks.

54

(15 replies, posted in PunBB 1.3 troubleshooting)

edit.php - Missing a semicolon to the latest change.

55

(15 replies, posted in PunBB 1.3 troubleshooting)

Please consider doing the same to edit.php, and delete.php. Thanks.

56

(15 replies, posted in PunBB 1.3 troubleshooting)

To make 'Post reply' behave the same way, the following was added to post.php:

$forum_id = $cur_posting['id'];

Is this safe to add?

Thanks.

57

(15 replies, posted in PunBB 1.3 troubleshooting)

Rev: 1563 - Getting the following for viewforum.php and viewtopic.php:

Notice: Undefined variable: fid in C:\xampp\htdocs\punbb13\cache\cache_quickjump_2.php on line 5

58

(15 replies, posted in PunBB 1.3 troubleshooting)

This is really minor. When posting a new topic/reply, the 1st option is selected in the quick jump drop list. If possible, select the current forum instead.

59

(1 replies, posted in PunBB 1.3 troubleshooting)

Guest posting is enabled. For topics that are closed, the following is displayed: "Guest posting is disabled. You must login or register to post a reply." which is misleading.

From the error log:

Sat Mar 08 11:22:13 2008] [error] [client 127.0.0.1] (20025)The given path contained wildcard characters: access to /punbb13/search-k-all-ana*-4-DESC--1-topics-p2.html failed, referer: http://127.0.0.1/punbb13/search.html?ac … mit+search

http://127.0.0.1/punbb13/search-k-all-a … cs-p2.html

Here is the error page:

Access forbidden!

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.
Error 403
127.0.0.1
03/08/08 11:19:52
Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.3

It is working on a different server, but not with the local test server using XAMPP. Using r1551.

OK. It must be my setup. I will test it again on a different server. Thanks.

I'm using rev 1549. It is working for the other SEFs, but not with 'File based' and 'File based (fancy') SEFs.

Here is a sample URL. Getting the 'Access forbidden' message.
http://127.0.0.1/punbb13/search-k-all-a … cs-p2.html

It is failing for 'File based' and 'File based (fancy') SEFs.

Userlist: http://127.0.0.1/punbb13/users/an%2A/-1 … SC/page/2/
Search: http://127.0.0.1/punbb13/search/k/-1/aa … cs/page/2/

Notice the encoding for this partial search on username using wildcard (*an): an%2A and an%

The paging for the userlist is working, but not for search results.

If it is working for you, then I will set it up on a different server and test it out again.

Forum name and topic are prefixed with a hyphen in the  URL. Is the hyphen necessary?

Page link is shown as http://127.0.0.1/punbb13/topic13060$2-p2.html. Requires pun_link.

When SEF is enabled and searching using the wildcard character, clicking the navigation links to page to the other results pages generates a 'Bad request' error.

Please only hyperlink the username if the group has permission to view profiles. Thanks.

71

(52 replies, posted in PunBB 1.3 troubleshooting)

admin.php:
'Group key' => 'Permissions are the defaults as set in %s unless suffixed "(S)"'
- Add a period.

common.php:
'No confirm redirect' => 'No confirmation provided. Operation cancelled. Redirecting ?'
- Change ... to ellipsis.

When reports are sent via email, the subject line has the forum id in the parenthesis ex. Report(14). I had no idea what the number represented until looking up the source code. This could be confusion to others.

72

(2 replies, posted in PunBB 1.3 troubleshooting)

Profile > Settings - Time format drop-down menu
- The timezone is set to Pacific. The time format drop-down menu is showing 7:36PM when it is currently 11:45AM. Should it be displaying Pacific's time?


Feature request: Display the server time in the header of the board. For example,
The time now is Tue Feb 26, 2008 12:41 pm
We have an international board so members like to know the current time where we are.

73

(26 replies, posted in PunBB 1.3 troubleshooting)

In Profile, if the user has no posts, then don't display the "Show all posts" and "Show all topics" links.

For moved topics, it is showing "Topics moved by" instead of "Topics moved".

Thank you so much. It is very much appreciated!

One last issue for linkify. If Guests posting is enabled, then the username of guest's posting should not be hyperlinked.