Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tiny Info center
27-02-2009, 06:08 PM
Post: #11
RE: Tiny Info center
lol Big Grin Big Grin I forgot to mention i'm useless Tongue
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:29 PM
Post: #12
RE: Tiny Info center
Code:
<script type="text/javascript">
//AlphaDog 'Tiny Info Center' - Wedge

if(location.href.match(/action=home$/i) || !location.href.match(/(action|board)=/i)){
    document.write('<table height="60" width="150" border="1"><tr><td>');
    var t=document.getElementsByTagName("td");
    for(e=0;e<t.length;e++){
        if(t[e].width=="40%" && t[e].align=="left" && t[e].innerHTML.match(/Total Members:(.+?)N/)){
            document.write('Total Members:'+RegExp.$1);
        }
    }
    for(e=0;e<t.length;e++){
        if(t[e].align=="left" && t[e].vAlign=="top" && t[e].innerHTML.match(/(.+?) Staff Member, (.+?) Members,(.+?)Most/)){
            document.write('Staff Online:'+RegExp.$1+'<br />Members Online:'+RegExp.$2+'<br />');
        }
    }
    if(t[2].innerHTML.match(/you have <.+?>(.+?) (message|messages)<.+?>, (\d+) (are|is) new./i)){
        if(RegExp.$3>0){
            document.write('Messages ('+RegExp.$3+')');
        }else{
            document.write('No Messages');
        }
    }
    document.write('</td></tr></table>');
}
</script>

Just try that for me.

Here comes the Network...
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:38 PM
Post: #13
RE: Tiny Info center
where does it go? :|
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:42 PM
Post: #14
RE: Tiny Info center
Main Footers

Here comes the Network...
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:44 PM
Post: #15
RE: Tiny Info center
didnt work! have a look, http://www.design-studio.proboards.com
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:45 PM
Post: #16
RE: Tiny Info center
Put it above any other info center code.

Here comes the Network...
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:51 PM
Post: #17
RE: Tiny Info center
Still the same Undecided
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:53 PM
Post: #18
RE: Tiny Info center
Try at the top of your Global Footers. Before we get it in the right position, we'll get it to work.

Here comes the Network...
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:55 PM
Post: #19
RE: Tiny Info center
No Sad
Find all posts by this user
Quote this message in a reply
27-02-2009, 07:56 PM
Post: #20
RE: Tiny Info center
Hmm... must be clashing. That's annoying. I'll have a look through your source code.

Here comes the Network...
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


Coming soon to a wImg Host Support forum near you...