Moved to RevCMS -> Plugins
Hey i have made a REVCMS News slider.
||Screenies||
||Instructions||
1. Download this package:
2. Unrar and save it in your wwroot Htdocs Etc.. Folder.
3. Open up your me.php (Can be found in app/tpl/skins/Youskin/me.php)
Search for this line:
And delete all the content in it, to this line:
And then paste this:
Note: Where /ase/ts is Paste there ur promos folder for the news.
between:
And:
So it will look like this:
Repeat this step on community.php.
Problems? Send a email to [email protected]
Success!
Excuse me for my English. I'm Dutch.
||Screenies||
You must be registered for see links
You must be registered for see links
||Instructions||
1. Download this package:
You must be registered for see links
2. Unrar and save it in your wwroot Htdocs Etc.. Folder.
3. Open up your me.php (Can be found in app/tpl/skins/Youskin/me.php)
Search for this line:
PHP:
<div id="promo-bullets"></div>
PHP:
</div>
<script type="text/javascript">
document.observe("dom:loaded", function() { PromoSlideShow.init(); });
</script>
And then paste this:
Note: Where /ase/ts is Paste there ur promos folder for the news.
PHP:
</head>
<body style="background-color:#d7d7d7">
[COLOR=#0000bb][SIZE=13px][FONT=monospace]/* Created by MasterXX, please give credits if you use it. */[/FONT][/SIZE][/COLOR]
<div id="wowslider-container1">
<div class="ws_images"><ul>
<li><img src="http://Yoursite/ase/ts/{newsIMG-1}" alt="1" title="{newsTitle-1}" id="wows1_0"/><a href="index.php?url=news&id={newsID-1}">{newsCaption-1}</li>
<li><img src="http://Yoursite/ase/ts/{newsIMG-2}" alt="2" title="{newsTitle-2}" id="wows1_1"/><a href="index.php?url=news&id={newsID-2}">{newsCaption-2}</li>
<li><img src="http://Yoursite/ase/ts/{newsIMG-3}" alt="3" title="{newsTitle-3}" id="wows1_2"/><a href="index.php?url=news&id={newsID-3}">{newsCaption-3}</li>
<li><img src="http://Yoursite/ase/ts/{newsIMG-4}" alt="4" title="{newsTitle-4}" id="wows1_3"/><a href="index.php?url=news&id={newsID-4}">{newsCaption-4}</li>
<li><img src="http://Yoursite/ase/ts/{newsIMG-5}" alt="5" title="{newsTitle-5}" id="wows1_4"/><a href="index.php?url=news&id={newsID-5}">{newsCaption-5}</li>
</ul></div>
<div class="ws_bullets"><div>
</div></div>
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
</body>
</html>
between:
PHP:
<div id="promo-bullets"></div>
PHP:
</div>
<script type="text/javascript">
document.observe("dom:loaded", function() { PromoSlideShow.init(); });
</script>
So it will look like this:
PHP:
<div id="promo-bullets"></div>
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
</head>
<body style="background-color:#d7d7d7">
[COLOR=#0000bb][SIZE=13px][FONT=monospace]/* Created by MasterXX, please give credits if you use it. */[/FONT][/SIZE][/COLOR]
<div id="wowslider-container1">
<div class="ws_images"><ul>
<li><img src="http://Yoursite/ase/ts/{newsIMG-1}" alt="1" title="{newsTitle-1}" id="wows1_0"/><a href="index.php?url=news&id={newsID-1}">{newsCaption-1}</li>
<li><img src="http://Yoursite/ase/ts/{newsIMG-2}" alt="2" title="{newsTitle-2}" id="wows1_1"/><a href="index.php?url=news&id={newsID-2}">{newsCaption-2}</li>
<li><img src="http://Yoursite/ase/ts/{newsIMG-3}" alt="3" title="{newsTitle-3}" id="wows1_2"/><a href="index.php?url=news&id={newsID-3}">{newsCaption-3}</li>
<li><img src="http://Yoursite/ase/ts/{newsIMG-4}" alt="4" title="{newsTitle-4}" id="wows1_3"/><a href="index.php?url=news&id={newsID-4}">{newsCaption-4}</li>
<li><img src="http://Yoursite/ase/ts/{newsIMG-5}" alt="5" title="{newsTitle-5}" id="wows1_4"/><a href="index.php?url=news&id={newsID-5}">{newsCaption-5}</li>
</ul></div>
<div class="ws_bullets"><div>
</div></div>
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
</body>
</html>
</div>
<script type="text/javascript">
document.observe("dom:loaded", function() { PromoSlideShow.init(); });
</script>
Problems? Send a email to [email protected]
Success!
Excuse me for my English. I'm Dutch.