Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Threads notifications - show threads in notifications list Details »»
Threads notifications - show threads in notifications list
Version: 2.0, by Almotmaiz.Net Almotmaiz.Net is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.x Rating:
Released: 06-20-2008 Last Update: 07-25-2008 Installs: 158
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.

Threads notifications 2.0
Show selected thread in vB notifications system

================
Please remember to click Mark as Installed if you use this modification.
Support questions from members who have not marked this as installed will be considered low priority.
================
ABOUT THIS MOD
This mod , let you add important thread , or Moderation thread to user notifications list in (navbar) , and show this threads pre user forum promissions

HOW TO INSTALL AND UPGRADE.
  • UPLOAD product from your ACP .(overwrite if UPGRADE)
  • EDIT your vB Setting.
I hope to see your developmental notice :up:

if you like OR use this product plz click "Install"

???|: HESTORY.
1.0 - first release .
1.1 - Reduce queries to two
queries from six as global (in All mod code).
1.2 - fix internal error
.
----- add exusers and exusergroups in vB options.
1.3 - fix internal error .
2.0 - Fix All bugs were founded in earlier released
----- Add - show notifications in USERCP as fixed table
----- Add - option in ACP let you chose "sort notifications link as"
----- Add - expired date for notifications with auto cleanup .

Show Your Support

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

Comments
  #72  
Old 06-16-2009, 05:37 PM
H3C x Nevz H3C x Nevz is offline
 
Join Date: Mar 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't work with 3.8?
Reply With Quote
  #73  
Old 06-19-2009, 09:14 AM
maznos maznos is offline
 
Join Date: Oct 2006
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by H3C x Nevz View Post
Doesn't work with 3.8?
it does work with 3.8 with a slight change to the xml file.
Reply With Quote
  #74  
Old 08-15-2009, 12:35 AM
H3C x Nevz H3C x Nevz is offline
 
Join Date: Mar 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've had a thread added to the notifications list, and since that it's been deleted but still on the notifications list, and people can't get rid of it. Help?
Reply With Quote
  #75  
Old 10-28-2009, 11:52 PM
www.ch-joy.com's Avatar
www.ch-joy.com www.ch-joy.com is offline
 
Join Date: Oct 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks :-)
Reply With Quote
  #76  
Old 12-23-2009, 01:30 PM
ezak ezak is offline
 
Join Date: Nov 2004
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by swatkins View Post
Does anyone know what this error is about? The error log is growing huge and is filled with this one error.. I check all my plug ins and this is the only one using the hook at that location...



Code:
[21-Dec-2008 11:05:16] PHP Fatal error: Call to a member function on a non-object in /home/dmaxcent/public_html/forum/includes/cron/cleanup.php(77) : eval()'d code on line 3

Line 3 is the comment block that shows the info and there is no code there.. Does the (77) refer to line 77 instead?

This is line 77 of the cleanup.php file



Code:
($hook = vBulletinHook::fetch_hook('cron_script_cleanup_hou rly')) ? eval($hook) : false;
Thanks for any help
Steve
same problem here
Code:
($hook = vBulletinHook::fetch_hook('cron_script_cleanup_hou rly')) ? eval($hook) : false;

On line 3
Code:
if($vbulletin->options['nlp_notifications_active'])
{
	$taz = $db->query("
		SELECT threadid FROM " . TABLE_PREFIX . "nlp_notifications_thread
		WHERE expired < " . TIMENOW
	);
	while($Mozan = $db->fetch_array($taz))
	{
		$vbulletin->db->query_write("
			DELETE FROM " . TABLE_PREFIX . "nlp_notifications_thread
			WHERE threadid = {$Mozan['threadid']}
		");	
		$vbulletin->db->query_write("
			DELETE FROM " . TABLE_PREFIX . "nlp_notifications_read
			WHERE threadid = {$Mozan['threadid']}
		");		
	}
}
Reply With Quote
  #77  
Old 12-23-2009, 09:47 PM
ezak ezak is offline
 
Join Date: Nov 2004
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for all who found that error
Code:
($hook = vBulletinHook::fetch_hook('cron_script_cleanup_hou rly')) ? eval($hook) : false;
and its should also fix expired date for notifications with auto cleanup not working

finally I found the error, and fixed it ..... Attachment
working on 3.8.4 PL2
Reply With Quote
  #78  
Old 12-24-2009, 09:57 AM
mgurain's Avatar
mgurain mgurain is offline
 
Join Date: Apr 2005
Location: KSA - Qatif - Al-Jarodiah
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Almotmaiz.Net,

Any upgrade to vb4.0 ? it should be a standard feature.

Thanks,,
Reply With Quote
  #79  
Old 09-23-2010, 01:26 AM
haytham's Avatar
haytham haytham is offline
 
Join Date: Jan 2003
Location: USA-Egypt-UAE
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by taxick View Post
Hallo

Love this hack but it don't work on my forum.

When i have mark are thread i my forum, it don't show op at the notifications list..

Any help?
Same here..no notification...
Reply With Quote
  #80  
Old 12-16-2010, 12:11 AM
MarabyQ8.CoM MarabyQ8.CoM is offline
 
Join Date: Dec 2010
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks ....
Reply With Quote
  #81  
Old 11-10-2011, 02:25 PM
samer2030 samer2030 is offline
 
Join Date: Jul 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

اخي العزيز
لقد قمت بتجربة الهاك
وتوجد بعض الملاحظات وهي كما يلي
1-اختفاء الموضوع من التنبيهات لدى العضو بعد ان يقوم بقراءته مع العلم ان تاريخ الإنتهاء بعد يومين او ثلاث
2- لا يوجد هناك جدول يمكن المدير من معرفة المواضيع التي تمت التنبيه بها ومراجعتها

أسأل الله لنا ولك التوفيق
Reply With Quote
Reply


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 11:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06580 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete