We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] News
Topic Started: Jul 11 2011, 12:21 PM (508 Views)
Logan1881
Member Avatar
Member
[ * ]
Board Address: http://gamingstrike.com
Board Software: Zetaboards
Description: I want something similar to the gaming news on this: http://www.g4tv.com/ website. See how it shows an image and it transitions from slide to slide? Something similar to that would be great, thanks! :)
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Here's a slideshow script: http://resources.zetaboards.com/single/?p=8280986&t=5118919 (Updated JS)

There's many more available on the web if you don't like that one.
Offline Profile Goto Top
 
Logan1881
Member Avatar
Member
[ * ]
Alrighty, sorry I should of done more looking. However, the person that requested this code: http://resources.zetaboards.com/single/?p=8280986&t=5118919 said that it was an exclusive code..?
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Codes posted on ZNR aren't generally exclusive, but you could check with him to be sure.

Here's an image-only version.
Code:
 
<script type="text/javascript" src="http://z3.ifrm.com/63/1/0/f651326/slideshow.js"></script>

<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#slideshow').fadeSlideShow();
});
</script>

<div id="slideshow">
<div><img src="http://z3.ifrm.com/static/acp/settings.png" alt="" /></div>
<div><img src="http://z3.ifrm.com/static/acp/users.png" alt="" /></div>
<div><img src="http://z3.ifrm.com/static/acp/forums.png" alt="" /></div>
<div><img src="http://z3.ifrm.com/static/acp/acplogo.png" alt="" /></div>
</div>
Offline Profile Goto Top
 
Logan1881
Member Avatar
Member
[ * ]
Could I edit that so that it could have click-able images?
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<div><a href="URL"><img src="URL" alt="" /></a></div>
Use that.
Offline Profile Goto Top
 
Logan1881
Member Avatar
Member
[ * ]
Hmm..it isn't appearing to be in a slide show.. just images. :meh:
Edited by Logan1881, Jul 11 2011, 07:24 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Resolved via PM.
Offline Profile Goto Top
 
Roby-ZNR
Member Avatar
Efficacy
[ *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic