Topic: Feedback on 1.3
- install.php doesn't have the password fields set to type=password
- on the "login screen, I dislike the "forgotten" stuff being above the login boxes -- it's like assuming I'm dumb
- the breadcrumb on the admin pages seems redudant considering the nice menu's you've setup
- source order -- I highly value the work that the devs do on Pun, but don't put the credit link in the header
-
WARNING! If you select any scheme other than the default scheme you must copy/upload the file .htaccess from the extras directory into the forum root directory. The server that hosts the forums must be configured with mod_rewrite support and must allow the use of .htaccess files. For servers other than Apache, please refer to your servers documentation.
Do a test to see if you can write the .htaccess file and do it if you can -- don't scare the poor user if you have make their life "click to turn on" simple
- "URL Scheme" needs waaaay more details -- what are the various schemes mean? A few examples of the resulting URLs would really help
- in rewrite.php "header('HTTP/1.x 404 Not Found');" "1.x"? Is that ok?
- if you set the SEF url's to on, and .htaccess isn't working right, it's very difficult to get it turned back off (going to the non-sef url version of the options page has you trying to submit the new option changes to the SEF url which fails.) Need some kind of "Bail me out of SEF" button
- with the included SEF .htaccess, apache fails to recirect correctly on a windows XAMPP install when in a subdirectory. Gives the error [Wed Jan 30 23:54:39 2008] [error] [client 127.0.0.1] script 'F:/xampp/htdocs/rewrite.php' not found or unable to stat, referer: http://127.0.0.1/pun/ adding /pun before /rewrite.php fixes this. Not sure if there's a proper fix though.
- SEF Folder should use "safe" html names in the URL instead of numbers. IMO, /forum/1 is not much more useful than /forum.php?id=1 -- neither tells a user much of anything about the url. Search Engines don't much give a rats tookass about ?id=NNN anymore so that point isn't valid any longer -- it's all about user experience with "SEF"'s. Silly name for them these days.
- Announcement Setting: in a real forum situation, the announce gets used A LOT -- having it buried under so much navigation and scrolling is really troublesome -- it should be pulled out and easier to work with
- "Allow new users to register. Disable only under special circumstances." I'll disable that whenever I dang well please. I suggest removing this "warning".
- "Allow registration with banned e-mail addresses." why this is allowed by default, I do not know. If shouldn't be.
- On the censoring page, if censoring is turned off, perhaps there should be a note to that effect.
- "Maintenance Mode Logout Warning" -- why not write into logout.php a quick check on "if maintenance mode is on, don't allow admin to logout" Would solve the whole issue.
- On the admin pages you tell the user which page they are on in four separate places -- title, bread crumb, highlighted menu/submen, and the {PLACE} text. Overkill in my opinion
- The arrow between pages doesn't graphically make sense -- probably because it's the only non-text item on the page and it's got shading. I'd reduce it so a very simple, flat arrow that looks like text, ie:
----------------
That's my 30 minute admin exploration -- I'm looking to dive into extensions later ;D