Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 202
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 199
Total: 199

Author Topic: Is it possible to not send email notification on sendpm function?  (Read 6259 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: 16436
    • 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: 16436
    • 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: 16436
    • 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: 16436
    • 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: 16436
    • 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: 16436
    • 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: 16436
    • 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
6784 Views
Last post October 15, 2006, 07:57:53 pm
by rjmiz
3 Replies
5567 Views
Last post June 14, 2008, 07:36:13 am
by SMFHacks
3 Replies
3885 Views
Last post October 26, 2013, 10:58:04 am
by marcbkk
5 Replies
4138 Views
Last post July 15, 2015, 11:17:01 am
by pasqualino77
5 Replies
3482 Views
Last post November 15, 2017, 05:29:15 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

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

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal