| Author |
Post |
|
|
#1 Tue Apr 13, 2004 5:53 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
These are the features I am going to implement in release 0.3: - Editing and deleting posts; - Frequently asked questions (faq.php); - Cross-forum search engine; - Active topics listing; - [quote] and [code] BBCode tags; - Smilies. The following will be done if I still have some time on my schedule: - Topic subscriptions; - ACP for configuration options and forum management. Suggestions are welcome  « Last edit by Dietrich on Thu Aug 09, 2007 8:53 pm. »
|
|
|
#2 Tue Apr 13, 2004 5:54 pm
|
|
Member
Registered: Apr 2004
Posts: 12
Location: Mexico
|
Sounds good, I can wait for that. 
|
|
|
#3 Thu Apr 15, 2004 1:44 pm
|
|
Member
Registered: Apr 2004
Posts: 25
|
Hidden boards would be good.
|
|
|
#4 Thu Apr 15, 2004 1:46 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Hidden boards exist already by adjusting the "auth" property. Check this.
|
|
|
#5 Thu Apr 15, 2004 2:17 pm
|
|
Member
Registered: Apr 2004
Posts: 25
|
Basicly i want everyone to be able to post like normal, but i want the board hidden from the general forum list. But vieweble if the user knows the link.
|
|
|
#6 Wed Apr 21, 2004 5:50 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Thought about it but I don't think this is a useful feature. It won't be implemented in version 1.0 except if somebody makes a mod for it (is quite a bit work).
|
|
|
#7 Wed Apr 21, 2004 8:21 pm
|
|
Member
Registered: Apr 2004
Posts: 24
Location: Israel
|
Sounds good... I'm waiting for that... 
|
|
|
#8 Wed Apr 21, 2004 8:50 pm
|
|
Member
Registered: Apr 2004
Posts: 192
Location: Brussels Belgium
|
lets start the modding then :p
|
|
|
#9 Thu Apr 22, 2004 12:54 pm
|
|
Member
Registered: Apr 2004
Posts: 25
|
I might make a mod for useBB, i just have to work out the style of coding useBB uses, im useds to coding like the code in Mediarchive or Metaboards.
|
|
|
#10 Thu Apr 22, 2004 6:53 pm
|
|
Member
Registered: Apr 2004
Posts: 192
Location: Brussels Belgium
|
If you dont get something (function / class) please ask, pcf (& me) would be glad to help you.
|
|
|
#11 Fri Apr 23, 2004 1:52 pm
|
|
Member
Registered: Apr 2004
Posts: 25
|
I should be able to work it out, i just need to redownload it.
|
|
|
#12 Sat Apr 24, 2004 10:09 am
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Keep in mind, this is a topic about new features in 0.3 in the general discussion forum. Modding talk should not go in here!
|
|
elseif
|
#13 Sun May 09, 2004 2:50 pm
|
|
Guest
|
I think an online users list would be good.
It's also nice to know what's new and what's not, and then if it's new to be taken to the new post.
How many of the features in your first post have been implemented already?
|
|
|
#14 Sun May 09, 2004 3:03 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
A detailed online users list will be available by 1.0, also marking of new topics will be ready by then. At this moment, none of the features above have been implemented yet, only a whole bunch of bug fixes and optimizations have been made to the CVS snapshot of UseBB 0.3. The Changelog is here.
|
|
elseif
|
#15 Sun May 09, 2004 3:11 pm
|
|
Guest
|
A detailed online users list will be available by 1.0, also marking of new topics will be ready by then.
At this moment, none of the features above have been implemented yet, only a whole bunch of bug fixes and optimizations have been made to the CVS snapshot of UseBB 0.3. The Changelog is here.The reason why I asked is because it looks like you have implemented the quote and edit features. Another useful feature would be topic preview while you reply.
|
|
|
#16 Sun May 09, 2004 7:02 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Quote is temporarily the same as putting text between italic-tags. Also, nested BBCode doesn't work, this will be fixed when I've made a BBCode parser. Preview is indeed a nice feature, don't know yet when I would implement it.
|
|
|
#17 Wed May 12, 2004 8:31 pm
|
|
Member
Registered: Apr 2004
Posts: 39
Location: Rainy Belgium
|
it's easy to do, when you parsed the post, check if you have to display it or have to store it.
|
|
|
#18 Thu May 13, 2004 3:37 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
It 'll probably be available in UseBB 0.4... But please, do feature requests at the trackers: http://www.usebb.net/features/#rfe
|
|
|
#19 Sun Aug 22, 2004 11:39 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Today I fixed one bug and added one feature. The bug caused newlines to be stripped out of textarea's when output compression has been set up to compress the source code. From now on, no newlines are stripped out of <textarea /> and <pre /> The new feature kicks the user to the forum if there is only one viewable forum available. Also, the Statistics box then appears at the bottom of the topic list, and the location bars are not shown. This feature is especially handy for BB's with only one forum which so not need the forum index. This feature can be turned off though to mimic the old behaviour. This new stuff is available in 0.3 CVS. If you like to test or use it, get it from http://usebb.sourceforge.net/cvs/usebb-cvs.tar.gzFor the curious: I don't know yet when 0.3 will be ready, and if it will have an ACP, so don't ask anymore please 
|
|
|
#20 Fri Aug 27, 2004 5:06 am
|
|
Member
Registered: Aug 2004
Posts: 4
Location: USA
|
I like what I see thus far, I will have to grab the latest CVS snapshot.
|
|
|
#21 Fri Aug 27, 2004 4:08 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Currently, I'm moving all the templates, language vars and configuration options out of the SQL database, because handling those big .sql files is not always that easy. As of later versions, upgrading UseBB to the latest CVS version with a cronjob will be possible. 
|
|
|
#22 Tue Oct 05, 2004 2:05 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Development is going really slow for the moment... it will return soon. 
|
|
|
#23 Mon Nov 22, 2004 12:18 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
This is what UseBB 0.3 will look like, adjusted to the new website's layout: http://users.pandora.be/pc_freak/diversen/screenshots/usebb-0.3.png
|
|
|
#24 Tue Nov 23, 2004 9:13 pm
|
|
Member
Registered: Apr 2004
Posts: 39
Location: Rainy Belgium
|
I would set the link "Detailed online list" next to the line above "... in the next 30 minutes."
|
|
|
#25 Wed Dec 01, 2004 10:16 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Templates will still change... 
|