Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Remove Portal 
 
Hey... I have searched for this, have found a couple of post but none help me out. Here is my site http://twgnintendo.com/home/forumshttp://twgnintendo.com/home/forums I just want to get rid of the Portal... can someone help me?
 



 
jp2123Send private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Remove Portal 
 
I don't believe you can remove the portal as it's basically a huge portion of Icy Phoenix.  You can however remove all links that lead to the portal so no one will see it.

If you do a little searching around in the DOC's forum, I'm sure you'll find how to remove links in the header and your menus.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Portal 
 
when i remember, MG wrote somethings like this to disable the portal

open includes/constans.php

find

Code: [Download] [Hide] [Select]
define('PORTAL_MG', 'index.' . $phpEx);


replace with

Code: [Download] [Hide] [Select]
//define('PORTAL_MG', 'index.' . $phpEx);


try it
 




____________
IcyPhoenix German Support
 
New PlayerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Portal 
 
constans.php is constantes.php
and it not will work.
the thing you've say remove all links
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Portal 
 
I knew that some users uses forum.php as index.php and they removed all links inside templates.
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Portal 
 
try this: (includes/constant(e)s.php)
Code: [Download] [Hide]
  1. #  
  2. #-----[ FIND ]------------------------------------------  
  3. #  
  4. define('PORTAL_MG', 'index.' . $phpEx);  
  5.  
  6. #  
  7. #-----[ REPLACE WITH ]------------------------------------------  
  8. #  
  9. define('PORTAL_MG', 'forum.' . $phpEx);  
  10.  
  11. #  
  12. #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------  
  13. #EoM 

in common.php
Code: [Download] [Hide]
  1. #  
  2. #-----[ FIND ]------------------------------------------  
  3. #  
  4. ?>(? > without space)(seems not work here ? O_o)  
  5.  
  6. #  
  7. #-----[ BEFORE, ADD ]------------------------------------------  
  8. #  
  9. if ($_SERVER['REQUEST_URI'] == 'index'.PHP_EXT)  
  10. {  
  11.   header('location: '.FORUM_MG.PHP_EXT);  
  12.   exit;  
  13. }  
  14.  
  15. #  
  16. #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------  
  17. #EoM 

 



 
InformproSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events