I just started Drupal a month ago and i'm still adjusting to web development.
Just wanna ask is there anyway to deal with Node Reference in Arguments?
Here's the scenario.
I got a content type "Products" composed of Fields like Product Description, Price etc and a node reference "Product Description" wherein it is referred to a content type "Description" just having the default Title as its name.
I want to do some additional css formatting that will require an additional div than what drupal is currently putting around each block. I will need to give this div a class for the formatting obviously.
Hi all, I'm writing a module that creates a new content type. I took the excellent node_example module in the examples package as a 'template', but I've successfully moved beyond that now.
My current issue is around the module node form that is created when I access node/add/mymodule. I want to, basically, remove the whole of the of the options settings fieldset and supply the information in those items in the fieldset from the module. In other words I want to stop promotion to the front page, disable comments and so on.
I've got a node type called "track" which i've assigned a hidden field named "review status" to it. Review status is just a 4 term vocabulary containing "unreviewed, level 1 reviewed, level 2 reviewed, and level 3 reviewed.
I'm creating different views for level 1 reviewers, level 2 reviewers, and level 3 reviewers so that each can write reviews for this node as comments.
The problem i'm having is I don't know how to automatically change the hidden review status after a comment has been submitted. The default review status is "un-reviewed"
I need to add the following script to the page.tpl.php (I think this is the best place to add it?), but every time I add it the nav bar loses its formatting. Can anyone help on how to add it (or where to add it if I shouldn't put it in the page.tpl file)? THANKS.
I have created a webform for prospective members to fill out and submit. I will be generating referral codes (registration codes) using the registration codes module that will then be assigned specifically to each current member. When they refer someone to the website, they will give that person their referral code. The new prospective member will enter the referring members name and corresponding code into the webform and submit it. I want to validate the code against the member name.