A long time ago, i have a post about hacking into the CCK module so we could have more options when settings the number of values per field in the field setting page. Drupal – Increase Views Relationship Delta Limit
The following piece of code creates a new node of a subscriber content type. This subscriber has two textfields which called First Name and Last Name. In this example, we make use of the node_object_prepare() function which helps preparing the node object. Continue reading Drupal 7 – Create node programmatically→
i found a bug with the i18n module. Assume i have a node in Traditional Chinese and i edit it in English. The menu item set Menu settings will be disabled after save.
In Drupal 7, there are some changes on the theming functions as well as the block hooks. So here is a slightly modified versions from the example of Drupal – Introduction to Drupal Theming @ 3. The logic behind is exactly the same.