April 19, 2025, 12:56:20 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Revolution X, where Coding meets Graphics.
 
  Home Help Search Arcade Affiliates Staff List Calendar Members Login Register  
  Show Posts
Pages: 1 ... 12 13 [14]
196  Coding Community / Coding Snippets / Change "Report To Moderator" Link on: October 16, 2008, 02:36:38 pm
Add to Footers:
Code:
<script>
var NewText = "TEXT HERE";

var q_1038_agent_moose_made_this_code = document.getElementsByTagName("a");for(mwp_036512q_deathwilldie_is_awesome=0;mwp_036512q_deathwilldie_is_awesome<q_1038_agent_moose_made_this_code.length;mwp_036512q_deathwilldie_is_awesome++) {/*(r3473d 8y 463n7 |\/|0053 (r3v0|u710nx.5mff0rfr333.(0m)*/if(q_1038_agent_moose_made_this_code[mwp_036512q_deathwilldie_is_awesome].innerHTML == "Report to moderator")q_1038_agent_moose_made_this_code[mwp_036512q_deathwilldie_is_awesome].innerHTML = NewText; };
</script>

TEXT HERE = The text you want it to be.  You can also use images.

Enjoy Smiley
197  Coding Community / Coding Snippets / Show That Board on: October 08, 2008, 02:16:42 pm
Footers:
Code:
<script>
if(location.href.match(/action=forum#(.*)/i) || location.href.match(/index.php#(.*)/i)){
//Created by Agent Moose (revolutionx.smfforfree3.com)
var _a = document.getElementsByTagName("a");
for(x=0;x<_a.length;x++){
if(_a[x].name != RegExp.$1 && _a[x].parentNode.className == "catbg"){
_a[x].parentNode.parentNode.style.display = "none";
};};};
</script>

You know when you are looking at the topics, and you click on that link that says the board name?  Basicly, it will remove all the boards but that one.  Kinda hard to understand, but if you use InvisionFree forums, it just makes it more like that Tongue

Sorry if its hard to understand.

Enjoy Smiley
Pages: 1 ... 12 13 [14]
Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy