Re: field management and views question.
| Newsgroups | gmane.comp.php.drupal.support |
|---|---|
| Message-ID | <[email protected]> |
That did the trick!! Thank you!! On 2014-05-25 10:41, Naveen valecha wrote: > Hi techlist > Yes the field management and views is good approach that you used. > Hide the featured article field value and top article field value > from the display settings of your bundle ( content type ) > On 25 May 2014 20:51, <[email protected]> wrote: > >> Hi, >> >> I have immersed myself in Drupal 7 for the last 10 days. I have >> learned >> a lot and have a lot to learn. Please feel free to comment or >> correct >> anything I might write. >> >> I want to be able to mark articles as a top story and/or a featured >> articles and put a list in the left column. >> >> After reading a ton of the online docs I decided the field >> management >> and views was the way to go. I assume I could also create a >> module or >> put the code in the theme's function file. >> >> I downloaded and installed two modules: >> >> 1) views-7.x-3.8.zip >> >> 2) ctools-7.x-3.8.zip >> >> I added the two fields as integers and was able to get things >> working. >> So far so good. >> >> The problem is the at the bottom of the content of the article >> marked as >> a featured article It shows: >> >> Featured Article: >> 1 >> >> And at the bottom of the article marked as top story it shows: >> >> Featured Article: >> 0 >> Top Story: >> 1 >> >> On an article that is not marked as either at the end of the >> content is: >> >> Featured Article: >> 0 >> Top Story: >> 0 >> >> Any help and advice is much appreciated!! >> >> Thanks, >> Keith >> -- >> [ Drupal support list | http://lists.drupal.org/ [1] ] > > > Links: > ------ > [1] http://lists.drupal.org/ -- [ Drupal support list | http://lists.drupal.org/ ]