Re: Removing links from login.php |
Thu, 11 April 2002 15:06 |
|
Effexx wrote on Thu, 11 April 2002 2:50 PM | Okay....I did that and now the links are removed from all the pages, not just the login page. What do I do now???
|
Hm... well if you wanted to ONLY hide it on one page, you should have put the code inside an if() something like this:
if( !strstr($GLOBALS['REQUEST_URI', 'login.php') ) { show icon code etc.... }
|
|
Re: Removing links from login.php |
Thu, 11 April 2002 14:50 |
|
Okay....I did that and now the links are removed from all the pages, not just the login page. What do I do now???
|
|
Re: Removing links from login.php |
Wed, 10 April 2002 10:46 |
|
Okie, to do what you want is pretty simple, you only need to modify a single file "usercp.inc", which is located inside the forum's data include directory.
The file itself is pretty simple, so you should be able to edit it no prob.
|
|
Removing links from login.php |
Wed, 10 April 2002 00:02 |
|
Is is possible to remove the icons and links from the login.php for FAQ, Home, Member & Search without screwing up the login functionality???
If so, care to give me a quick tutorial???
Also, how do you make the URL default to index.htm and not index.php without putting the forum in a seperate directory? I want to have a basic html opening page and then have users access the forum from that.
Thanx Effexx
|
|