Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43293
Total Topics: 7522
Most Online Today: 118
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 86
Total: 86

Author Topic: Is it possible to not send email notification on sendpm function?  (Read 6289 times)

0 Members and 1 Guest are viewing this topic.

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Is it possible to not send an email notification to the member receiving the notice using the function sendpm?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Is it possible to not send email notification on sendpm function?
« Reply #1 on: February 10, 2017, 03:03:27 pm »
Not it is not.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Is it possible to not send email notification on sendpm function?
« Reply #2 on: February 10, 2017, 03:16:34 pm »
I was thinking of adding a new variable to the sendpm function that would supersede the sendmail portion of the function.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Is it possible to not send email notification on sendpm function?
« Reply #3 on: February 10, 2017, 03:43:38 pm »
Yeah you can do that or make a copy of the sendpm function with a new name and take out the other part.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Is it possible to not send email notification on sendpm function?
« Reply #4 on: February 10, 2017, 06:01:35 pm »
Yeah you can do that or make a copy of the sendpm function with a new name and take out the other part.

Curious, is there a pro version for the downloads system you possess?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Is it possible to not send email notification on sendpm function?
« Reply #6 on: February 10, 2017, 10:39:24 pm »
I have http://smfhacks.com/download-system-pro.php

Perfect!

Don't mean to build on this topic BUT, is there a way for the software to read the uploaded document and create a transcript like the way this website does:

http://docslide.us/documents/chm-2005-lab-manaul-summer-2010-peter.html

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Is it possible to not send email notification on sendpm function?
« Reply #7 on: February 10, 2017, 11:15:08 pm »
Not easily would really need to find something prebuilt to do that, library or module.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Is it possible to not send email notification on sendpm function?
« Reply #8 on: February 15, 2017, 11:46:26 pm »
I found something, do you think this could be incorporated?


Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Is it possible to not send email notification on sendpm function?
« Reply #9 on: February 16, 2017, 07:27:32 am »
I couldn't use that code since it is " GNU General Public License"/GPL licensed.

Code i can use is BSD licensed and MIT and I think Apache licensed.
« Last Edit: February 16, 2017, 09:16:10 am by SMFHacks »
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Is it possible to not send email notification on sendpm function?
« Reply #10 on: February 16, 2017, 11:29:23 am »
if I use this script, would I have to store the plaintext into the database, i.e. create another column to store it?

Also, how do I use classes using smf's php non-object oriented system? You think it's easy

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Is it possible to not send email notification on sendpm function?
« Reply #11 on: February 16, 2017, 11:32:46 am »
"Image/Screenshot creation thumbnail, medium, full size image sizes are supported"

 According to the purchase page, does this mean screenshots of wordfiles are also taken?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Is it possible to not send email notification on sendpm function?
« Reply #12 on: February 16, 2017, 11:41:21 am »
Which script is this?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Is it possible to not send email notification on sendpm function?
« Reply #13 on: February 16, 2017, 11:46:01 am »
I'm referring to the script I uploaded earlier, the one that converts PDFs to plain text.

On a side note, how much would it cost for you to apply these to a custom build of the SMF downloads mod?

- Word/PDF/PowerPoint to screenshot
- Word/PDF to plain text

*Word means all text possessing documents, i.e. txt, rtf, doc, docx, etc.

Will pay $$$

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Is it possible to not send email notification on sendpm function?
« Reply #14 on: February 16, 2017, 12:00:54 pm »
That script I couldn't use not the right license. I would have to use something that is open source then I can include a product. BSD licensed.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
6809 Views
Last post October 15, 2006, 07:57:53 pm
by rjmiz
3 Replies
5595 Views
Last post June 14, 2008, 07:36:13 am
by SMFHacks
3 Replies
3903 Views
Last post October 26, 2013, 10:58:04 am
by marcbkk
5 Replies
4176 Views
Last post July 15, 2015, 11:17:01 am
by pasqualino77
5 Replies
3508 Views
Last post November 15, 2017, 05:29:15 pm
by SMFHacks

+- Recent Topics

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

Powered by EzPortal