ChurchMedia
04-01-2006, 10:00 PM
NOTE: There is an AJAX version with some added features here:
https://vborg.vbsupport.ru/showthread.php?threadid=114388
-------------------------------------------
This is a simple mod that will display a confirmation window, asking the user to confirm that they are posting in the correct forum. It should help prevent people from posting in the wrong forums (and then you have to move them).
If they click "Okay" it goes to the new thread page. If they click "Cancel" it goes back to the forum home page.
-------------------------------------------
In the newthread template find:
$navbar
BELOW that add:
<script type="text/javascript">
<!--
var answer = confirm ("You are about to post a new thread in the $foruminfo[title] forum. Make sure this the correct forum for your topic.")
if (!answer)
window.location="index.php"
// -->
</script>
Enjoy!
https://vborg.vbsupport.ru/showthread.php?threadid=114388
-------------------------------------------
This is a simple mod that will display a confirmation window, asking the user to confirm that they are posting in the correct forum. It should help prevent people from posting in the wrong forums (and then you have to move them).
If they click "Okay" it goes to the new thread page. If they click "Cancel" it goes back to the forum home page.
-------------------------------------------
In the newthread template find:
$navbar
BELOW that add:
<script type="text/javascript">
<!--
var answer = confirm ("You are about to post a new thread in the $foruminfo[title] forum. Make sure this the correct forum for your topic.")
if (!answer)
window.location="index.php"
// -->
</script>
Enjoy!