MyBB Community Forums

Full Version: Change page link?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^ hmm., it is a simple thing. there should be no need of a plugin!
but how Sad
All you have to do is get the "MySubscriptions" plugin like i have, set it up and the subscriptions

Then go to your Forums Root and make a copy of any php file, open it up.. delete all the content in it then put this code in there:

<?php

   header( 'Location: http://pulsiveforums.net/misc.php?action=payments' ) ;

?>

Now save it, and rename the file "Upgrade.php"
Thanks a lot bro Smile

Reps added... !@!@
Pages: 1 2