|
Register | Sign In |
|
QuickSearch
Thread ▼ Details |
|
Thread Info
|
|
|
Author | Topic: Feature Requests and Suggestions Thread | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
I think this thread is a good idea. It would help me be responsive to member needs, and it could also serve as a focal point for members who have an interest in the development of bulletin board software. I'm the only developer at present, and more developers will be required to effectively implement a full-featured board.
My eventual goal is a commercial bulletin board product with vBulletin-level capabilities. The value-added would be a lower price, greater performance because it's implemented in Perl instead of PHP, and, because it isn't dependent upon SQL, lower costs and greater flexibility choosing webhosting companies. I'm hoping to release dBoard 1.0 to this site before Christmas.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
RAZD writes: (p align=center) doesn't work on qs boxes or images ...? also works for boxes, as you can see above.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
RAZD writes: perhaps in the header fields? hr, hc, hl? hd for the decimal aligned? each column would be set by the header alignment? Rather than creating new tags for each alignment or format, I'd instead add modifiers, e.g., [h]. Formats would be inherited by all other fields lower in the same column, unless otherwise specified. Font settings would not be inherited. You also mentioned comma as the decimal separator, and this, too, is easy. The only difficulty I can see in making tables flexible and useful is the sheer number of possibilities. This only means a lot of typing of code, not thinking, so it isn't hard.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
This has been on the "todo" list for a while now. I'm pretty sure I know how to do this efficiently. At the user level, there would be buttons to "mark all messages as having been replied to" and to "mark this message as having been replied to".
I also hope to add the button "display all messages in this thread that are waiting for replies from me," as well as some buttons not directly related to this request, like "display all messages in this thread from me" and "display all messages in this thread from this user" and "display the thread of messages for this message" (i.e., follow the "reply" links). This last would dovetail nicely with the "reply to all these messages in a single message" button, but this might be problematic as I'm having trouble visualizing a simple interface.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
The double post problem was part of the initial release, but perhaps hasn't been tested yet. Try clicking "Submit Reply" twice in a row.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
Ben writes: There are some choices in the "Search Forum / Archive" dropdown menu of the search page that are not valid selections Main Topic ForumsSide Orders Forum Bits and Bytes Archive The forum categories are now valid selections. In other words, you can now search all the forums of a single category by selecting the category from the search menu. Categories are now also included in the context banner that appears at the top of most pages, e.g.:
(By the way, if there are any HTML/css/Javascript hackers out there who know how to get the first line of the context aligned left and any remainder that wraps to a second line aligned right, please let me know.) You can click on a category link and be taken to a list of the forums for that category. The jump table that appears at the bottom right of most pages also now works for categories. This message has been edited by Admin, 12-30-2004 08:14 AM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
Ben writes: I've noticed that both in CREATING and SEARCHING usernames, user names are case sensitive!! Now I know you're busy with fixing up dBBoard 1.0, but this should NOT be allowed in any commercial release. UNDOUBTEDLY you don't want people registering names based on case. For example, I register "percy" (not to be confused with "Percy") . People would get confused, and it could lead to aliasing. Though dBoard is new software, it uses many of the UBB assumptions and databases that we started with. This includes case sensitive user names.
In the MINIMUM case, keep the assumptions (i.e. code that assumes aliases are case-sensitive) but REMOVE the ability to create aliases taht are the same spelling but different case. Requiring new registrations to be unique when checked case-insensitively makes a lot of sense. I've added it to the list. This would differ from aliases, because you actually want users to be able to create case sensitive aliases. One of the common requests I get is, "I registered as 'tom', but I really wanted to be 'Tom'."
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
That is a good point though about being able to "spoof" using a case sensitive alias? Isn't it? Yes, you're right. The way it would have to work is to only allow creation of create case-insensitive unique aliases, except when compared with the suer's own aliases. For example, this would mean you'd be able to create an alias called "NOSYNED", but not an alias called "PERCY".
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
Moose writes: Minor detail, but I think it would be nice if the "This message is a reply to:" notation were displayed at the top of the reply message, rather than at the bottom. This makes a lot of sense, and it would fit neatly between the message number and the date. I might have to play with the appearance a bit, but I'll see what I can do. I've added it to the list.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
Something along these lines has been on my list for some time. I hold off because I'm not sure how strict to be.
Should it be advisory, e.g., "dBCode errors exist, post message anyway?" Plenty of dBCode errors could slip through with this approach. Or should it be strict, e.g., "dBCode errors exist, they must be fixed before you can post this message." Computers have been thrown out windows for less. I *could* make it a user option, so members could select the level of automated checking they want. But that might not satisfy the sensibilities of some board administration pedants (I count myself among them) who are easily annoyed by sloppy posts. Anyway, it's already on the list.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
All fixed. The RAZD8 account has been merged into the RAZD account. Ignore any email you receive about a new password, you're original password is still in effect. Your email address is now razd8@yahoo.com.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
RAZD writes: suggestion: have the reply window open in another {window\page}, so that reference back to previous posts is easier? Thanks for giving me this opportunity to make a couple suggestions for people.
This message has been edited by Admin, 01-14-2005 09:02 AM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
The thread tracker cookie is updated after you post, so you'll never see a blue dot because of a message you posted yourself.
If you delete cookies then the thread tracker cookie will be deleted with all the rest, and you should see blue dots for every thread posted to in the last 48 hours.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
Great suggestion! I'm adding it to the list. Sorry, nothing can be done in the short term.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13124 From: EvC Forum Joined: |
If problem is fixed, this should be a proper link to message 5: Message 5
|
|
|
Do Nothing Button
Copyright 2001-2023 by EvC Forum, All Rights Reserved
Version 4.2
Innovative software from Qwixotic © 2025