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)
-   -   Moderators Functions - FractalizeR: Show items, awaiting moderation in notifications area (https://vborg.vbsupport.ru/showthread.php?t=241301)

grc 04-28-2010 12:31 AM

I see last update: today and then "Not Supported." I take it that the coder released this version and saw some of the problems and decided not to put any more time into it.

Is that correct?

FractalizeR 04-28-2010 06:23 AM

No, that is not. On my forum mod works ok. Now I am looking into problem with user moderation not being displayed.

Quote:

As I understand it, I should be seeing the checked items listed, with or without pending action.
No. If there is nothing in your moderation queue, empty item is not displayed in menu. Do you have unmoderated users right now?

FractalizeR 04-28-2010 07:01 AM

All bugs fixed. Please update to latest version. Screenshot update is on the way

FractalizeR 04-28-2010 07:03 AM

Screenshots updated. Modification settings fixed. Now it is showing as Supported.

Adem GEN? 04-28-2010 09:51 AM

Quote:

Originally Posted by AdemGEN? (Post 2027629)

Now no problem
Thank you, very nice mod

Turkish language files here

grc 04-28-2010 11:52 AM

Quote:

Originally Posted by FractalizeR (Post 2028433)
No. If there is nothing in your moderation queue, empty item is not displayed in menu. Do you have unmoderated users right now?

Thanks for the response. I've updated to the current release and reactived the mod. I'm only going to use it for notifications of new registrations, so I'll have to wait for someone new to come along (we get a few a day).

The reason I was under the impression that, if activated, I'd see information listed under "Notifications" with our without items to moderate is because of the wording in the options:
Show notification even if count is zero
Text will be shown in notifications area even if there is nothing to notificate about (0)
I see that as saying that there will be information under notifications even if there is nothing pending. Please understand, I'm okay with it either way, just that I had that impression based on that option.

Also, I'll mention that I'm rather sensitive to "supported" or "not supported" right now because of the way the coder of the "Thanks" mod has just discontinued support leaving many users with a mod missing several features that weren't upgraded for vB4.

Thanks for your support of your nice mod!

FractalizeR 04-28-2010 12:02 PM

Yea, Abe1 disappointed me as well. I am slowly switching to Helpful answers mod instead because of that.

I will check how options affect mod behaviour, thanks for bug report. Stay tuned.

FractalizeR 04-28-2010 12:08 PM

Quote:

I see that as saying that there will be information under notifications even if there is nothing pending. Please understand, I'm okay with it either way, just that I had that impression based on that option.
I've searched VBulletin code and it seems, VBulletin now hides notifications with 0 items count itself:
PHP Code:

if ($vbulletin->userinfo["$userfield"] > 0)
{
    
$show['notifications'] = true;
    
$notifications_total += $vbulletin->userinfo["$userfield"];
    
$notification['total'] = vb_number_format($vbulletin->userinfo["$userfield"]);
    
$templater vB_Template::create('navbar_notifications_menubit');
    
$templater->register('notification'$notification);
    
$notifications_menubits .= $templater->render();


It seems, that I should remove that option from plugin.

FractalizeR 04-28-2010 12:16 PM

Ok, non-working option removed. Russian translation fixed.

Please don't forget to click Installed if you installed my mod.

grc 04-28-2010 01:38 PM

Quote:

Originally Posted by FractalizeR (Post 2028519)
Yea, Abe1 disappointed me as well. I am slowly switching to Helpful answers mod instead because of that.

I will check how options affect mod behaviour, thanks for bug report. Stay tuned.

Let me report back that your mod is working fine for me. The only thing moderated on our forum is registration so I had to wait till a couple of new ones came in to know for sure, but the notification worked just fine. Thanks!

An aside, how hard do you think it would be to get search capability going on the Thanks mod? Since it was working before the upgrade to vB4, I'd think (easy for me, a non coder to say) it wouldn't be that hard to get to working.


All times are GMT. The time now is 05:56 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.01529 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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