Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
[kerk] AJAX Check Notes Details »»
[kerk] AJAX Check Notes
Version: 2.0.0, by kotkerk kotkerk is offline
Developer Last Online: Jul 2021 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 06-27-2012 Last Update: 11-03-2013 Installs: 16
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

AJAX Check Notes 2.0.0
When user receive a PM or other notification, in navbar appear small blinking icon and playing sound
Works without a page refresh
You can click on the icon to check notes manualy and click on loading icon to stop request

Notifications
  • unread PM count
  • picture comment notifications
  • picture comments awaiting approval
  • incoming friend requests
  • visitor message count
  • visitor message awaiting approval
  • group messages awaiting approval
  • requests social groups
  • invitations to join social groups

Install instructions in the archive
NOTE!: Original product in Russian language
archive contain English translation in the folder do_not_upload/Lang/EN
Instructions to install Eng. language also in the archive

Update 4.11.2013 v2.0.0
do not need to edit template
now window appear in left bottom corner of your browser (see screenshots)
update to version 2.x:
  1. revert edits in template navbar
  2. upload all files from archive to your server
  3. import product
  4. import Eng language from folder do_not_upload/Lang/En

Download Now

File Type: zip kr_AJAX_Check_PM-sound_1.1.1.zip (121.9 KB, 159 views)
File Type: zip kr_AJAX_Check_PM-v2.0.0.zip (138.1 KB, 73 views)

Screenshots

File Type: png snap097.png (7.4 KB, 0 views)
File Type: png snap098.png (7.1 KB, 0 views)
File Type: png snap1245.png (6.0 KB, 0 views)
File Type: png snap1244.png (6.6 KB, 0 views)

Show Your Support

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

Comments
  #2  
Old 08-13-2012, 10:33 PM
tehPARADOX tehPARADOX is offline
 
Join Date: Feb 2007
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, tagged for future use.
Reply With Quote
  #3  
Old 08-14-2012, 04:57 AM
3raq4all 3raq4all is offline
 
Join Date: Feb 2009
Location: Sweden
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ....
Reply With Quote
  #4  
Old 08-16-2012, 02:42 AM
Q-v-n-s-Q Q-v-n-s-Q is offline
 
Join Date: Mar 2005
Posts: 289
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks,

bookmarked for latter use
Reply With Quote
  #5  
Old 10-07-2012, 11:55 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working on vB 3.8.6 and 3.8.7! The New PM icons are not visible! Not even when I put it in Theme Misc folder, or just the usualy Images/misc folder! No sound no notification at all..
Reply With Quote
  #6  
Old 10-12-2012, 01:53 PM
kotkerk's Avatar
kotkerk kotkerk is offline
 
Join Date: Nov 2005
Location: Portugal
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Not working on vB 3.8.6 and 3.8.7!
you're in the 3.8.x forum and i'm not promised that mod will work on vb 3.6
but on 3.8 works perfectly, this hack installed in many forums, check installation instructions
Reply With Quote
  #7  
Old 10-20-2012, 09:17 PM
MaximG MaximG is offline
 
Join Date: Jul 2009
Location: Russia
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Спасибо, Kerk!
Reply With Quote
  #8  
Old 10-24-2012, 07:03 AM
ismaili ismaili is offline
 
Join Date: Aug 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #9  
Old 05-05-2013, 09:13 PM
Xexiu Xexiu is offline
 
Join Date: May 2008
Location: Barcelona
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to set the default interval to 1 min.?

So when a new user registers, the interval is set to 1min automatically...

Do know if I explain myself. Thank you.
Reply With Quote
  #10  
Old 11-04-2013, 09:18 PM
kotkerk's Avatar
kotkerk kotkerk is offline
 
Join Date: Nov 2005
Location: Portugal
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update - v2.0.0 - see first post
Now you can add your own notes to the notification window
Example
if you use Recent Thanks for [AJAX] Post Thank You Hack
in file krchecknotes.php find:
PHP Code:
      if($vbulletin->userinfo['socgroupinvitecount'] > 0)
      {
            
// invitations to join social groups
            
$totalnotes += $vbulletin->userinfo['socgroupinvitecount'];
            
$xml->add_tag('notifications'$vbphrase['invitations_to_join_social_groups'], array(
                  
'link' => 'group.php?do=invitations',
                  
'notescount' => $vbulletin->userinfo['socgroupinvitecount']
            ));
      } 
Add below:
PHP Code:
      if($vbulletin->userinfo['recent_thankcnt'] > 0)
      {
            
$totalnotes += $vbulletin->userinfo['recent_thankcnt'];
            
$xml->add_tag('notifications'$vbphrase['recent_thanks_newnotif'], array(
                  
'link' => 'recent_thanks.php',
                  
'notescount' => $vbulletin->userinfo['recent_thankcnt']
            ));
      } 
Legend:
$totalnotes - total notes received
$vbphrase['recent_thanks_newnotif'] - phrase to show in notes window
'recent_thanks.php' - link to page (recent thanks page for this case)
$vbulletin->userinfo['recent_thankcnt'] - notification count received
Reply With Quote
Reply

Thread Tools

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 05:13 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.08526 seconds
  • Memory Usage 2,330KB
  • Queries Executed 24 (?)
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
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (6)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete