Latest Posts
icon's: free
wissaboo
Replies: 0
Replies: 0
Icons
wissaboo
Replies: 5
Replies: 5
Stop Forum Spam
almighty
Replies: 0
Replies: 0
Stuffing About With The Board
Root Admin
Replies: 4
Replies: 4
Starbase 52
almighty
Replies: 4
Replies: 4
Active Users
2 users online in the past 30 minutes (0 Members · 2 Guests · 0 Anonymous)
Sidebar Code
Posted by
Root Admin (Chief Engineer) at Apr 12 2008, 12:33 AM. 0 comments
Arch -angel Codes
Posted by
wissaboo (Chief Engineer) at Oct 27 2007, 03:26 AM. One comment
Here are all the extra bits I've added to arch-angels
remove birthdays and upcoming events
Add extra pages
add a favicon
view rules before registration
change post icons
best bb code ever
remove birthdays and upcoming events
Add extra pages
add a favicon
view rules before registration
change post icons
best bb code ever
Reply Blocker
Posted by
wissaboo (Chief Engineer) at Apr 10 2007, 11:06 AM. 4 comments
http://support.invisionfree.com/index.php?showtopic=149095
It's been updated this year so should work better than what you have now.
You will have to find the old code though and remove is.
It's been updated this year so should work better than what you have now.
You will have to find the old code though and remove is.
Custom Post Icons
Posted by GCE-1701-D (Cadet) at Feb 23 2007, 04:27 AM. One comment
Wissa asked how I changed the post icons at Utopia into the custom set I have, and here's how
Ok so this is pretty easy, in the "old image" lines remove the IP address that's there right now and replace it with the IP that your current post icons have (to find this just hit "add reply" somewhere and then right click one of the post icons)
then in the new image lines place the URL of the image you're replacing it with, also remember that the number brackets go together, so whatever is in new image bracket 1 will replace the current post icon that old image bracket 1's URL goes to
and if you aren't going to replace all the post icons with new ones remove the two sets that you wont be using (so if say you're going to keep current post icon 14.gif erase the [13] lines ect)
- Code:
<script><!--
/*
Change Post Icons
A modification of:
Remove post images v1 for iF
Please keep this header intact
Author(s): Unknown12 with some help from webworldx
Site: http://fire.goldstar-host.co.uk
*/
var old_image=new Array();
old_image[0]="http://67.15.129.139/style_images/1/icon1.gif"
old_image[1]="http://67.15.129.139/style_images/1/icon2.gif"
old_image[2]="http://67.15.129.139/style_images/1/icon3.gif"
old_image[3]="http://67.15.129.139/style_images/1/icon4.gif"
old_image[4]="http://67.15.129.139/style_images/1/icon5.gif"
old_image[5]="http://67.15.129.139/style_images/1/icon6.gif"
old_image[6]="http://67.15.129.139/style_images/1/icon7.gif"
old_image[7]="http://67.15.129.139/style_images/1/icon8.gif"
old_image[8]="http://67.15.129.139/style_images/1/icon9.gif"
old_image[9]="http://67.15.129.139/style_images/1/icon10.gif"
old_image[10]="http://67.15.129.139/style_images/1/icon11.gif"
old_image[11]="http://67.15.129.139/style_images/1/icon12.gif"
old_image[12]="http://67.15.129.139/style_images/1/icon13.gif"
old_image[13]="http://67.15.129.139/style_images/1/icon14.gif"
var new_image=new Array();
new_image[0]="http://"
new_image[1]="http://"
new_image[2]="http://"
new_image[3]="http://"
new_image[4]="http://"
new_image[5]="http://"
new_image[6]="http://"
new_image[7]="http://"
new_image[8]="http://"
new_image[9]="http://"
new_image[10]="http://"
new_image[11]="http://"
new_image[12]="http://"
new_image[13]="http://"
for (i=0;i<document.images.length;i++){
for (j=0;j<old_image.length;j++){
if (document.images[i].src==old_image[j]){
document.images[i].src=new_image[j]
}}}
--></script>
Ok so this is pretty easy, in the "old image" lines remove the IP address that's there right now and replace it with the IP that your current post icons have (to find this just hit "add reply" somewhere and then right click one of the post icons)
then in the new image lines place the URL of the image you're replacing it with, also remember that the number brackets go together, so whatever is in new image bracket 1 will replace the current post icon that old image bracket 1's URL goes to
and if you aren't going to replace all the post icons with new ones remove the two sets that you wont be using (so if say you're going to keep current post icon 14.gif erase the [13] lines ect)
Awards Code?
Posted by Guinan (Ensign) at Jan 22 2007, 09:59 AM. 6 comments
at Nexus i think they have a code in users profiles for awards when they win a contest does anybod happen to have that code?
Today's New Post
Posted by Alisium (Cadet) at Jan 21 2007, 04:28 AM. 3 comments
Can you tell me how to get that darnned button up there?
Pretty Please.
Pretty Please.
Individual Forum Markers For
Posted by Alisium (Cadet) at Jan 12 2007, 03:57 AM. 8 comments
Go here:
AdminCP>Boards Wrappers>Header & Body:
This code goes inbetween < % BOARD %> and <% NAVIGATION %>
Simply Replace the Blue Forum Number with the appropriate forum number marker, which is the last number in the forum URL
Replace the Red No New Post Image URL with the tagworld or photobucket link of your choice. Same with the Green New Post Image URL
If you want to ad more markers just repeat the process on additional lines Before the line // no editing after this line.
Also, make sure that you have photo links in your Admin CP > Images > New Post Forum Marker & No New Post Forum Marker.
What mine looks like.
I have the link for the invision page at home. I'll dig it up later and post it here.

AdminCP>Boards Wrappers>Header & Body:
This code goes inbetween < % BOARD %> and <% NAVIGATION %>
- Quote:
<script type='text/javascript'>
<!--
// change forum markers for specific forums
// code by Stefan
ifspFMarkers = []
// add markers here, using this format
// ifspFMarkers[Forum Number] = ["No new posts marker URL", "New posts marker URL"]
// more than one can be added, each on a seperate line
ifspFMarkers[Forum Number] = ["No New Post Image URL", "New Post Image URL"]
// no editing after this line
e = document.getElementsByTagName('TD')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'row4') {
l = e[n].getElementsByTagName('A')
if (l && l.length) {
fn = l[0].search.match(/showforum=([0-9]+)$/)
if (fn && ifspFMarkers[fn[1]]) {
fmc = e[n].offsetParent.rows[e[n].parentNode.rowIndex].cells[e[n].cellIndex - 1]
ni = fmc.getElementsByTagName('IMG')
if (ni.length) {
if (ni[0].parentNode.nodeName == 'A')
ni[0].src = ifspFMarkers[fn[1]][1];
else
ni[0].src = ifspFMarkers[fn[1]][0];
}}}}}
// -->
</script>
Simply Replace the Blue Forum Number with the appropriate forum number marker, which is the last number in the forum URL
Replace the Red No New Post Image URL with the tagworld or photobucket link of your choice. Same with the Green New Post Image URL
If you want to ad more markers just repeat the process on additional lines Before the line // no editing after this line.
Also, make sure that you have photo links in your Admin CP > Images > New Post Forum Marker & No New Post Forum Marker.
What mine looks like.
- Quote:
</script>
<script type='text/javascript'>
<!--
// change forum markers for specific forums
// code by Stefan
ifspFMarkers = []
// add markers here, using this format
// ifspFMarkers[Forum Number] = ["No new posts marker URL", "New posts marker URL"]
// more than one can be added, each on a seperate line
ifspFMarkers[2] = ["http://files.tagworld.com/6aa1b0a09abc497ab4108cf25eb1c11e.gif", "http://files.tagworld.com/67aa5e02c38b433fa590466a147ade87.jpeg"]
ifspFMarkers[5] = ["http://files.tagworld.com/cf554fec1e8d4606b02280d593db56c1.jpeg", "http://files.tagworld.com/dc34fc8f14eb4aedbe5c19ffacb5d88d.jpeg"]
ifspFMarkers[8] = ["http://files.tagworld.com/d0c5a7b550d543a7a47be4319f16e1bb.jpeg", "http://files.tagworld.com/f4f1815331c7490190d516b85dda4ea7.jpeg"]
ifspFMarkers[10] =["http://files.tagworld.com/21dd8d07d6804f99a7d01b29d1391f9f.jpeg", "http://files.tagworld.com/987e2081780848598df731b57ad369fb.jpeg"]
// no editing after this line
e = document.getElementsByTagName('TD')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'row4') {
l = e[n].getElementsByTagName('A')
if (l && l.length) {
fn = l[0].search.match(/showforum=([0-9]+)$/)
if (fn && ifspFMarkers[fn[1]]) {
fmc = e[n].offsetParent.rows[e[n].parentNode.rowIndex].cells[e[n].cellIndex - 1]
ni = fmc.getElementsByTagName('IMG')
if (ni.length) {
if (ni[0].parentNode.nodeName == 'A')
ni[0].src = ifspFMarkers[fn[1]][1];
else
ni[0].src = ifspFMarkers[fn[1]][0];
}}}}}
// -->
</script>
I have the link for the invision page at home. I'll dig it up later and post it here.

Skin Selector
Posted by Praetor (Cadet) at Jan 3 2007, 10:02 AM. 7 comments
Those who know me know that I have very little time...and have a lot of trouble with codes. So, if someone has a little time on their hands, do you think you could write up a skin selector code for me? If you're interested, please PM me and I'll give you links to the skins that I would like included.
Many thanks.
Many thanks.
Online / Offline
Posted by
almighty (Chief Engineer) at Dec 17 2006, 06:21 AM. One comment
A code that show's who's on or offline .
Works like the ST.COM lightbulb , but without the lightbulb :lol:
In goes in admin cp> Board wrappers> header and body (in between <%BOARD%> and <%STATS%>)
**IMPORTANT**
As with all codes please leave the copyright intact !!!
<script>//Online/Offline Legend v2 - By Markup (Edited by Lemming/Neil Jane)
dir="http://webpost.net/ma/markup/"
home=location.href.lastIndexOf("/")>26?location.href.substr(0,location.href.lastIndexOf("/")):location.href
names=[]
if(top.location==location)
document.write("<IFRAME id=index name=index src="+home+" width=0 height=0 border=0 frameBorder=0></IFRAME>")
else
{
div=document.body.getElementsByTagName("DIV")
for(i=0;i<div.length;i++)
if(div.className=="thin")
break
a=div.getElementsByTagName("A")
for(i=0;i<a.length;i++)
names=a.innerHTML.replace(/<[^>]+>/g,"")
parent.updateStatus()
}
function updateStatus()
{
td=document.body.getElementsByTagName("TD")
for(i=0;i<td.length;i++)
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%")
{
found=false
sPost=td.getElementsByTagName("SPAN")[0]
names=parent.frames['index'].names
for(a=0;a<names.length;a++)
if(td[i-2].innerHTML.replace(/<[^>]+>/g,"")==names[a])
{
sPost.innerHTML+="<P align=left>Status: <font color='red'> Online</color></P>"
found=true
}
if(!found)
sPost.innerHTML+="<P align=left>Status: <font color='blue'> Offline</color></P>"
}
}
</script>
Works like the ST.COM lightbulb , but without the lightbulb :lol:
In goes in admin cp> Board wrappers> header and body (in between <%BOARD%> and <%STATS%>)
**IMPORTANT**
As with all codes please leave the copyright intact !!!
<script>//Online/Offline Legend v2 - By Markup (Edited by Lemming/Neil Jane)
dir="http://webpost.net/ma/markup/"
home=location.href.lastIndexOf("/")>26?location.href.substr(0,location.href.lastIndexOf("/")):location.href
names=[]
if(top.location==location)
document.write("<IFRAME id=index name=index src="+home+" width=0 height=0 border=0 frameBorder=0></IFRAME>")
else
{
div=document.body.getElementsByTagName("DIV")
for(i=0;i<div.length;i++)
if(div.className=="thin")
break
a=div.getElementsByTagName("A")
for(i=0;i<a.length;i++)
names=a.innerHTML.replace(/<[^>]+>/g,"")
parent.updateStatus()
}
function updateStatus()
{
td=document.body.getElementsByTagName("TD")
for(i=0;i<td.length;i++)
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%")
{
found=false
sPost=td.getElementsByTagName("SPAN")[0]
names=parent.frames['index'].names
for(a=0;a<names.length;a++)
if(td[i-2].innerHTML.replace(/<[^>]+>/g,"")==names[a])
{
sPost.innerHTML+="<P align=left>Status: <font color='red'> Online</color></P>"
found=true
}
if(!found)
sPost.innerHTML+="<P align=left>Status: <font color='blue'> Offline</color></P>"
}
}
</script>
Custom Profile
Posted by
Root Admin (Chief Engineer) at Dec 15 2006, 11:06 AM. 0 comments
Custom Profile
<script src="http://www.fileden.com/files/2006/9/2/198915/functions.txt"></script>
<script>
//Define settings
var eapr_text_size="40";
var eapr_multi_rows="2";
var eapr_multi_cols="20";
var eapr_multi_size="20";
var eapr_text_max="";
var eapr_images_wrap="10";
//Define settings
//eapr_begin
// eapr_max1// eapr_max
eapr_entry("a","A","0","Name","T","","","","","","","","");
names();
eapr_entry("a","A","1","Gender","C","Male@Female@Unsure","","","","","","","");
flags();
//eapr_end
</script>
<script src="http://www.fileden.com/files/2006/9/2/198915/data.txt"></script>
<script src="http://www.fileden.com/files/2006/9/2/198915/functions.txt"></script>
<script>
//Define settings
var eapr_text_size="40";
var eapr_multi_rows="2";
var eapr_multi_cols="20";
var eapr_multi_size="20";
var eapr_text_max="";
var eapr_images_wrap="10";
//Define settings
//eapr_begin
// eapr_max1// eapr_max
eapr_entry("a","A","0","Name","T","","","","","","","","");
names();
eapr_entry("a","A","1","Gender","C","Male@Female@Unsure","","","","","","","");
flags();
//eapr_end
</script>
<script src="http://www.fileden.com/files/2006/9/2/198915/data.txt"></script>
Board Statistics
![]() |
Total Forum Posts: 1,823 Total Members: 42 (The newest member is superturtleman05) Jun 25 2007, 04:06 PM, a record 16 users were online. |



3:04 PM Nov 26