Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...DNN homepage slideshow moduleDNN homepage slideshow module
Previous
 
Next
New Post
6/12/2009 7:59 AM
 

Hi

This is basically nothing more than a bit of jquery  ( jquery.scrollto  and jquery.localscroll plugin)

the script on the dnn page uses this and has a small script around it ( probably written by  spanish DNN'er based on the variable names in the scripts ;)

It also uses some old javascript code MM_ for pelaoding images, I recognize this form Macromedia in the early days :)

bus basically its just 5 <div>content</div> above eachother each with a backound iamge

the menu are 5 smaller images and each of these links to 1 of the 5  div this div is scrolled into place with the localscroll plugin

Also its not a custom module, its just pasted content in the text html module.

The script could be doen better because it uses jquery combined with a lot of unnecasary preloading script and scipt not injected in headers but in the pages.

I thknk i can d a similar basic script setup in about 1 to 2 hours ( its mostly html layout and jquery plugin call ) nothing too fancy

 

Maybe ill give it a whirl later today when i finshed this client meeting

 

 

 

 
New Post
6/12/2009 8:15 AM
 

Am I missing something?

3 times now I've checked the home page here for some sort of interesting slideshow and the most I've see is "Users Include" with some basic scrolling text (but meaning little when I can't find any real examples of how these users use DNN).

Is it really just this bit of scrolling text?

 
New Post
6/12/2009 8:32 AM
 

well meeting is over, i have a sample running soon

 

watch this space

 
New Post
6/12/2009 9:42 AM
 

Ok its done

http://www.2dnn.com/jquery/tabid/133/Default.aspx#section3

 

i uploaded 3 scripts to my skin folder adn these as well as the html content i just pasted in a text html module

 

make sure to link the js to the correct place.

------

        <script type='text/javascript' src="jquery.scrollTo-min.js"></script>

    <script type='text/javascript' src="jquery.localscroll-min.js"></script>
    <script type='text/javascript' src="init.js"></script>

   <div>
        <div style="float: left; width: 100px; background-color: Lime; height: 200px;">
            <ul id="navigation">
                <li class="sup"><a href="#section1">Section 1</a> </li>
                <li class="sup"><a href="#section2">Section 2</a> </li>
                <li class="sup"><a href="#section3">Section 3</a> </li>
                <li class="sup"><a href="#section4">Section 4</a> </li>
                <li class="sup"><a href="#section5">Section 5</a> </li>
            </ul>
        </div>
        <div id="content" style="height: 200px; width: 400px; background-color: Red; overflow: hidden;
            float: left;">
            <div id="section1" style="height: 200px;background-color:AliceBlue;">
                section1
            </div>
            <div id="section2" style="height: 200px;background-color:Aqua;">
                section2
            </div>
            <div id="section3" style="height: 200px;background-color:CadetBlue;">
                section3
            </div>
            <div id="section4" style="height: 200px;background-color:DarkBlue;">
                section4
            </div>
            <div id="section5" style="height: 200px;background-color:SkyBlue;">
                section5
            </div>
        </div>
        <div style="clear: both;">
        </div>
    </div>

 

 
New Post
6/12/2009 10:59 AM
 

DigRotate by DigNuke is a module I like for the same sort of effect and more...

http://www.dignuke.com/Modules/digRotate.aspx

 

:::::::::::::::::::::::::::::::::::::::::::::::::::::::
 ...rick...

 Tangra Solutions
 Follow me on Twitter
:::::::::::::::::::::::::::::::::::::::::::::::::::::::
 

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...DNN homepage slideshow moduleDNN homepage slideshow module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out