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)

Leica.Robbiani 04-08-2010 10:36 PM

Hi thincom2000,

Quote:

I forgot to include the updated templates in the download.
Doesn't matter, sometimes we can't think for anything. Now I check it out. Thanks again.

L.R.

thincom2000 04-12-2010 07:03 PM

Over the next couple of days, work should start picking up on a new update, with some improvements to the parser, CSS, and icons. I'll let everyone know as we get closer to a release.

thincom2000 04-26-2010 03:38 PM

Just released: 3.0.2 Lite. Includes some parser changes / fixes, rewritten CSS, and wiki forum / thread icons.

MrFlicks 04-26-2010 07:28 PM

I am really confused by this mod/addon

I have it installed and made a couple of test entries, but found I can't even edit the entries as an admin!

Not sure if the same applies to members, but how exactly is this a Wiki if even the original poster cannot edit the post.

Where is the ability to have multi user interaction so this really performs as a Wiki?

thincom2000 04-26-2010 09:51 PM

Did you set the permissions?

jgruberman 04-27-2010 02:52 PM

Receiving the following when clicking on Wiki on the top navbar:

"Invalid ces_article specified. If you followed a valid link, please notify the administrator"

thincom2000 04-27-2010 02:56 PM

In vault/special_class_wiki.php, find:
Code:

                $this->affix_prefix($urlinfo);
Add before:
Code:

                if ($urlinfo['namespaceid'] == 6 AND $urlinfo['title'] == '')
                {
                        if (VAULT_40X_COMPAT)
                        {
                                $urlinfo['url'] = fetch_seo_url('forum|js', fetch_foruminfo($this->namespacecache[6]['forumid']));
                        }
                        else
                        {
                                $urlinfo['url'] = $vbulletin->options['bburl'] . '/forumdisplay.php?f=' . $this->namespacecache[6]['forumid'];
                        }

                        return;
                }


jgruberman 04-27-2010 03:20 PM

Quote:

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

                $this->affix_prefix($urlinfo);
Add before:
Code:

                if ($urlinfo['namespaceid'] == 6 AND $urlinfo['title'] == '')
                {
                        if (VAULT_40X_COMPAT)
                        {
                                $urlinfo['url'] = fetch_seo_url('forum|js', fetch_foruminfo($this->namespacecache[6]['forumid']));
                        }
                        else
                        {
                                $urlinfo['url'] = $vbulletin->options['bburl'] . '/forumdisplay.php?f=' . $this->namespacecache[6]['forumid'];
                        }

                        return;
                }


This worked, thanks. Top notch support. Marked as installed and reviewing for pro version.

trackpads 04-27-2010 04:03 PM

Just bought pro, glad I could support. Thanks again,

-Jason

jgruberman 04-27-2010 06:06 PM

Some users are receiving an error. If you click on the Title, we get the error, if we click on the arrow to go to last post, it works just fine.

"Forbidden You don't have permission to access /http://www.dfwsportbikes.org/showwiki.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.15 (Unix) mod_ssl/2.2.15 O"

Any ideas?


All times are GMT. The time now is 04:50 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.01515 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
  • (2)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