I am working on a project for a paid professional listing service that pairs contractors with customers. While somewhat new to Drupal, I have decided to implement this solution using it. I am just soliciting some advice…
First, is there already a preexisting module that offers much of the features I am seeking? I have checked for myself and I do not believe there is an out of the box solution, but I do not want to reinvent the wheel.
Ive been trying a few things with a local drupal and was trying to do some wiki like module. The wiki module for drupal 4.6 can do wiki like syntax and wiki links, but doesn't define a wiki node type. It makes sence to have a custom node type for registered users, though a page module could do this. It is possible to make a wikinode content type using a custom module. You can also link /wiki/nodetitle to wiki node and the noad_load/ show to render it instead of /node/$nid.
I have a problem. I just dont know what should i do to fix it. I installed the flexinode plugin to my drupal site. And when i try to add new content type i have and error:
Fatal error: Call to undefined function: drupal_get_form() in /home/keldrir2/public_html/proov/modules/flexinode/flexinode.module on line 831
And when i try to look the Content Types i have another error:
Fatal error: Call to undefined function: drupal_add_js() in /home/keldrir2/public_html/proov/modules/flexinode/flexinode.module on line 361