blackball
Not New Member
Posts: 21
blackball said 0 great things
|
Post by blackball on Mar 29, 2011 0:16:01 GMT -8
Hey Wormo, Only just realised that the code still has some glitch, when opening in internet explorer it goes to an error page still.........Error says Navigation to the webpage was canceled.
Works perfectly in Firefox.
|
|
|
Post by Wormopolis on Mar 29, 2011 6:48:14 GMT -8
could you open up the board you are using this in to guests so I can see inside the code?
|
|
blackball
Not New Member
Posts: 21
blackball said 0 great things
|
Post by blackball on Mar 29, 2011 21:14:52 GMT -8
Hello Wormo, It's on my Test site again, in general board>Feedback. Firefox opens the URL http://...............................Internet explorer opens URL about:/index.cgi?board=
Should be a clue there Thanks again.
|
|
|
Post by Wormopolis on Mar 31, 2011 9:24:19 GMT -8
if (pb_action=='display') { for(lnk=document.getElementsByTagName('a'), ll=0; ll<lnk.length; ll++) { if (lnk[ll].href.match(/action=post/) && !lnk[ll].href.match(/quote=/) && !lnk[ll].href.match(/&templateshow/)) { var btnbar=lnk[ll].parentNode; var nwbtn=lnk[ll].cloneNode(true); nwbtn.href=lnk[ll].href+'&templateshow'; nwimg=document.createElement('img'); nwimg.border="0"; nwimg.src=feedbackBtnImg; nwbtn.replaceChild(nwimg, nwbtn.firstChild); btnbar.insertBefore(nwbtn, lnk[ll].nextSibling); } } }
|
|
blackball
Not New Member
Posts: 21
blackball said 0 great things
|
Post by blackball on Mar 31, 2011 9:38:35 GMT -8
Thanks Wormo, works perfectly now P.S Couldn't get your sub-boards drop down as suggested to work Would you like me to start another topic for sub board drop down for some support with this?
|
|
|
Post by Wormopolis on Mar 31, 2011 10:23:50 GMT -8
post in the code thread itself. that way I can keep them grouped together
|
|