Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE] Front Page Portal v2
Topic Started: Feb 23 2005, 08:50 PM (23,726 Views)
James
Member Avatar
Live to Dream
 *   *   *   *   *   *   *  
Code:
 
<script type="text/javascript">
/*
Front Page as Portal v2.5
Created by iFusion
*/

var loc = window.location
if(document.referrer.match(location.pathname) == null && loc.href.match(/\?[\&\w+|\w+]/) == null){
var strPos = "";
if(loc.href.match(/index.php(\?|)/i) != null){
strPos += (RegExp.$1 == "?") ? "" : "?";
} else {
strPos += ( (loc.href.lastIndexOf("/") + 1 == loc.href.length) ? "" : "/") + "index.php?";
}
loc.href+=strPos + "act=site"
}</script>
Edited by Jonathan, Jun 9 2008, 10:56 AM.
Offline Profile Quote Post Goto Top
 
James
Member Avatar
Live to Dream
 *   *   *   *   *   *   *  
Post any problems you receive here :)
Offline Profile Quote Post Goto Top
 
Sparks
go outside
 *   *   *   *   *  
Is there a preview?
Offline Profile Quote Post Goto Top
 
FanaticGamer
Member Avatar
Gamer/Otaku
 *   *   *  
whats the difference? do i need to update??
FG
Offline Profile Quote Post Goto Top
 
JCink
Member
 *   *   *   *   *  
Sparks
February 23, 2005 09:45 PM
Is there a preview?

It's a code to make your Portal the front page when you visit your forum...
Offline Profile Quote Post Goto Top
 
Mz.Sapphir3
Member
 *  
Where do I put it?
Offline Profile Quote Post Goto Top
 
Cloudfromffvii
Member
 *  
Mz.Sapphir3
February 24, 2005 02:13 AM
Where do I put it?

Footers
Offline Profile Quote Post Goto Top
 
James
Member Avatar
Live to Dream
 *   *   *   *   *   *   *  
FanaticGamer
February 24, 2005 04:27 AM
whats the difference? do i need to update??
FG

If you're using v1, then you may aswell move up to v2.

Quote:
 

Is there a preview?


It's pretty self explanatory really, a preview would just be me directing you from one page to another.
Offline Profile Quote Post Goto Top
 
Horus39
Member
 *  
I put that code in and it brings me to the IF homepage. :blink:
Offline Profile Quote Post Goto Top
 
James
Member Avatar
Live to Dream
 *   *   *   *   *   *   *  
Modified - try again :)
Offline Profile Quote Post Goto Top
 
bookworm
dawntreadervoyage.com
 *   *  
I don't add my site anywhere, do I?
Offline Profile Quote Post Goto Top
 
James
Member Avatar
Live to Dream
 *   *   *   *   *   *   *  
Nope :)
Offline Profile Quote Post Goto Top
 
FanaticGamer
Member Avatar
Gamer/Otaku
 *   *   *  
eh wth ill update... lol doesnt really do anything diff im sure thanks wwx!
FG
Offline Profile Quote Post Goto Top
 
James
Member Avatar
Live to Dream
 *   *   *   *   *   *   *  
You mean the update from v1 to v2? It fixes some small bugs, and is generally a lot cleaner.
Offline Profile Quote Post Goto Top
 
FanaticGamer
Member Avatar
Gamer/Otaku
 *   *   *  
webworldx
February 26, 2005 07:00 PM
You mean the update from v1 to v2? It fixes some small bugs, and is generally a lot cleaner.

alright cool its my main page as well via another code by u! thanks mate!
FG
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Code Snippets · Next Topic »
Add Reply