I have created a mod for managing DHCP Scopes withinh iTop, feel free to use and distribute this modification but please do so at your own risk neither myself, or Combodo offer support for this modification.
If you do make any improvement or fixes to this modification please feel free to share them. Also if you have tested this modification on any other version of iTop let us know the results.
Submitted by PhilEddies on Tue, 07/28/2009 - 12:01administrator | 4563 points
The post will show you how in Drupal 6 to display a block for the administrator showing how many comments by anonymous users are waiting approval and also provide a link to the approval list.
Pre-setup
This post assumes you have your permissions set so anonymous users can post comments (with approval), and you also have the core module PHP filter installed.
Submitted by PhilEddies on Sun, 08/03/2008 - 20:42administrator | 4563 points
Here is a function I have recently had to use, you pass a time / date string in strtotime format and the function will return a string with a date relative to today.
Submitted by PhilEddies on Sun, 08/03/2008 - 20:29administrator | 4563 points
Intro
This document will cover how to integrate with phpBB 3's BBCode system, this can useful if you are building a CMS and you are using phpBB 3 as your back end.
This tutorial will not cover setting up phpBB 3 or the basics of PHP, also please note there may well be better ways of doing this but it worked for me
The database
To start I have created a table in the phpBB database called "cms_test" with the following fields.
Recent comments