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

Reply
 
Thread Tools
FractalizeR: Show items, awaiting moderation in notifications area Details »»
FractalizeR: Show items, awaiting moderation in notifications area
Version: 4.04, by FractalizeR FractalizeR is offline
Developer Last Online: Nov 2014 Show Printable Version Email this Page

Category: Moderators Functions - Version: 4.0.x Rating:
Released: 04-25-2010 Last Update: 11-05-2014 Installs: 336
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

What does it do?
This hack shows all items, that require moderation in a notifications area. Items are grouped by type:
  • Threads
  • Posts
  • Group messages
  • Visitor messages
  • Picture comments
  • Album pictures
  • Users
  • Calendar events

Clicking on a group redirects you to a moderation panel for that type of items.

You can also restrict, what usergroups can see notifications and what items you want to appear in notifications

Russian localization included.

How to install?

1. Install *.xml file via Admin Control Panel (Product management)

Files description:
  • product-fr_notifymoditems.xml - main product XML. English localization included.
  • vbulletin-language-ru.xml - russian localization. Import as a language overwritting russian.

Version history:
Code:
06-11-2014)
  • Attached a version by AUGI Web Team that fixes notification count for moderators with limited permissions.
11-05-2011)
  • Attached a version by A825F933D42B with attachments moderation support.
4.02 (28-04-2010)
  • Non-working option to show zero values removed due to 4.x incompatibility
  • Russian translation fixed
4.01 (28-04-2010)
  • Critical bug fixed that prevented notifications from being displayed
  • Forums with custom admincp and modcp paths are now supported.
4.0 (26-04-2010)
  • VBulletin 4.x release
1.1.3 (07-08-2008)
  • VBDynamics (and several other addons) compatibility ensured (aproape)
  • Non-standard admincp and modcp directories are now respected (aproape)
1.1.2 (07-08-2008)
  • Links bug fixed in new features
1.1.1 (07-08-2008)
  • Path bug fixed.
1.1 (06-08-2008)
  • Added moderation items for calendar events, users and album pictures. Each item requires one (but very quick) additional query
  • Added an option to show/hide empty notifications (with 0 items).
  • Added an option to show only selected notifications

Download Now

File Type: xml product-fr_notifymoditems.xml (11.0 KB, 865 views)
File Type: xml vbulletin-language-ru.xml (3.9 KB, 105 views)
File Type: xml product-fr_notifymoditems (A825F933D42B).xml (11.8 KB, 476 views)
File Type: xml product-fr_notifymoditems-4_0_3_by_AUGI.xml (13.8 KB, 157 views)

Screenshots

File Type: jpg frmoditems-settings.jpg (52.8 KB, 0 views)
File Type: png moditems_screenshot.png (9.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
mokujin, Teascu Dorin

Comments
  #112  
Old 07-14-2014, 11:17 PM
Bluemax712 Bluemax712 is offline
 
Join Date: Oct 2010
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BasicGreatGuy View Post
Thanks for the reply. I just tried it, and it shows the same thing, unfortunately. I see in the comments for it, that some others have the same issue. Maybe it is a vbulletin bug. It is really irritating to see the phantom display. lol

You'll probably have better luck getting help from Scanu - than Fractilizer
- mark it as installed - vote it up and post the question in his thread
- and I'm sure a donation never hurts
Reply With Quote
  #113  
Old 08-09-2014, 07:59 AM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Terrablade View Post
im getting this error https://imgur.com/bwr4jQY
moderate.php is inside modcp folder. What could be triggering this?

Anyone with a solution?
Reply With Quote
  #114  
Old 08-09-2014, 03:37 PM
Bluemax712 Bluemax712 is offline
 
Join Date: Oct 2010
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well there is a difference between the vB4 and vB3 versions which involves the slash
Could you be using the wrong version for your forum?

============================
vB4 version:

'visitormessage' => array(
'link' => $vbulletin->options['bburl'] . '/' . trim($vbulletin->config['Misc']['modcpdir'], '/') . '/moderate.php?do=messages',
'total' => 0

==============================
vB3 version:
'visitormessage' => array(
'link' => $vbulletin->options['bburl'] . '/' . $config['Misc']['modcpdir'] . '/moderate.php?do=messages',
'count' => 0
==================================
Reply With Quote
  #115  
Old 08-09-2014, 09:25 PM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bluemax712 View Post
Well there is a difference between the vB4 and vB3 versions which involves the slash
Could you be using the wrong version for your forum?

============================
vB4 version:

'visitormessage' => array(
'link' => $vbulletin->options['bburl'] . '/' . trim($vbulletin->config['Misc']['modcpdir'], '/') . '/moderate.php?do=messages',
'total' => 0

==============================
vB3 version:
'visitormessage' => array(
'link' => $vbulletin->options['bburl'] . '/' . $config['Misc']['modcpdir'] . '/moderate.php?do=messages',
'count' => 0
==================================

I have vb 3.8.7 and I use the version for vb3 :/
Reply With Quote
  #116  
Old 08-10-2014, 04:56 AM
Bluemax712 Bluemax712 is offline
 
Join Date: Oct 2010
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does the built-in one in the ACP for checking awaiting messages work right?
Reply With Quote
  #117  
Old 08-10-2014, 05:49 AM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Built in in ACP works fine..
The other options in fractalizer works fine. Just that one gives problems
Reply With Quote
  #118  
Old 08-10-2014, 06:00 AM
Bluemax712 Bluemax712 is offline
 
Join Date: Oct 2010
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok - just checking - that is weird

I see from the vB3 thread others had this same problem - have you tried manually editing that line in the xml file and reimporting
https://vborg.vbsupport.ru/showthread.php?t=186326

posts 106 or 107
Reply With Quote
  #119  
Old 11-04-2014, 01:38 AM
AUGI Web Team AUGI Web Team is offline
 
Join Date: Mar 2011
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe the original version of this mod, depending on the options to show, showed a notification for all items listed in the moderation queue. This is regardless if the user can handle the items in the queue.

This attachment limits this view to threads / replies in which a moderator can handle it. The other options were not adjusted as it is not a focus for us. If the user is considered as a super moderator or above, then all threads / replies in the queue are included in the notifications count.

Thanks for this mod.
Attached Files
File Type: xml product-fr_notifymoditems-4_0_3.xml (13.8 KB, 34 views)
Reply With Quote
5 благодарности(ей) от:
Alan_SP, babyv0x, BasicGreatGuy, FractalizeR, Wedframe
  #120  
Old 11-05-2014, 11:30 PM
BasicGreatGuy BasicGreatGuy is offline
 
Join Date: Oct 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AUGI Web Team View Post
I believe the original version of this mod, depending on the options to show, showed a notification for all items listed in the moderation queue. This is regardless if the user can handle the items in the queue.

This attachment limits this view to threads / replies in which a moderator can handle it. The other options were not adjusted as it is not a focus for us. If the user is considered as a super moderator or above, then all threads / replies in the queue are included in the notifications count.

Thanks for this mod.
Thank you for this post. It fixed the ghost threads waiting moderation problem.
Reply With Quote
  #121  
Old 11-06-2014, 06:43 AM
FractalizeR's Avatar
FractalizeR FractalizeR is offline
 
Join Date: Oct 2005
Location: Russia, Moscow
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Attached AUGI's version to the post.
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 08:27 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.04774 seconds
  • Memory Usage 2,360KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (4)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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