Welcome, Guest. Please Login or Register.
May 11, 2024, 07:13:02 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  E-mail messages « previous next »
Pages: [1] Reply Ignore Print
Author Topic: E-mail messages  (Read 1619 times)
lookout
Noobie
*
Posts: 5


I'm a llama!

E-mail messages
« on: February 23, 2004, 12:55:25 PM »
Reply with quote

Problem Description:
Just getting started with YaBB SE. Can people advise if  I can change the e-mails the forum generates to users - e.g. when registering for the Forum an e-mail from My Community is received - can I change this so it names my website as the sender of the e-mail - eg Welcome to MYWEBSITE rather than My Community -  

Can this be done and how - thanks. If so can this be done for all such communications eg when an e-mail is sent when someone adds to a thread you are following, or when someone send you a message by the Notification system?
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:E-mail messages
« Reply #1 on: February 24, 2004, 12:01:09 AM »
Reply with quote

Click Forum Preferences and Settings and change "My Community" to "MYWEBSITE" ;).

-[Unknown]
Logged
lookout
Noobie
*
Posts: 5


I'm a llama!

Re:E-mail messages
« Reply #2 on: February 25, 2004, 01:32:06 PM »
Reply with quote

Thanks for that - another issue re e-mail - is it possible to completely turn off the ability for members to reveal their e-mail address - the system allows people the option to have this on or off - but could I over-ride this and ensure no members could communicate directly by e-mail?

This would be important for the forum I plan
Any help appreciated
Logged
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:E-mail messages
« Reply #3 on: February 25, 2004, 11:46:42 PM »
Reply with quote

Don't know why you need to do this (so be warned that they could clearly still exchange email addresses by PMs etc.), but I've previously posted the necessary code to:

http://www.yabbse.org/community/index.php?thread=26160
Logged

lookout
Noobie
*
Posts: 5


I'm a llama!

Re:E-mail messages
« Reply #4 on: March 02, 2004, 01:41:46 PM »
Reply with quote

Appreciate the advice - can I ask another. Is it possible also to remove the private messaging system? Or deactivate it?

My reason is simple - the website and forum I am designing should allow for people to read others posts, reply and comment on them but not for people to be able to communicate outwith the forum/website.

I have my reasons for this. Is this unusual?
Logged
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:E-mail messages
« Reply #5 on: March 02, 2004, 06:46:34 PM »
Reply with quote

Quote from: lookout on March 02, 2004, 01:41:46 PM
Appreciate the advice - can I ask another. Is it possible also to remove the private messaging system? Or deactivate it?

The quickest way I can think of is to reduce InstantMessage.php to this:

<?php
/*****************************************************************************/
/* InstantMessage.php                                                        */
/*****************************************************************************/
/* YaBB SE: Yet another Bulletin Board Splinter Edition                      */
/* Open-Source Project inspired by Zef Hemel ([email protected])              */
/* Software Version:           YaBB SE 1.5.1                                 */
/* Software by:                The YaBB SE Development Team                  */
/* ========================================================================= */
/* Software Distributed by:    http://www.yabbse.org                         */
/* Copyright 2001-2003 by:     http://www.lewismedia.com (Lewis Media)       */
/* Support, News, Updates at:  http://www.yabbse.org/community               */
/* Inspired and Ported From:   http://www.yabbforum.com                      */
/*****************************************************************************/
/* This program is free software; you may redistribute it and/or modify it   */
/* under the terms of the provided license as published by Lewis Media.      */
/*                                                                           */
/* This program is distributed in the hope that it will be useful, but       */
/* WITHOUT ANY WARRANTY; without even the implied warranty of                */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the provided    */
/* license for more information.                                             */
/*                                                                           */
/* See license.txt for details of the YaBB SE license. The latest version    */
/* of this license can be found at the distributor's site seen above.        */
/*****************************************************************************/

$instantmessagephpver 'YaBB SE 1.5.4';

?>


And comment out the relevant lines of index.php like this:

/*
      'im' => array("$sourcedir/InstantMessage.php", 'IMIndex'),
      'imoutbox' => array("$sourcedir/InstantMessage.php", 'IMOutbox'),
      'imprefs' => array("$sourcedir/InstantMessage.php", 'IMPreferences'),
      'imprefs2' => array("$sourcedir/InstantMessage.php", 'IMPreferences2'),
      'imremove' => array("$sourcedir/InstantMessage.php", 'IMRemove'),
      'imremoveall' => array("$sourcedir/InstantMessage.php", 'KillAllQuery'),
      'imremoveall2' => array("$sourcedir/InstantMessage.php", 'KillAll'),
      'imremovemore' => array("$sourcedir/InstantMessage.php", 'IMRemoveMore'),
      'imsend' => array("$sourcedir/InstantMessage.php", 'IMPost'),
      'imsend2' => array("$sourcedir/InstantMessage.php", 'IMPost2'),
*/


But I'd also recommend removing the remaining evidence that there *had been* an IM system from the board index template, user profiles and help files...

QuoteI have my reasons for this. Is this unusual?

Basically, yes!
« Last Edit: March 02, 2004, 06:49:29 PM by Peter Duggan » Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  E-mail messages « 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.042 seconds with 20 queries.