PDA

View Full Version : End-User Options - Send Update Pm/Mail


Developer
08-14-2007, 10:00 PM
Send Update Pm/Mail.
Version 1.0.0
Description::.

This is ported version from my hack to vb3.5.4
this hack give thread starter option to mail/pm users who have posted in his thread like in vb.org when i mail users who clicked install for update
Hack Features::.
[-]1-easy yo install
[-]2-on/off
[-]3-minimum posts before could use the hack
[-]4-send pms
[-]5-send mails
[-]6-Forum Perrmisions{allow sending updates or not}
[-]7-allow to who can moderate this forum to send update
[-]7-Send mails uses vB queue system{Thnx Paul M}
[-]8-Special users - they can send updates overcoming posts number (new)
Installation::.
1-Import The product.
2-Edit Template Showthread find:
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>
add below it:
<if condition="$show['send_update']"><a href="misc.php?$session[sessionurl]do=update&t=$threadinfo[threadid]">$vbphrase[sendup_send_update]</a></if>
History::.
1.0.0 On 15. Aug 2007 Initial Version.
Hack Languages::.

English

Details::.
2 plugins, 23 phrases, 1 template, 4 options, 1 queries[adding field in forum for forum permission]

RvG2
08-15-2007, 10:10 AM
hmmm it looks good. something like a global pm also?

TTG
08-15-2007, 10:13 AM
Installed product, made template edit, activated product .. where is the option to send PM / email on thread update ?
Clicked install.

EDIT .. found it. :up: Not too easily spotted on my skin.

Endurer
08-15-2007, 09:10 PM
Thanks ~ Installed. I'd love to give this option to VIP members at my forum.

Hornstar
08-15-2007, 09:43 PM
this is going to be perfect in one of my forums. thanks!

Kihon Kata
08-16-2007, 04:39 AM
Will this work PER FORUM? or is it global?

Developer
08-16-2007, 06:21 AM
Will this work PER FORUM? or is it global?
yes it will work as forum permissions ... as i mentioned in feature no.6

fixer
08-24-2007, 06:41 PM
installed

what about usergroup permissions? can you add this feature?

lolo?
09-18-2007, 07:20 AM
great doest it work with user use the thanks button ??

xman_79
12-11-2007, 03:55 PM
yes it will work as forum permissions ... as i mentioned in feature no.6

Yes but you forgoten to put the condition in plugin <1>



if ($vbulletin->options['devel_sendup_onoff'] == '1' AND $foruminfo['allowupdate'] == '1')
{
if ($vbulletin->userinfo['userid'] == $threadinfo['postuserid'] OR can_moderate())
{
$show['send_update'] = true;
}
}

Roonie
12-11-2007, 08:47 PM
I had to manually update the language, even English, because it didn't appear anywhere.

It is a great mod, but i would like to know how to make it working with usergroups.

Thnks :)

lolo?
04-25-2008, 10:28 AM
doesnt work with latest version of vb
Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

memomemo
04-25-2008, 11:23 AM
doesnt work with latest version of vb

for 3.6.10 and 3.7.0 release 4

Open xml

Details: Find
<input type="hidden" name="s" value="$session[sessionhash]" />
and after it, add
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Working Fine :)

lolo?
04-25-2008, 12:34 PM
thx work ;)

wangyu1314
03-23-2016, 02:09 AM
this is good job.
thank you.