Deepdog009
05-03-2008, 09:59 PM
Installation
*********
{1} unzip and upload folder [ peelers ] to forum root...> forum/peelers/
{2} install plugin with easy setup options...
{3} Goto vbulletin options find Corner Peeler and switch on and activate javascript...
{4} I already set path up for most forums,,, but there may be some forums that require different settings...
{5} For those that have problems setting up... Its easy to fix... First thing is to know the path where you uploaded the peelers folder and next you must edit the templates and the js files...
{6} Editing the templates is easy,,, open template that you want to edit and find...>
<script src="peelers/peel1.js" type="text/javascript"></script>
Edit only the src path with new js path to your forums peelers folder...
{7} Last you must edit the peel1, peel2 or peel3 files... Look below and find swf and jpg paths and edit to match the src path above...
jaaspeel.small_path = 'peelers/small.swf';
jaaspeel.small_image = escape('peelers/small.jpg');
jaaspeel.big_path = 'peelers/large.swf';
jaaspeel.big_image = escape('peelers/large.jpg');
{8} Next you must edit the js file url with the new redirect url so that when folks click on your ads or specials it will direct to the correct page...
jaaspeel.ad_url = escape('http://vbulletin.org');
{9} Last when you add your own images make sure that the large is 500 by 500 and the small is 73 by 73 ...
{10} Use any photo editing software like Adobe Photoshop or Fireworks... There are a few free editors,,, search google...
{11} In the Swf url options folder you can use different ways of redirecting when corner peeler is clicked... Upload and overwrite large.swf file...
{12} If you follow these guidelines all will work fine...
Good Luck 2 ya!!!
*********
{1} unzip and upload folder [ peelers ] to forum root...> forum/peelers/
{2} install plugin with easy setup options...
{3} Goto vbulletin options find Corner Peeler and switch on and activate javascript...
{4} I already set path up for most forums,,, but there may be some forums that require different settings...
{5} For those that have problems setting up... Its easy to fix... First thing is to know the path where you uploaded the peelers folder and next you must edit the templates and the js files...
{6} Editing the templates is easy,,, open template that you want to edit and find...>
<script src="peelers/peel1.js" type="text/javascript"></script>
Edit only the src path with new js path to your forums peelers folder...
{7} Last you must edit the peel1, peel2 or peel3 files... Look below and find swf and jpg paths and edit to match the src path above...
jaaspeel.small_path = 'peelers/small.swf';
jaaspeel.small_image = escape('peelers/small.jpg');
jaaspeel.big_path = 'peelers/large.swf';
jaaspeel.big_image = escape('peelers/large.jpg');
{8} Next you must edit the js file url with the new redirect url so that when folks click on your ads or specials it will direct to the correct page...
jaaspeel.ad_url = escape('http://vbulletin.org');
{9} Last when you add your own images make sure that the large is 500 by 500 and the small is 73 by 73 ...
{10} Use any photo editing software like Adobe Photoshop or Fireworks... There are a few free editors,,, search google...
{11} In the Swf url options folder you can use different ways of redirecting when corner peeler is clicked... Upload and overwrite large.swf file...
{12} If you follow these guidelines all will work fine...
Good Luck 2 ya!!!

