vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - VaultWiki: A Wiki for your forum (https://vborg.vbsupport.ru/showthread.php?t=239377)

howarde 06-02-2012 10:34 AM

Well... I thought about buying this, but it screws up my ckeditor buttons.

thincom2000 06-03-2012 06:49 AM

What does it do to them? A screen shot would be nice. My ckeditor buttons are fine, custom and default.

AusPhotography 06-03-2012 07:57 AM

Quote:

Originally Posted by thincom2000 (Post 2336044)
What does it do to them? A screen shot would be nice. My ckeditor buttons are fine, custom and default.

On our live 4.1.12 system the extra VW 3.0.19 buttons are blank (no icon) on our 4.2.0 test they are ok.
I'm upgrading on Friday so have not bothered reporting it. (We have the pro version).

howarde 06-03-2012 10:11 AM

First one shows with the plugin - Editor - Hide Wiki Buttons from Standard, Editor - Init Wiki Buttons, and Editor - WYSIWYG Support - disabled... It added a few BB codes to the list (underlined in red), but that's no biggie. Second image shows with those plugins enabled.

thincom2000 06-04-2012 08:47 AM

Quote:

Originally Posted by ricktas (Post 2336051)
On our live 4.1.12 system the extra VW 3.0.19 buttons are blank (no icon) on our 4.2.0 test they are ok.
I'm upgrading on Friday so have not bothered reporting it. (We have the pro version).

Check your stylevar named 'imgdir_vaultedit'. The paths on your site suggest this value is empty, or that your vBulletin board URL (bburl) ends in a slash, which is not allowed according to that setting's description. If the stylevar is empty, it should be set to 'vault/images/editor'. If not, it may not be present in the style cache, so you should try to edit the stylevar anyway to rebuild the cache.

Quote:

Originally Posted by howarde (Post 2336075)
First one shows with the plugin - Editor - Hide Wiki Buttons from Standard, Editor - Init Wiki Buttons, and Editor - WYSIWYG Support - disabled... It added a few BB codes to the list (underlined in red), but that's no biggie. Second image shows with those plugins enabled.

In vault/special_plugins_newpost.php, find:
Code:

        if (strpos($tag['buttonimage'], 'vault/images/bb_') === false)
Replace with:
Code:

        if (strpos($tag['buttonimage'], 'vault/images/bb_') !== false)

howarde 06-04-2012 01:04 PM

Quote:

Originally Posted by thincom2000 (Post 2336404)
In vault/special_plugins_newpost.php, find:
Code:

        if (strpos($tag['buttonimage'], 'vault/images/bb_') === false)
Replace with:
Code:

        if (strpos($tag['buttonimage'], 'vault/images/bb_') !== false)

Thanks. That did it.

wisemasterchief 06-05-2012 02:29 PM

Quote:

Originally Posted by Amaury25 (Post 2334475)
4.2.0 disables any mods' tabs because of the Navigation Manager, which is why I asked.

not true... vaultwiki premium installed and it using the navigation tab created by the plugin.

regards,
William

LgsOfChampions 06-08-2012 10:55 PM

What does this mean?

Quote:

Only admins can see this error. Other users can visit the site normally, but your immediate attention is needed in the AdminCP.

Invalid default namespace ID detected. Make sure that you have set up the default namespace via the Namespace Manager. If you have, it is possible that the Namespace Cache is not up to date because of a recent change or VaultWiki upgrade. To solve this issue, simply go to the Namespace Manager and select [Rebuild All Namespaces].

If you still receive this error after rebuilding namespaces, contact VaultWiki support.

thincom2000 06-09-2012 06:36 AM

It means you are trying to run VaultWiki on your forum when you haven't finished installing it.

Please do what it says and "Make sure that you have set up the default namespace via the Namespace Manager." If you don't know how to do this, please refer to the readme file again.

LgsOfChampions 06-09-2012 05:57 PM

Quote:

Originally Posted by thincom2000 (Post 2338014)
It means you are trying to run VaultWiki on your forum when you haven't finished installing it.

Please do what it says and "Make sure that you have set up the default namespace via the Namespace Manager." If you don't know how to do this, please refer to the readme file again.

thank you!!!

I've downloaded so many mods in past years that I got lazy on this one. Once I ran install it took me str8 to my admin panel so I just assumed the install was done. Sure wasn't!!!!

thanks for the help again


All times are GMT. The time now is 03:06 AM.

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.01520 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_code_printable
  • (7)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