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

Reply
 
Thread Tools
SSGTI - Hide AdminCP vB News table if all news are dismissed Details »»
SSGTI - Hide AdminCP vB News table if all news are dismissed
Version: 3.6.100, by Omranic Omranic is offline
Developer Last Online: Sep 2021 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.x Rating:
Released: 01-18-2009 Last Update: Never Installs: 7
Re-useable Code Code Changes Translations  
No support by the author.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!.............. Sponsored by: PHP KingDom (www.phpkd.net) ..............!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




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.


Note: This product has been requested by Keyser S?ze as a custom work HERE. It has been completed & delivered few months ago. Since all of my custom work is licensed under Creative Commons - Attribution-Noncommercial-Share Alike 3.0, I publish it now for the public use, I hope this product will be useful for all of you.


Name: Hide AdminCP vB News table if all news are dismissed - Version: 3.6.100

Description:
  • This modification will hide the "vBulletin news table" in the AdminCP if all news are dismissed.
  • To clarify the goal of this modification I can say: By default when you dismiss all vBulletin news in your AdminCP, there will be still an empty table showing just the phrase "Show All News" ONLY (See the attached image). Some webmasters hope if this table be hidden as soon as there no new vBulletin News. That's exactly what this modification do.
  • 1st Screen shot: The vB News Table before dismissing news.
  • 2nd Screen shot: The vB News Table after dismissing news.
  • This modification will hide that table shown in the second Screen shot.
  • Of course the "vB News Table" will appear again if there is any new items to display.


Compatible with: All 3.6.x/3.7.x/3.8.x vBulletin versions.


Installation Procedure:
  1. Do the following file edit:
    Open the file "clientscript/vbulletin_cphome_scripts.js" & search in it for the following code:
    Code:
    			// table is there we've just hidden it
    			t = fetch_object('news_table');
    
    			if (news_items.length)
    Replace it with the following code:
    Code:
    			// table is there we've just hidden it
    			t = fetch_object('news_table');
    
    			var g;
    			var news_id_extra = '';
    			var visible_messages_extra = false;
    			for (g = 0; g < news_items.length; g++)
    			{
    				news_id_extra = news_items[g].getElementsByTagName('guid')[0].firstChild.nodeValue;
    
    				if (PHP.in_array(news_id_extra, dismissed_news) == -1)
    				{
    					visible_messages_extra = true;
    				}
    			}
    
    			if (news_items.length && visible_messages_extra)
    ** Save the modified file "clientscript/vbulletin_cphome_scripts.js" & re-upload it (allow over-write). **

  2. Done .


Control:
  • Nothing, just install it & it will work instantly .
  • Please be sure to clear your browsers cache to reload the new modified JS file.


License:

Help with:
  • Suggestions to develop this product.
  • Contributing any updates, upgrades and/or any new features.
  • Translations to benefit more users (translation credits goes to their owners).
  • Spreading this product. Yes, you're free to re-distribute this product as it is.


Known Isues:
  • Nothing till now.


History:
  • v3.6.100 19/01/2009 10:00 AM GMT: First initial public release.


Screen Shots:
  • Available down there.


Technical Notes:
  • New Files: 0
  • New Plugins: 0
  • New Phrases: 0
  • New Templates: 0
  • Template changes: 0
  • Code Changes: 1
  • New vBulletin Settings: 0
  • New Usergroup Permissions: 0
  • New Moderator Permissions: 0
  • New Administrator Permissions: 0
  • New Forum Options: 0
  • New DB Tables: 0
  • DB Alterations: 0
  • New Cron Jops: 0
    -----------------
  • Installation Level: V.Easy
  • Installation Time: 3~5 seconds


Other Useful Products:

Donation?:
  • Yes, appreciated donations received via Moneybookers at:
    Code:
    freelancers@phpkd.net

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
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 06:24 AM.


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.04847 seconds
  • Memory Usage 2,210KB
  • Queries Executed 17 (?)
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
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit_onlinestatus
  • (1)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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete