| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: Greece
Posts: 378
![]() | Remove/Disable Registration+Login in phpBB?.. Heya, Im trying to figure out how i can remove/disable registration page and login page and form from phpBB.. I'm trying to connect phpBB with the rest site so the registration should become together with the rest of the site same with the login/logout.. Anyone got any idea how i can manage to do this? Which files i need to change or anything like that? Thanks, NwS
__________________ NwS - Attack is the only Defence! Google Adsense and Sedo are NOT recommended!!! :$: I'm Buying NP$! PM Me! :$: |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Mar 2006
Posts: 397
![]() | Find where "Register" and "LogIn" buuton are defined ( probably is something like: <input type="submit" name="Register" value="Register">) and add "disbaled" propertys to this input fields. Ex <input type="submit" name="Register" value="Register" disabled> Regards |
| |
| | #4 (permalink) |
![]() Join Date: Jul 2005 Location: Coffs H, Australia
Posts: 3,456
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Yes just delete the login.php file. Then you will need to edit some of the php code located in the profile.php file, which is used to register a member (profile.php?mode=register). Then just edit your header.tpl to remove the links from the header, and then there's a few other .tpl files that will need editing to remove the small login forms from the phpBB. All the best, Rhett.
__________________ Free Forums / GoDaddy Coupon Codes (NEW DOMAIN!) / Free Arcade Script / <?='Your computer is '.(1?fine:broken).'.'?> |
| |
| | THREAD STARTER #5 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: Greece
Posts: 378
![]() | Heya all, Thanks for your replies! I managed to do this before i see the answers here and it was kinda difficult.. Not so easy since it has no certain files for registration like register.php but its an inside code ![]() ????: NamePros.com http://www.namepros.com/programming/183397-remove-disable-registration-login-in-phpbb.html But anyways i managed to do it and thats the point ![]() Thanks again, NwS PS: I still got some questions about phpBB.. Anyone got any free time and feel like helping me out with my questions? PM me plz.. Thanks a lot!
__________________ NwS - Attack is the only Defence! Google Adsense and Sedo are NOT recommended!!! :$: I'm Buying NP$! PM Me! :$: |
| |
| | #6 (permalink) |
| Senior Member Join Date: Apr 2005 Location: Joliet, Illinois
Posts: 1,177
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Don't delete the login page! Just do this "/*" (without quotes) in the beginning of it then "*/" at the end of it! Again, do not just delete it, otherwise you have to go through the work of retrieving the files again if you ever wish to enable again! -RageD |
| |
| | #7 (permalink) | ||||
![]() Join Date: Jul 2005 Location: Coffs H, Australia
Posts: 3,456
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
__________________ Free Forums / GoDaddy Coupon Codes (NEW DOMAIN!) / Free Arcade Script / <?='Your computer is '.(1?fine:broken).'.'?> | ||||
| |
| | THREAD STARTER #8 (permalink) | ||||
| NamePros Regular Join Date: Aug 2005 Location: Greece
Posts: 378
![]() |
__________________ NwS - Attack is the only Defence! Google Adsense and Sedo are NOT recommended!!! :$: I'm Buying NP$! PM Me! :$: | ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |