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)

Stefanus 04-27-2010 08:09 PM

Upgrade from 3.0.1 Lite to 3.0.2 Lite: (vBulletin 4.0.3 Patch Level 1)

The page stays on the following:

Quote:

XML File Versions

ces_nwsp_spec-style.xml
ces_nwsp_spec-settings.xml
ces_nwsp_spec-plugins.xml
ces_nwsp_spec-language.xml
ces_nwsp_spec-adminhelp.xml

This script will update your plugins, templates, settings, language, and admin help to the latest versions.

Press the 'Next Step' button to proceed.
There is no "Next Step" button but a "Proceed" button, the page refresh but nothing happens.

thincom2000 04-27-2010 08:47 PM

Quote:

Originally Posted by jgruberman (Post 2028216)
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.

Any ideas?

This is a bug in the Recent Threads module in vBadvanced, which was discussed earlier in this thread. Basically the module assumes that all URLs are relative, without actually checking. You'll have to exclude the wiki forum from Recent Threads using whatever options that module uses. In any case, the regular forum view should work fine.

Quote:

Originally Posted by Stefanus (Post 2028260)
There is no "Next Step" button but a "Proceed" button, the page refresh but nothing happens.

I will be updating the ZIP shortly to address this.

Stefanus 04-27-2010 08:53 PM

Quote:

Originally Posted by thincom2000 (Post 2028274)
This is a bug in the Recent Threads module in vBadvanced,

Don't use vBadvanced, any other conflict?

thincom2000 04-27-2010 08:58 PM

ZIP updated with upgrader fix.

As for any other conflicts, vBadvanced is the only currently known (by me) conflict.

Stefanus 04-27-2010 10:15 PM

Updated with the new zip (ZIP updated with upgrader fix), update ok, but articles does not display the contents/links of the "Contents" block (contents block empty, only block and title), used to in ver 3.0.1

The bb-code [footnote][/footnote] still not functioning correctly and no output for [reflist][/reflist]

Updated version still shows 3.0.1 Lite in ACP Product manager?

thincom2000 04-28-2010 02:40 AM

To fix the "Contents" block edit vault/special_functions_postbit.php. Find:
Code:

                        '#\<h[1-7]\>\<span class="top_link"\>.*\<\/h[1-7]\>#siU',
Replace with:
Code:

                        '#\<h[1-7] class="vw-head"\>\<span class="top_link"\>.*\<\/h[1-7]\>#siU',
To fix the footnotes problem, in vault/special_class_bbcode.php, find:
Code:

                parent::append_custom_tags();
Replace with:
Code:

                if ($this->custom_fetched == true)
                {
                        return;
                }

                $tag_list = $this->tag_list;
                unset($this->tag_list);

                parent::append_custom_tags();

                if (!empty($this->tag_list))
                {
                        $vault->misc['tag_options'] = array();

                        foreach ($this->tag_list AS $option => $bbcodes)
                        {
                                foreach ($bbcodes AS $name => $bbcode)
                                {
                                        // don't overwrite actual bbcodes with database dummies
                                        if (!isset($tag_list["$option"]["$name"]))
                                        {
                                                $tag_list["$option"]["$name"] = $bbcode;
                                        }

                                        $vault->misc['tag_options']["$name"] = $bbcode['wikioptions'];
                                }
                        }
                }

                $this->tag_list = $tag_list;


jgruberman 04-28-2010 02:56 AM

Is there a fix in place for this Recent Threads bug?

Or is there any known workaround other than removing them from the recent threads?

thincom2000 04-28-2010 03:14 AM

You would have to edit the recent thread bit template and remove the part that adds {vb:raw vboptions.bburl} to the beginning of every URL.

As of vBulletin 4.0.3, this code shouldn't even really be needed since they added the Force Base URL option.

Cedric_FP 04-28-2010 05:04 AM

The retail version is well worth the price tag for the feature list it boasts over VW Lite.

Stefanus 04-28-2010 03:54 PM

Quote:

Originally Posted by thincom2000 (Post 2028381)
To fix the "Contents" block edit ..
To fix the footnotes problem,

Thanks.

The "Rate This Page" alignment is off:


All times are GMT. The time now is 07:29 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.01444 seconds
  • Memory Usage 1,749KB
  • 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
  • (5)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