Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Removing Registration


724719
Inactive

it usually goes as follows:-

`blahblah.com/forum/bb-templates/kakumei/login-form.php

note: – “kakumei is the theme name, you could try replacing it with the title of your theme your using”

find this snippet of code:-

<?php printf(__('<a href="%1$s">Register</a> or log in'), bb_get_option('uri').'register.php') ?&gt

and replace it with

<?//php printf(__('<a href="%1$s">Register</a> or log in'), bb_get_option('uri').'register.php') ?>

all you doing here is blocking out this code by putting the blocks “//” which means the code (link) to the registration page is will no longer be there.

Good luck

sway

http://www.swaymedia.com

http://www.picbi.com/forum

Skip to toolbar