OK here’s another example of the Affiliate Mashup Store in action, and as you can see it sports a totally different theme from the previous example.
This theme is adapted from Free-CSS-Templates.com and the cool thing about it is that I didn’t need to change ANY of the underlying store code to get it to work. I only had to edit two files: the stylesheet and a layout file.
What this means is that, if you don’t like the themes that come with the mashup store, you should be easily able to make or adapt your own - without worrying about delving into the programming portions of the code.
If you haven’t yet signed up for an early-bird alert for when the Affiliate Mashup Store becomes available, click here to do so - and be in with the chance of an inner-circle pre-launch discount.







February 29th, 2008 at 5:58 pm
That’s great!! It’s good to know that it will be easy to adapt different themes to the store! Hope you plan to include some brief description on how to do this with the install.
Can’t wait!!
March 2nd, 2008 at 6:06 pm
Hi Paul,
I’ve a small problem whith your (real cool!) script:
Warning: include() [function.include]: URL file-access is disabled in the server configuration (…)
Failed opening ‘http://scripts.hugepedlar.com/linkback.php’ for inclusion …
Send me a “dead” Link, please.
Cheers,
JN
March 2nd, 2008 at 9:02 pm
Hey JN, sorry about that.
If you want to fix it yourself you can go ahead and replace the line in ‘index.php’ like this:
Change line 253 from:
include("http://scripts.hugepedlar.com/linkback.php");to:
echo "Get your Mashup Script from <a href="blog.hugepedlar.com">HugePedlar.”;…
I’ve updated the script with this change so if you want to download it again and change your index.php for the new one it should work now.
March 2nd, 2008 at 10:12 pm
Done.
Thx!
JN