Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Sometimes new posts in a thread are something completely off the wall, anywhere from a support request to just triggering a new set of discussion.

I'd like to suggest allowing admin's/mod's to be able to split a post out of a current topic and into its own topic without having to tell a user to make a new thread.

I'd imagine the feature would work along side the current "merge with X" option when editing a posting.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Dec 2003
Posts: 237
Enthusiast
Enthusiast
Joined: Dec 2003
Posts: 237
I would second that request. That would be a useful feature, especially when you have members that don't understand what "stay on topic" means. [Linked Image from the-highway.com]


Artificial Intelligence is no match for natural stupidity!
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
I've used this feature a few times to do exactly what you're hoping for.

As an Admin or Mod with "Edit any post" permissions (bottom-right at Control Panel > Forum Permissions);

1. Click "Edit" on the individual post you want to move. Not the OP, but the one which is OT.
2. Click "Move/Merge this post and any replies."
3. Select the top option, "Move post & replies to:" and from the drop-down list, choose the forum you want the post and its replies to be moved to.
4. Click submit.

SEE ATTACHED IMAGE

[EDIT] Giz, are you asking for an option to "Move Single Post" WITHOUT its replies?


ALTERNATIVELY: Edit the user's post to replace its text with something such as:

---
ADMIN EDIT: Off-Topic Post Removed.
To increase the discussion quality, it is imperative that we eliminate "off topic" posts, and those which derail the current discussion topic..
---
OR
---
ADMIN EDIT: Trolling / "Off Topic" Post Removed.
To cut down on the abuse and to increase the discussion quality, it is imperative that we begin to eliminate "off topic" posts, and those which are obviously posted for the intent to troll.
---
Attachments
20140506_18-18-00.PNG


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Threaded mode never really worked with v7, and as such the replies aren't always nested with the post they belong to; so yeah:
[EDIT] Giz, are you asking for an option to "Move Single Post" WITHOUT its replies?


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
I can see how this would be a simple hack to implement.

In the templates/default/editpost.tpl, you would add code to display a button only admins and authorized moderators would see that says something such as, "Convert Post To New Topic." This would allow whoever is moderating the posts, to rename the post's title before he separates it from the discussion (IMPORTAINT!)

In the following step, scripts/doedittopics.inc.php would check if the "Convert Post To New Topic" button was pressed. If YES, it modifies the ubbt_POSTS table with the new information (such as this new topic's title and removing the "Re: " from the beginning of this /new topic title/), along with updating the following fields:
POST_PARENT_ID gets changed to 0.
POST_IS_TOPIC gets changed to 1.
TOPIC_ID gets the next available TOPIC_ID index number.

done.

Bonus points, to make things nice and fancy, append this to the end of POST_DEFAULT_BODY
---
ADMIN EDIT:
The above post was separated out of a thread at: http://www.yoursite.com/forums/ubbthreads.php/topics/POST_ID by USER-NAME
---


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
1 members (Ruben), 476 guests, and 111 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)