The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
<script language="javascript"> var tips; var theTop = 40; var old = theTop; function initFloatTips() { tips = document.getElementById('ser_qq'); moveTips(); } function moveTips() { var tt=50; if (window.innerHeight) { pos = window.pageYOffset }else if (document.documentElement && document.documentElement.scrollTop) { pos = document.documentElement.scrollTop }else if (document.body) { pos = document.body.scrollTop; }
1)给某种类型的节点 定义一个表单 function upload_jiangyi_form(&$form_state, $node) { global $user; $node = (object)$node; $form['nid'] = array( '#type' => 'hidden', '#default_value' => $node->nid, ); // Set the id of the top-level form tag $form['#id'] = 'node-form';
// Basic node information. // These elements are just values so they are not even sent to the client.
// Changed must be sent to the client, for later overwrite error checking.
This is quite straightforward with user_roles() and array_search(). Below is a function which will return the role ID if there is a role matching the name and FALSE otherwise.