The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Fork Threads Details »» | |||||||||||||||||||||||||
Boring Preamble
Sometimes a thread gets really long or some posts generate interesting but off topic conversation. I wanted to test the new cool product manager system and thought of this very simple mod to add Fork Thread functionality to the end user. What it does Allows the end user to divert off-topic tangents into a new thread, while automatically quoting the original thread. Specs Plugin: Included Phrases added automatically: 2 fork_prefix and fork_this_post Templates added automatically: 1 newpost_fork Templates to edit: 1 postbit or postbit_legacy Images to upload: 1 (optional) fork.gif How to Install This is a full blown plugin. Follow the usual instructions for a plugin. Then you have to edit the postbit or postbit_legacy template. For the graphical version you have to insert these lines where you want the link to appear: PHP Code:
PHP Code:
Updated to version 1.0.1 on 08/18/2005 *Modified to use the phrase manager. *Fixed minor bug when "Automatically Quote Post / Thread Title" was set to "no". *Fixed minor bug where after processing the title I pointed to the wrong variable Preview and Live Demo Preview attached. Or you can Register and try to fork the posts in the fork me thread. Graphics help solicited The quickie image I put together of a fork sucks If someone comes up with an edited image of the .psd file vb comes with I will edit this post. Wishlist for this mod 1. I doubt I will have the time to put this together, but it would be nice if there was a dropdown with forums the user has permission to post in so that the user can fork the thread to a different forum. 2. Adding a post to the original thread stating it had been forked and a link to the new thread Final note Oblivion Knight donated an image you can use of a fork (Thanks). It is attached to this post. Show Your Support
|
Comments |
#82
|
||||
|
||||
And what will the code be if we consider this:
You may want to place it in an "if" conditional so that only users who can post New Threads will see the image. Just use the same code as what's embedded in the "quote" image. </if> <if condition="$show['search']"> <a href="newthread.php?fork=1&do=newthread&p=$post[postid]"><img src="$stylevar[imgdir_button]/fork.gif" alt="$vbphrase[fork_this_post]" border="0" /></a> what shall there be instead of search? |
#83
|
||||
|
||||
I figured it out.
In postbit legacy, after. <if condition="$post['editlink']"> BUT, how do i get it to appear in an other underforum? |
#84
|
||||
|
||||
Quote:
I have, and it is working like this: Ok, if you want to use this on 3.6.8, it works. https://vborg.vbsupport.ru/showt...highlight=fork I put the cod in Postbit legacy, and the forkbutton in images/buttons after <if condition="$post['editlink']"> in postbit legacy, post this: <a href="newthread.php?fork=1&do=newthread&p=$post[postid]"><img src="$stylevarHow be able to select another "room" for the new, forked thread. |
#85
|
||||
|
||||
IF anyone have a solution/code to this ill be happy:
How be able to select another "forum" for the new, forked thread. |
#86
|
|||
|
|||
I don't wish to be rude, but it feels like every thread I open has you asking this same question. You've even asked it on vBulletin.com.
I am sure the author of this modification will be aware that people want that feature adding. If you're expecting someone else to simply jump up and add the feature in just because you keep asking for it, I'm afraid you're likely to be disappointed. Please stop asking for it, you're not the only one who has asked as you can see if you read the thread. |
#87
|
||||
|
||||
Quote:
------- You dont wish to be rude? If you dindnt wish that you could have sent me an pm instead of writing it here. I have asked here and there, yes, but the only way to get an answer is to ask. And i dont expect anyone to jump for me, not at least you. I have written in the correct code for 3.6.8 myself, so i quess i jump my self. If you had looked up and checked the author of this modification has not been online since june 2007. It is my interest to get this to work. If it is not in your i simply suggest that you stop reading everything that contains the word "fork". |
#88
|
||||
|
||||
Actually we'd be *really* interested in having this mod updated for vB 3.7 and agree that the ability to spawn the new thread in a specified forum would be invaluable. We've got a very specific use for this in mind and envision the new "fork" being created in a subforum and creating a link in the parent thread to the new fork as well as a link in the first post of the fork that connects back to the original thread.
hyppa, if you or anyone else would be interested, we'd be glad to share the cost of having this developed? Perhaps a bid request on here or rentacoder? James and Susan |
#89
|
||||
|
||||
Actually Susan just pointed out to me that much of the groundwork for the functionality we're looking for already exists in the "Report this post" function built into vB. It spawns a child (forked) thread into a separate forum already IIRC? So we'd just need to copy that functionality and tweak it a bit so that links are created in the parent thread to the new child/forked thread.
James and Susan |
#90
|
||||
|
||||
Interesting.
|
#91
|
|||
|
|||
I'd be very keen to ahve this for 3.7 - hope it will be updated at some stage
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|