You are here

iTop Mod: WYSIWYG CKEditor (for iTop 1.0.1)

iTop by Combodo

 

UPDATE: This feature should be making it's way into iTop in the near future. Thanks to the iTop developers for a great application!

iTop MOD: Managing DHCP Scopes (Updated for iTop 1.0.1)

iTop by Combodo

Modification Overview:

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.

Drupal 6 Block to Show the Super User How Many Comments are Waiting Approval

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.

PHP Relative date function: today, yesterday 2 days ago, in 3 days etc

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.

Examples of what the function can return;

phpBB 3 Integration: BBCode

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.

cms_id
cms_title
cms_body
bbcode_bitfield
bbcode_uid