UseBB Community

UseBB support, discussion and development

[COMPLETED] Disable sending information e-mails

Post Reply

Page: 1

Author Post
Member
Registered: Mar 2005
Posts: 90
Location: Rethymno, Crete, Greece
I'd like to request to add a configuration value that makes the forum avoid sending emails. That is easy to implement as I tried, and decently succeded in moding it. (took me an afternoon ).

Many congratulations on the code structure and i am continually amazed to see how clear it is.

( By the way i'd like to see a better, nicer looking debug info on the sqls, a nice way to do it is like how the ppl over at Wikka have done it. Wikka url : http://wikka.jsnx.com/ )

Thanks for your time and I hope for a swift response.
_______________
Yep I know me,.. thats that guy ..
> Lets script :: The PtokaX Lua Board :: The PtokaX Script Database
« Last edit by Dietrich on Wed Mar 23, 2005 8:41 pm. »
Member
Registered: Mar 2005
Posts: 90
Location: Rethymno, Crete, Greece
I can send you the mod whenever you request it .. ( take in mind that it contains some modifications that pressumably match the changelog of the version currently in cvs), I have kept a detailed changelog to assist you if you find any of them usefull..

[*edit*] Translation in Hellenic language (Greek) is done too..
_______________
Yep I know me,.. thats that guy ..
> Lets script :: The PtokaX Lua Board :: The PtokaX Script Database
« Last edit by Herodes on Tue Mar 22, 2005 1:35 am. »
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Submit mods and translations here.

This feature request is pending...
Member
Registered: Mar 2005
Posts: 90
Location: Rethymno, Crete, Greece
Oops,.. i saw this just after sending you an email with an attachment .. sry about this.
I have included the changelog in the archive.
_______________
Yep I know me,.. thats that guy ..
> Lets script :: The PtokaX Lua Board :: The PtokaX Script Database
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Please still submit it... ;)
Member
Registered: Mar 2005
Posts: 90
Location: Rethymno, Crete, Greece
Maybe later cause in the rar you received there are more than 1 modifications.
I'll need to make documents for each and package them seperately.
They are also built on the cvs ver and that would complicate things more for the documentation and implementation on other users' installations.
Also I'm not too confident about using that tracker. I have never tasted it for more than one-file businesses...

( Idea for a ul/ol bbcode struck me now .. )
_______________
Yep I know me,.. thats that guy ..
> Lets script :: The PtokaX Lua Board :: The PtokaX Script Database
Member
Registered: Mar 2005
Posts: 184
Location: Hungary
Well, there should be an SMTP option as well, or is there already one, and I am idiot? :S

Anyway, installed it, nice board system, just this email thingy prevents me from using it, as I don't feel like configuring Sendmail when my ISP has a Gigabit mail server...
_______________
Long Live Rock n' Roll!
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Well, I implemented this as a "Disable sending information e-mails" feature. This config setting will disable the forum sending informational emails such as account information upon registering (not activation) and subscription notices.

If you completely want to disable sending e-mails:

$conf['email_view_level'] = 2; // disable mail form
$conf['disable_info_emails'] = 1; // disable informational emails
$conf['users_must_activate'] = 0; // disable activation emails
Member
Registered: Mar 2005
Posts: 90
Location: Rethymno, Crete, Greece
PC_Freak wrote
Well, I implemented this as a "Disable sending information e-mails" feature. This config setting will disable the forum sending informational emails such as account information upon registering (not activation) and subscription notices.

If you completely want to disable sending e-mails:

$conf['email_view_level'] = 2; // disable mail form
$conf['disable_info_emails'] = 1; // disable informational emails
$conf['users_must_activate'] = 0; // disable activation emails
thats so nice ;) thx a lot ..

Btw I am getting the cvs-0.4 heavily modded. I dont know what to do with it when I pause ( some time in the coming week, I have many things left behind ).
Do you have a suggestion other than giving away my time to documenting in detail the whole thing ?
_______________
Yep I know me,.. thats that guy ..
> Lets script :: The PtokaX Lua Board :: The PtokaX Script Database
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
If you mean documenting UseBB completely: I'd wait with that because many things might still change in the (near) future.
Member
Registered: Mar 2005
Posts: 90
Location: Rethymno, Crete, Greece
PC_Freak wrote
If you mean documenting UseBB completely: I'd wait with that because many things might still change in the (near) future.
Nope, I meant documenting the modifications done, individually... but I dont know how big they are going to develop in due time. so I dont think that it would be worth submitting those (again, individually). I'll probably send you another email when its time :)
_______________
Yep I know me,.. thats that guy ..
> Lets script :: The PtokaX Lua Board :: The PtokaX Script Database

Post Reply

Page: 1

UseBB Community is powered by UseBB 1 Forum Software