vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Redirect guests from newreply.php to register (https://vborg.vbsupport.ru/showthread.php?t=172982)

SEOvB 03-13-2008 10:00 PM

Redirect guests from newreply.php to register
 
This modification to your headinclude template will redirect guests from newreply.php to your register page. This will stop them from thinking they can reply without registering, and if they do (and i've seen alot of guests try to reply) it will redirect them to register.php

Open your headinclude template and add at the very end
Code:
Code:

<if condition="$show['guest']">
<if condition="THIS_SCRIPT == 'newreply'">
<meta http-equiv="refresh" content="0;url=http://maddengods.org/register.php">
</if>
</if>

Edit your site where the red text is!
I'm not good at stringing if conditions together, but i'm working on a version so it does this for the WOL page, newthread, and userCP. Be patient!

Thanks

NeuroLancer 03-14-2008 05:41 AM

Nice idea. Thank you.

... btw there is no red text, notepad is all black ;)

SEOvB 03-14-2008 06:16 AM

Opps, if you just edit this bit : http://maddengods.org/register.php and replace it with your website :)


All times are GMT. The time now is 05:28 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01528 seconds
  • Memory Usage 1,712KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete