Welcome, Guest. Please Login or Register.
May 05, 2024, 07:42:03 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  New Mod: Boardwide Notification « previous next »
Pages: [1] Reply Ignore Print
Author Topic: New Mod: Boardwide Notification  (Read 3387 times)
tobias2
Noobie
*
Posts: 11


I'm a llama!

New Mod: Boardwide Notification
« on: July 15, 2003, 11:02:59 PM »
Reply with quote

Hello

This mod enables users to be notified by email if
someone post a new message. It extends
the existing notification mechanism from specific
to ALL topics (hence boardwide).

As a Bonus the content of the message is also
put into eMail.

This mod is tested with yabbse 1.5.4 and boardmod.
I cannot get it working with YABBpak, therefore if
someone can try it for me and paste the results
i would be very grateful.

The mod can be downloaded at
http://www.ownz.de/programs/data/BoardwideNotificationMod.tar.gz
and can be modified and redistributed by anyone.

Greets
Logged
bzimmo
Noobie
*
Posts: 17


I'm a llama!

Re:New Mod: Boardwide Notification
« Reply #1 on: August 14, 2003, 04:07:37 PM »
Reply with quote

Could someone tell me please how you get this to work. This is what we need. Well we need to be able. When a new post is added the admin and moderators get sent this post, and for users to be able to subscribe to a board.

Please help. Where is everyone??????
Logged
tobias2
Noobie
*
Posts: 11


I'm a llama!

Re:New Mod: Boardwide Notification
« Reply #2 on: August 14, 2003, 04:49:29 PM »
Reply with quote

Hi Bzimmo

Since my package does do changes to Database tables
its not that easy to explain.

Best would be if someone in the forum can convert this MOD
to YappPak. I have tried all but cannot get it working.
Anyone here can help in creating a YabbPak ?

Greets
Tobias
Logged
bzimmo
Noobie
*
Posts: 17


I'm a llama!

Re:New Mod: Boardwide Notification
« Reply #3 on: August 15, 2003, 10:29:33 AM »
Reply with quote

Can someone help me please to add this to my board, as I really need a feature like this. Just want to be able to have the posts sent to admin or moderators so that we can get this to work. Please could someone help me do this.

Pretty please
Logged
Thomas
Full Member
***
Posts: 203


WWW
Re:New Mod: Boardwide Notification
« Reply #4 on: December 13, 2003, 08:33:18 PM »
Reply with quote

Hi

I installed this mod now, but I had probs to rund the modification.php file. It lacked some info.

I filled inn the missing lines, so if you use this instead it will work:

<?php

include('Settings.php');
mysql_connect($db_server$db_user$db_passwd);
mysql_select_db($db_name); 
$result1 mysql_query("ALTER TABLE {$db_prefix}members add boardwideNotify tinyint(4) NOT NULL default '0';");
if(!
$result1){
    echo 
"<font color=red>Error updating the DB. SQL Error: ".mysql_error()."</font><BR>";
    
$error++;}
else
   echo 
"<font color=green>Members Table altered!</font><BR>";
?>


/Thomas
Logged
Thomas
Full Member
***
Posts: 203


WWW
Re:New Mod: Boardwide Notification
« Reply #5 on: December 13, 2003, 08:40:23 PM »
Reply with quote

An even nicer function to this would be a board notification. Then the user could choose which board to follow.

/thomas
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  New Mod: Boardwide Notification « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.022 seconds with 21 queries.