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)

thincom2000 08-19-2010 06:36 AM

There is no separate demo for the Lite version. I use a wiki on my site for company info, and would rather not open that up to allow everyone to edit. I don't have enough vBulletin licenses to create a dedicated demo site for free mods.

This is why I've linked to the commercial version site, because they have a demo there. The link contains a feature comparison so you know what features you see in the demo that you will be getting with the Lite version. On the feature compare page, click the "screenshots" link to see some screens.

morrow 08-28-2010 03:38 PM

I have a question... Is there an option in the pro version to add google maps along with a map marker or something like that? I'm seriously considering this product.

Thanks!

thincom2000 08-28-2010 11:24 PM

This is not a built-in option. The wiki by default is not a map add-on, but it should be relatively simple to use a Google-Map custom BB-Code from vbulletin.org (if one exists), and place that in your articles.

DAMINK 08-29-2010 06:12 AM

http://www.ftw.net.au/fileuploads2/1...33_Capture.gif

I am getting this error. Even after rebuilding namespaces. Effectively cutting me off from my forum under the admin account.
Anyone know how to get around this?


*fixed it. I had not created a forum and thus the namespaces could not be rebuilt correctly.
Now when i post an article they come up with Default: followed by the thread title. How can i fix that?

thincom2000 08-29-2010 03:42 PM

In AdminCP > VaultWiki > Wiki Namespace Manager, edit Default and set "Prefix Namespace Title?" to "No".

betts02 09-10-2010 10:13 AM

Has anyone got some instructions on how to use this with the lite version ?

Just want some help in actually getting it set up and used to it

Cheers in advance

thincom2000 09-11-2010 11:39 PM

Sorry, but what exactly are you trying to use with VaultWiki Lite? You didn't post the link.

Merjawy 09-12-2010 10:05 AM

Quote:

Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_newpost.php on line 352

This is what I get when I click on any article on my CMS page even when I disabled the mod from vBulletin Options

I get that error at top of article page and but I can read the page fine

I have the mod disabled now and still see the error message

thincom2000 09-12-2010 04:29 PM

In vault/special_plugins_newpost.php, find:
Code:

        foreach ($vbulletin->bbcodecache AS $removekey => $bbcode)
Add before:
Code:

    if (
        $allow_custom_bbcode AND
        (
            strpos($toolbar_template, 'quickreply') === false OR
            $GLOBALS['show']['phpkd_vbaqr_active']
        ) AND
        $toolbar_template != 'editor_toolbar_off'
    )


Merjawy 09-12-2010 04:56 PM

Quote:

Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_newpost.php on line 359
Now another error

and the comment box layout is messed up both times


All times are GMT. The time now is 09:00 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.02627 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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