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)

DivineMessenger 06-22-2010 05:17 AM

How can this be used to create wiki pages like the "books" wiki page on your site? I am looking through tutorials and I only see ways to make articles rather than pages.

I have never had much luck with wikis but this looks simple =]

Speedy1505 06-22-2010 11:09 AM

your uninstall are Bugy !!!

the StyleVar are not remove at uninstall :(

thincom2000 06-22-2010 08:01 PM

Quote:

Originally Posted by DivineMessenger (Post 2057286)
How can this be used to create wiki pages like the "books" wiki page on your site? I am looking through tutorials and I only see ways to make articles rather than pages.

I have never had much luck with wikis but this looks simple =]

The Lite version cannot be used to make Books. Books are discussed in the "Introduction to Books" page on the site's "Documentation" tab.

Quote:

Originally Posted by Speedy1505 (Post 2057387)
your uninstall are Bugy !!!

the StyleVar are not remove at uninstall :(

vBulletin handles style uninstalls using its own code. If the stylevars were not removed then this is a vBulletin product system bug that you should report on vbulletin.com.

DCS1443 07-07-2010 11:28 PM

This mod does not work for the new release

thincom2000 07-08-2010 06:26 AM

What do you mean "does not work"? I would love to help, but can't really tell what problem you're having without a better description.

DCS1443 07-09-2010 04:23 AM

No problem,

If you visit my site diecastspace.com and go to the wiki area, threads extend past page 1 into page 2 and page etc. You can not get farther then page 1, if you click on page 2 or 3, it just reloads the page 1 so you can't view any of the content as the wiki grows

KevinL 07-09-2010 12:38 PM

Quote:

Originally Posted by DCS1443 (Post 2066117)
This mod does not work for the new release

Quote:

Originally Posted by thincom2000 (Post 2066246)
What do you mean "does not work"? I would love to help, but can't really tell what problem you're having without a better description.

Quote:

Originally Posted by DCS1443 (Post 2066667)
No problem,

If you visit my site diecastspace.com and go to the wiki area, threads extend past page 1 into page 2 and page etc. You can not get farther then page 1, if you click on page 2 or 3, it just reloads the page 1 so you can't view any of the content as the wiki grows


Yup..every page is :

Code:

http://www.diecastspace.com/showwiki.php?title=Dcs+cars&do=comments
No page numbers. When you disable the wiki the forum threads function fine. There is no .htaccess file either.

thincom2000 07-09-2010 03:40 PM

Fixed for the next build. In vault/special_class_friendlyurl.php, find:
Code:

        public function get_url($method_override = false)
Add before:
Code:

        protected function skip_query_var($key, $skip_pageinfo = true)
        {
                return vB_Friendly_Url::skip_query_var($key, $skip_pageinfo);
        }


KevinL 07-09-2010 04:25 PM

Quote:

Originally Posted by thincom2000 (Post 2066879)
Fixed for the next build. In vault/special_class_friendlyurl.php, find:
Code:

    public function get_url($method_override = false)
Add before:
Code:

    protected function skip_query_var($key, $skip_pageinfo = true)
    {
        return vB_Friendly_Url::skip_query_var($key, $skip_pageinfo);
    }


Thank you. There is 2 instances. Do this with both correct?

thincom2000 07-09-2010 05:35 PM

Last instance only.


All times are GMT. The time now is 08:30 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.01857 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_code_printable
  • (6)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