Don't hold your breath on that one. It's taken them many, many months of evasion, deception, prevarication and concealment even to admit that they don't pay their affiliates reliably. I'm sure they'll love seeing forum conversations about anything else apart from that.
It looks like the hoplink creator cloakes links now. If it works that would be great so people don't see your publisher name on every URL. Clickbank always seems to be sporadic after any "updates". I don't really care about the new look...I just hope the tracking is up to par!
Exactly. That is the first thing I thought of when I saw the change since it seems almost inevitable that once there is some type of update....there is an update to my account....zeroes!
It is horrible, and I wish they would spend some money on the backend and payment processor rather than changing the frigging colors! The account homepage looks very odd now as the red and yellow has changed but the sales are still in blue, just doesn't look right at all.
This look is so ugly. The former look was 10 times better than this one. Hope they realize and change it.
All they've done is change the colours... I'm not loving it, but I'm sure I'll get used to it pretty quickly.
So far I'm not crazy about it but I'm sure it is because I don't adjust to chang too easily. But as a matter of fact, i was just trying to go to Clickbank a minute ago and somehow landed here at Digital Point. truby
As someone who wears many hats (marketing, developer, creative, entrepreneur), I hate the colors! It's hard on the eyes too.
You are so incredibly bitter about Clickbank. Not just here but also Warrior Forum. Did you not meet the customer distribution requirement or something?
btw any ideas how to rip that counter off the main page? I'd like to implement it on my affiliates page.
First download the following: http://www.clickbank.com/scripts/jquery/jquery-1.3.2.min.js http://www.clickbank.com/scripts/jquery/jquery-ui-1.7.1.custom.min.js http://www.clickbank.com/scripts/jquery/jquery.jodometer.min.js Upload them to the /scripts/jquery folder of your website Enter the following code on your website, you may edit the numbers on the following code in order to give out a more realistic payout ratio ratio <script type="text/javascript" src="/scripts/jquery/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="/scripts/jquery/jquery-ui-1.7.1.custom.min.js"></script> <script type="text/javascript" src="/scripts/jquery/jquery.jodometer.min.js"></script> <script type="text/javascript"> $(document).ready(function() { var base_amt = 1225760921; var epoch = 1238457600; var now = (new Date()).getTime() / 1000; base_amt += parseInt(now - epoch) * 11; $('#counter').jOdometer({ heightNumber: 17, widthNumber: 15, delayTime: 1000, increment: 11, counterStart: base_amt.toString(), numbersImage: '/scripts/jquery/images/white_numbers.png', spaceNumbers: 1, speed: 300, offsetRight:-1}); }); <!-- function openJMAP(m, pct){ window.open('/info/jmap.htm?vendor='+m,'link','resizable,scrollbars=no,width=800,height=330'); } --> </script> Code (markup):