How does one do so? Lets say I had contributed 20 stories which had not been published (very little for a writer). How could I get a list of them to see what I had in the queue?
Certainly there must be a path through which a registered user can view a list of all on their created content on a site?
I did a search for this subject but didn't seem to find anything that related to particular need...
I want to be able to pull back a node's parent vocab name for use in an xtemplate theme.
example:
if a node was assigned to:
recipes -> breakfast -> waffles and pancakes
I'd like to be able to pull back the text "recipes". Any ideas? I poked around the taxonomy.module and I clearly see how it is pulling back the taxonomy terms, but it less clear which function i should use to grab the vocab.
Good day, Drupal community!
I'm interested in implementing travel guide with drupal but for now dont know how it can be done right way.
For example i need to publish information about COUNTRIES, CITIES, RIVERS, HOTELS, THEATER e.t.c
Each HOTEL located in CITY. CITY located in COUNTRY.
Well it looks like I have it almost working, but when I upload an image, it only shows in that page after submission. When looking at the node, it's no where to be found.
So I grab a copy of gworks and poke through it figuring it must be a template thing (for some reason I thought this just allowed you to upload an image and added the img html tag automaticly.) And I do see references to image and gworks in the node parts of the them, but I am not a smart man, and I dont understand much.