drupal-5
Values from Drupal's hook_order "new"
In Drupal\'s hook_order function, I was wondering if anyone can tell me how I could find the values of $arg when the case is \"new\"? The resulting print_r always show up blank for any checkout value[详细]
2023-03-26 14:29 分类:问答How to know when a Drupal Node is new
I want to do a list of new nodes. I went to the code for the path \"admin/content/开发者_C百科node\" which has a similar list, and I found it considers as \"new\" when the node timestamp is relatively[详细]
2023-03-19 06:52 分类:问答Wysiwyg mo editor for Drupal 5 forms (Form API): How to enable it for several textareas?
I am trying to create a form with the Drupal 5 form API that has two textareas, both of which should have have a wysiwyg editor enabled to allow HTML formatted input. However, only the second textarea[详细]
2023-02-08 10:53 分类:问答How to change meta tags in Drupal?
I am using some old version of drupal. I would like to c开发者_如何学JAVAhange meta keywords and descriptions however they are not changeable from admin interface. I guess they cannot be changed by ma[详细]
2023-02-04 21:51 分类:问答Deleting old comments from Drupal 5 site
I have a D5 site with thousands of nodes and many, many more comments.Since this site is news-oriented,many of the stories are no longer relevant and are kept for archival reasons.I would like to keep[详细]
2023-02-02 12:31 分类:问答Can't create nodes after DB-Import (Duplicate Entries)
i exported a bunch of tables and prefixed them with \"ch_\" and imported them again. All using phpmyadmin. It all works fine… until I want to create something. It fails with this message:[详细]
2023-01-23 12:46 分类:问答What happens if Drupal's user_save() fails?
I\'m on Drupal 5.x and I\'m trying to add new users to the site using a script that calls drupal_bootstrap(). After generating the username, email, password, and role array, I create the new user like[详细]
2023-01-19 19:08 分类:问答PDF upload by user in Drupal
I am developing a site for an International Conference. I want the registered users to upload their research papers in pdf format using a form. I have no previous expe开发者_开发百科riences working wi[详细]
2023-01-17 04:24 分类:问答The page template is not loading, but the node template is loading
sys info: drupal 6 installation, with tons of modules... too many to list. the problem: only a certain content type will not load it\'s template file correctly. some nodes that would be displayed on[详细]
2023-01-13 20:51 分类:问答Drupal 5 and node?destination=node
I\'ve had a drupal 5 site for over 2 years. For some reason my browser dropdown URL retains www.xxx.co.uk/node?destination=node for the site url. This has work until now - when I get[详细]
2023-01-13 00:50 分类:问答