Greetings! I am a huge Drupal fan, and I use it to run virtually all of my sites these days. I am a webmaster for a Guild Wars clan site, and we would like to be able to integrate a script that allows users to post their builds. The script, gwbbcode, is intended for phpbb, but has been successfully ported to several other php-based cms's (e.g., word press, joomla, wiki). I am running Drupal 5.x.
The script converts simple text code (defining a GW build) into a great graphical/rollover display. Here is a fantastic example of the script in action:
http://gwiki.fr/wiki/Build:El/A_Eau_D%C3%A9senchanteur
Here is the script itself:
http://gwshack.us/gwbbcode-1.7.3.zip
It seems that integrating this script should be relatively simple. Simply drag-and-drop the script directory onto my site and add a few simple hacks to the drupal script.
These are the steps needed to install the script on phpbb2:
http://gwshack.us/forums/viewtopic.php?t=246
As you can see, there are only a few lines of code needed to "install" the script. The thing is, I am not familiar enough with Drupal's code to know where to include these lines.
Where should I make edits to Drupal to add those few critical lines of code? Somewhere in the templates? Would it be possible to package this into a "module" in some reasonably simple way?