I am trying to figure out how to make a node that would show extra input fields when a certain criteria is met (user role would probably be the easiest I guess). so here is what I would like to atempt to achieve.
NodeA: Contains fields a, b, c
User then get's new role or permission later on.
nodeA: would then also contain fields d,e,f
And of course only the author would be able to edit that node.....I would actually like to be able to somehow lock the first fields so they couldn't be edited, but since there would be moderation, it really wouldn't matter.
This is my first Drupal installation. I have installed flexinode and category module and I'm struggeling hard to understand how categories, nodes and menu entries relate.
I'm trying to set up a specific content type - lets call it dogs - which only specific users are supposed to use. Then I want to display all the entries that are made with this content type dogs under one menu item.
Will I be able to use taxonomy in order to categorise non-standard node-types wich were added by for instance an ecommerce module (product type node) ?? I am still looking for ways in order to make product categories.... WIll taxonomy do the trick for me ?
I've broken my image module galleries. This seemed to occur when uploading a file using firefox and img assist (I forgot it works better in windows). I go the can't modify header, already sent type message. then after poking around realized my images were no longer displaying.
The path shown when right clicking where the image should be gives a url like http://www.mysite.com/system/files?file=images/image-name.preview.JPG
I've set up for forum nodes permissions to upload images. The images uploaded are always presented as a thumbnails. How could I get to get them presented in its previewed or customized fomat?
Also, the thumbnail I get when I upolad an image doesn't insert a link to a image node and I would like to get that advantage.