vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - PM notification when receiving reputation points (https://vborg.vbsupport.ru/showthread.php?t=242097)

skhms 05-07-2010 10:00 PM

PM notification when receiving reputation points
 
1 Attachment(s)
SK Reputation Notification v2.0.0 - 2010-05-08

Notification system for reputation comments.
This modification sends a PM to the user whenever someone gives him/her a reputation comment.
User must first enable the function on the Settings => General Settings page. It's off by default.

v2.0.0 is updated for vBulletin 4. See v1.x for vBulletin 3.x.
Created and tested on vBulletin 4.0.3

Two step installation.
Copy 1 file. Import the product.
See instructions in the attached zip file.

Version history:
  • v2.0.0 - 2010-05-08
    Updated for vBulletin 4.
  • v1.1.2 - 2008-06-18
    Support for option 'Can See Who Left User Ratings'.
    - If user not allowed to see who left a reputation comment the sender of the notification PM will always be the specified user and not the actual user leaving a comment.
    - Also a different message will be used with no name included.
  • v1.1.1 - 2008-04-19
    Added admin options so you can specify a specifik user as the sender of the notification PM.
  • v1.1.0 - 2007-11-06
    First official release.

/SK

chriske 05-08-2010 10:39 AM

Very nice, will give it a try :)

sadiq6210 05-08-2010 01:57 PM

Great .. Thanks

trackpads 05-08-2010 03:20 PM

This is awesome! thanks so much for updating to vb4! This hack is great because it gets people talking about rep and posts!

Thanks again!

-Jason

ProFifaLeagues 05-08-2010 06:36 PM

Nice one installed and working a1

fishmaster 05-09-2010 08:22 AM

MOTM, worked great

BlueCheri 05-09-2010 03:18 PM

Will it work for 4.0.2?

skhms 05-09-2010 07:19 PM

Quote:

Originally Posted by BlueCheri (Post 2034159)
Will it work for 4.0.2?

Most likely.
Can't imagine it would be a problem but I haven't tried it.

/SK

BlueCheri 05-10-2010 03:10 AM

Quote:

Originally Posted by skhms (Post 2034232)
Most likely.
Can't imagine it would be a problem but I haven't tried it.

/SK

:( not working, will use it when update to 4.0.3

Thanx

AcidX 05-11-2010 10:21 AM

Is there a chance to modify it so we can receive notifications on quote as well? :)

BrightStar 06-17-2010 11:44 AM

Is the option checked by default for new registrations?

skhms 06-17-2010 07:47 PM

Quote:

Originally Posted by Mike007 (Post 2054960)
Is the option checked by default for new registrations?

No it isn't

If you want to change that you need to run a SQL query.
Enter this at the Maintenance > Execute SQL Query Page:

ALTER TABLE tableprefixuser ALTER sk_repnotif_options SET DEFAULT '1'

This will make the option active as default for new users.
Change the tableprefix to whatever you are using or remove it if you don't use any.

/SK

GT2.0 06-20-2010 06:20 PM

does not work in 4.04

funmasti 06-21-2010 04:04 AM

such a great mod, thanks

skhms 06-21-2010 04:44 PM

Quote:

Originally Posted by GT2.0 (Post 2056562)
does not work in 4.04

What happens, or doesn't happen?
I just install 4.0.4 on my testsite and I haven't seen any problems yet.

/SK

BlueCheri 06-27-2010 06:53 AM

Tried for 4.0.4, now working :(

merk_aus 06-27-2010 09:31 AM

Have installed it on 4.0.4 with no issues at all thanks.

pointalk 06-28-2010 12:11 AM

"User must first enable the function on the Settings => General Settings page. It's off by default."

How to set on by default?

skhms 06-28-2010 04:29 AM

Quote:

Originally Posted by pointalk (Post 2060784)
"User must first enable the function on the Settings => General Settings page. It's off by default."

How to set on by default?

To set it on as default for new users run this SQL query at the Maintenance > Execute SQL Query Page.

ALTER TABLE tableprefixuser ALTER sk_repnotif_options SET DEFAULT '1'


To activate it for all current user run this SQL query.

UPDATE tableprefixuser SET sk_repnotif_options = '1'


Change the tableprefix to whatever you are using or remove it if you don't use any.

/SK

pointalk 06-28-2010 12:06 PM

But"You are not authorized to execute SQL queries" at the Maintenance > Execute SQL Query Page

How to do it via phpmyadmin?

skhms 06-28-2010 06:31 PM

Quote:

Originally Posted by pointalk (Post 2061037)
But"You are not authorized to execute SQL queries" at the Maintenance > Execute SQL Query Page

How to do it via phpmyadmin?

Have never used phpmyadmin so I don't how it works.

You can always give yourself access to run queries in vBulletin by editing the config.php file though.

/SK

pointalk 06-28-2010 10:04 PM

Run this SQL query
Quote:

UPDATE tableprefixuser SET sk_repnotif_options = '1'
But
Quote:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table '6.tableprefixuser' doesn't exist
vb4.0.4

skhms 06-29-2010 04:29 AM

See this part of my original post
Quote:

Change the tableprefix to whatever you are using or remove it if you don't use any.
That would be the bold part in the query.
If you don't know what your prefix is, if you have any, check the config.php file.

/SK

michelle86 09-02-2010 03:35 AM

In my usergroup manager I have it set so register users cannot see who left them reputation.

Would I still be able to use this mod? Or will it tell them who gave them reputation in the PM notification?

skhms 09-03-2010 02:29 PM

Quote:

Originally Posted by michelle86 (Post 2092675)
In my usergroup manager I have it set so register users cannot see who left them reputation.

Would I still be able to use this mod? Or will it tell them who gave them reputation in the PM notification?

There is an option where you can set which user that will be the sender of the PM if the receiver isn't allowed to see who left the reputation.

So, yes you should still be able to use this mod.

/SK

TITAN-UZ 11-04-2010 04:59 PM

does not work to 4.0.7

skhms 11-05-2010 08:48 PM

Quote:

Originally Posted by TITAN-UZ (Post 2117960)
does not work to 4.0.7

Just gave it quick try and no it doesn't work. So I confirm this.

Haven't heard anything about 4.0.5 or 4.0.6. Last version I've seen it working on is 4.0.4.

To be honest I'm not sure if I will bother to fix this. Sorry.
If anyone else is willing to check it out please go ahead.

/SK

Kat-2 04-15-2011 06:58 PM

Please update this!! It is a great mod.

I have it working on 4.1.2, except instead of going to the post it goes to the OP of the thread.

Can anyone tell me how to edit it to make it go to the post?

Kat-2 04-19-2011 02:35 AM

Anyone??

venom2124 04-19-2011 03:17 AM

Trying to figure out how to make the notification automatic and not off by default. Most users will never turn it on and that kind of makes it worthless. So if someone figures out how to make it on by default before I do let me know.

Kat-2 06-07-2011 06:37 PM

Well, I guess after almost 2 months, no one is going to answer. Shame.

It's Damn Real! 06-21-2011 12:02 AM

Quote:

Originally Posted by venom2124 (Post 2186180)
Trying to figure out how to make the notification automatic and not off by default. Most users will never turn it on and that kind of makes it worthless. So if someone figures out how to make it on by default before I do let me know.

Same.

skhms 06-21-2011 04:27 AM

Quote:

Originally Posted by venom2124 (Post 2186180)
Trying to figure out how to make the notification automatic and not off by default. Most users will never turn it on and that kind of makes it worthless. So if someone figures out how to make it on by default before I do let me know.

Quote:

Originally Posted by It's Damn Real! (Post 2210647)
Same.

See post #19 in this thread.

/SK

MagicThemeParks 07-02-2011 09:55 PM

Quote:

Originally Posted by skhms (Post 2118440)
Just gave it quick try and no it doesn't work. So I confirm this.

Haven't heard anything about 4.0.5 or 4.0.6. Last version I've seen it working on is 4.0.4.

To be honest I'm not sure if I will bother to fix this. Sorry.
If anyone else is willing to check it out please go ahead.

/SK

So, it will not work on versions > 4.0.7?

Is there another option out there?

It's Damn Real! 08-09-2012 04:58 AM

This mod thrashes the General Settings page in 4.1.11

Please update.

intheghost1 08-09-2012 06:03 AM

Good plugin, thank you very much.

It's Damn Real! 08-09-2012 03:11 PM

Will there be an update to patch whatever the CSS issue is for the Gen. Settings page in 4.1.11?

Reed_HCT 08-21-2012 10:45 AM

It works fine.
Thank you ;)

Max Taxable 06-06-2013 01:23 AM

Quote:

Originally Posted by Kat-2 (Post 2185048)
Please update this!! It is a great mod.

I have it working on 4.1.2, except instead of going to the post it goes to the OP of the thread.

Can anyone tell me how to edit it to make it go to the post?


Here is what I see going on with this on your board.

When the PM is received, the link to the post is malformed. It has "&" in it, like this:

PHP Code:

vbulletin.org/forum/showpost.php?&p=2355813&postcount=37 

And sometimes, not always, it is making the pageload stop before it settles on the right post. It stops at the top of the page instead of where the post is.

BOP5 knows how to cure this, I think it is a server side issue.

BirdOPrey5 06-06-2013 09:21 AM

See post #27, this mod is unsupported. Harassing the mod author isn't going to help.

Not 100% sure & is the issue though it certainly isn't correct after a ? in a URL.

If the page loads but it simply isn't going to the specific post, you have to add #post2355813 at the end of the URL (from the example above.)

It is the #[post#] that brings the page to the correct spot in the browser window.


All times are GMT. The time now is 06:05 PM.

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.01540 seconds
  • Memory Usage 1,817KB
  • 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
  • (1)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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