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)
-   -   Miscellaneous Hacks - [USML] Navbar Networks (https://vborg.vbsupport.ru/showthread.php?t=262874)

mgcom 10-07-2011 03:55 PM

after i installed this i'm getting a pop window asking for ftp details ???

HMBeaty 10-08-2011 12:02 AM

Quote:

Originally Posted by mgcom (Post 2254376)
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). :D

I apologize for the confusion :o

HMBeaty 10-08-2011 12:04 AM

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>

dang3rzon3 11-19-2011 02:45 PM

how to disable myspace icon and skype icon? Doesn't work from admic cp "Yes/NO" options.

HMBeaty 11-20-2011 02:32 AM

Quote:

Originally Posted by dang3rzon3 (Post 2269575)
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 :o

HMBeaty 11-20-2011 03:01 AM

Updated to version 1.9.1
Quote:

  1. Bug fixed.
  2. Updated product version checking.


thecore762 11-20-2011 04:39 AM

The mod works, but the icons don't show..

HMBeaty 11-20-2011 04:48 AM

Quote:

Originally Posted by thecore762 (Post 2269799)
The mod works, but the icons don't show..

:eek: 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 :confused:

thecore762 11-20-2011 04:55 AM

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

HMBeaty 11-20-2011 05:02 AM

Quote:

Originally Posted by thecore762 (Post 2269801)
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 ;)


All times are GMT. The time now is 10:14 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.06838 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_code_printable
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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