Register   Login
     
  Latest Posts  
RE: Lightbox not working on 2.04?
by wallacea on 12/02/2008 12:31 AM
RE: Lightbox not working on 2.04?
by smcculloch on 12/02/2008 12:20 AM
RE: Facebook-like Tagging People in Pictures...
by swebster on 12/02/2008 12:13 AM
Lightbox not working on 2.04?
by wallacea on 12/01/2008 11:45 PM
News Article css
by daviking on 12/01/2008 7:04 PM
RE: File Expiration Date
by jcochran on 12/01/2008 6:35 PM
RE: Set default value
by mariusm on 12/01/2008 6:29 PM
New Module - File Search
by jcochran on 12/01/2008 6:21 PM
RE: Display Name
by blob150 on 12/01/2008 3:07 PM
How to replicate the paging control at the top of the photos grid
by markjjordan on 12/01/2008 3:05 PM
  Forums  
Subject: Property Agent Latest Module Carousel Example
Prev Next
You are not authorized to post a reply.

Author Messages
tmalerUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:170


10/10/2008 12:19 PM  

I found a good way to use the property agent latest module as a carousel.  I attached a zip file with the js file, example html, and screen shots.  The below link is example of what it looks like.

http://www.dvdlit.com/dvd/MyMovies.aspx


Attachment: Property Agent Carousel.zip


Tim Maler
www.dvdlit.com
bennyjUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:75


10/10/2008 3:47 PM  

Thanks Tim, this lools awsome! I realy like the layout of your template. Would you consider sharing your template ?

Thanks

Bennyj

Steven WebsterUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:179


10/10/2008 8:40 PM  
Thats pretty cool. Thanks for sharing.

Steven Webster
Overlook Technologies
CodepointUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:142

10/11/2008 3:37 AM  

Very nice! Thanks!

tmalerUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:170


10/11/2008 5:04 AM  

I hope everyone can use it. i have another example that i will post as well when scott gets time to add a new setting in the layout module so it uses a free layout which will remove the extra html in a datalist.  I will keep you posted.

 


Tim Maler
www.dvdlit.com
CodepointUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:142

10/11/2008 9:31 AM  
It would be very useful to differentiate the latest template for each module latest added. This will not be forced to use the usual latest template for several pages and in this way I can use carousel
and continue to use the latest classic template for other latest module added.  Scott, believe that it can be a change you can do?
bennyjUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:75


10/11/2008 8:17 PM  

Hi Tim, Just curious, are you using YAF Forums ?

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12548


10/11/2008 9:13 PM  
Codepoint, you can override the template by using your own custom one defined in the module itself. I could come up with a naming scheme that could allow you to select from multiple latest layout files though.

Scott McCulloch
Site Administrator
tmalerUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:170


10/12/2008 3:59 AM  

Codepoint their are two other jquery plugins that look pretty cool, but one of the things i run into is that thr datalist adds extra html, so for me it does not display correctly.  I am just finishing another carousel example and should have it posted soon.  attached is a screen shot.







Tim Maler
www.dvdlit.com
georgelewUser is Offline
Silver Membership
Nuke Addict
Nuke Addict
Posts:72


10/14/2008 7:08 PM  
This is so cool! Best thing is: It works even when JS and Java turn off. This means it's good the the search engine! Nominated as best theme of the year!
tmalerUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:170


10/15/2008 12:17 PM  

sorry for not seeing your post.  i am using active forums.


Tim Maler
www.dvdlit.com
CodepointUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:142

10/29/2008 5:00 AM  

Hi tmaler,

Can You post please in addition to your example the CSS and image files used to get this result?

Thanks for the help! 

tmalerUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:170


10/31/2008 8:23 AM  

My apologies.  I really thought I had that in the zip file.

 


ul.slideshow, li.slideshow {
    padding:0;
    margin:0;
    list-style:none;
    list-style-type:none;
}

.next, .prev{
    cursor:pointer;
}


#screen2{
    position:relative;
    width:750px;
    margin:2px;
}
    #screen2 #buttons{
        background-color:transparent;
        border: #5b3570 0px solid;
        width:750px;
    }
   
    #screen2 #buttons a{
        margin:2px 2px;
        color:#85c904;
        font-weight:bold;
    }
    #screen2 .prev{
        float:left;
    }
    #screen2 .next{
        float:right;
    }

#slideshow{
    overflow:hidden;
    width:750px;
    height:110px;
    border:0px solid #5b3570;
}

    #slideshow ul{
        width:750px;
        padding-left:5px;
        list-style-type:none;
    }

        #slideshow li{
            float:left;
            margin:0 16px;
            cursor:pointer;
            list-style-type:none;
        }
.clear{
    clear:both;
    width:0;
    height:0;
}


Attachment: Property Agent Carousel.zip


Tim Maler
www.dvdlit.com
CodepointUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:142

10/31/2008 11:01 AM  
I am fascinated by the flexibility of this module using jquery!
I wondered if You are able to implement the serialscroll example of attached Figure! It is the first  demo of serialscroll demosite. It is very similar to the work you've already done by carousel example.
Thanks Tmailer!





CodepointUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:142

11/04/2008 1:14 PM  

I managed to do the slideshow of properties!
You can see the result at this link

Thanks to Tmailer for the help!

samanderson4User is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:15

11/05/2008 7:41 AM  

Tim,

Do I jsut download the zip file to my server?

tmalerUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:170


11/05/2008 11:33 AM  

Upload the js and the css file to a folder on your server i.e. /Porals/js/name.js. Point the css & script files to the correct location i.e. src = /Porals/js/name.js. and copy and paste the html into the property agent latest module.  Take a look at the screen shot i posted i should help.  Thanks


Tim Maler
www.dvdlit.com
TareqUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:76

11/08/2008 7:44 AM  

Hey Tim,

Excellent Customization. One of the nicest site I have seen. I have one suggestion for you on your registration page get rid of the DNN help icon and the required field icon. The icons are making you form look bad.

Also I have one question! How did you add tabs with with the Property Agent? Care to share?

 

Thank you,

Tareq


Fowara.com PlanetTutorials Giving Back To Humanity
Jose MaldonadoUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:37


11/10/2008 2:56 PM  

Excellent contribution to this excellent module...

this is my result:

http://dnn.avizor.info/ControldeAccesos/BarrerasdeAcceso/tabid/522/agentType/View/PropertyID/173/Default.aspx

tmalerUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:170


11/11/2008 6:03 AM  

Hi Tareq, i am using Coda-Slider 1.1.1.  For me this is the best one out there.  http://www.ndoherty.com/demos/coda-slider/1.1.1/#3


Tim Maler
www.dvdlit.com
You are not authorized to post a reply.
Forums > Modules > Property Agent > Property Agent Latest Module Carousel Example



ActiveForums 3.7