custom

Re:

  1. freelance writer

Fix for Add Preious/Next Link

  1. <h3>mytheme_preprocess_node(){}</h3>
  2. <?php
  3. function myTheme_preprocess_node(&$vars, $hook) {
  4.   switch($vars['node']->type){
  5.     case 'nodeType':
  6.       if($vars['node']->body) {
  7.       $resultn =

Add Preious/Next Link

  1. <h3>mytheme_preprocess_node(){}</h3>
  2. <?php
  3. function myTheme_preprocess_node(&$vars, $hook) {
  4.   switch($vars['node']->type){
  5.     case 'nodeType':
  6.       if($vars['node']->body) {
  7.       $resultn =

not able to make custom node entry page

  1. function cckwizards_perm() {
  2.   return array('access wizdeadlines', 'access wizevents');
  3. }
  4.  
  5.  
  6. function cckwizards_menu($may_cache) {
  7.   $items = array();
  8.  
  9.   if ($may_cache) {
Syndicate content