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)
-   -   Miscellaneous Hacks - New Reputation Notification (https://vborg.vbsupport.ru/showthread.php?t=244065)

Acers 06-05-2010 10:00 PM

New Reputation Notification
 
1 Attachment(s)
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. 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

Quote:

Originally Posted by ChopSuey (Post 2049385)
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

Quote:

Originally Posted by Mr.David (Post 2049497)

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

Quote:

Originally Posted by Sweeks (Post 2050081)
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:

Code:

<a name="REPS">
REPLACE with:

Code:

<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

Quote:

Originally Posted by masterross (Post 2060665)
It works perfect on 3.8 too just fix the syntax error:

Open .xml FIND:

Code:

<a name="REPS">
REPLACE with:

Code:

<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.

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

Quote:

Originally Posted by sticky (Post 2383088)
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

Quote:

Originally Posted by Amaury25 (Post 2384348)
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

Quote:

Originally Posted by sticky (Post 2384743)
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
Code:

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

Quote:

Originally Posted by White Devil (Post 2402926)
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
Code:

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


All times are GMT. The time now is 05:51 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.02202 seconds
  • Memory Usage 1,784KB
  • 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
  • (6)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete