[quote=punkinhardcor]i need help pls.
well my problem is if i click the add comments in control panel and the quick testimonial appear! i like very much the trick but i want the quick testimonial box appear forever above my testimonial how can i edit the codes. pls tech me i have the js codes for this how ever thanks a lot.
reagard thanks too all helpfull people,peace.[/quote]
Maybe You Can Change This Part...
[quote]/*global COMMENTOR, document, window*/
if (typeof COMMENTOR !== "undefined") {
throw new Error("COMMENTOR is already defined.");
}
(function () {
COMMENTOR = {
$linker: [],
$max: 5000,
$amp: "&",
$ie: /*@cc_on!@*/false,
$dir: "http://i94.photobucket.com/albums/l116/feruzz/",
$dircss: "http://www.stormpages.com/",
details: {
photo: null,
name: null
},
regexp: {
photo: /imgblock200"><a[\S\s]*?>([\S\s]*?)<\/div>/i,
name: /controlpanel_header">([\S\s]*?)<a[\S\s]*?><\/a><a\s*name="controlpanel/i
},
repTxt: {
"onlynum": /[^\d]/g
},
valid: function (o, w) {
o.value = o.value.replace(COMMENTOR.repTxt[w], "");
},
init: function () {
/*global pageViewerID, pageOwnerID, location*/
var myFriend = "[b]no[/b]";
var cScan = COMMENTOR.$("controlPanelButtons").innerHTML;
var searchFriend = cScan.search(/Add as Friend/);
if (searchFriend > 0) {
myFriend = "yes";
}
if (pageViewerID !== "" && myFriend === "[b]no[/b]") {
try {[/quote]
change With [b]yes[/b]..so This Script like This

[quote]/*global COMMENTOR, document, window*/
if (typeof COMMENTOR !== "undefined") {
throw new Error("COMMENTOR is already defined.");
}
(function () {
COMMENTOR = {
$linker: [],
$max: 5000,
$amp: "&",
$ie: /*@cc_on!@*/false,
$dir: "http://i94.photobucket.com/albums/l116/feruzz/",
$dircss: "http://www.stormpages.com/",
details: {
photo: null,
name: null
},
regexp: {
photo: /imgblock200"><a[\S\s]*?>([\S\s]*?)<\/div>/i,
name: /controlpanel_header">([\S\s]*?)<a[\S\s]*?><\/a><a\s*name="controlpanel/i
},
repTxt: {
"onlynum": /[^\d]/g
},
valid: function (o, w) {
o.value = o.value.replace(COMMENTOR.repTxt[w], "");
},
init: function () {
/*global pageViewerID, pageOwnerID, location*/
var myFriend = "[b]yes[/b]";
var cScan = COMMENTOR.$("controlPanelButtons").innerHTML;
var searchFriend = cScan.search(/Add as Friend/);
if (searchFriend > 0) {
myFriend = "yes";
}
if (pageViewerID !== "" && myFriend === "[b]yes[/b]") {
try {[/quote]
[quote=nick_cute06]sir why i cant download the quick comment box!?

[/quote]
You Can See [b]Quick Testi v 3.6.1[/b]
in [url=http://h1.ripway.com/myscript/quicktesti.js][b]HERE[/b][/url]
n Copy Paste In Your JS file..
Last edited by vetra9 (2008-08-07 16:57:13)