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] No Guests Message; By .Daniel
Topic Started: Jan 25 2010, 09:21 AM (51 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: .Daniel
[CODE
 
No Guests Message]Code Name: No Guest Message
Description: Does your board force guests to log in before access to the board? Here you can get rid of the: The board administrator requires all members to log in message and replace it with your own!
Preview of it in Use: http://s11.invisionfree.com/Daniel
Where it goes: The Footers
The Code:
Quote:
 
<script language=javascript>
//Guests Text By -daniel-
<!--
function change(item,item2) {
var range = document.body.createTextRange();
range.collapse(true);
if (location.href.indexOf("action=") != -1 ) {
return false;
} else {
while (range.findText(item)) {
range.text=item2;
range.collapse(false);
}
}
}
change("The board administrator requires all members to log in","Hello, and welcome to Our Forum, to view the Forums, you need to register, to do so, click the Register link above. If you are already a member, Log in using the below box.");

// -->
</script>

Change the red text to your message :)

Copyright: -daniel-
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply