vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Automatic PM on Reputation (https://vborg.vbsupport.ru/showthread.php?t=75300)

trackpads 01-28-2005 09:15 PM

Thanks!!!

trackpads 01-29-2005 02:37 PM

Is there a way to make the PM from the person that gave you rep? That way people could reply directly to them. I have neg rep disabled so for me it is a good idea.

Thanks!

-Jason

Boofo 01-29-2005 03:22 PM

Can this be made to send a pm for other than 1 point? If an admin gives rep on my site, it is 100 points. Can it reflect the right amount, too? ;)

trackpads 01-29-2005 05:32 PM

Quote:

Originally Posted by Boofo
Can this be made to send a pm for other than 1 point? If an admin gives rep on my site, it is 100 points. Can it reflect the right amount, too? ;)

I just edited the text so that this just says they were given rep and to check their usercp.

tnguy3n 01-30-2005 02:05 AM

Quote:

Originally Posted by trackpads
Is there a way to make the PM from the person that gave you rep? That way people could reply directly to them. I have neg rep disabled so for me it is a good idea.

Thanks!

-Jason

change $forumbot, $forumbotid variables to following ones:
PHP Code:

$forumbot "$bbuserinfo[username]"// rename it to whatever you like
        
$forumbotid "$bbuserinfo[userid]"// don't change this value if you don't know what it is
        
$pm_title "You have been given 1 rep point.";
        
$pm_content "I've just given you 1 reputation point for your excellent post.\n\rKeep up good work!\n\rRegard,\n\r$forumbot"


trackpads 01-30-2005 02:16 AM

Quote:

Originally Posted by tnguy3n
change $forumbot, $forumbotid variables to following ones:
PHP Code:

$forumbot "$bbuserinfo[username]"// rename it to whatever you like
        
$forumbotid "$bbuserinfo[userid]"// don't change this value if you don't know what it is
        
$pm_title "You have been given 1 rep point.";
        
$pm_content "I've just given you 1 reputation point for your excellent post.\n\rKeep up good work!\n\rRegard,\n\r$forumbot"


Thanks!!!!

tnguy3n 01-30-2005 02:29 AM

Quote:

Originally Posted by Boofo
Can this be made to send a pm for other than 1 point? If an admin gives rep on my site, it is 100 points. Can it reflect the right amount, too? ;)

I have not tested this yet, but i think you can add an if ... else statement to check if the user is in admin group to return proper amount point. for example:

PHP Code:

if($bbuserinfo[usergroupid] == '6')
{
$reppoint '100';
}
else
{
$reppoint  '1';


now, in title + message, modify it a bit. i.e.
PHP Code:

$pm_title "You have been given $reppoint point."


jilly 02-01-2005 09:02 PM

You'd think people would know where to look, but new users sometimes need direct links to help them out - so I'd like a link in the PM that goes directly into the User CP so they can click to go see the reputation

trackpads 02-26-2005 02:58 PM

I would just like to post that this hack ahas almost tripled the use of the rep system on my site. Members love it and are now pm'ing the heck out of each other with this simple little addon.

Thanks again!

-Jason

trackpads 10-02-2005 11:58 PM

Will these be ported to 3.5?

Thanks again!


All times are GMT. The time now is 07:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01141 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete