![]() |
Hi thincom2000,
Quote:
L.R. |
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.
|
Just released: 3.0.2 Lite. Includes some parser changes / fixes, rewritten CSS, and wiki forum / thread icons.
|
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? |
Did you set the permissions?
|
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" |
In vault/special_class_wiki.php, find:
Code:
$this->affix_prefix($urlinfo); Code:
if ($urlinfo['namespaceid'] == 6 AND $urlinfo['title'] == '') |
Quote:
|
Just bought pro, glad I could support. Thanks again,
-Jason |
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? |
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:
|
Quote:
Quote:
|
Quote:
|
ZIP updated with upgrader fix.
As for any other conflicts, vBadvanced is the only currently known (by me) conflict. |
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? |
To fix the "Contents" block edit vault/special_functions_postbit.php. Find:
Code:
'#\<h[1-7]\>\<span class="top_link"\>.*\<\/h[1-7]\>#siU', Code:
'#\<h[1-7] class="vw-head"\>\<span class="top_link"\>.*\<\/h[1-7]\>#siU', Code:
parent::append_custom_tags(); Code:
if ($this->custom_fetched == true) |
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? |
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. |
The retail version is well worth the price tag for the feature list it boasts over VW Lite.
|
Quote:
The "Rate This Page" alignment is off: |
It's working correctly for me. Make sure that .ratingBox in template vw-tabbed.css has:
Code:
float: {vb:stylevar right}; 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/ |
Quote:
1.) Links in footnotes gets rendered in capital letters: Gets renderd as: Code:
http://samilitaryhistory.org/VOL022JO.HTML 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. |
1) In vault/special_class_bbcode.php, find:
Code:
$linkbits = explode('|', strtoupper($link)); Code:
$linkbits = explode('|', $link); Code:
if ($this->registry->options['vault_seo']) Code:
$relpath = special_fetch_url(); |
Quote:
Now only the "Store CSS Stylesheets as Files?" problem that is causing some havoc. |
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 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. |
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. |
Quote:
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. |
Quote:
|
Update released. Includes all bug fixes (see the included changelog).
|
Hi thincom2000,
after installing on my server in the test directory I have a problem: When I click on "Create new page" I only get a blank page. So it's not possible to create articles. There must be somethong wrong. Best regards L.R. |
Please check your server's error logs for an error message...
|
Quote:
In the interest of maintaining consistency, this will not be fixed in VaultWiki until vBulletin provides their fix. |
Hi thincom2000,
Quote:
PHP Fatal error: Call to a member function urlencode() on a non-object in /srv/www/vhosts/xxxxxxxxx/httpdocs/testvb/vault/special_plugins.php on line 342, referer: http://www.xxxxxxxxx/testvb/newthrea...newthread&f=36 "showwiki.php?do=create" creates just the blank page ... Thanks for help. Best regards L.R. |
In vault/special_plugins.php, find:
Code:
$url = ''; Code:
global $vault; |
Hi thincom,
thanks al lot again, now this part works. What's left now is the quaint issue with the Thread rating. There's still the message "You cant' rate closed threads.". Best regards L.R. |
In vault/special_class_postbit.php, find:
Code:
'hide_post_bottom' => $hide_post_bottom Code:
'threadid' => $this->thread['threadid'], |
Hi thincom,
now it works, thanks a lot. best regards L.R. |
A new update has been posted to patch a possible XSS vulnerability that was discovered in VaultWiki Lite. Even though this particular vulnerability requires some special circumstances, we recommend updating immediately to ensure you are protected.
|
Hi thincom2000,
The .htaccess file? please explain usage of this version. After update version shows 3.0.2 ? |
All times are GMT. The time now is 02:35 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|