PDA

View Full Version : I need some advice on how to create custom templates on vBadvanced CMPS


badblu
09-09-2005, 12:03 PM
I need some advice on how to create custom templates on vBadvanced CMPS
What i am trying to so is to install a new dhtml menu which i have created with Sothink DHTMLMenu

the code it gives me is

the following part goes in the head
<script type="text/javascript" language="JavaScript1.2" src="/forum/test1/stmenu.js"></script>

this next part is meant to go in the body part
<script type="text/javascript" language="JavaScript1.2">
<!--
stm_bm(["menu4138",600,"","blank.gif",0,"","",0,0,250,0,1000,1,0,0,"","",0,0,1,0,"default","hand",""],this);
stm_bp("p0",[1,4,0,0,1,3,0,7,83,"",-2,"",-2,40,2,3,"#999999","transparent","",0,0,0,"#000000"]);
stm_ai("p0i0",[0,"Home","","",-1,-1,0,"http://www.aus-scifi.com/","_self","","","","",0,0,0,"","",0,0,0,0,1,"#3366CC",0,"#3366CC",0,"","",3,3,0,0,"#ffffff #ffffff #ffffff #ffffff","#ffffff #ffffff #ffffff #ffffff","#ffffff","#000000","8pt Arial","8pt Arial",0,0]);
stm_aix("p0i1","p0i0",[0,"Stargate","","",-1,-1,0,"#","_self","","","","",0,0,0,"arrow_r.gif","arrow_rb.gif",7,7,0,0,1,"#3366CC",0,"#3399ff"]);
stm_bpx("p1","p0",[1,2,0,-1,1,3,0,7,100,"progid:DXImageTransform.Microsoft.Fade(overlap=.5, enabled=0,Duration=0.70)",-2,"progid:DXImageTransform.Microsoft.Fade(overlap=.5, enabled=0,Duration=0.70)",-2,40,2,3,"#999999","#000000","",3]);
stm_aix("p1i0","p0i1",[0,"SG1"]);
stm_bpx("p2","p1",[1,2,0,-1,1,3,0,0]);
stm_aix("p2i0","p0i1",[0,"Season 1","","",-1,-1,0,"#","_self","","","","",0,0,0,"","",0,0]);
stm_aix("p2i1","p2i0",[0,"Season 2"]);
stm_aix("p2i2","p2i0",[0,"Season 3"]);
stm_aix("p2i3","p2i0",[0,"Season 4"]);
stm_aix("p2i4","p2i0",[0,"Season 5","","",-1,-1,0,""]);
stm_aix("p2i5","p2i4",[0,"Season 6"]);
stm_aix("p2i6","p2i4",[0,"Season 7"]);
stm_aix("p2i7","p2i4",[0,"Season 8"]);
stm_aix("p2i8","p2i4",[0,"Season 9"]);
stm_ep();
stm_aix("p1i1","p0i1",[0,"SGA"]);
stm_bpx("p3","p2",[]);
stm_aix("p3i0","p2i4",[0,"Season 1"]);
stm_aix("p3i1","p2i4",[0,"Season 2"]);
stm_ep();
stm_ep();
stm_aix("p0i2","p0i1",[0,"BattleStar Galactica"]);
stm_bpx("p4","p2",[]);
stm_aix("p4i0","p2i4",[0,"Season 1"]);
stm_aix("p4i1","p2i4",[0,"Season 2"]);
stm_ep();
stm_aix("p0i3","p0i1",[0,"Star Trek"]);
stm_bpx("p5","p2",[]);
stm_aix("p5i0","p2i4",[0,"TOS"]);
stm_aix("p5i1","p2i4",[0,"TTNG"]);
stm_aix("p5i2","p2i4",[0,"DS9"]);
stm_aix("p5i3","p2i4",[0,"Voyager"]);
stm_aix("p5i4","p2i4",[0,"Enterprise"]);
stm_ep();
stm_aix("p0i4","p2i0",[1,"Aus Scifi Forum"]);
stm_ep();
stm_cf([2,0,0,"Main_frame","Navigation_frame",1]);
stm_em();
//-->
</script>

Sorry for the hassle its just i have no idea on what to do.

come on guys iam in need of some help