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)
-   -   Administrative and Maintenance Tools - Navigation Manager Enhancements (https://vborg.vbsupport.ru/showthread.php?t=283123)

Jakub03 05-30-2012 09:54 PM

Nvm fixed my problem :P

Hippy 05-30-2012 10:03 PM

Thanks for the efforts
on maken this worth the upgrade

jamalmouad 05-30-2012 11:02 PM

nice plugin
Thank you

kapii 05-30-2012 11:56 PM

Why is the "Target" only available if you edit a tab and not add a new tab?

LgsOfChampions 05-31-2012 05:19 PM

anyway for a screen shot or a demo site I can view? I'm new to all this and trying to understand what this does!!! Excuse my dumbness lol

Andreas 05-31-2012 05:23 PM

There ain't much to see except a few new input controls in ACP, but i'll try to make a few screenshots when I've got time (which is ... never :().

AusPhotography 05-31-2012 10:46 PM

Thanks!

Does this now export <navigation> (enhanced) with other products ?

Kym

Andreas 06-01-2012 03:58 AM

It should :)

AusPhotography 06-01-2012 08:15 AM

If you have a TAB or link URL that is in this form : (beta 4)
{options.bburl}/home.php{session.sessionurl_q}
The URL renders as:
http://test.ausphotography.net.au/forum/http://test.ausphotography.net.au/forum/home.php
A bit strange!

AusPhotography 06-01-2012 09:21 AM

I found the problem...
Hook expand_navigation_state plugin Make URLs absolute
It needs to ignore URLs starting with:
  • .
  • /
  • {
  • http(s)://
  • javascript://

Something ugly like this...
Code:

if (VB_AREA != 'AdminCP' AND vB::$vbulletin->options['bburl_basepath'] AND $data['url'] AND !preg_match('#^https{0,1}://#si', $data['url']) AND !substr($data['url'],0,13) == 'javascript://' AND !substr($data['url'],0,1) == '.' AND !substr($data['url'],0,1) == '/' AND !substr($data['url'],0,1) == '{')


All times are GMT. The time now is 01:19 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.01211 seconds
  • Memory Usage 1,727KB
  • 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
  • (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