NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on April 19, 2014, 10:36:38 AM

Title: Scrolling area on Index Page
Post by: broche on April 19, 2014, 10:36:38 AM
Hi All,

Is it possible with nettalk to create a continually scrolling area on the main nettalk page(Index??) that users see when they login?  Something that shows the latest news or updates that a user might need to look at?  Something like Capesoft banner template.

Hope I explained that well enough
Title: Re: Scrolling area on Index Page
Post by: Robert Iliuta on April 19, 2014, 10:33:55 PM
Hallo,

Make index a "memory form" and then populate a browse may give the effect you want.

Regards,
Robert
Title: Re: Scrolling area on Index Page
Post by: broche on April 22, 2014, 09:44:04 AM
Thanks for the suggestion.  I did as you suggested and at least I have it so that news for specific users shows when they login.
For now this works although I need to play with the CSS to get rid of lines in the browse, not sure how to set this?

Brian.
Title: Re: Scrolling area on Index Page
Post by: Robert Iliuta on April 22, 2014, 10:28:34 AM
very easy! play with Firebug in Firefox and see what you have to change. Make also your own css file to put there all your cosmetic changes.

Robert
Title: Re: Scrolling area on Index Page
Post by: Bruce on April 22, 2014, 10:39:41 PM
Hi Brian,

you want to download and watch tihs webinar;
http://clarionlive.wikispaces.com/Webinar+217

It pretty much covers exactly what you are doing.

cheers
Bruce
Title: Re: Scrolling area on Index Page
Post by: broche on April 23, 2014, 04:36:43 PM
Watched video - Thanks Bruce.
Did everything as described
Created the CustoT.Css file and put it in the aristo theme folder (The one I am using)
File is:
.news-list-line{
}

.news-list-text{
}

Put this in the css section as described for each field
Compiled just fine
Open Firebug and can find the news-list-line in the HTML section in Firebug
But it does not show it on the right as described in the video?  Not sure what I ma doing wrong.
See images


[attachment deleted by admin]
Title: Re: Scrolling area on Index Page
Post by: broche on April 23, 2014, 04:54:02 PM
Ignore last post - I must have been confused as to where I had the file because I double checked everything and it now shows jst fine - Thanks.
Here's to going mad with colors and all sorts of things :)