new topic creation

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
tford
Registered User
Posts: 1
Joined: Tue Jan 05, 2010 2:24 pm

new topic creation

Post by tford »

I work in an org where most discussion threads start out in e-mail. Some are worthy of keeping and extending in a forum. A great feature would be to be able to paste in an e-mail discussion thread to create a topic. The thread would be parsed to create a topic and pre-populate posts under the topic with the replies in the e-mail thread. users would need to be identified per post. Ideally this would work with LDAP.

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: new topic creation

Post by EXreaction »

Other than posting the entire discussion in the first post and creating a new topic that way, I am not sure that something like this would ever come standard in phpBB. It may be a good idea for a modification though.

User avatar
naderman
Consultant
Posts: 1727
Joined: Sun Jan 11, 2004 2:11 am
Location: Berlin, Germany
Contact:

Re: new topic creation

Post by naderman »

EXreaction wrote:Other than posting the entire discussion in the first post and creating a new topic that way, I am not sure that something like this would ever come standard in phpBB. It may be a good idea for a modification though.
Would you mind explaining why you think so?

mtotheikle
Registered User
Posts: 2
Joined: Sat Mar 21, 2009 8:12 pm

Re: new topic creation

Post by mtotheikle »

E-mail based topics would be very interesting and useful say if an admin needs to create a post about something regarding the site but can not access a computer. There would have to be some sort of auth system for this, but a very interesting idea. I know Wordpress has a feature like this for creating posts which comes in very handy for some people.

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: new topic creation

Post by EXreaction »

I do really like the idea and would think that quite a few would find it useful as a plugin, but I don't think it would be useful enough to enough people that it would be worth developing and putting in the main release (basically another delay to 4.0 release to have it a standard feature).

Once 4.0 is finished it could be a feature to be added for 4.1, but the important thing now is to get the core out with the features most useful to the largest number of forum owners.

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: new topic creation

Post by Highway of Life »

Great idea! It has been a highly requested feature in my experience, there are many sites out there that just end up posting e-mail threaded discussions. DAWMac is a large music community that comes to mind. Many popular systems are incorporating some kind of e-mail input. Facebook and Flickr are a couple large systems that now use these kinds of features.
Image

igorw
Registered User
Posts: 500
Joined: Thu Jan 04, 2007 11:47 pm

Re: new topic creation

Post by igorw »

I don't see why the core architecture couldn't support a way of importing different data streams. This could be a simple interface to allow several implementations, like email, twitter, rss, etc.

code reader
Registered User
Posts: 653
Joined: Wed Sep 21, 2005 3:01 pm

Re: new topic creation

Post by code reader »

eviL3 wrote:I don't see why the core architecture couldn't support a way of importing different data streams. This could be a simple interface to allow several implementations, like email, twitter, rss, etc.
i don't think anyone argues otherwise.
this is generally referred to as "API".
any reasonable API should, for sure, include a method to create a new post, either as reply or new topic.

defining the API phpbb 4 should support is yet another unwritten RFC (hint, hint).

it's also reasonable, IMO, that the actual implementation of a mail-client that will use this API to implement mailing-list linkage should be left out of the core.

peace.

Post Reply