Log in

View Full Version : Redirect New Thread to Form?


Force011
04-12-2010, 02:22 PM
I am using Easy Forms mod for 3.8 to create some specific sections on my forums to prevent people from messing up the post format.

I am trying to get http://forumurlhere.com/newthread.php?do=newthread&f=x to go to http://forumurlhere.com/misc.php?do=form&fid=1.

How do I set it up to redirect?

Lautaro
04-13-2010, 07:18 AM
You're actually trying to redirect the "New Thread" button from a specific section of your forum to a form. That would require quite a hard code in my opinion.

I'm not sure you'll be able to receive help to do that in here, you better try on Paid requests ...

I would love to help you but I have no idea how to do this.

Marco van Herwaarden
04-13-2010, 09:14 AM
Much easier would be to edit the template, add a conditional on the forum-id, and if in this forum, replace the new thread link with the link to misc.php. No further redirects would be needed.

obetyance
06-01-2010, 10:52 PM
Much easier would be to edit the template, add a conditional on the forum-id, and if in this forum, replace the new thread link with the link to misc.php. No further redirects would be needed.

Hi,

Using this template mod:
https://vborg.vbsupport.ru/showthread.php?t=225162&page=2

How do we put the condition to the forumid:

http://www.*****.com/forum/forumdisplay.php?f=64
http://www.*****.com/forum/forumdisplay.php?f=65
http://www.*****.com/forum/forumdisplay.php?f=66
http://www.*****.com/forum/forumdisplay.php?f=67

Thanks in advance. :)

Marco van Herwaarden
06-02-2010, 10:31 AM
Please ask in the thread of that modification.