Hello.
I use Views heavilly on my site and find it to be excellent.
I currently have a content type for 'News'.
I use views to display the news on a certain page (www.bingoparadise.co.uk/bingo-news) and I use a teaser which i control with the
markers.
My difficulty is, on the front page I'd like to display the latest three stories (no problems there) BUT, I don't want them to have a teaser. I simply want a Title which links to their node and I want the submit information but no teaser. How could I remove the teaser for this specific view which uses the same content type as another view for which i want the teaser to display?
I hope I have explained this clearly.
I have succesfully managed to remove the images from the view using the code below in my style.css:
div.view-onlinebingonews img {
display: none;
}
Is there something similar I can do to remove the teaser?
Thanks
I really would appreciate some pointers.
Comments
=-=
create a new view
output as fields
remove the fields you don't want
if thisis a speific section you may want to investigate the panels.module
and lastly there may be a way to do this on using some conditional php in the tpl.php file of your view
thanks
Thats interesting actually, I already use panels on my homepage.
Do you have any suggestions as to how it may be possible using panels?
Thank you very much!
-Tom
Further assistance if possible please.
Hello There.
I thought I would be able to do what you suggested very easily.
I was wrong. How do I go about creating a view with fields?
Thanks
-Tom
=-=
under basic settings in views, set your row style to fields