danillosgsays
Waiting for v2 to purchase… When?
pixeloopsays
Script works perfectly right out of the box. Setup was a breeze, customizing it is even easier so not sure why everyone is complaining that it’s not working and is full of problems. They’re most probably having issues with their host rather than the script itself.
The only minor issue i see is the “rn” line breaks when hitting return/enter in the comments text area. Any one have an idea of how to implement html into that text area or to at least strip out the “rn” that it inputs once a comment is submitted??
E-mailed the seller the same question so if i get any response i’ll follow up here with a solution.
beautifulcammysays
Hey Folks! I LOOOOVE THIS PRODUCT
In the file
index2.php I added this Disable RIGHT CLICK FEATURE
Now I can upload images without fear of them being stolen. The final files are always the PDF anyways, but in the proofing stage this makes it easier to not e-mail and to avoid getting things stolen. I found that even with the proof stamp I was getting highjacked. THIS stops that from happening.
Of course a smart person could screen capture but I combat that by making the proof something you have to scroll and if they can steal it after all that…well then forget it lol. Anyways DISABLE your right clicking on that page, real classy feature I added.
<!—//Disable right mouse click Script //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive //For full source code, visit http://www.dynamicdrive.com
var message=”For Proofing Only!”;
/////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } }
function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } }
if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; }
document.oncontextmenu=new Function(“alert(message);return false”)
//—>tlrdesignsays
I bought this and now whenever my client, or I make a new line, it does some random rnrn stuff. Can you fix this to do a
tag in HTML ?
rus321says
Is it possible to accept payment upfront?
Basically my service requires all your features… tracking, timing etc. However I will let the clients set up their own accounts through an order form and make a payment right there and THEN I will begin to track their order. Therefore invoicing will not be necessary.
How easy will your script be to edit for a developer with medium skills in php?
Is something like this possible with your script?
oli_wendtsays
I purchased the script and i have the same problems with the line feed like tlrdesign. Can you help?
Regards Oliver
216comments