Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi!
I've been hanging out in Drupal forums and have learnt quite a lot. Instead of posting only questions thought I'll help out. I thought I could start by fixing small bugs. That's the best way to learn anything new.
So here I am volunteering to help. I am a developer though not in PHP, but don't need too much hand holding. I'm learning php and it isn't too hard.
So if there is some module developer who knows something needs to be done but doesn't have the time to do it, let me know.
Sorry people, I swear I've searched a lot but I couldn't find a definitive answer: is video module for CVS going to be usable on 4.7 any soon? Thanks, Jan
I want to create sub-tabs within the edit page for a node, such as is done on e.g. admin/contact - you have the main tabs and then below them sub-tabs/pages (e.g. 'categories' and 'settings' are main tabs; 'list' and 'add category' are sub-tabs of 'categories').
I can create new node tabs fine, alongside 'view' and 'edit' but subtabs aren't working. Here's what I'm trying:
I use form api to generate a form, capture output from post variables and then output this variable true theme() function. But if i output it thru theme() it doesn't get displayed while if i do simple echo it does. Why does theme() noy display the contents of this ($_POST['edit']['urly']) variable?
Here is the code i use for capturing and displaying variable:
1. This one doesn't display/echo contents of $_POST['edit']['urly']
after i install the ecommerc modules,i can change any node into product. now i want to onle let bookreview(module) can be change into product,how can i do and where is the module ?