Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Send Update Pm/Mail Details »»
Send Update Pm/Mail
Version: 1.0.0, by Developer Developer is offline
Developer Last Online: Nov 2010 Show Printable Version Email this Page

Category: End-User Options - Version: 3.6.8 Rating:
Released: 08-14-2007 Last Update: Never Installs: 33
Uses Plugins Template Edits
 
No support by the author.

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:
Code:
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
		</if>
add below it:
Code:
<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]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 08-15-2007, 10:10 AM
RvG2 RvG2 is offline
 
Join Date: Jan 2007
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm it looks good. something like a global pm also?
Reply With Quote
  #3  
Old 08-15-2007, 10:13 AM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 08-15-2007, 09:10 PM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ~ Installed. I'd love to give this option to VIP members at my forum.
Reply With Quote
  #5  
Old 08-15-2007, 09:43 PM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is going to be perfect in one of my forums. thanks!
Reply With Quote
  #6  
Old 08-16-2007, 04:39 AM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work PER FORUM? or is it global?
Reply With Quote
  #7  
Old 08-16-2007, 06:21 AM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kihon Kata View Post
Will this work PER FORUM? or is it global?
yes it will work as forum permissions ... as i mentioned in feature no.6
Reply With Quote
  #8  
Old 08-24-2007, 06:41 PM
fixer fixer is offline
 
Join Date: Nov 2001
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed

what about usergroup permissions? can you add this feature?
Reply With Quote
  #9  
Old 09-18-2007, 07:20 AM
lolo? lolo? is offline
 
Join Date: Jun 2005
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great doest it work with user use the thanks button ??
Reply With Quote
  #10  
Old 12-11-2007, 03:55 PM
xman_79's Avatar
xman_79 xman_79 is offline
 
Join Date: Jun 2006
Location: Romania
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Developer View Post
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>

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:32 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04418 seconds
  • Memory Usage 2,290KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete