how to make the taxonomy menu follow its active parent only? like in the taxonomy menu block - it has "dynamic"follow active parent". please help need so much the answer.
are there any answers already? i cannot find any i'm sorry. i already research hard as i could
I have created a custom content type book. it has the field which contains the ID of the Editor.
I want to put the validation that if the UID of current logged in user is not equal to UID stored in the field, User should not be allowed to save/modify the node.
I am using the Drupal 7 and Field Validator module to achieve this.
i tried using Specific value in that case replacement pattern is not working
I tried using PHP Code validator. it seems again is not validating the the field value PHP code is as below :