SimplePortal

Development => Feature Requests => Declined Requests => Topic started by: Stigmartyr on November 22, 2010, 07:00:49 PM

Title: jQuery Content Slider
Post by: Stigmartyr on November 22, 2010, 07:00:49 PM
Greetings Simple Portal fans and devs.  I'm a freelance web designer that enjoys using SMF+TP for my forums, but find the 'front' page presentation lacking some present day features.

One of them being a content slider block in jQuery.  It would be nice to have a feature that converts the front page into more of a blog or ezine to highlight content in the forums.  Would be awesome to see what the community comes up with for their version.

Facebook/Twitter cluster in a block would be nice, too.  These are all things I am doing myself but they're all customized instances.  I thought it would enhance the 'portal' itself and really modernize SMF.

On my gaming clan-site: www.Black-Chapter.com I have a wordpress front page layout with a link to a SP powered SMF, this is so I can PODcast with some other plugins available with WP, but considering doing alot of heavy custom coding again in SP
Title: Re: jQuery Content Slider
Post by: ccbtimewiz on November 22, 2010, 11:31:00 PM
This sounds similar to what the folks over at Dream Portal (http://dream-portal.net/) are up to.
Title: Re: jQuery Content Slider
Post by: Stigmartyr on November 23, 2010, 12:23:01 AM
This sounds similar to what the folks over at Dream Portal (http://dream-portal.net/) are up to.

Well if they are, I don't see anything related to it on their site.  I mean I 'can' do it myself with HTML/BBC blocks but think it would be great for everyone to have without the advanced HTML skills.
Title: Re: jQuery Content Slider
Post by: radu81 on November 23, 2010, 08:16:21 AM
As you said, you con do it yourself in html, I don't think it's an option to integrate, then all portals will look similar
I dit it for my portal in html: sharkracingclub.it
Title: Re: jQuery Content Slider
Post by: Jack_O_Neill.DK on December 01, 2010, 01:51:19 PM
Ye a Jquery content slider would be nice :)
Title: Re: jQuery Content Slider
Post by: keith021773 on December 03, 2010, 10:00:51 AM
As you said, you con do it yourself in html, I don't think it's an option to integrate, then all portals will look similar
I dit it for my portal in html: sharkracingclub.it

That is nice radu.    Is that a free script?
Title: Re: jQuery Content Slider
Post by: radu81 on December 13, 2010, 05:52:37 PM
Just take a look at this: http://www.themeflash.com/30-stunning-jquery-slider-plugins-and-tutorials-to-boost-your-work/
 8)
Title: Re: jQuery Content Slider
Post by: keith021773 on December 13, 2010, 06:31:52 PM
Thanks.   Great information!
Title: Re: jQuery Content Slider
Post by: keith021773 on December 17, 2010, 01:17:42 PM
Hey Radu81.   Thanks for all the info.   I have one now and have it working.   Thanks again!
Title: Re: jQuery Content Slider
Post by: garymorrison23 on December 18, 2010, 04:30:07 AM
If you just google Jquery Content Slider, you will end up with a huge list of sites offering this. I liked this site http://webdesignledger.com/tutorials/13-super-useful-jquery-content-slider-scripts-and-tutorials
So check it out.
Title: Re: jQuery Content Slider
Post by: keith021773 on December 18, 2010, 06:36:01 AM
Yep, that is exactly where I got mine from Gary.  Thanks!
Title: Re: jQuery Content Slider
Post by: infostrides on January 21, 2012, 05:36:23 AM
This is fine. Is it possible to use RSS feed with it?
Title: Re: jQuery Content Slider
Post by: infostrides on January 21, 2012, 09:45:10 AM
Yep, that is exactly where I got mine from Gary.  Thanks!

Please help. I am also implementing "Featured Content Slider" on my forum but it is working. I tested it on local, it worked fine.

Here is my website: http://www.theinfostrides.com

Here is the script source: http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/

Title: Re: jQuery Content Slider
Post by: infostrides on January 26, 2012, 06:09:01 PM
I got the Featured Content Slider working fine with HTML block but I developed a mod with it that requires PHP block. You can check here: http://www.theinfostrides.com

The slider does not work with "PHP Block". Here is the error message received:

Code: [Select]
Parse error: syntax error, unexpected ',' in /home/xxxxxxx/public_html/Sources/PortalBlocks.php(3562) : eval()'d code on line 8
Any help here please!
Title: Re: jQuery Content Slider
Post by: infostrides on January 26, 2012, 07:12:53 PM
I got the Featured Content Slider working fine with HTML block but I developed a mod with it that requires PHP block. You can check here: http://www.theinfostrides.com

The slider does not work with "PHP Block". Here is the error message received:

Code: [Select]
Parse error: syntax error, unexpected ',' in /home/xxxxxxx/public_html/Sources/PortalBlocks.php(3562) : eval()'d code on line 8
Any help here please!

I got this resolved! Thanks.
Title: Re: jQuery Content Slider
Post by: katoon on February 16, 2012, 07:02:13 PM
i use nivo-slider and its very cool i just added this code into a HTML block for simpleportal but you will have to upload you inages into the demo images and change the code for the pics.

Code: [Select]
link rel="stylesheet" href="/nivo-slider/themes/default/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="nivo-slider/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<div align="center&gt;
&lt;div id=">
<div class="slider-wrapper theme-default">
<div class="ribbon"></div>
<div id="slider" class="nivoSlider">
<img alt="" src="/nivo-slider/demo/images/banner.jpg" />                 <a href="http://katoon.co.uk/index.php?action=forum">
<img alt="" title="Visit The Forum Today" src="/nivo-slider/demo/images/banner3.jpg" /></a>                 
<img alt="" data-transition="slideInLeft" src="/nivo-slider/demo/images/bannerlol.jpg" />                 
<img alt="" title="#htmlcaption" src="/nivo-slider/demo/images/commingsoon.jpg" /></div>
<div id="htmlcaption" class="nivo-html-caption" style="text-align: center; ">Register to Katoon <a href="http://katoon.co.uk/index.php?action=register">HERE</a>.</div>
</div>
</div>
<script type="text/javascript" src="/nivo-slider/demo/scripts/jquery-1.7.1.min.js"></script>     <script type="text/javascript" src="/nivo-slider/jquery.nivo.slider.pack.js"></script>     <script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider();
    });
    </script>
Title: Re: jQuery Content Slider
Post by: [SiNaN] on March 07, 2012, 10:46:18 AM
This sounds all good and nice but the content can vary greatly so we won't be able to come up with something that can work for many.
SimplePortal 2.3.8 © 2008-2024, SimplePortal