MyBB Source


Double MyBux Weekend!

Latest Releases: GlobalPassword - [UPDATED] Settings Cleaner - [MyPS] Rock, Paper, Scissors

 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I disable as default the Request Read Receipt on PMs
Author Message
rafaweb
Junior Member


Posts: 26
Joined: May 2009
Reputation: 0
Post: #1
 How can I disable as default the Request Read Receipt on PMs
Hi,

I want to disable this setting by default on the PMs.
Quote:Request Read Receipt: receive a message when this message is read.
MyBBSource has this setting disabled as default so, How can I disable it? I think is using phpmyadmin so.

Thanks!

[Image: signature.png]
11-12-2009 11:20 PM


ByteHunter
Posting Freak


Posts: 944
Joined: Dec 2008
Reputation: 14
Post: #2
RE: How can I disable as default the Request Read Receipt on PMs
This is disabled by default on every board. I don`t think there are settings to disable this, nor editing anything in mysql will solve this. You`ll need to do template edits.

"You can`t hack the site this way, please read the instructions below and try again!" Alexandru21
11-14-2009 03:30 PM
rafaweb
Junior Member


Posts: 26
Joined: May 2009
Reputation: 0
Post: #3
RE: How can I disable as default the Request Read Receipt on PMs
On my boards is activated by default

I will search for the template edits thanks.

Edit:

Ok, I try with the templates but doesnt work.

I search on the private_send template for the Private Messages:

PHP Code:
<label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="1" tabindex="8" {$optionschecked['readreceipt']} />{$lang->options_read_receipt}</label><br /> 

And change it to:
PHP Code:
<label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="0" tabindex="8" {$optionschecked['readreceipt']} />{$lang->options_read_receipt}</label><br /> 

But doesnt work

Any idea?

Here is the mybboard thread http://community.mybboard.net/thread-57418.html

[Image: signature.png]
(This post was last modified: 11-15-2009 02:07 AM by rafaweb.)
11-15-2009 01:59 AM
rafaweb
Junior Member


Posts: 26
Joined: May 2009
Reputation: 0
Post: #4
RE: How can I disable as default the Request Read Receipt on PMs
Here is the solution by Matt Rogowski
http://community.mybboard.net/thread-574...#pid425099

[Image: signature.png]
11-15-2009 03:31 AM
rafaweb
Junior Member


Posts: 26
Joined: May 2009
Reputation: 0
Post: #5
RE: How can I disable as default the Request Read Receipt on PMs
You can mark this thread as solved

[Image: signature.png]
11-22-2009 10:03 AM
 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Default Post Icon ecanikajo 3 98 10-07-2009 07:39 AM
Last Post: rafaweb