Moving posts in one topic
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.
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.
Moving posts in one topic
On my small forum I sometimes post tutorials and it would be helpful if in phpBB is an option to move the posts within the topic (i guess it means to change the date of a post or make numbering of posts in the topic). Now when user wants to split a tutorial into few parts he has to make an another post in the topic with something like this: "Post reserved for next part of tutorial" etc. (example from phpBB.com) otherwise in the end some comments can get between parts of a tutorial. I think it would be nicer if user can just write another part of tutorial on the end of topic and move it where he wants (if he/she has permissions to do it or if someone approve it).
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Moving posts in one topic
I think this would be good for an extension but I'm not sure there is an event in this part of post displaying. The event can then take care of sorting the topic by say an additional column, call it display_order, and then sort by that column. Alternatively the extension could sort by other data elements.
Re: Moving posts in one topic
+1DavidIQ wrote:I think this would be good for an extension but I'm not sure there is an event in this part of post displaying. The event can then take care of sorting the topic by say an additional column, call it display_order, and then sort by that column. Alternatively the extension could sort by other data elements.
Re: Moving posts in one topic
Thank you for reply. I guess I will ask for MOD when 3.1 will come out.
Re: Moving posts in one topic
Is there a reason one larger post can't serve the same purpose? What requirement makes it necessary to involve more than one post?
Sometimes you're the windshield, sometimes you're the bug.
Re: Moving posts in one topic
Of course you can post it into one post, but when the post is longer I think it is more nicer and easier to read when the article is split. It's easier to edit shorter post and better to link from another post into part of the article. When you add new post users know it and go to read it (I guess it could work like that even if post is moved up).
- Professional
- Registered User
- Posts: 6
- Joined: Fri Sep 24, 2010 5:46 pm
- Location: 1/2 Of the World
- Contact:
Re: Moving posts in one topic
i think also if there will be an option to move some posts from one topic to another , is very nice
آگهی استخدام - انجمن تخصصی نسل جدید موبایل ها
My Handwritings: Professional Dreams
Every Thing That U Feel,Is Every Thing That I Feel.
My Handwritings: Professional Dreams
Every Thing That U Feel,Is Every Thing That I Feel.
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: Moving posts in one topic
Moderators can already move posts to another topic in phpBB 3.0.Professional wrote:i think also if there will be an option to move some posts from one topic to another , is very nice
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Moving posts in one topic
I don't see us implement this. Post sorting is already complicated enough.