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
[USML] Navbar Networks Details »»
[USML] Navbar Networks
Version: 2.0.0, by HMBeaty HMBeaty is offline
Developer Last Online: Feb 2020 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 04-29-2011 Last Update: 01-09-2012 Installs: 119
Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.

The [USML] Navbar Networks Version 2.0.0 allows you to add Facebook, Myspace, Twitter, YouTube, Skype, RSS and/or Google+ networking links to your navbar or header. This is mainly for the default navbar and header. If you install this on a custom navbar or header, you may need to tweak the stylevars for your custom style to get it working correctly.

Version 2.0.0 has been almost completely rewritten! So, be sure to make a backup of your changes, if you made any, as you will probably need to re-do those changes.

Demo: U.S. Military Life

------------------
Features
------------------
  • Global enable/disable
  • Show only the networks you want to show
  • Show only to certain usergroups
  • Automatic template changes
  • Exclude from showing in certain styles
  • Editable in each style via stylevars
------------------
Installation
------------------
  • Instructions in readme.html
------------------
Upgrade
------------------
  • Instructions in readme.html
------------------
Uninstallation
------------------
  • Instructions in readme.html
Please remember to click Mark as Installed if you use this modification.

Also, feel free to nominate this modification for the MOTM, and/or use the Donate link to show your appreciation in the time and effort put into this modification.

Download Now

File Type: zip [USML] Navbar Networks (2.0.0).zip (22.3 KB, 245 views)

Screenshots

File Type: jpg FireShotSS#14.jpg (113.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
8thos, AttalaEA, BlueCheri, Cutsizzle, iiioroh, mehmet_, thecore762

Comments
  #122  
Old 10-07-2011, 03:55 PM
mgcom's Avatar
mgcom mgcom is offline
 
Join Date: Apr 2009
Location: Dublin (Ireland)
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

after i installed this i'm getting a pop window asking for ftp details ???
Reply With Quote
  #123  
Old 10-08-2011, 12:02 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mgcom View Post
after i installed this i'm getting a pop window asking for ftp details ???
Lol! Wow! That's interesting as it didn't do that during testing. Anyway, let me explain what it's doing upon installation.... If you had installed the previous versions, I converted the plugins to files so they would be easier for me to edit, however, it got somewhat confusing after awhile, so I decided to convert them back to regular plugins. I also came across a code to automatically remove files/directories, which I added to the installation code. So, this code:
PHP Code:
$navFile1 "./includes/hooks/navnet/admin_options_processing.php";
$navFile2 "./includes/hooks/navnet/parse_templates.php";
$navDir "./includes/hooks/navnet";
$mainDir "./includes/hooks/";

if (@
is_file($navFile1)) {unlink($navFile1);}
if (@
is_file($navFile2)) {unlink($navFile2);}
if (@
is_dir($navDir)) {rmdir($navDir);}

$dp opendir($mainDir);
$count 0;
while ((
$dir readdir($dp)) !== false)
$count++;

if (
$count <= 2)
{
    
rmdir($mainDir);

does nothing more than remove the previously uploaded files from the previous versions (if they exist) and if the directory
Code:
./includes/hooks/
is empty, it will automatically remove that for you as well (again, if it exists).

I apologize for the confusion
Reply With Quote
Благодарность от:
CharlieDelta
  #124  
Old 10-08-2011, 12:04 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, if you do NOT wish the files to be automatically removed for you, and you want to go through ftp and delete them yourself, open up the product .xml file and remove everything from:
HTML Code:
<codes>
To
HTML Code:
</codes>
Reply With Quote
  #125  
Old 11-19-2011, 02:45 PM
dang3rzon3 dang3rzon3 is offline
 
Join Date: Sep 2009
Location: Milano (Italy)
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how to disable myspace icon and skype icon? Doesn't work from admic cp "Yes/NO" options.
Reply With Quote
  #126  
Old 11-20-2011, 02:32 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dang3rzon3 View Post
how to disable myspace icon and skype icon? Doesn't work from admic cp "Yes/NO" options.
Assuming this is with the icons being in the header? I'll have the fix for that in just a few minutes as I see what I did wrong
Reply With Quote
  #127  
Old 11-20-2011, 03:01 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to version 1.9.1
Quote:
  1. Bug fixed.
  2. Updated product version checking.
Reply With Quote
  #128  
Old 11-20-2011, 04:39 AM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The mod works, but the icons don't show..
Reply With Quote
  #129  
Old 11-20-2011, 04:48 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecore762 View Post
The mod works, but the icons don't show..
Well crap! lol! Thanks, just found this out myself as well. Not sure why they aren't working now unless something with the stylevars changed
Reply With Quote
  #130  
Old 11-20-2011, 04:55 AM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually works now.
I uninstalled plugin and re-uploaded and everything works.

BTW I can't get the RSS thingy to work: http://www.47r-squad.com/external.php?type=RSS2
Reply With Quote
  #131  
Old 11-20-2011, 05:02 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecore762 View Post
Actually works now.
I uninstalled plugin and re-uploaded and everything works.

BTW I can't get the RSS thingy to work: http://www.47r-squad.com/external.php?type=RSS2
Yeah, I fixed it on my end as well, just re-import the new .xml here and all should be good to go

Also, as for your RSS feed working or not working, make sure you have it enabled
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 07:16 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.12430 seconds
  • Memory Usage 2,352KB
  • 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
  • (2)bbcode_html
  • (1)bbcode_php
  • (5)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
  • (8)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
  • (2)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