[REL] RevCMS News slider.

Do you like it?


  • Total voters
    20

Masterxx

New Member
Dec 21, 2012
9
0
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:
PHP:
  <div id="promo-bullets"></div>
And delete all the content in it, to this line:
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>
And:
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>
Repeat this step on community.php.
Problems? Send a email to [email protected] :D
Success!

Excuse me for my English. I'm Dutch.
 

Masterxx

New Member
Dec 21, 2012
9
0
Oh sorry, Its used for the Habbo theme. Every Theme with that Big promos slider (The original) Can use it to. But do u like it?
 

ViiTactiiCZz

Member
Mar 19, 2013
35
5
Shouldn't
"<? Created by MasterXX, Give credits please if u use it. ?>" be
"/* Created by MasterXX, please give credits if you use it. */"?
 

Users who are viewing this thread

Top