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
Portal Front Page
Topic Started: Nov 5 2009, 04:03 PM (83 Views)
pulsar_stu
Member
 *  
Hi all.

How do i put a picture onto my portal front page?

I have used this portal front page in my java script.

<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>

I want to add this picture if posible.

Posted Image
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Support - IF · Next Topic »
Add Reply