There is an error on line 999. It is missing the closing parenthesis.
52 2008-03-20 03:11
Topic: New posts (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 2008-03-19 18:55
Topic: Closed topics (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 2008-03-18 18:23
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
edit.php - Missing a semicolon to the latest change.
55 2008-03-18 17:17
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
Please consider doing the same to edit.php, and delete.php. Thanks.
56 2008-03-18 15:08
Re: Quick jump drop list (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 2008-03-18 02:14
Re: Quick jump drop list (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 2008-03-18 01:38
Topic: Quick jump drop list (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 2008-03-18 01:15
Topic: Guest posting (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.
60 2008-03-08 19:27
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
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
61 2008-03-08 19:20
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
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
62 2008-03-08 19:10
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
It is working on a different server, but not with the local test server using XAMPP. Using r1551.
63 2008-03-08 17:58
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
OK. It must be my setup. I will test it again on a different server. Thanks.
64 2008-03-08 17:52
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
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
65 2008-03-08 17:43
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
It is failing for 'File based' and 'File based (fancy') SEFs.
66 2008-03-08 16:16
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
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.
67 2008-03-08 16:09
Re: Feature Request for SEF URLs - "Folder Based (Fancy)" (9 replies, posted in PunBB 1.3 troubleshooting)
Forum name and topic are prefixed with a hyphen in the URL. Is the hyphen necessary?
68 2008-03-08 01:25
Topic: Search results - Page links for topics with more than 1 page (1 replies, posted in PunBB 1.3 troubleshooting)
Page link is shown as http://127.0.0.1/punbb13/topic13060$2-p2.html. Requires pun_link.
69 2008-03-07 03:52
Topic: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
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.
70 2008-03-03 05:01
Re: [extension release] Top 20 Users (6 replies, posted in PunBB 1.3 troubleshooting)
Please only hyperlink the username if the group has permission to view profiles. Thanks.
71 2008-02-27 04:13
Re: Spelling errors/Minor changes (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 2008-02-26 19:46
Topic: Time (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 2008-02-26 19:13
Re: Wish list (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.
74 2008-02-25 18:52
Re: [Extension release] Last post subject on index (51 replies, posted in PunBB 1.3 extensions)
For moved topics, it is showing "Topics moved by" instead of "Topics moved".
75 2008-02-25 05:53
Re: [Extension release] Last post subject on index (51 replies, posted in PunBB 1.3 extensions)
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.