By masseyn on
For example, if i create a content type called news and i want it to show specifically on our news page, how do i get this to work ??? I also want to do this with a sponsors page.....
For example, if i create a content type called news and i want it to show specifically on our news page, how do i get this to work ??? I also want to do this with a sponsors page.....
Comments
Try...
..this http://drupal.org/project/content_access
=-=
if access isn't part of the question and listings are you have two options:
use core taxonomy.module which creates a list of terms used in a vocabulary = http://drupal.org/handbook/modules/taxonomy
use the views.module = documentation found in the advanced help.module and in the tutorials found on this site and google.
Stupid Newbie....
I am really struggling to work out about posting certain content types. I have created for example match reports type for our club. Under taxonomy i have created a vocab of match reports and under lists there are 1st team reports and 2nd team reports. I am able to post reports and slect which team they are for... i have even been able to create menu items for them... 1st team reports and 2nd team reports.....
What i cant do is work out the following.... how do i create a menu link to show all the reports together, not seperated by team....
Also i have an content type called news. i want all news types that are added to the site to show on a news page. how do i do this ???
Any links to tutorials or any detailed help or best ways of working would be great....
Also what is the best way to customise my front page.....
Thanks for your help.....
=-=
creating a list of "news"
investigate the views.module
customizing the front page in what way?
investigate the panels.module
investigate using a custom front-page.tpl
investigate the frontpage.module
Is this for Drupal 6
Is this the way that Drupal version 6 works as cannot see catagories. Can see Taxonomy but cant work out what link to put in my add menu....
Match Reports
I have setup a
Vocabulary name: Match Report
Description: Match Reports
I have set this to apply to my created content type called Match Report
I have set this to required.
I have set up 1st Team Match Report and 2nd Team Match Report under the list.
I can select these options when creating a new report, tagging these reports with either 1st team or 2nd team match reports.
They appear under the following links
http://www.twyfordcc.org/category/match-report/1st-team-match-report
http://www.twyfordcc.org/category/match-report/2nd-team-match-report
But i cannot create a link to just show all match reports under a link for example called match reports......
Am i doing something wrong...
=-=
you need to tid or term# of each term
list the terms of your vocabulary
hover over each term
you will see a #
note those numbers
and add them to the example from the documentation
if your tid's are 15 and 20
then you have to use those #'s in place of the examples 1,2 or 1+2