Customizing SMF > SMF Coding Discussion

Help me Out with these SMF Slider Codes

(1/2) > >>

johnpaul2k2:
I must commend you guys for the great works you have been doing to me and others.
May God reward you people endlessly Amen!!
i was searching and saw this Smf slider by Jigload. i really need somebody to direct me . thanks alot

/*How to install Jigload Slider.
Go to Admin Panel > Featuree and options > portal > blocks > Create a new blog and Preferences tune PHP then Copy the code below to put by the <a href = "http://jigload.com". > Change from http://jigload.com. The link to use in connection with the Slider is on. Directory of board / Themes / default / slider / images.
For example. http://www.youdomain.com/forum/Themes/default/slider/images
*/

 
--- Code: ---<script type="text/javascript">!window.jQuery && document.write(unescape(\'%3Cscript src="http://code.jquery.com/jquery.min.js"%3E%3C/script%3E\'))</script>
<script type="text/javascript" src="', $settings['default_theme_url'], '/slider/js/Slider.js"></script>
<link  href="', $settings['default_theme_url'], '/slider/css/screen.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript">
jQuery(document).ready(function($){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>

<div id="slider">
<ul>
<li><a href="http://jigload.com"><img src="'.$boardurl.'/Themes/default/slider/images/01.jpg" alt="SMF Slider" /></a></li>
<li><a href="http://jigload.com"><img src="'.$boardurl.'/Themes/default/slider/images/02.jpg" alt="SMF Slider" /></a></li>
<li><a href="http://jigload.com"><img src="'.$boardurl.'/Themes/default/slider/images/03.jpg" alt="SMF Slider" /></a></li>
<li><a href="http://jigload.com"><img src="'.$boardurl.'/Themes/default/slider/images/04.jpg" alt="SMF Slider" /></a></li>
<li><a href="http://jigload.com"><img src="'.$boardurl.'/Themes/default/slider/images/05.jpg" alt="SMF Slider" /></a></li>
</ul>
</div>';




--- End code ---

   






i have tried it but i couldn't just understand it well. please help me out

johnpaul2k2:
Wow I was able to get the slider working, I went to the slider page, open and copied the slider source code and paste. But ithe slider doesn't have description of a particular picture ie having a headline. Please did anybody knows the "description javascript" looking at the above code

Suki:
Where do you got the JavaScript code?

johnpaul2k2:

--- Quote from: Suki on September 04, 2012, 01:24:57 PM ---Where do you got the JavaScript code?

--- End quote ---

http://jigload.com/forum/index.php

Suki:
Is that really the place where you got that slider?  it doesn't look like a family friendly forum to me  :-\

anyway, I need the actual page where the slider can be downloaded, usually the coder has some documentation on how it cna be installed.

Navigation

[0] Message Index

[#] Next page

Go to full version