PDA

View Full Version : Miscellaneous Hacks - New Reputation Notification


Acers
06-05-2010, 10:00 PM
A small mod that will enable a new reputation notification to be added when someone reps you on the forum.

This mod does not send a new PM for that. I feel sending a pm for a new reputation is quite wasteful as no one really wants to archive that information and it just fills up the pm quota for the end user. Anew notification does the job better and much more efficiently.

This mod achieves the same end goal as Paul's mod here (https://vborg.vbsupport.ru/showthread.php?t=231060). The only difference is in the approach that this mod takes to accomplish the same. Instead of one global query every time to check if you have received a new reputation, the reputation rating is captured at the time it is given and is then shown to the end user via a notification till such time he resets the notification by visiting his "UserCp" page.

This mod also adds an anchor url on the reputation display block for easier navigation in the USERCP if you have other notifications active.


Please remember to click Mark as Installed if you use this modification.

ChopSuey
06-06-2010, 03:30 PM
It should be "New reputation Comment"

COL NIL SATIS
06-06-2010, 05:58 PM
tagged..looks very good

Mr.David
06-06-2010, 06:47 PM
It should be "New reputation Comment"

https://vborg.vbsupport.ru/showthread.php?t=242097

ndut
06-07-2010, 03:03 AM
nice

War.Frog
06-07-2010, 03:10 AM
Tagged. So this cuts down on a query? Does it show PM notifications too?

Acers
06-07-2010, 03:34 AM
PM Notifications will continue as default.
This only adds a new notification message as and when you receive a reputation.

Just for the sake of clarity, the query cut is only relative to Paul's mod. The default vbulletin install does not have this notification.

COL NIL SATIS
06-07-2010, 09:55 AM
nice one..installed

ChopSuey
06-07-2010, 07:30 PM
https://vborg.vbsupport.ru/showthread.php?t=242097

Nope. Why did you quote me?

Sweeks
06-07-2010, 07:54 PM
Will this work on 3.8x? If not, will you be making one? Thanks :)

Acers
06-07-2010, 08:12 PM
Will this work on 3.8x? If not, will you be making one? Thanks :)
This one will not. I coded the 3.8x version a long back for my site. Will release it here tomorrow. :)

James Birkett
06-17-2010, 08:43 AM
Hey Acers,

Did you ever release this for the 3.8.x?

funmasti
06-17-2010, 08:55 AM
Thanks.. Installed

Gero50
06-27-2010, 12:48 AM
Nice mod gave it a try but it just isn't for us.

masterross
06-27-2010, 08:12 PM
It works perfect on 3.8 too just fix the syntax error:

Open .xml FIND:

<a name="REPS">

REPLACE with:

<a name=\"REPS\">

Enjoy ;)

Lon
09-25-2010, 06:20 AM
Works on Version 3.8.6 woot woot!

BoostinEuros
09-25-2010, 02:35 PM
Installed, works great!

Alfa1
01-10-2011, 07:08 PM
Doesn't work for me on vb3.8.6
Does this work with
https://vborg.vbsupport.ru/showthread.php?t=186326
or does it conflict with other reputation modifications?

sadiq6210
01-18-2011, 04:52 AM
Great =) installed

Alfa1
01-27-2011, 05:07 PM
Should I be able to find the hook 'notifications_list' somewhere in my templates?

blackrat250
01-30-2011, 03:48 PM
Thanks. Installed

blackberry
05-02-2011, 03:33 PM
can you plz release it for version 3.8.x?

blackberry
05-02-2011, 03:40 PM
It works perfect on 3.8 too just fix the syntax error:

Open .xml FIND:

<a name="REPS">REPLACE with:

<a name=\"REPS\">Enjoy ;)
thanks it works

MagicThemeParks
07-02-2011, 10:16 PM
Added this to a 4.1.1 site and it didn't seem to do anything. It's a customized style, could that be it?

WDS
11-15-2011, 03:16 PM
Hello.

I wonder if future versions could add the function to notify the reputation for the graces received through the system: Post Thank You Hack. (https://vborg.vbsupport.ru/showthread.php?t=231666&highlight=Post+Thanks+Hack)

Thanks, I hope it's possible.
A greeting.
WDS

lazytown
02-09-2012, 11:24 PM
Is this working nicely with 4.1.10?

sadiq6210
02-10-2012, 09:51 AM
Yes :)

BlueCheri
02-10-2012, 10:05 AM
Installed.

Thanx

G!

Merenguista
04-20-2012, 01:31 PM
Thanks.. Installed in 4.1.12 ..

kidney_bongos
04-21-2012, 08:47 AM
Works well in 4.1.12. Thanks

thisgeek
07-05-2012, 11:33 AM
This product is not necessary in 4.2.x

basketcase
07-24-2012, 05:27 PM
big thanks works fine

sticky
11-20-2012, 11:03 PM
Not working in 4.2.0

Amaury
11-23-2012, 10:08 PM
Not working in 4.2.0

It's a default feature in vBulletin 4.2.0. You don't even need this.

sticky
11-25-2012, 01:22 AM
It's a default feature in vBulletin 4.2.0. You don't even need this.
Well no rep notifications are working for me in 4.2.0 for whatever reason.

Amaury
11-25-2012, 01:32 AM
Well no rep notifications are working for me in 4.2.0 for whatever reason.

Then it's something with your forum.

White Devil
02-08-2013, 06:08 PM
Hey, can anyone help to rewrite the plugin for vb 3.6.12.
Counter works great and got a reset after visiting the reputations.
In addition i addes the phrase manually.

Now i have to rewrite the notification for Navbar manually
if ($vbulletin->options['reputationenable'])
{
$notifications['newrepcount'] = array(
'phrase' => $vbphrase['newrepcounts_newreps'],
'link' => 'usercp.php' . $vbulletin->session->vars['sessionurl_q'] .'#REPS',
'order' => 15
);
}

Can anyone help me to make it work on 3.6.12?

White Devil
02-10-2013, 09:47 AM
Hey, can anyone help to rewrite the plugin for vb 3.6.12.
Counter works great and got a reset after visiting the reputations.
In addition i addes the phrase manually.

Now i have to rewrite the notification for Navbar manually
if ($vbulletin->options['reputationenable'])
{
$notifications['newrepcount'] = array(
'phrase' => $vbphrase['newrepcounts_newreps'],
'link' => 'usercp.php' . $vbulletin->session->vars['sessionurl_q'] .'#REPS',
'order' => 15
);
}

Can anyone help me to make it work on 3.6.12?

Bump