SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Showcase / Software Support Forum
Posted:  02 Oct 2005 15:13
Hristo,

Very nice work on the forum. I have installed it as a customer support forum at http://www.uuba.com/forum/

The only mods I made were to email new topics and posts to the admin. Code is shown below for any one else who wants to do the same.

In vforum.php and vtopic.php after the inserts to {$dbpref}posts

Code:


//=== PATCH 2005-10-01 email admin
require ('./code/mailer.php');
$email_subject = "$forumtitle - New Topic";
$email_body = "USER=$user_name (ID=$user_id)\n\n$message\n";
send_email($email_subject, $email_body, $adminemail, $adminemail, $adminemail);
//===
Posted:  03 Oct 2005 09:58
Good job. I thought about including this in the next version, but I think the customizable rss feeds (next version) will take care of this.
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com