phpBB

Development Discussion Board

phpBB's testing ground of bleeding edge code
Advanced search

[RFC]Topic System

Publish your own request for comments or patches for phpBB4. Discuss the contributions and proposals of others.
Forum rules
Information on how to create an RFC and a list of current RFCs can be found at http://wiki.phpbb.com/PhpBB4/RFC

[RFC]Topic System

Postby MichaelC » Fri Sep 24, 2010 1:26 pm

I propose that the topic system should include the following:
  • WYSIWYG Editor as well as Rich Text Editor and Preview
  • Quick Reply - Extended to include BBcodes depending on Users Chosen Prefrence in UCP
  • Hidden Topics - Be able to hide topics to permission level (moderators and administrators) rather than moving or deleting the topic.
    Similar to Soft-delete
  • Message Multi-Quote - Have a slightly better multi-quote than the quoting system in Topic Review which is very 'hidden'
  • Reply Notification System - Have the reply in the email so a user doesn't have to log in to see the message
  • Posting by email - Being able by replying to the subscription email
  • Advanced Image Attachment - Having a image attachment system like the Titania screen shot system.

Thoughts?
Last edited by MichaelC on Sat Feb 11, 2012 11:25 pm, edited 2 times in total.
Unknown Bliss
psoTFX wrote:I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"

No unsolicited PMs please except for quotes.
User avatar
MichaelC
Website Team
Website Team
 
Posts: 797
Joined: Thu Jan 28, 2010 6:29 pm

Re: [RFC]Topic System

Postby Avdon » Fri Sep 24, 2010 2:21 pm

That would be great!
Avdon
Registered User
 
Posts: 11
Joined: Sun Feb 07, 2010 10:14 pm

Re: [RFC]Topic System

Postby MichaelC » Fri Sep 24, 2010 2:24 pm

A fair few of these are in other forum software's and they are all very useful to the majority of people.
Unknown Bliss
psoTFX wrote:I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"

No unsolicited PMs please except for quotes.
User avatar
MichaelC
Website Team
Website Team
 
Posts: 797
Joined: Thu Jan 28, 2010 6:29 pm

Re: [RFC]Topic System

Postby Meis2M » Fri Sep 24, 2010 3:40 pm

very good. i like it. :D
User avatar
Meis2M
Registered User
 
Posts: 213
Joined: Fri Apr 23, 2010 10:18 am

Re: [RFC]Topic System

Postby marinaamse » Thu Jan 20, 2011 2:01 pm

Hi,what do you think about an integrated spell checking feature for this forum? It would be great if we didn't have to look for plugins for each browser to check a message for spelling errors.
marinaamse
Registered User
 
Posts: 1
Joined: Fri Dec 24, 2010 1:46 pm

Re: [RFC]Topic System

Postby Nelsaidi » Thu Jan 20, 2011 5:33 pm

The fact every browser has plugins for such a thing is a reason not too, implementing it means you have to deal with providing right spelling (not easy or even free), for every language. Spell checking is something a user does themselves if they want.
Nelsaidi
Registered User
 
Posts: 122
Joined: Tue Nov 11, 2008 5:44 pm

Re: [RFC]Topic System

Postby Ger » Sat Jan 29, 2011 8:36 am

Although I like the basics of this RFC, there is some stuff here that should be in a plugin rather than in the core, IMHO. My idea about phpBB (and one of the major reasons I prefer it to IPB) is it's light base. Let's look at these:
Unknown Bliss wrote:WYSIWYG Editor as well as Rich Text Editor and Preview
I think the basic editor should always be included and available for the user. Think of mobile users for example. Mobile browsing will become more used in the future (in the Netherlands there was an ~30% increase in mobile use last year for example, and predictions by telephone networks are even more positive for the next years). A WYSIWYG or RTE is way to bulky for that.
Also, one should keep in mind the possibility for server sided BBcode parsing (think of TeX or such stuff). There has to be a good solution for this when using an WYSIWYG editor. Not that it's impossible, but I think it will become very bulky an heavy on the client side.
Unknown Bliss wrote:Quick Reply - Extended to include BBcodes depending on Users Chosen Prefrence in UCP
You mean that a user can define which BBcodes he wants to be shown in the QR? I think that's way too complicated. The basics (bold, italics, underline, url, img) should always been shown, and the admin can choose what other buttons to show directly. All other buttons should still be available through some kind of collapsed menu.
Unknown Bliss wrote:Topic Tags - For SEO have tags/keywords for the topic.
While I doubt the SEO gain for this, I think it's useful for the users and to keep users on the website. There should be a limit to the number of tags a user can choose though.
Unknown Bliss wrote:Related Topic - Have any similar topics listed below the topic content.
[*]Detecting Duplicate Threads. When multiple topics of the same title in the same forum display a warning first.
Instant, while typing you mean? While some people may find it useful, I think this should be a plugin. Many boards don't really care about this or may even dislike it. Think of boards like phpBB.com for example, or any other board dedicated to a certain subject. There will be many similar topic titles and perhaps even with similar content of the first post in that topic (think of the support request template). This will probably result in many false positives, making it annoying rather than useful.
Unknown Bliss wrote:Hidden Topics - Be able to hide topics to permission level (moderators and administrators) rather than moving or deleting the topic.
That's a useful feature, that already will be included in 3.1. People should still have the possibility to use a trash can and/or permanently delete topics and posts.
Unknown Bliss wrote:Message Multi-Quote - Have a slightly better multi-quote than the quoting system in Topic Review which is very 'hidden'
True. :)
Unknown Bliss wrote:Topic Rating
This should be a plugin, IMHO. Some boards find it useful, but for many boards it's just a lame feature. IPB already had this in their 2.x branch, but of the boards I've seen most of them don't use it. Since this is easily added through a plugin, I think it shouldn't be part of the core.
Unknown Bliss wrote:Reply Notification System - Have the reply in the email so a user doesn't have to log in to see the message
[*]Posting by email - Being able to reply to a topic by sending an email
While this does have some advantages, I think there's a risk for the board admin here since there isn't the need to visit the board anymore. I don't want this my board, no way. Plus, since mobile browsing is becoming more and more in use, I think the need for this feature from a user-perspective isn't really there either.
Unknown Bliss wrote:Advanced Image Attachment - Having a image attachment system like the Titania screen shot system.
What's the benifit of this for a general board?
Above message may contain errors in grammar, spelling or wrongly chosen words. This is because English isn't my mother tongue. My apologies in advance.
User avatar
Ger
Registered User
 
Posts: 176
Joined: Mon Jul 26, 2010 1:55 pm
Location: 192.168.1.100

Re: [RFC]Topic System

Postby imkingdavid » Sat Jul 16, 2011 1:16 am

How about an anti double-post feature? I've seen on other software where it amends the previous post by appending the new content if you try to post twice in a row.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.
User avatar
imkingdavid
Development Team
Development Team
 
Posts: 902
Joined: Thu Jul 30, 2009 12:06 pm

Re: [RFC]Topic System

Postby callumacrae » Sat Jul 16, 2011 2:48 pm

Unknown Bliss wrote:I propose that the topic system should include the following:
[list][*]WYSIWYG Editor as well as Rich Text Editor and Preview

I like this idea.


Unknown Bliss wrote:[*]Quick Reply - Extended to include BBcodes depending on Users Chosen Prefrence in UCP

Disabled by default, though.

Unknown Bliss wrote:[*]Topic Tags - For SEO have tags/keywords for the topic.

Don't think this should be included.


Unknown Bliss wrote:[*]Related Topic - Have any similar topics listed below the topic content.

As a modification.


Unknown Bliss wrote:[*]Detecting Duplicate Threads. When multiple topics of the same title in the same forum display a warning first.

As a modification.


Unknown Bliss wrote:[*]Hidden Topics - Be able to hide topics to permission level (moderators and administrators) rather than moving or deleting the topic.

As a modification.


Unknown Bliss wrote:[*]Message Multi-Quote - Have a slightly better multi-quote than the quoting system in Topic Review which is very 'hidden'

I definitely agree with this.


Unknown Bliss wrote:[*]Topic Rating

As a modification.


Unknown Bliss wrote:[*]Reply Notification System - Have the reply in the email so a user doesn't have to log in to see the message

Yes!


Unknown Bliss wrote:[*]Posting by email - Being able to reply to a topic by sending an email

Yes!
"In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders"
—Douglas Crockford

View my MOD, phpBB Mobile
User avatar
callumacrae
Website Team
Website Team
 
Posts: 883
Joined: Tue Apr 27, 2010 9:37 am
Location: England

Re: [RFC]Topic System

Postby MichaelC » Tue Dec 20, 2011 1:09 pm

imkingdavid wrote:How about an anti double-post feature? I've seen on other software where it amends the previous post by appending the new content if you try to post twice in a row.


Perhaps but it would need to be disabled by default probably.
Unknown Bliss
psoTFX wrote:I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"

No unsolicited PMs please except for quotes.
User avatar
MichaelC
Website Team
Website Team
 
Posts: 797
Joined: Thu Jan 28, 2010 6:29 pm

Next

Return to [4.x] RFCs

Who is online

Users browsing this forum: No registered users and 1 guest