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 04-28-2010 06:24 PM

It's working correctly for me. Make sure that .ratingBox in template vw-tabbed.css has:
Code:

        float: {vb:stylevar right};
Also if you edited any of the CSS templates before upgrading, they pretty much all need to be reverted because the CSS was rewritten.

For a close-enough list of template changes, compare to the important change list for "3.0.0 RC 2" here: http://www.vaultwiki.org/threads/2109/

Stefanus 04-29-2010 04:08 PM

Quote:

Originally Posted by thincom2000 (Post 2028675)
It's working correctly for me. Make sure that .ratingBox in template vw-tabbed.css has:
Code:

        float: {vb:stylevar right};
Also if you edited any of the CSS templates before upgrading, they pretty much all need to be reverted because the CSS was rewritten.

For a close-enough list of template changes, compare to the important change list for "3.0.0 RC 2" here: http://www.vaultwiki.org/threads/2109/

Thanks thincom2000, but the problem is with "Store CSS Stylesheets as Files?" if "Yes" the css problems occurs.


1.) Links in footnotes gets rendered in capital letters:
Code:

[FOOTNOTE] Military History Society [/FOOTNOTE]
Gets renderd as:
Code:

http://samilitaryhistory.org/VOL022JO.HTML
This renders the links quite useless.

2.) Links of the footnotes say [1] does not link to the footnote but revert to the main CMS page.
The link in the footnote box work fine.

thincom2000 04-30-2010 02:22 AM

1) In vault/special_class_bbcode.php, find:
Code:

                $linkbits = explode('|', strtoupper($link));
                $link = $linkbits[0];
                unset($linkbits[0]);

Replace with:
Code:

                $linkbits = explode('|', $link);
                $link = $linkbits[0];
                unset($linkbits[0]);
                $linkbits = array_map('strtoupper', $linkbits);

2) Same file, find:
Code:

                if ($this->registry->options['vault_seo'])
                {
                        $return_value .= $_SERVER['REQUEST_URI'];
                }

Replace with:
Code:

                $relpath = special_fetch_url();
                $return_value .= $relpath;


Stefanus 04-30-2010 09:31 PM

Quote:

Originally Posted by thincom2000 (Post 2029345)
1) In vault/special_class_bbcode.php, find:

Thanks :up:

Now only the "Store CSS Stylesheets as Files?" problem that is causing some havoc.

thincom2000 04-30-2010 09:50 PM

It wouldn't make a difference what the setting is, it would pull from the same CSS templates. Also, my test board has CSS stored as files...

What is your vB version, this may have some effect? Your profile says 3.7.4...
Also, if you are using a CDN or have a far future expires header, your browser may not be loading the new CSS - try clearing your browser cache.

Leica.Robbiani 04-30-2010 09:58 PM

Hi thincom2000,

thanks for all, I did the file edits, now it seems everything is working fine.

But one thing:
The additional buttons (reflist, footnote, redirect etc.) are also present in any other forum, but without any function. I think for some users this circumstance looks like an issue.

There are two ways now:
One idea is, the wiki-editor with the additional buttons is only present in the wiki-forum, the other idea is to get the functions of these buttons to all forums. So nobody get's worry about buttons which are not working. I know my members, what they find, they will use.

I don't know, what's easier to do.

best regards

L.R.

thincom2000 05-01-2010 06:25 AM

It is much easier to remove them from the non-wiki editor. Using them outside wiki forums is not possible in the Lite release because normal vB uses the regular BB-Code parser and not the parser I included with the wiki.

I will work on this and release a patch with the change and the previous few pages of file edits some time this weekend.

Stefanus 05-02-2010 06:56 PM

Quote:

Originally Posted by thincom2000 (Post 2029774)
It wouldn't make a difference what the setting is, it would pull from the same CSS templates. Also, my test board has CSS stored as files...

What is your vB version, this may have some effect? Your profile says 3.7.4...
Also, if you are using a CDN or have a far future expires header, your browser may not be loading the new CSS - try clearing your browser cache.

Hi,
Version: vBulletin 4.0.3 Patch Level 1

There is a definite correlation between CSS stored as files or not, causing the problem, or aggravating the problem from somewhere else as when this is saved as files the problem occurs otherwise not.

No CDN, nor any far future expires headers used.

Stefanus 05-02-2010 06:59 PM

Quote:

Originally Posted by thincom2000 (Post 2029928)
It is much easier to remove them from the non-wiki editor. Using them outside wiki forums is not possible in the Lite release because normal vB uses the regular BB-Code parser and not the parser I included with the wiki.

I will work on this and release a patch with the change and the previous few pages of file edits some time this weekend.

Thanks :up:

thincom2000 05-03-2010 03:06 AM

Update released. Includes all bug fixes (see the included changelog).


All times are GMT. The time now is 10:20 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.01761 seconds
  • Memory Usage 1,751KB
  • 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
  • (8)bbcode_code_printable
  • (4)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