looks like I added a few premodded filed to the package from the photo bbcode mod. To remove the partial mod, edit these files
root/mods/bbcode_box/bbcode_box.js
root/mods/bbcode_box/bbcode_box.js_a
root/templates/fisubice/overall_header.tpl
root/templates/fisubice/fisubice.css
open root/mods/bbcode_box/bbcode_box.js
find and delete
- Code: Select all
photo_help = "Insert photo image]http://photo URL[/photo]";
find and delete
- Code: Select all
function BBCphoto() { var ToAdd = ""; var Result1 = 0; while (Result1 == 0) { var Prompt1 = showPrompt("Enter the photo URL","http]"+Prompt1+"[/photo]"; Result1 = 1; } } PostWrite(ToAdd);}
open root/mods/bbcode_box/bbcode_box_a.js
find and delete
- Code: Select all
photo_help = "Insert photo image]http://photo URL[/photo]";
find and delete
- Code: Select all
function BBCphoto() { var ToAdd = ""; var Result1 = 0; while (Result1 == 0) { var Prompt1 = showPrompt("Enter the photo URL","http]"+Prompt1+"[/photo]"; Result1 = 1; } } PostWrite(ToAdd);}
open root/templates/fisubice/overall_header.tpl
find and delete
- Code: Select all
<script></script><script></script><script></script>
open root/templates/fisubice/fisubice.css
find and delete
[code]#lightbox{ position]
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie