PDA

View Full Version : New Posting Features - Redirect Thread to URL


h2ojunkie
12-09-2008, 10:00 PM
What it does

This will add an option to the edit thread page that will allow you to redirect a thread to any URL.

Thread read marking and thread views still counted when user views the redirect URL.

"Manage" link added to forumdisplay to edit/remove the redirect URL. (see screen shots)

Info

Phrases: 2 (automatic)
Templates Edits: 1 (automatic)
DB Changes: 1 (automatic)
Plugins Added: 7 (automatic)
Uninstall Code: Included

Tested on VB versions: 3.6.4, 3.7.4, 3,8.0 RC1

Installation

Import the product

Updates
1.0.1 - Minor permissions change - the "manage" link will now show to moderators with "can edit threads" permissions, previous version required "can edit threads" and "can manage threads" permissions.

D.Ilyin
12-10-2008, 06:59 AM
Thanks! Usefull in some cases!

Rene Kriest
12-10-2008, 08:19 AM
This is huge! Exactly what I was looking for.

My forum focuses on health issues and we are in need of different FAQ threads in our sections. This addon definitely helps organizing important threads. No need to copy threads or build threads with only a link in it.

The beauty of this addon lies in the word URL. This way you can have one large FAQ thread or even wiki page and can link to different sections of this thread and not only to the top of the thread.

Awesome! MotM for sure!

punchbowl
12-10-2008, 08:37 AM
This is huge!

Shocked when I found it wasn't a default feature.

Thanks h2ojunkie

safakuygur
12-10-2008, 08:51 AM
thanks friends good

Ba$im
12-10-2008, 09:28 AM
very usefual really
thanks so much
can I redirect post to thread?

7amza
12-10-2008, 01:47 PM
thanks dear , but i just tested it in vb 3.8.0 RC1 it not work i had already imprted the product however i don't found options in the edit thread page .

Hostboard
12-10-2008, 02:37 PM
Can this be limited to certain user groups?

tunistunis
12-10-2008, 02:43 PM
i find version for 3.6 please help me

h2ojunkie
12-10-2008, 03:32 PM
thanks dear , but i just tested it in vb 3.8.0 RC1 it not work i had already imprted the product however i don't found options in the edit thread page .
And you're looking at editthread.php and not editpost.php right?

Can this be limited to certain user groups?
It was designed to be for moderators that have "Can Manage Threads" and "Can Edit Threads" permission, I have no intention of adding support to limit user groups beyond that.

forumsonsuz
12-10-2008, 03:55 PM
thanks friends good

Veer
12-10-2008, 04:25 PM
Can this be limited to certain user groups?
I 2nd this :)

7amza
12-10-2008, 05:23 PM
page "editthread.php" ????????
i not found it

chesterano
12-10-2008, 09:54 PM
Thanks! very usefual

Breakpoint
12-31-2008, 11:44 PM
Has anyone else made a mod like this with more support/installs?

RedeemedWarrior
01-01-2009, 04:23 AM
very handy!

whitetigergrowl
01-01-2009, 04:39 PM
Is there a way to have it so it doesn't take you to the said link immediately after you have saved it but back to the forum instead?

hollosch
01-02-2009, 01:43 PM
Hi, cool Add-On.
Is it possible to open the new Site in new window?

h2ojunkie
01-02-2009, 06:27 PM
Unfortunately, not without giving up thread marking and view count.

birdie
01-07-2009, 12:08 AM
Awesome; works on 3.6.8 and 3.7 !

Brittany
01-07-2009, 03:23 PM
installed thank you

saviola8x
01-12-2009, 04:39 PM
Not work on 3.7.3 PL1

YLP1
01-16-2009, 07:35 PM
I love the idea but can the admin choose which member groups are allowed to use this?

TheArve
01-21-2009, 10:33 PM
Thanks for this,, really appreciate ur time taken,

CHeers

thearve

Alien
01-21-2009, 11:57 PM
Did you really have to post 30 times with the exact same copy/paste thank you message in every mod? :)

https://vborg.vbsupport.ru/search.php?do=finduser&u=292939

kud0gfx
01-22-2009, 12:32 AM
haha, i paid 15$ for this 3 months ago....

anyway it isn't exactly like it, yours is better : /

Skyrider
01-22-2009, 10:19 PM
Installed on 3.8, doesn't seem to be working. Fully installed, nothing shows up when I edit threads.

XtremeOffroad
01-23-2009, 05:05 AM
Very cool mod but I'll wait till for this with an option to open the link in a new window.
Kind of defeats the purpose when you want to keep visitors on your site.

Tagged. :up:

ataraxia
01-24-2009, 02:28 PM
I agree entirely with XtremeOffRoad.

This product seems like an excellent addition and it is working just fine for me.

But there is one design flaw...

There is no ability to make the redirection open in a new browser window. (Unless I missed it somewhere???)

If the redirect link happens to be external to my forum (such as Google, etc.), I have lost the user.

If, on the other hand, the redirect opens to a new browser window, my user still has my forum "in sight" and a direct means to get back into it.

This should be easy to add to the code, shouldn't it??

Thanks

Lautaro
01-27-2009, 06:59 AM
Wow ! this mod is very useful ! thanks a lot ... this is exactly what i was looking for ..

Skyrider
01-27-2009, 07:25 AM
Has anyone else made a mod like this with more support/installs?
Does that really matter?

mike01166
01-27-2009, 08:57 PM
Ok, so I installed this, how do i use it? I went to Plugins & Products > Manage Products > Add/Import Product. I imported the .xml file, now how do I use it?

daydie
03-23-2009, 02:15 PM
i dont think this works for 3.8.1?

daydie
03-23-2009, 09:31 PM
Can any1 fix this please for 3.8.1

daydie
03-23-2009, 09:48 PM
My bad, this works with 3.8.1 but u need to click *Edit Thread in Thread Tools to edit*

Is it possible to get code and insert where u make thread?

smnet
03-23-2009, 10:28 PM
I havent installed this because i dont really need it, but just looking at the plugin code I think this conditional would work for the forum display threadbits template to make it open in a new window.....

Edit the threadbits template and surround the code that outputs a thread link with something like this:-

<if condition="$thread['isurlredirect']">
write out the thread link with target="_blank"
<else />
write out a normal link
</if>

Obviously for a mod i'm not gonna use im not going to help any more than this, but I'm sure with the above info some else who knows what they are doing could easy post up the full edits.

Again, the conditional should be this: <if condition="$thread['isurlredirect']">

Hope this helps

daydie
03-23-2009, 11:38 PM
Can you not help me place the enter URL bar, into make thread page. instead of edit thread in thread tools.

Can u get code for that please?

realdx
04-02-2009, 03:14 PM
works really good, thank you! this is really helpful!!

rule0
04-05-2009, 10:49 PM
perfect! thanks!

yankidank
04-30-2009, 07:31 AM
Works for me. Only problem is if you ever want to change the redirect there's no easy way to access the original thread since it immediately redirects you to the new page.

JohorBahru
05-31-2009, 04:51 PM
it could be perfect if it allows to assign usergroup and edit url

marked as installed and nominated
thank you :)

swn
06-09-2009, 10:52 AM
Doesn't work on 3.8.2 which is a shame as this is excatly what im looking for

MikesSite
06-25-2009, 03:05 AM
It works fine on 3.8.2. You CAN'T just click the edit button, you have to go to the top of the thread and click "Thread Tools" then Edit Thread.

Installed, thanks.

dinamik
07-02-2009, 10:23 AM
sweet, thanks for this

Taringa! CS
09-29-2009, 11:11 AM
is it possible to make this works for annoucements? would be great!

emperatour
01-10-2010, 07:25 AM
is it possible to make this works for annoucements? would be great!
That is exactly what I am looking for... :rolleyes:

Breakpoint
02-10-2010, 11:16 PM
Does this work with 4.0?

I rely on this mod.

h2ojunkie
02-11-2010, 04:38 PM
I don't use 4.0 on any of my sites, and most likley will be stopping the use of vbulletin all together shortly in favor of other solutions. So if someone else wants to take this over and update it for 4.0, you're welcome to it.

Breakpoint
02-12-2010, 12:46 AM
please some one do :)

I think this is a very handy plugin

kevin12
06-03-2010, 05:47 PM
hello

How to redirect all post sub forum other domain?

Breakpoint
07-24-2010, 10:14 PM
Please make this for VB 4

ctrlbrk
08-10-2010, 01:32 AM
Worked fine on vb 3.8.5.

Mike

asd_ra7la
08-10-2010, 06:14 AM
Thanks! very usefual

m2006
08-11-2010, 07:24 AM
thanks you for mod very good

thedvs
08-15-2010, 05:09 PM
can someone code this so the thread opens in a new window please!

p.s works fine on 3.8.6

thedvs
08-16-2010, 08:32 AM
could someone port this to 4.0.6 too, with also the links in a new window thanks

thedvs
08-23-2010, 12:33 PM
bump

kjsmith84
08-23-2010, 01:08 PM
works good!

thanks

thedvs
09-09-2010, 09:38 PM
guess i should ask for a coder to help then

Breakpoint
09-14-2010, 01:09 AM
Would love to see this on version 4

phpdesk
09-22-2010, 02:13 AM
Would love to see this on version 4

could someone port this to 4.0.6 too, with also the links in a new window thanks

There you go (https://vborg.vbsupport.ru/showthread.php?t=250948) :)
Check it out to see if it's what you're looking for.

mahmo0od
04-08-2012, 01:52 PM
thank u friend useful mod

insidegames
04-27-2012, 06:55 AM
do this works with vBulletin 4.1.10?

ChiNa
10-03-2012, 09:21 PM
Not working on 3.8.2 - 3.8.4 - 3.8.6 and 3.8.7

I thinks this could be re-updated....

ruchemist
10-29-2012, 09:33 PM
Is it possible to change 302 redirect by this hack to 301 redirect?

Artes_Marciales
12-05-2012, 06:59 AM
nice mod

testerv
08-21-2013, 06:16 PM
Not working on 3.8.7

I thinks this could be re-updated....

I agree on both points.

cakirts
02-16-2014, 12:20 AM
I tested vb. 3.8.7 Works.

Thanks.

webnsn
07-07-2016, 12:16 PM
<font color="Magenta">Hi

I have installed but it is not showing in Admin Options to ticket YES

Then how it will work?

URGENT HELP will be needed.

Is this helps?

I have TV shows latest spoiler Sub-forum with each TV show one Thread. But I don't want to update every day but want to redirect to other site of mine.

How it will work in google search? will user directly go to my second site? but it will show the links of first site in Google? in that case I will loose my first site views right? </font>