vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Threads notifications - show threads in notifications list (https://vborg.vbsupport.ru/showthread.php?t=183128)

H3C x Nevz 06-16-2009 05:37 PM

Doesn't work with 3.8? :(

maznos 06-19-2009 09:14 AM

Quote:

Originally Posted by H3C x Nevz (Post 1830816)
Doesn't work with 3.8? :(

it does work with 3.8 with a slight change to the xml file.

H3C x Nevz 08-15-2009 12:35 AM

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?

www.ch-joy.com 10-28-2009 11:52 PM

thanks :-)

ezak 12-23-2009 01:30 PM

Quote:

Originally Posted by swatkins (Post 1693211)
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']}
                ");               
        }
}


ezak 12-23-2009 09:47 PM

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

mgurain 12-24-2009 09:57 AM

Hi Almotmaiz.Net,

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

Thanks,,

haytham 09-23-2010 01:26 AM

Quote:

Originally Posted by taxick (Post 1555345)
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...

MarabyQ8.CoM 12-16-2010 12:11 AM

thanks ....

samer2030 11-10-2011 02:25 PM

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

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


All times are GMT. The time now is 10:37 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.01082 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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