i am new to OA 1.X (I know 2 is out there, but it had not the functionality i wanted) and have some questions. Is it possible to assign each user (not a group!) personal features (like calendar, notebook, work tracker) where this specific user is only able to see the content which is important for him and not the content of the whole group?
I'm developing a custom element for D6 FAPI (phone number, verified by SMS code), so I initially have a complex tree element with an input field and an ajax button to get the verification code.
I use this tutorial to make my button AHAH enabled "true way". Also I'd like to validate the phone at this step, so I have a function attached to textfield '#element_validate'. It works, and even more - if I enter wrong number, my textfield becomes red (having class 'error').
I need to write a very simple piece of PHP code.
All I need is in a page-content_type.tpl.php in Drupal 6 add a simple if command that only calls the tabs variable IF the user is the author of the node.
I'm using ThemeKey module in order to switch to a specific theme depending on some rules like Drupal URL path or taxonomy ID, etc. But, I'm my case, it permets me to just change a header image (each theme has a specific imahe); of course it's overkill for what I want to do.
So, I'm looking for some advices to apply a more light solution. I would like to use some API in order to analyse Drupal path with regular expressions and/or test taxonomy terms.
Any suggestion?