View Full Version : Major Additions - VaultWiki: A Wiki for your forum
thincom2000
03-29-2010, 10:00 PM
** THIS MOD IS NO LONGER SUPPORTED **
We are no longer developing this, a newer version is available here: https://vborg.vbsupport.ru/showthread.php?t=309676
** DOWNLOAD REMOVED **
The download attached to this thread has been removed due to known unpatched security issues: https://www.vaultwiki.org/pages/Book/Documentation/XSS:3-0-11-Patch-Level-2
We do not recommend using this version, and we cannot offer support for it any longer.
VaultWiki does not bridge from other wiki products (like MediaWiki, etc). It is a wiki product written just for vBulletin.
About VaultWiki
"The powerful editing options in VaultWiki allow your community to collaborate to create and publish content pages for your site. Multiple users can edit the same page, and your staff can moderate changes as they are made. VaultWiki maintains a detailed history of every page, making it just as easy to reverse unwanted changes.
Use to create general site content, user manuals, wikis... VaultWiki works by extending vBulletin's forum and permissions systems - easily create and designate forum areas for different purposes. With a little imagination, VaultWiki can be configured to do almost anything."
Features and the Full Version
The find out more about VaultWiki Lite's features or to purchase the full commercial version, see the comparison here: http://www.vaultwiki.org/features/
VaultWiki Lite cannot import data from other wiki products. If you want to do this, you'll need the full commercial version.
Requirements:
PHP 4.4.0 or higher
MySQL 4.1.2 or higher
vBulletin 3.6.x, 3.7.x, 3.8.x, 4.0.x, 4.1.x, 4.2.x
about 1 MB of space
Copyright Info
VaultWiki Lite places a copyright notice in your forum's footer on any page where wiki functions are used. You are not allowed to modify the source code or phrases to remove this copyright.
Troubleshooting and Support
While VaultWiki Lite is offered for free on vbulletin.org, you will receive faster responses to support questions made at the official VaultWiki site: http://www.vaultwiki.org/
Kolbi
03-30-2010, 05:37 AM
Thank you!
Tagged...
Stifler
03-30-2010, 07:04 AM
Awesome!!! Was waiting for this for awhile.
ps. your sites loading extremely slow, guess thats what you get for having an extremely popular hack and not listing the features directly in the threads :p
thincom2000
03-30-2010, 02:59 PM
Not sure what's up with the slow loading on my site. Usually has sub 2-second load times. Thanks for waiting.
Seems to be back to normal as of this morning. It's possible the server admin was doing maintenance.
Eruantien
03-30-2010, 03:02 PM
Awesome, tagged
Leica.Robbiani
03-30-2010, 03:47 PM
Hi there,
install of this mod went well, but when I try to go into the created forum I get a MySQL error:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount,
user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
, threadread.readtime AS threadread
, threadredirect.expires
,
thread.title AS title, article.lastmodified, article.pending AS vault_pending
FROM vb402thread AS thread
LEFT JOIN vb402user AS user ON (user.userid = thread.lastposterid)
LEFT JOIN vb402userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 1)
LEFT JOIN vb402deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN vb402subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
LEFT JOIN vb402threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 1)
LEFT JOIN vb402post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN vb402threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
LEFT JOIN vb402vault_article AS article ON (thread.threadid = article.threadid)
WHERE thread.threadid IN (0)
ORDER BY sticky DESC, lastpost DESC;
MySQL-Fehler : Unknown column 'article.pending' in 'field list'
Fehler-Nr. : 1054
What's to do now?
L.R.
thincom2000
03-30-2010, 04:04 PM
Fixed in the first post. In AdminCP > Plugins & Products > Plugin Manager, find the VaultWiki plugin for forumdisplay_query.
You want to delete the following:
, article.pending
Leica.Robbiani
03-30-2010, 05:20 PM
Hi thincom2000,
Fixed in the first post. In AdminCP > Plugins & Products > Plugin Manager, find the VaultWiki plugin for forumdisplay_query.
You want to delete the following:
, article.pending
OK, you've got it, man. It seems to work perfectly at the first look, but a translation into German seems to be a little tricky. Some Phrases seems to use toLowerCase();, what's not an optimum. Also some nomenclature sounding funny.
Anyway a lot of thanks for your help.
L.R.
thincom2000
03-30-2010, 05:21 PM
Yes, this is not mentioned, but only the full version has complete UTF support when it comes to things like that.
Leica.Robbiani
03-30-2010, 06:21 PM
Hi thincom2000,
ok, so I have to pay, when I want to make a translation (German Sie/Du) and put the goods at the disposal for you? But it's ok, that's the deal you made ...
Anyway thanks again for your help.
L.R.
thincom2000
03-31-2010, 02:06 AM
You should not have to purchase to make a translation. The only phrases I know of that are strtolower'd are not even in the Lite Version (or shouldn't be), so this should not be an issue. What phrases are you having trouble translating for this reason?
LifesGreatestGift
03-31-2010, 05:48 AM
This addon edits the "Go Advanced" WYSIWYG editor on forums its not set to.
Does not play well with custom BBCode icons. You must upload your custom BBCode icons to the ./vault/images/ folder for them to display properly.
Also there is an issue with voting. It will ALWAYS say cannot vote on closed threads or something even though the thread is not closed.
Uninstalled for now.
thincom2000
03-31-2010, 09:53 AM
What do you mean by "edits" the WYSIWYG editor?
You can avoid the custom BBCode icon issue by using the full URL (http:// included) in your image paths. I will see if there's another workaround for this in the Lite version or if the editor stylevars should just be removed.
Do you mean that you cannot vote on wiki threads, or any threads at all?
Jabong82
03-31-2010, 12:31 PM
Hello this seems like an interesting product, however I still don't know exactly what it does.
I have visited your commercial site a few times and I just don't get what it does, but everyone seems to love it so I'm curious! :)
Does this customize the look of your forums? Or is this meant to create wikipedia pages?
Could moderators use this to customize the look of their forums?
If you could be so kind to just post a brief summary I would greatly appreciate it as if I think it does what I think I would probably buy the commercial version.
Thank you.
Leica.Robbiani
03-31-2010, 01:00 PM
Hi thincom2000,
You should not have to purchase to make a translation. The only phrases I know of that are strtolower'd are not even in the Lite Version (or shouldn't be), so this should not be an issue. What phrases are you having trouble translating for this reason?
One of the phrases are:
$vbphrase[vault_dont_redirect]
I translated this phrase to:
Keine Weiterleitung erstellen, wenn der Artikel umbenannt wird
in the acp, what I get as result is:
Keine Weiterleitung erstellen, wenn der Seite umbenannt wird
The affected word is colored in red.
This phrase (maybe any phrases of the tabs):
$vbphrase[ces_discussion]
only gets lower cases.
Well, the cases should not be a problem, I think I can fix it by myself. But the other issue with word changing may be a problem, because I don't know where I should look to fix this one.
Thanks.
L.R.
Leica.Robbiani
03-31-2010, 01:55 PM
Hi thincom2000,
ok, I checked it out.
By translating your mod, out of Artikel I get in some phrases (not in all) Seite as result. It means, when I need Artikels I get Seites (a word we don't know in Germany) and so on.
I will be glad if there will be a posibility to fix that problem, because your mod is nearly what I was looking for.
Thanks for your help anymore.
L.R.
thincom2000
03-31-2010, 02:27 PM
Hello this seems like an interesting product, however I still don't know exactly what it does.
I have visited your commercial site a few times and I just don't get what it does, but everyone seems to love it so I'm curious! :)
Does this customize the look of your forums? Or is this meant to create wikipedia pages?
This allows you to create wikipedia-like pages on your vBulletin site. It doesn't really change the look of your forums. I will try to post some screen shots later today.
I translated this phrase to:
Keine Weiterleitung erstellen, wenn der Artikel umbenannt wird
in the acp, what I get as result is:
Keine Weiterleitung erstellen, wenn der Seite umbenannt wird
This phrase (maybe any phrases of the tabs):
$vbphrase[ces_discussion]
only gets lower cases.
Yes, any tab phrases are automatically lower-cased by the browser. I believe this is due to a text-transform: lower-case in the CSS somewhere (probably clientscript/special_important.css).
The replacement phrase you are having problems with is precisely that - part of a text replacement. The following phrases are used for this replacement (old phrase => replacement phrase):
'replies' => 'vault_comments',
'thread' => 'vault_page',
'threads' => 'vault_pages'
I don't think that would affect how your translation appears in the ACP, but it's something to keep in mind.
Leica.Robbiani
03-31-2010, 03:48 PM
Hi thincom2000,
I thank you a lot for your information.
L.R.
InfoNirvana
03-31-2010, 06:00 PM
This looks great !
Very exciting news.
thincom2000
04-01-2010, 09:42 PM
This addon edits the "Go Advanced" WYSIWYG editor on forums its not set to.
Does not play well with custom BBCode icons. You must upload your custom BBCode icons to the ./vault/images/ folder for them to display properly.
Also there is an issue with voting. It will ALWAYS say cannot vote on closed threads or something even though the thread is not closed.
Uninstalled for now.
I'm still not sure what you meant by the first line.
I managed to fix the editor button problem, and the fix will be included in the next update.
I have not been able to duplicate your voting issue. I can still vote on wiki pages and regular threads on my test board. I have tried on newly created wiki pages, pages that already existed in the wiki forum before installing the mod, and threads that I moved into the wiki forum. I have tried with Settings > Options > Thread Display Options > Check Thread Rating both on and off. Let me know what else I need to do to reproduce your issue.
I'd like to get everything into one update if possible, so please get back to me as soon as you can.
Webbstre
04-01-2010, 10:59 PM
I'll just throw in my two bits: I purchased VaultWiki over a month ago because it will allow me to do unify my website into a single login and layout. The new site is still in production, so I can't show it off yet, but vBulletin CMS + VaultWiki + DownloadsII basically lets me replace Wordpress, phpbb3, drupal, and several mediawiki installations into a single vBulletin-driven site.
When you import your mediawiki installation to VaultWiki it gives you options on how you want your wiki to run. You can leave all the old mediawiki code working at the cost of some server CPU-usage, or you can convert everything to BBCode to make everything run much more smoothly. It works SOOOOOO much better than any mediawiki bridges or other connections than I have tried. Plus you can set things in your forums and CMS to display wiki article titles as automatic links to the appropriate wiki article without having to code in the links yourself. An example would be if you had a wiki for cooking recipes or something and someone posted their cookie recipe, then the words eggs, flour, chocolate, etc (anything you have a wiki article for) would automatically be turned into links to the pages for those topics. It's pretty cool and keeps your readers informed.
As for the customer service, every time I post on their support forum I get a response within a day or so, and sometimes within hours or minutes.
I haven't tried out this Lite version, since I bought the product before it came out, but I definitely suggest it to anyone who is using mediawiki and wants to ditch it for something easier to use and supports a single login.
Leica.Robbiani
04-01-2010, 11:25 PM
Hi thincom2000,
Also there is an issue with voting. It will ALWAYS say cannot vote on closed threads or something even though the thread is not closed.
I've noticed the same issue. I'm not sure, but it's possible that this issue will be an effect of another mod called "Can't rate his own thread".
Another thing I've noticed, is when I put the latest articles in the vbadvanced Recent Threads module. The URL's of the wiki threads looking like:
http://localhost/vbfinal/forum/http://localhost/vbfinal/forum/showwiki.php?title=XXX
I think this one is an issue of the vault wiki, because any other URL's are perfect in vbadvanced.
It's an issue which takes not the last breath of me, but if the URL's would working is not a mistake.
Anyway thanks a lot for this great mod.
L.R.
daveaite
04-02-2010, 01:28 AM
I've been debating with myself whether to go premium with this or learn mediawiki. haha
thincom2000
04-02-2010, 02:09 AM
I've noticed the same issue. I'm not sure, but it's possible that this issue will be an effect of another mod called "Can't rate his own thread".
Another thing I've noticed, is when I put the latest articles in the vbadvanced Recent Threads module. The URL's of the wiki threads looking like:
http://localhost/vbfinal/forum/http://localhost/vbfinal/forum/showwiki.php?title=XXX
I think this one is an issue of the vault wiki, because any other URL's are perfect in vbadvanced.
I can't see why there would be a conflict with "Can't rate his own thread" if it was written for vB4. If you can, please link me to the mod.
Yes, I've noticed this for years, and it's very frustrating, but I consider the URL problem to be a bug in vbAdvanced, and I'm not sure what's taking them so long to figure this out:
Why they modify every URL to be prefixed with the board URL using their current method is beyond me. A better solution would be if vbAdvanced at least checked the URL first to see if it was a relative URL. Even better (and much more efficient) would be just to use a BASE tag (of course first check to see that there's not already one). The latter method offers the highest compatibility with other modifications and existing sites.
vBulletin's CMS did it the vbAdvanced way until I showed them how it was a problem (it broke certain stylevar configurations on my test board), and they have fixed it (finally) for 4.0.3.
The reason VaultWiki uses an absolute URL is a feature, not a bug - you can set a different folder path for your wiki pages (in the full version).
The only solution I can see is leaving wiki forums out of the vbAdvanced modules, or making your own module that handles the URLs better (see my rant above). It would be a bigger problem if the wiki's navbar links are broken on vbAdvanced pages.
Leica.Robbiani
04-03-2010, 12:14 AM
Hi thincom2000,
I can't see why there would be a conflict with "Can't rate his own thread" if it was written for vB4. If you can, please link me to the mod.
You're right, there is no conflict with the other mod. I'm unable to vote a thread.
Another issue I've noticed today when clicking on discussion in an existing thread:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]\vault\tabs\special_tab_discussion.php(208) : eval()'d code (line 1)
L.R.
thincom2000
04-03-2010, 01:18 AM
Your discussion issue IS a conflict with another mod because it's something using the hook showthread_query_postids.
As for the thread rate problem, I can confirm this, as it was just reported (http://www.vaultwiki.org/issues/1361/) for the commercial release. Assuming I haven't missed any other reports where VaultWiki Lite is directly to blame, I'll be posting an update some time this weekend.
Leica.Robbiani
04-03-2010, 03:13 AM
Hi thincom2000,
Your discussion issue IS a conflict with another mod because it's something using the hook showthread_query_postids.
OK, thank you, I found the mod, it's Article Forums. I will see what I can do.
Now I wait for the voting problem is fixed, then it seems to be OK.
Thanks again
L.R.
sKippah
04-03-2010, 09:07 AM
Hi there. I have a question. I am running a Forum in 2 Languages. Will the Language of the Wiki (Premium Version) also change if someone changes the Language with the "Quick Language Chooser"?
Not the Article itself. I mean the Tabs (article - discussion - move - delete - watch) and Created by, last edited by, and so on
thincom2000
04-03-2010, 10:20 PM
In terms of the Lite version, the tab phrases, created by, edited by, etc will be changed only if there is a translation for them in the language of the Quick Language Chooser. If the phrase has not been translated, it will use the MASTER LANGUAGE version for that particular phrase.
This is the way most phrased vBulletin mods work, and the full version would be the same way. If you have more questions about the Premium version specifically, you should join the main vaultwiki.org forum or use their contact form.
thincom2000
04-04-2010, 04:25 PM
Posted the 3.0.1 update, which should correct the following issues:
- relative custom BB-Code button paths are broken
- can't rate articles because of message that the article is closed
sKippah
04-04-2010, 08:27 PM
In terms of the Lite version, the tab phrases, created by, edited by, etc will be changed only if there is a translation for them in the language of the Quick Language Chooser. If the phrase has not been translated, it will use the MASTER LANGUAGE version for that particular phrase.
This is the way most phrased vBulletin mods work, and the full version would be the same way. If you have more questions about the Premium version specifically, you should join the main vaultwiki.org forum or use their contact form.
Means i have to translate it all by myself if i want to use it multilingual?? ok. thanks
thincom2000
04-05-2010, 06:26 AM
Sorry, vBulletin doesn't have official language packs either. They leave it to the community to come up with them. It's been that way for years.
I don't know any other language well enough to translate for you, and I refuse to use Google Translator. It's output never makes sense.
If you come up with a language pack and would like to share it, I'd be happy to link it in the first post.
The Lite version doesn't have any multi-lingual options anyway. All its articles will only display in the default language. Trying to view it from another language might redirect to the default language, though I have not tried this on the Lite version so I'm not positive.
sKippah
04-05-2010, 08:03 AM
gimme the phrases i have to translate and i ll do it (german) (lite and/or pro)
thincom2000
04-05-2010, 05:34 PM
The phrases are all in the language.xml file in the vault/install/ directory.
sKippah
04-05-2010, 06:41 PM
Pro is the same file?
thincom2000
04-06-2010, 06:02 PM
Thanks for volunteering to do this. If you want to know more about Pro translations, you'll have to ask me via PM or at the official site.
murekhalir
04-06-2010, 07:35 PM
Aweseome>
gruftiradio
04-07-2010, 10:52 AM
Aweseome
Yes, it is. I successfully installed the Premium Version. It has all I need and much for my Money, it fit's perfect in my Budget. Don't know, why I don't found it before ore what is the difference between other Wiki Solutotions. I only need a German Version *g*
MOTM :)
Leica.Robbiani
04-07-2010, 06:45 PM
Hi thincom2000,
the issue for voting ("You cannot rate closed Threads) is already there, the fix doesn't seem to work for me. What can I do now?
L.R.
thincom2000
04-07-2010, 07:28 PM
I forgot to include the updated templates in the download. The ZIP has been updated. You'll need to run vault/install/finalupgrade.php again.
Leica.Robbiani
04-08-2010, 10:36 PM
Hi thincom2000,
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:
$this->affix_prefix($urlinfo);
Add before:
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
In vault/special_class_wiki.php, find:
$this->affix_prefix($urlinfo);
Add before:
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?
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:
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
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.
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
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 (http://www.wendag.com/forum/showwiki.php?title=Johanna+Brandt) the contents/links of the "Contents" block (contents block empty, only block and title), used to in ver 3.0.1
The bb-code still not functioning correctly and no output for
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:
'#\<h[1-7]\>\<span class="top_link"\>.*\<\/h[1-7]\>#siU',
Replace with:
'#\<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:
parent::append_custom_tags();
Replace with:
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
To fix the "Contents" block edit ..
To fix the footnotes problem,
Thanks.
The "Rate This Page" alignment is off:
thincom2000
04-28-2010, 06:24 PM
It's working correctly for me. Make sure that .ratingBox in template vw-tabbed.css has:
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
It's working correctly for me. Make sure that .ratingBox in template vw-tabbed.css has:
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:
Military History Society (http://samilitaryhistory.org/vol022jo.html)
Gets renderd as:
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:
$linkbits = explode('|', strtoupper($link));
$link = $linkbits[0];
unset($linkbits[0]);
Replace with:
$linkbits = explode('|', $link);
$link = $linkbits[0];
unset($linkbits[0]);
$linkbits = array_map('strtoupper', $linkbits);
2) Same file, find:
if ($this->registry->options['vault_seo'])
{
$return_value .= $_SERVER['REQUEST_URI'];
}
Replace with:
$relpath = special_fetch_url();
$return_value .= $relpath;
Stefanus
04-30-2010, 09:31 PM
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
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
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).
Leica.Robbiani
05-03-2010, 09:15 PM
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.
thincom2000
05-03-2010, 09:23 PM
Please check your server's error logs for an error message...
thincom2000
05-03-2010, 09:39 PM
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.
Either way, this is a caching issue. vBulletin doesn't differentiate CSS based on its last modified time unless CSS is NOT stored as files. Since VaultWiki uses the same style system as default vB, it inherits this problem. The main issue has been brought up in vBulletin's tracker: http://www.vbulletin.com/forum/project.php?issueid=37380
In the interest of maintaining consistency, this will not be fixed in VaultWiki until vBulletin provides their fix.
Leica.Robbiani
05-04-2010, 07:28 AM
Hi thincom2000,
Please check your server's error logs for an error message...
OK, I did it, here we get it:
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/newthread.php?do=newthread&f=36
"showwiki.php?do=create" creates just the blank page ...
Thanks for help.
Best regards
L.R.
thincom2000
05-04-2010, 03:47 PM
In vault/special_plugins.php, find:
$url = '';
Add before:
global $vault;
Leica.Robbiani
05-05-2010, 06:31 PM
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.
thincom2000
05-05-2010, 07:49 PM
In vault/special_class_postbit.php, find:
'hide_post_bottom' => $hide_post_bottom
Add before:
'threadid' => $this->thread['threadid'],
Leica.Robbiani
05-05-2010, 08:32 PM
Hi thincom,
now it works, thanks a lot.
best regards
L.R.
thincom2000
05-15-2010, 05:32 AM
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.
Stefanus
05-15-2010, 06:23 PM
Hi thincom2000,
The .htaccess file? please explain usage of this version.
After update version shows 3.0.2 ?
thincom2000
05-15-2010, 07:12 PM
My apologies, that .htaccess file should not even be in the ZIP. It shouldn't be uploaded.
You can change the version yourself by modifying vault/special_class_wiki.php. Near the top you'll see:
// set version number
define('CES_VAULT_VERSION', '3.0.2 Lite');
thincom2000
05-29-2010, 05:32 PM
Just released 3.0.4. It fixes an infinite redirect with certain titles, and fixes RTL support for users who installed it on vBulletin 3.8.x.
STORMS
05-30-2010, 10:59 PM
When I try and create a new post, it loads really really long. So far I havent gotten anything. Am I doing something wrong here?
thincom2000
05-31-2010, 01:55 PM
What is the title of the post in question?
STORMS
06-03-2010, 01:51 PM
What is the title of the post in question?
I go to create a new article>>edit>>save.
Now, when I try to go into it or anyone else tries to read it, it just keeps loading and basically freezes. You have to click another part of the site in order to get out.
I'm gonna do a test page here to show you... however, this just came up when I tried to preview the page :
The following errors occurred with your submission
Could not find phrase 'vault_edit_conflict_error'.
http://mortalkombatempires.com/forum/forumdisplay.php?101-MortalKombatEmpires
When you click it, it only loads.
thincom2000
06-03-2010, 11:27 PM
You're not using any htaccess changes for VaultWiki are you? The Lite version has no htaccess mod rewrite support.
Also, what are the titles you are trying to create? It's possible that certain character combinations trigger infinite redirects, but I can't find any on my test board at this time.
Leica.Robbiani
06-13-2010, 03:33 PM
Hi thincom2000,
I have noticed another database error:
Invalid SQL:
SELECT revision.*, user.username, user.usergroupid, user.membergroupids,
MAX(previous.revisionid) AS prev_revisionid, MIN(next_rev.revisionid) AS next_revisionid,
roll_rev.ipaddress AS targetipaddress, rolluser.username AS targetusername,
previous.userid AS rolluserid, prev_user.username AS rollusername,
previous.ipaddress AS rollipaddress, previous.unzip AS prev_unzip
FROM vb382_vault_revision AS revision
LEFT JOIN vb382_vault_revision AS next_rev ON (next_rev.lastrevisionid = revision.revisionid AND next_rev.pending = 0)
LEFT JOIN vb382_vault_revision AS previous ON (revision.lastrevisionid = previous.revisionid)
LEFT JOIN vb382_user AS user ON (user.userid = revision.userid)
LEFT JOIN vb382_vault_revision AS roll_rev ON (roll_rev.revisionid = revision.rollback)
LEFT JOIN vb382_user AS rolluser ON (rolluser.userid = roll_rev.userid)
LEFT JOIN vb382_user AS prev_user ON (prev_user.userid = previous.userid)
WHERE revision.threadid = 316
GROUP BY revision.revisionid
ORDER BY dateline DESC
LIMIT 0,1;
MySQL-Fehler : Unknown column 'next_rev.pending' in 'on clause'
Fehler-Nr. : 1054
Fehler-Zeit : Saturday, 05.06.2010 @ 21:43:49
Datum : Saturday, 05.06.2010 @ 21:43:49
Skript : XXXXXXXXXXXXX/showwiki.php?title=Absage&do=history
Referrer : XXXXXXXXXXXXg/showwiki.php?title=Absage
IP-Adresse : XXXXXXXXXXXXX
Benutzername : XXXXXXXXXXXX
Klassenname : vB_Database_MySQLi
This error happens not to all usergroups.
Now, when I try to go into it or anyone else tries to read it, it just keeps loading and basically freezes. You have to click another part of the site in order to get out.
The same for me when using some char-combinations. One of the problems is, when the title has a slash or a hyphen with whitespaces.
Hopefully you can check these few things, thanks.
Best regards
L.R.
Stefanus
06-16-2010, 06:16 PM
In vBulletin XML Sitemap I get the following:
<url>
<loc>http://www.site.com/forum/http://www.site.com/forum/showwiki.php?title=Testament+of+Solomon</loc>
<lastmod>2010-05-09T13:00:49+02:00</lastmod>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>
This appear on all the "showwiki.php" entries.
Any help on this?
Front Range
06-17-2010, 02:40 PM
Installed, tested and uninstalled. :(
I have Mediawiki bridged but my users don't like it very much so I thought I'd give this a try. The edit tab was non-responsive unless I reloaded the page a few times then it would work. I do like that consistency it provides but only if it works as it's supposed to.
I'm considering the paid version but need assurance the same problems won't happen with that and that there aren't any conflicting mods.
I look forward to your response.
thincom2000
06-17-2010, 03:28 PM
What do you mean non-responsive? Your browser crashed when opening the Edit tab?
Or did clicking the Edit tab just not do anything? If it's the latter, this was a CSS problem that was fixed in the paid version. Will add the fix to Lite if it's confirmed here also.
It's almost impossible for a large mod not to conflict with anyone else's mods. The trick is getting them to coexist.
Front Range
06-17-2010, 03:33 PM
Thanks for the quick response. Clicking the edit tab did nothing, if I reloaded the browser over and over it eventually worked.
I understand the inevitability of mod conflicts and I don't use many, do you know which ones currently conflict?
thincom2000
06-17-2010, 03:55 PM
As for the sitemap problem, see if this helps. In vault/special_class_friendlyurl.php, find:
return $urlinfo['url'] . ($query ? $amp . $query : '');
Replace with:
$url = $urlinfo['url'];
if (
(
THIS_SCRIPT == 'cron' OR
(
VB_AREA == 'AdminCP' AND
strpos($_SERVER['PHP_SELF'], 'sitemap.php') !== false
)
) AND
$GLOBALS['runner'] AND
is_subclass_of($GLOBALS['runner'], 'vB_SiteMapRunner')
)
{
if (strpos($url, $this->registry->options['bburl']) !== false)
{
$url = str_replace($this->registry->options['bburl'] . '/', '', $url);
}
else
{
$thirdpos = strpos($url, '/', 9);
$url = substr($url, $thirdpos + 1);
}
}
return $url . ($query ? $amp . $query : '');
It's not a perfect fix, but I think it should catch most configurations. It's not really possible to fix completely because vBulletin didn't give us enough hook locations to work with.
Stefanus
06-17-2010, 04:56 PM
As for the sitemap problem, see if this helps.
It's not a perfect fix, but I think it should catch most configurations. It's not really possible to fix completely because vBulletin didn't give us enough hook locations to work with.
Thanks for the response:
<url>
<loc>http://www.site.com/forum/http://www.site.com/forum/showwiki.php?title=Johanna+Brandt</loc>
<lastmod>2010-04-14T10:25:43+02:00</lastmod>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>
Unfortunately this did not rectify the issue as the "base url" is stil added in the sitemap.
Even changing "Site Name / URL / Contact Details" -> "Always use Forum URL as Base Path" to No does not change anything in the sitemap.
thincom2000
06-17-2010, 04:58 PM
Thanks for the quick response. Clicking the edit tab did nothing, if I reloaded the browser over and over it eventually worked.
I understand the inevitability of mod conflicts and I don't use many, do you know which ones currently conflict?
I think vBEnterprise Translator won't do anything on wiki pages, it will just redirect to the regular wiki page. Wiki pages have to be translated manually using their built-in tools.
I think there's one feature of vBSEO that has to be turned off if you want to use certain wiki features. This is discussed in the doc pages for the wiki. Old versions of vBSEO (pre-3.3.0) won't let you use friendly wiki URLs.
I haven't really run into many other "conflicts" myself.
thincom2000
06-17-2010, 05:07 PM
Unfortunately this did not rectify the issue as the "base url" is stil added in the sitemap.
This is not something that can be altered, but perhaps it can be worked with. What method did you use to rebuild the sitemap? If you ran the cron from the Scheduled Task Manager, this would not work.
Go to XML Sitemap > Rebuild Sitemap. This worked for me. I will work on fixing the cron in the mean time.
Stefanus
06-17-2010, 05:36 PM
This is not something that can be altered, but perhaps it can be worked with. What method did you use to rebuild the sitemap? If you ran the cron from the Scheduled Task Manager, this would not work.
Go to XML Sitemap > Rebuild Sitemap. This worked for me. I will work on fixing the cron in the mean time.
Thanks,
Jip used the cron from the Scheduled Task Manager, using XML Sitemap > Rebuild Sitemap works!
thincom2000
06-19-2010, 10:19 PM
Uploaded 3.0.5 Lite, which fixes some more RTL issues and every variation of the XML Sitemap URL issue.
niko236
06-20-2010, 12:00 AM
Hi,
Thanks for this Mod, but i have an issue when i try to click on the discussion tab.
In fact when i try to click on the discusison tab, i have this database error:
Database error in vBulletin 4.0.4:
Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
spamlog.postid AS spamlog_postid,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason, editlog.hashistory,
postparsed.pagetext_html, postparsed.hasimages,
sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid
, user.infractiongroupid
FROM forum_post AS post
LEFT JOIN forum_user AS user ON (user.userid = post.userid)
LEFT JOIN forum_userfield AS userfield ON (userfield.userid = user.userid)
LEFT JOIN forum_usertextfield AS usertextfield ON (usertextfield.userid = user.userid)
LEFT JOIN forum_icon AS icon ON (icon.iconid = post.iconid)
LEFT JOIN forum_avatar AS avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN forum_customavatar AS customavatar ON (customavatar.userid = user.userid)
LEFT JOIN forum_spamlog AS spamlog ON (spamlog.postid = post.postid)
LEFT JOIN forum_deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
LEFT JOIN forum_editlog AS editlog ON (editlog.postid = post.postid)
LEFT JOIN forum_postparsed AS postparsed ON (postparsed.postid = post.postid AND postparsed.styleid = 4 AND postparsed.languageid = 2)
LEFT JOIN forum_sigparsed AS sigparsed ON (sigparsed.userid = user.userid AND sigparsed.styleid = 4 AND sigparsed.languageid = 2)
LEFT JOIN forum_sigpic AS sigpic ON (sigpic.userid = post.userid)
WHERE post.postid IN (0Array,7557)
ORDER BY post.dateline;
MySQL Error : Unknown column '0Array' in 'where clause'
Error Number : 1054
Request Date : Sunday, June 20th 2010 @ 02:51:12 AM
Error Date : Sunday, June 20th 2010 @ 02:51:12 AM
Script : http://***********/forum/showwiki.php?title=Titres+Modern+Warfare+2&do=comments
Referrer :
IP Address : ***********
Username : ************
Classname : vB_Database
MySQL Version : 5.0.90
thincom2000
06-20-2010, 12:14 AM
You are using some other mod that is causing a conflict. The mod uses hook showthread_query_postids. Let me know what it is.
niko236
06-20-2010, 10:24 AM
Yes I found, it was this mod: First post on all pages (https://vborg.vbsupport.ru/showthread.php?t=239282&highlight=post)
I have deactivated this mod for the Wiki and it works :)
Thanks
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
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.
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
This mod does not work for the new release
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.
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 :
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:
public function get_url($method_override = false)
Add before:
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
Fixed for the next build. In vault/special_class_friendlyurl.php, find:
public function get_url($method_override = false)Add before:
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.
oddball118
07-17-2010, 01:28 AM
Nice product so far so good. My question is... how do I change the default font color when posting a new article. I'm using a dark style and the default font is black. I cannot read anything I type unless I highlight it. Thanks.
Alucard^
07-17-2010, 03:24 AM
One question, in the Lite version all the users can edit all pages, and this cannot be blocked? only paid version?
thincom2000
07-17-2010, 06:58 AM
My question is... how do I change the default font color when posting a new article. I'm using a dark style and the default font is black.
VaultWiki uses the regular vBulletin editor. If you are only having problems with the editor on VaultWiki pages then the CSS for your dark style may be too restrictive.
One question, in the Lite version all the users can edit all pages, and this cannot be blocked? only paid version?
Check your Usergroup Permissions admincp page. You can control who's allowed to edit.
Alucard^
07-17-2010, 11:55 AM
No, i don't have installed this, but now i will install ofcourse, good to know that i can edit that type of permisisions.
Thanks and sry for my english.
vortodox
07-20-2010, 06:03 AM
I have a little problem.
I wanted to name an article like this: Šođo , but I recive this error :
Fatal error: Cannot use [] for reading in MY-FORUM-LOCATION/public_html/vault/special_class_wiki.php(783) : regexp code on line 1
Problem is with this "đ".
Is there any solution for this?
Thnaks.
thincom2000
07-20-2010, 11:18 PM
In vault/special_class_wiki.php, find:
static $badchars, $replacer;
Add after:
if (!$langid)
{
$langid = 0;
}
Does this help?
vortodox
07-21-2010, 04:02 AM
In vault/special_class_wiki.php, find:
static $badchars, $replacer;
Add after:
if (!$langid)
{
$langid = 0;
}
Does this help?
It works now! Thanks!
One more question.
Is it possible to upgrade after buying a pro version, without losing articles?
thincom2000
07-21-2010, 01:49 PM
Yes you can upgrade to the pro version without performing a re-install. Just follow the upgrade instructions as you normally would.
thincom2000
07-28-2010, 06:06 PM
Yesterday a security issue was identified by the developers of the commercial version of VaultWiki that also exists in VaultWiki Lite.
As of today, 3.0.6 Lite should address these issues. Even if you are already running this latest version, we strongly recommend downloading the mod again and patching your files as soon as possible.
RichieBoy67
08-18-2010, 06:31 AM
Screenshots? Demo?
Thanks
thincom2000
08-19-2010, 06:36 AM
There is no separate demo for the Lite version. I use a wiki on my site for company info, and would rather not open that up to allow everyone to edit. I don't have enough vBulletin licenses to create a dedicated demo site for free mods.
This is why I've linked to the commercial version site, because they have a demo there. The link contains a feature comparison so you know what features you see in the demo that you will be getting with the Lite version. On the feature compare page, click the "screenshots" link to see some screens.
morrow
08-28-2010, 03:38 PM
I have a question... Is there an option in the pro version to add google maps along with a map marker or something like that? I'm seriously considering this product.
Thanks!
thincom2000
08-28-2010, 11:24 PM
This is not a built-in option. The wiki by default is not a map add-on, but it should be relatively simple to use a Google-Map custom BB-Code from vbulletin.org (if one exists), and place that in your articles.
DAMINK
08-29-2010, 06:12 AM
http://www.ftw.net.au/fileuploads2/12830659213133_Capture.gif
I am getting this error. Even after rebuilding namespaces. Effectively cutting me off from my forum under the admin account.
Anyone know how to get around this?
*fixed it. I had not created a forum and thus the namespaces could not be rebuilt correctly.
Now when i post an article they come up with Default: followed by the thread title. How can i fix that?
thincom2000
08-29-2010, 03:42 PM
In AdminCP > VaultWiki > Wiki Namespace Manager, edit Default and set "Prefix Namespace Title?" to "No".
betts02
09-10-2010, 10:13 AM
Has anyone got some instructions on how to use this with the lite version ?
Just want some help in actually getting it set up and used to it
Cheers in advance
thincom2000
09-11-2010, 11:39 PM
Sorry, but what exactly are you trying to use with VaultWiki Lite? You didn't post the link.
Merjawy
09-12-2010, 10:05 AM
Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_newpost.php on line 352
This is what I get when I click on any article on my CMS page even when I disabled the mod from vBulletin Options
I get that error at top of article page and but I can read the page fine
I have the mod disabled now and still see the error message
thincom2000
09-12-2010, 04:29 PM
In vault/special_plugins_newpost.php, find:
foreach ($vbulletin->bbcodecache AS $removekey => $bbcode)
Add before:
if (
$allow_custom_bbcode AND
(
strpos($toolbar_template, 'quickreply') === false OR
$GLOBALS['show']['phpkd_vbaqr_active']
) AND
$toolbar_template != 'editor_toolbar_off'
)
Merjawy
09-12-2010, 04:56 PM
Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_newpost.php on line 359
Now another error
and the comment box layout is messed up both times
thincom2000
09-13-2010, 05:09 AM
Do you have any custom BB-Codes appearing in the editor when you try to post a new thread?
If you only see the default BB-Codes, your BB-Code cache might be corrupt. In this case, go to AdminCP > Custom BB Codes > BB Code Manager, and click Edit for any BB-Code. Then click Save.
If you have no BB-Codes because you deleted them all, then this is the problem. In this case, you should not have deleted the ones that were installed by VaultWiki.
Stefanus
09-19-2010, 08:46 PM
Thanks.
https://vborg.vbsupport.ru/attachment.php?attachmentid=116421&d=1272473655
The "Rate This Page" alignment is off:
The problem arise when "Store CSS Stylesheets as Files" is set to "Yes"
It wouldn't make a difference what the setting is, it would pull from the same CSS templates.
Nope, there is a definite difference in the way it renders the page.
thincom2000, can you look into this issue again?
css linked saves bandwidth, download time for your users, and will remain chached for every page. having it inline will effectively slow your site down to your users by 25% or more.
1. Store CSS StyleSheets as Files
By default, vBulletin will store the CSS of your pages as HTML within the head of the document. This, when taken over thousands of pages, can be quite a heavy burden.
Storing CSS Stylesheets as files will allow users/spiders to cache the CSS as a file, and make each page smaller, HTML wise, giving your server a bit of a breather.
To begin, ensure your forums/clientscript/vbulletin_css directory is chmod 777 so the stylesheet files can be created.
Next, in the AdminCP, select the vBulletin Options menu then vBulletin Options.
Select Style and Language Options.
Set "Store CSS Stylesheets as Files?" to Yes.
Click Submit.
thincom2000
09-20-2010, 05:32 AM
Have you upgraded VaultWiki or vBulletin at all since this started happening? If you were using CSS files during the upgrade, it should have rebuilt them. The only way this would happen for CSS files, and not for inline CSS too, is if your CSS file cache is not up-to-date.
Try visiting vault/install/finalupgrade.php while CSS is enabled, and run through the process. You may have to clear your browser cache as well.
I am still not experiencing any issue on my test site and I'm storing CSS as files...
Stefanus
09-20-2010, 08:20 PM
Have you upgraded VaultWiki or vBulletin at all since this started happening? If you were using CSS files during the upgrade, it should have rebuilt them. The only way this would happen for CSS files, and not for inline CSS too, is if your CSS file cache is not up-to-date.
Try visiting vault/install/finalupgrade.php while CSS is enabled, and run through the process. You may have to clear your browser cache as well.
I am still not experiencing any issue on my test site and I'm storing CSS as files...
Started with:
VaultWiki v3.0.0 Lite - vBulletin? Version 4.0.2
At the moment on:
VaultWiki v3.0.6 Lite - vBulletin? Version 4.0.6
Would say had quite a lot of version "upgrades" during this time!
Cleared all "browser cache" run vault/install/finalupgrade.php while CSS is enabled, no difference at all, problem still there.
When "IE8 Compatibility View" is on, the page renders correctly with storing CSS as files to Yess, otherwise not.
thincom2000
09-20-2010, 09:34 PM
This occurs only in Internet Explorer 9 beta when using a Document mode that doesn't match your Browser mode. This causes problems parsing the Internet-Explorer conditional tags because the browser now has 2 conflicting version numbers.
Make sure the Developer Tools menu is open when you are changing versions and you'll see that the option "Force IEx Document mode" doesn't change the version numbers correctly. You want to change both versions from this toolbox together.
I think the Document mode affects DOM parsing, and the Browser mode affects CSS/JS parsing. If these two numbers are out of sync, then yes, you will have problems.
If the Document number is too high, conditionals for style (CSS) tags that only affect IE7 won't parse.
If the Browser number is still IE7, then it will follow IE7 CSS rules, but doesn't have them because the style tag wasn't parsed.
If the Document number is too low, conditionals for style (CSS) tags that only affect IE7 will parse.
If the Browser number is still IE9, then it will follow IE9 CSS rules, but the IE7 rules were loaded above, and IE7 CSS is "broken" in non-IE7 Browsers.
This isn't something VaultWiki has control over, it's just something you have to keep an eye on when you're messing with your Debug menu.
Stefanus
09-21-2010, 05:30 PM
This isn't something VaultWiki has control over, it's just something you have to keep an eye on when you're messing with your Debug menu.
Yip, but it does not account for FF or any of the other browers doing the same with the css.
A quick fix for this problem would be to copy vw-tabbed.css into the additional.css, (this rectifies the problem, and shows that there is a problem with "/vault/special_plugins_css.php") but how do you disable vw-tabbed.css in this case?
Hope this leads you to the root of this problem, and a stable fix!
donjuevas
09-21-2010, 07:04 PM
I have been using the commercial version for a few months, and while there is a bit of a learning curve with the product, it runs well, integrates flawlessly, and support has always been johnny on te spot with an answer.
thincom2000
09-22-2010, 11:42 PM
Just released 3.0.7, which fixes the following issues:
- infinite redirect for URL with space after colon
- Title with entities always counts as changed
- article missing after AJAX title edit
- flood check breaks inline moderation
- CSS order when stored as files
- TABLE BB-Code creates broken HTML
mitch84
09-23-2010, 05:32 AM
thank you for update
Stefanus
09-23-2010, 04:35 PM
Thanks! :)
Crimm
09-29-2010, 05:25 PM
Freaking awesome mod. *tagged*
bposner
10-01-2010, 08:52 PM
I don't see the paging options or any way to make chapters? or article display options.
How do I make a lead in page like a regular wiki? I see it on your site demo. No history tab? what am I missing?? :)
Thanks
thincom2000
10-02-2010, 06:23 AM
I don't think the Lite version has any Paging Options or Article Display Options.
As for making a lead-in page, one is not included in Lite, but you might be able to set it to one of your articles by editing the forum and putting the URL as the "Forum Link" setting.
You should have a history tab on your articles. Check your Usergroup Permissions to make sure you are allowed to view it.
Crimm
10-14-2010, 01:49 PM
Bought the Pro version. This is a great mod!
thincom2000
11-23-2010, 02:14 AM
Thanks to the recent release of vBulletin 4.0.8 Patch Levels 1 and 2, we were able to identify and address 2 security vulnerabilities in VaultWiki Lite. VaultWiki 3.0.8 Lite addresses both of these issues.
Even though these vulnerabilities only affect users with Internet Explorer 6, we still highly recommend that customers upgrade as soon as they are able. Keep in mind that these issues affect customers on all versions of vBulletin, not just those with vBulletin 4.
SwollenCranium
11-23-2010, 01:44 PM
Lite Vs Pro Q:
I'll install the lite and give it a try for awhile, if it serves my needs I'll buy the Premium set, BUT how is upgrade handled?
Are all created WIKI and permission settings carried over to Premium seamlessly and with no loss?
thincom2000
11-23-2010, 02:42 PM
Yes, there is no loss if you follow the normal upgrade path.
On the other hand, if you uninstall Lite first, you WILL lose data.
linuxwhy
11-28-2010, 10:11 AM
I just purchased, but I don`t know (or can`t) download the script, can you check, thanks
Date Type Status Details Amount
2010-Nov-28 Payment To Theodore **** Completed ... -$69.98 USD
linuxwhy
11-28-2010, 10:57 AM
oho, I saw it , it`s solved.
thincom2000
12-02-2010, 02:50 AM
Just updated 3.0.8 Lite to fix some compatibility issues with vBulletin 4.1.0 Beta 1.
If you are already running 3.0.8 Lite, you don't need to update unless you also want to upgrade to vBulletin 4.1.0 Beta 1. For this particular release, you don't need to run the VaultWiki upgrade script, just copy and replace the files from the ZIP.
thincom2000
12-03-2010, 02:49 AM
Note that after the confusion over 4.1.0 only having 1 Beta, and the stable version going missing for a while, we can confirm that the current 3.0.8 Lite should still work correctly on 4.1.0.
Vikingant
12-05-2010, 11:56 PM
Whenever I hit the History tab I get the following error.
Database error in vBulletin 4.0.7:
Invalid SQL:
SELECT revision.*, user.username, user.usergroupid, user.membergroupids,
MAX(previous.revisionid) AS prev_revisionid, MIN(next_rev.revisionid) AS next_revisionid,
roll_rev.ipaddress AS targetipaddress, rolluser.username AS targetusername,
previous.userid AS rolluserid, prev_user.username AS rollusername,
previous.ipaddress AS rollipaddress, previous.unzip AS prev_unzip
FROM vb_vault_revision AS revision
LEFT JOIN vb_vault_revision AS next_rev ON (next_rev.lastrevisionid = revision.revisionid AND next_rev.pending = 0)
LEFT JOIN vb_vault_revision AS previous ON (revision.lastrevisionid = previous.revisionid)
LEFT JOIN vb_user AS user ON (user.userid = revision.userid)
LEFT JOIN vb_vault_revision AS roll_rev ON (roll_rev.revisionid = revision.rollback)
LEFT JOIN vb_user AS rolluser ON (rolluser.userid = roll_rev.userid)
LEFT JOIN vb_user AS prev_user ON (prev_user.userid = previous.userid)
WHERE revision.threadid = 1405
GROUP BY revision.revisionid
ORDER BY dateline DESC
LIMIT 0,1;
MySQL Error : Unknown column 'next_rev.pending' in 'on clause'
Error Number : 1054
Request Date : Monday, December 6th 2010 @ 01:11:54 AM
Error Date : Monday, December 6th 2010 @ 01:11:54 AM
Script : http://mysite.com/showwiki.php?title=***********&do=history
Referrer : http://mysite.com/showwiki.php?title=***********&p=26213
IP Address : ***********
Username : *******
Classname : vB_Database
MySQL Version : 4.1.22-standard
thincom2000
12-06-2010, 06:35 AM
Thanks, logged this error, so the fix should be included in the next update. You won't get the error if you have permission to undo edits.
oddball118
12-06-2010, 09:35 AM
Any reason why when I try to run the install script i'm prompted for my admincp username and password over and over? Tried it on different browsers with the same results.
Vikingant
12-06-2010, 10:27 AM
Thanks for the tip thincom.
I created a wiki author group giving them permission to edit, and added admins to that group but didnt allow admin to edit but have now and its all working fine.
Shouldnt it allow for secondary group permissions?
Ant
thincom2000
12-06-2010, 03:18 PM
Any reason why when I try to run the install script i'm prompted for my admincp username and password over and over? Tried it on different browsers with the same results.
This is a known compatibility issue with vBulletin 4.1.0. In order to get around it:
Log into your AdminCP first, using the normal admincp path.
Then enter the install URL in your address bar.
The installer won't ask for your password now, because you are already logged in.
I created a wiki author group giving them permission to edit, and added admins to that group but didnt allow admin to edit but have now and its all working fine.
Shouldnt it allow for secondary group permissions?
Yes, it should allow for secondary permissions. Even though it's passed through a separate function, the permissions are returned exactly as vBulletin constructs them. Make sure the wiki author group you created has the following permission "Allow Users to have Member Groups". If this is No, only permissions from the primary usergroup would be used.
Vikingant
12-06-2010, 08:30 PM
Make sure the wiki author group you created has the following permission "Allow Users to have Member Groups". If this is No, only permissions from the primary usergroup would be used.
Already there. Im note sure if it is wiki or VB (4.0.8) that is doing this. I will try and look deeper into it.
Ta
RichieBoy67
12-09-2010, 02:41 PM
Hey folks,
#1 - What is the difference, pros' cons from using this instead of media wiki?
#2 - Does anyone have a working version I could check out? please feel free to pm me if you do not wish to post the link.
Thanks,
Rich
RustedBucket
12-09-2010, 11:23 PM
This is a known compatibility issue with vBulletin 4.1.0. In order to get around it:
Log into your AdminCP first, using the normal admincp path.
Then enter the install URL in your address bar.
The installer won't ask for your password now, because you are already logged in.
That doesn't work either with the latest 4.1 build. Can't run the install at all. Tried multiple browsers.
thincom2000
12-10-2010, 03:15 PM
#1 - What is the difference, pros' cons from using this instead of media wiki?
Syntax: If you use MediaWiki, your users will have to learn a whole new syntax to create articles. In VaultWiki, they can continue using BB-Codes.
User Base: VaultWiki is a vBulletin addon so your users don't need to register separately for your wiki, and you don't need to install a separate user bridge. Permissions are handled by vBulletin's usergroups, so you don't need to learn how to set up any new rights systems.
Comments System: VaultWiki allows users to comment on your articles. In MediaWiki, there is only one comment post for each article -- multiple users contribute to it.
Integrated Search: VaultWiki's search is handled by vBulletin's search engine. In MediaWiki, this is only possible with a separate bridge; otherwise, searches are handled by a different script.
Style Integration: VaultWiki's pages are displayed in your forum style and layout. MediaWiki might only do this if you installed a separate bridge. VaultWiki's style and layout can be modified using the familiar vBulletin admin interfaces.
Updates: With VaultWiki, you only need to maintain vBulletin and VaultWiki. Otherwise, you have to maintain MediaWiki, vBulletin, and a bridge (if used).
Performance: MediaWiki has historically been slow on the average user's server.
More: There are a lot more differences, especially in the paid version, but I'm not allowed to post them in this forum.
MalcomXD
12-12-2010, 11:49 PM
Hey guys,
i got a small problem isntalling the wiki.
First i uploaded all needed files to my forum path (www.de/forum1/...)
Then i used the URL http://... .de/forum1/vault/install/install.php.
Here i am able to type in my admindata, but i always go back to this window.
For infmormation, i use the new version of vbulletin 4.1.0 Patch Level 2.
Is there maybe a problem with my other Add-Ons, like Image-Resizer,the Media-embedder,thanks-system, or the atleast added CMS 3.0.6?
Thanks alot for your help
/Malcom
KevinL
12-13-2010, 01:29 PM
That doesn't work either with the latest 4.1 build. Can't run the install at all. Tried multiple browsers.
Same thing, Logged in first (already was working in there) and it did this.
MalcomXD
12-13-2010, 03:12 PM
When will be this problem fixed for vBulletin 4.1.0 patch Levle 2?
Hey guys,
i got a small problem isntalling the wiki.
First i uploaded all needed files to my forum path (www.de/forum1/...)
Then i used the URL http://... .de/forum1/vault/install/install.php.
Here i am able to type in my admindata, but i always go back to this window.
For infmormation, i use the new version of vbulletin 4.1.0 Patch Level 2.
Thanks
/Malcom
Sarcoth
12-13-2010, 03:34 PM
I have the same problem as Malcom. I go to the install.php file, prompted to log on, and then looped back to the log on screen again.
I'm also using vB 4.1.0 PL2.
thincom2000
12-13-2010, 04:29 PM
Updated the ZIP. The log-in issues should be a thing of the past (among others).
Sarcoth
12-13-2010, 08:10 PM
Thank you. The install worked. I'll let you know if any other problems.
SwollenCranium
12-14-2010, 12:40 PM
Fatal error: Call to undefined method vB_CES_Vault::fetch_instance() in /XXXXXXX/public_html/forums/vault/special_admin_forum.php on line 157
???
UNINSTALLED.
thincom2000
12-14-2010, 01:42 PM
Fixed. Sorry, that was my fault for copy and pasting from the premium version when the same classes don't exist in Lite.
SwollenCranium
12-14-2010, 07:05 PM
Fixed. Sorry, that was my fault for copy and pasting from the premium version when the same classes don't exist in Lite.
Reinstalled and now I get this:
Database error in vBulletin 4.1.0:
Invalid SQL:
REPLACE INTO vault_forummap
(forumid, namespaceid)
VALUES
(
67,
6
);
MySQL Error : Table 'XXXXXXXX.vault_forummap' doesn't exist
Error Number : 1146
Request Date : Tuesday, December 14th 2010 @ 02:58:48 PM
Error Date : Tuesday, December 14th 2010 @ 02:58:48 PM
Script : http://www.swollencranium.com/XXXXXXXXX/XXXXXX/vaultwiki_namespace.php?do=rebuild&namespaceid=6&meta=67&types[0]=0&types[1]=1&parents[0]=0&parents[1]=67
Referrer : http://www.swollencranium.com/XXXX/XXXXX/vaultwiki_namespace.php?do=dosave
IP Address : xx.xxx.xx.xxx
Username : XXXXXX
Classname : vB_Database_MySQLi
MySQL Version : 5.1.52
Is this your mod or my sever having issues?
( Edit: I have the wiki working now. I rent and rebuilt the name space a 2nd time. Still I'd like to know if the issue above is your mod or not. DB issues are bothersome at best.)
thincom2000
12-18-2010, 03:44 PM
Updated the ZIP to fix the above issue. Please note that the issue only affects first-time users who already have threads in the forum they turn into a wiki, so you may not need to update if you don't fit this category.
vortodox
01-18-2011, 02:44 PM
Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_newpost.php on line 362
I'm receive this message when I open article from CMS. It's on top of a site, and it's not there always.
I'm having vB 4.1.1..
thincom2000
01-19-2011, 04:40 PM
In vault/special_plugins_newpost.php, find:
if (
$allow_custom_bbcode AND
Add after:
is_array($vbulletin->bbcodecache) AND
vortodox
01-19-2011, 05:24 PM
In vault/special_plugins_newpost.php, find:
if (
$allow_custom_bbcode AND
Add after:
is_array($vbulletin->bbcodecache) AND
It worked! Thanks allot!
Cicada
01-20-2011, 07:57 PM
tagging.
Kayden
01-23-2011, 10:44 PM
Tagged.
EquinoxWorld
01-23-2011, 11:29 PM
Does anyone know if this works for vB4.1.1.?
EDITED: Nvermind installed in a fresh vb 4.1.1. and perfect so far. Awesome mod NMOTM
mavherzog
01-24-2011, 03:30 AM
I have the commercial version installed at geekhack.org and absolutely love it. We are a few versions behind, but are testing the latest with vB 4.1.1 and it is working great.
wipedout
01-25-2011, 01:26 AM
i havent been able to figure out how to do _notoc with this, is it possible?
thincom2000
01-25-2011, 02:55 PM
Here are the BB-Code equivalents of MediaWiki's __TOC codes:
__NOTOC__
no
__FORCETOC__
force
__TOC__
Mikep-
01-28-2011, 07:39 AM
Excellent Mod nominated
ashley76
02-15-2011, 04:37 PM
Can you create multiple namespaces for this? I have tried everything and I only have one. Unless I am not understanding how it works...
tekmiester
02-16-2011, 12:03 AM
I have the commercial version installed at geekhack.org and absolutely love it. We are a few versions behind, but are testing the latest with vB 4.1.1 and it is working great.
It looks good on your site. Good luck on BOTM.
thincom2000
02-16-2011, 06:22 AM
Can you create multiple namespaces for this? I have tried everything and I only have one. Unless I am not understanding how it works...
The Lite version can only have 1 namespace. If you need multiple namespaces, you should look into the full version.
Alfa1
03-01-2011, 11:48 AM
There is a serious security exploit in VW. There is a patch available, but vaultwiki.org ad related sites are down.
I have disabled my wiki and advise everyone to do the same until a patch is applied.
thincom2000
03-01-2011, 08:01 PM
VaultWiki Lite has now been patched: download 3.0.8 Lite PL 1 from the first post and upgrade as normal to fix the issue.
Neptun
03-05-2011, 06:07 PM
the hack is a very good idea but toooooooo to to to expensiv for the premium ! the lite has not enough functions and the hack needs a optical freshup - i looks like a normal forum not like a wiki - like wikipedia :(
linuxwhy
03-10-2011, 10:21 AM
I am using the latest versions of both vb and vaultwiki, and I can not align images in wiki articles to right or left, or display them in thumbnails; In CMS and Forum, those operations can be done properly. Can anyone help? thanks.
linuxwhy
03-11-2011, 04:15 AM
It`s fixed. see :http://www.vaultwiki.org/issues/2257/
thincom2000
03-11-2011, 07:08 AM
BTW, that link says code is only visible to subscribers. Also, I don't think the WYSIWYG Image Editor even exists in the Lite version, or it doesn't do anything. So the alignment/thumbnail issue probably doesn't apply.
Wordplay
03-11-2011, 11:02 AM
great mod, i could use this for:
https://vborg.vbsupport.ru/showthread.php?t=258873
is it possible to add articles to favorites or like them, or subscribe to them?
and have the favorites, likes, subscriptions show up on a user's profile?
if that were the case i would absolutely purchase this.
thincom2000
03-13-2011, 04:51 PM
You can subscribe to wiki pages using a tab called the "Watch" tab. These can be arranged using your normal folders, so they will show up listed with the rest of your subscripitions in the UserCP.
TheGrimReaper2
03-26-2011, 08:09 PM
In vault/special_class_wiki.php, find:
$this->affix_prefix($urlinfo);
Add before:
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;
}
Hmm, weird. I followed this exactly and I'm still receiving the exact same error as before.
:(
thincom2000
03-27-2011, 03:07 PM
And what error is that? I don't believe I've heard from you before. This file edit was from an issue that was solved a year ago.
TheGrimReaper2
03-27-2011, 07:02 PM
My sincerest apologies, I just installed this modification, saw it didn't work and came to the thread after searching for a fix to the issue I was having. I hadn't checked the times or anything like that too.
Anyway, I'm not sure what else to tell you, other than this was the post that I had originally seen which shows the problem that I'm receiving now: https://vborg.vbsupport.ru/showpost.php?p=2028136&postcount=46
I followed the instructions in this post: https://vborg.vbsupport.ru/showpost.php?p=2028142&postcount=47
And the issue remains the same.
Apologies for being a pain about this stuff too. :)
thincom2000
03-28-2011, 07:01 AM
Okay but what is the URL it's sending you to?
TheGrimReaper2
03-28-2011, 08:59 AM
<a href="http://paranormaldiscussionzone.com/forum/showwiki.php" target="_blank">http://paranormaldiscussionzone.com/forum/showwiki.php</a>
That's the URL that causes this to come up: Invalid ces_article specified. If you followed a valid link, please notify the administrator
I have It set to a specific forum, which seems to work (as I can start new articles in this forum), but I'm unsure why I can't access the above page still.
thincom2000
03-29-2011, 07:45 AM
It sounds like the DEFAULT_SPACE constant is not being defined in PHP. In your Plugin Manager, make sure that the VaultWiki plugin at init_startup is enabled.
TheGrimReaper2
03-29-2011, 09:26 AM
Yep. I just checked and It's enabled but I still receive the error.
thincom2000
03-30-2011, 08:05 PM
DEFAULT_SPACE may be defined by another script you are running. Do any other products you installed use init_startup? Please list.
TheGrimReaper2
03-31-2011, 09:52 AM
Do any other products you installed use init_startup? Please list.
Easy Forms (https://vborg.vbsupport.ru/showthread.php?t=234385)
MGC chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992&highlight=MGC+chatbox+Evo)
:)
I disabled them as well btw and the problem still persists.
Mark Hewitt
03-31-2011, 12:53 PM
Any other way of paying? paypal is being an absolutely unbelievable pain in the bum. They are wanting me now to send them proof of address through the post FFS.
Mark Hewitt
03-31-2011, 01:04 PM
Nevermind, done it via 2Checkout. Even then I had to go through a lengthy process with Visa - never known a longer purchase about 45 minutes to get that done. Hope it's worth it :)
Alan_SP
04-02-2011, 04:25 AM
I don't know why you had so much problem with paying, but VaultWiki is excellent, I'm really glad that I bought it. Automatic linking of wiki articles in posts is excellent feature.
Anyway, you'll see it for yourself. :)
Excellent program with excellent support. And I'm looking forward to the new version...
TheGrimReaper2
04-03-2011, 12:00 PM
DEFAULT_SPACE may be defined by another script you are running. Do any other products you installed use init_startup? Please list.
What do you advice I do with these other products? Do I have to uninstall then?
thincom2000
04-03-2011, 03:43 PM
Well, that depends. What product is it?
TheGrimReaper2
04-03-2011, 05:48 PM
Well, that depends. What product is it?
I added them to my previous post already. :)
Here they are again..:
Easy Forms (https://vborg.vbsupport.ru/showthread.php?t=234385)
MGC chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992&highlight=MGC+chatbox+Evo)
Only these seem to show the 'init_startup' (apart from the default Blog and CMS).
(I've gotten rid of the latter now btw and I disabled the top one real quick and I still can't access Vaultwiki. I really want to use this wiki as well, It looks great.)
thincom2000
04-03-2011, 10:44 PM
In the Namespace Manager, what is the number it shows for the namespace?
thincom2000
04-03-2011, 11:37 PM
Can you post copies of your vault/special_class_wiki.php and vault/special_plugins.php as attachments (you might have to ZIP them first)?
TheGrimReaper2
04-04-2011, 11:31 AM
In the Namespace Manager, what is the number it shows for the namespace?
Next to where It says name space and the name of my Wiki, It says this: (id: 6)
Can you post copies of your vault/special_class_wiki.php and vault/special_plugins.php as attachments (you might have to ZIP them first)?
I'm not sure what you mean or how to do this.
thincom2000
04-04-2011, 03:02 PM
I mean to place those files in a ZIP archive and attach them to your post here.
Neptun
05-17-2011, 05:25 PM
i doesnt work for me ...
i follow all instructions but when i try to open the wiki in the forum - its loading loading and nothing appears
Stefan118
05-17-2011, 07:06 PM
Can't get it run in 4.1.2
All my actions are banned.
I followed the installation instructions.
Installed
Removed the map.
Created a forum
Set the permissions for admin, mods and members.
Tried to create an article and there it goes wrong.
thincom2000
05-19-2011, 02:18 AM
I recently changed servers, I will have to install this again and get back to you in a day or two.
thincom2000
05-19-2011, 03:29 AM
Setup a new test just now. Not having either issue on a fresh installation, providing all steps were followed.
@Stefan118, it's possible your wiki forum is inheriting permissions from a parent forum. Even though you set Usergroup Permissions, make sure your wiki forum permissions are as desired (Forum Manager > Forum Permissions). Don't know what you mean by "removed the map".
Mark Hewitt
05-20-2011, 12:53 PM
I've been trying to download this for some weeks but just get errors on the members page e.g.
Warning: end() expects parameter 1 to be array, null given in /home/vw/public_html/members.php on line 288
Fatal error: Call to a member function construct_servicebits() on a non-object in /home/vw/public_html/members.php on line 289
paulket
05-20-2011, 09:34 PM
I keep getting
A required field called forumid is missing or has an invalid value.
when trying to edit the Namespace Manager to create a forum. I would have really liked to have been able to use this.
Phaedrus
05-21-2011, 12:25 AM
Do you have some screen shots?
Forget it. Saw them on the vaultwiki site...
Not bad. I'm going to tag it for a longer look. I don't know if my users would use it much.
thincom2000
05-21-2011, 06:18 AM
I've been trying to download this for some weeks but just get errors on the members page e.g.
This is something you'll have to tell them over at that site. I have not had any trouble downloading Lite from here.
@paulket, did you select "Create New Forum"? I just installed this again yesterday and didn't have any problems creating the forum.
paulket
05-21-2011, 08:44 AM
@paulket, did you select "Create New Forum"? I just installed this again yesterday and didn't have any problems creating the forum.
Yes and I tried creating a parent forum as well, but nothing I did got me past that message. Again, this is something that I would really like to use and might consider a commercial version if I can get it working or even see a demo of the paid version somewhere.
I will try reinstalling it either tonight or tomorrow.
thincom2000
05-21-2011, 03:59 PM
To clarify, when creating a new forum and/or the parent, did it at least show the screen asking you to confirm the forum details (Description, Parent Forum, parse options), before showing the error message?
If it showed that screen, then perhaps you have another mod installed that has added required fields to the forum data manager. VaultWiki tries to disable extra required fields, but the mod may be throwing a suppressed error and prevent the forum from being created.
Please list mods you have installed that add functionality to individual forums.
paulket
05-21-2011, 05:27 PM
To clarify, when creating a new forum and/or the parent, did it at least show the screen asking you to confirm the forum details (Description, Parent Forum, parse options), before showing the error message?
Yes, it did.
If it showed that screen, then perhaps you have another mod installed that has added required fields to the forum data manager. VaultWiki tries to disable extra required fields, but the mod may be throwing a suppressed error and prevent the forum from being created.
Please list mods you have installed that add functionality to individual forums.
All of the mods that I have installed are:
PhotoPost
vBSEO
DragonByte Tech: Advanced Post Thanks
8WR Media Library
VSa - Advanced Forum Statistics
VSa - Advanced Permissions Based on Post Count
VSa - Sub-Forum Manager
I will disable all but vBSEO and PhotoPost when I try to reinstall VaultWiki.
paulket
05-21-2011, 07:19 PM
I disabled the mods mentioned above and VaultWiki installed perfectly this time,.. even the install screens had a different (complete style) appearance to them while running the install. I reactivated the mods one at a time to try and find which had caused the problem, but everything seems to be working fine now.
I can already tell that VaultWiki will get a lot of use on my site and I want to know where I can see a comparison between the lite and premium versions.
Alan_SP
05-21-2011, 11:11 PM
You can see it at their site: http://www.vaultwiki.org/features/
Premium version is worth it, auto-links alone are worth it actually. :) I'm satisfied with purchase.
About your mods that may caused problems, VSa - Sub-Forum Manager could be culprit.
paulket
05-22-2011, 02:45 AM
Thank you Alan SP. I kept getting "The connection to the server was reset while the page was loading." with Firefox and had to access the site with Google Chrome (I thought it was in the process of being moved to a different server).
thincom2000
05-23-2011, 07:31 PM
Re the mod's official site, @crackedeggs1 said this on Twitter: "Joking aside, #VaultWiki site down since the rapture. There's a problem at the data center. We're working w/ them to resolve the issue."
paulket
05-23-2011, 08:01 PM
Why would I be getting this error?
Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_newpost.php on line 362
Edit- Sorry, found the answer here: https://vborg.vbsupport.ru/showpost.php?p=2151545&postcount=172
Stefan118
05-30-2011, 06:45 PM
I managed it working now, and posting some articles in it.
Now the folowing problem presents.
The text that you have entered is too long (17760 characters). Please shorten it to 10000 characters long.
How can i set it to more characters?
Edit:
Found it...
In the Message Posting and Editing Options
TundraSoul
05-30-2011, 10:18 PM
Valutwiki has been offline for how long now?
Where can I see the pro version?
TundraSoul
05-31-2011, 07:36 PM
I see the problem, their website uses an SSL cert type that is not enabled by default in most web browsers.
Mark Hewitt
06-03-2011, 08:54 AM
I too thought it was down but it loads up fine in firefox! Just not IE.
thincom2000
06-12-2011, 04:51 AM
Just a note. 3.0.8 is NOT compatible with vBulletin 4.1.4. You'll receive errors, so disable VaultWiki or wait for a patch before upgrading vB.
1stsAz
06-14-2011, 08:59 PM
Just a note. 3.0.8 is NOT compatible with vBulletin 4.1.4. You'll receive errors, so disable VaultWiki or wait for a patch before upgrading vB.
Your site is down. Will it be up soon?
thincom2000
06-15-2011, 03:11 PM
I haven't been having any trouble with the main site, at least not in several weeks. What browser are you using, and what locale are you trying to access from? It may be an issue with your local DNS server, which I'd have to try to contact the admins of.
paulket
06-15-2011, 05:50 PM
Your site is down. Will it be up soon?
If you are using Firefox, you need to click on your browser "Tools" > "Options" > then "Advanced" and make sure both Protocols SSL 3.0 and TLS 1.0 are checked. It's a problem with Firefox and some https urls, I couldn't get the site either with FF until I checked the TLS 1.0 which isn't checked by default.
Eagerly waiting for this mod to work with 4.1.4 :)
MissSavitri
06-15-2011, 07:46 PM
Eagerly waiting for this mod to work with 4.1.4 :)
Same!
Irate Pirate
06-20-2011, 07:25 PM
Tagged for future. Thanks!:up:
8thos
06-21-2011, 06:06 AM
I don't like vbMediaWikiVector. With this add-on, do I have to change the forum to utf8 something and make it so that usernames must only be alphanumeric characters? Everytime the board breaks, I cannot fix mediawiki.
The lack of a good WSIWYG editor for it, without having to install a damn add-on to mediawiki itself through the server is what annoys me the most.
I need ease of use. This add-on looks awesome.
thincom2000
06-22-2011, 06:49 AM
No, you don't have to change the forum to UTF-8. It's better to use than ISO-8859-1, but the mod doesn't force a change across your entire board.
VaultWiki doesn't really care about your username format. It can be however you had it configured in vBulletin already.
I'll be updating Lite for 4.1.4 over the next few days, now that the kinks in the full version were worked out.
8thos
06-22-2011, 09:30 AM
No, you don't have to change the forum to UTF-8. It's better to use than ISO-8859-1, but the mod doesn't force a change across your entire board.
VaultWiki doesn't really care about your username format. It can be however you had it configured in vBulletin already.
I'll be updating Lite for 4.1.4 over the next few days, now that the kinks in the full version were worked out.So the full version is already updated for 4.1.4?
AusPhotography
06-22-2011, 10:53 AM
We use the full version - works very well!
thincom2000
06-23-2011, 08:59 PM
So the full version is already updated for 4.1.4?
As far as I can tell, yes. I'm looking at what was changed tonight. I'll try to get it merged ASAP.
thincom2000
06-25-2011, 07:06 PM
Thanks for waiting patiently. The newest 3.0.9 Lite is compatible with vBulletin 4.1.4 and ckeditor. Enjoy!
Stefanus
06-26-2011, 12:46 PM
After upgrade to 3.0.9 Lite:
http://www.mysite.com/forum/showwiki.php?title=xxx
Templates: 42 (3 uncached)
ad_showthread_firstpost (1)
vault_article_quickedit (1)
vault_article_toc (1)
After this upgrage lost all my "extra" BBcode functions.
mynassauleader
06-26-2011, 04:41 PM
Still getting this error:
2011/06/26 13:36:29 [error] 13762#0: *8581 FastCGI sent in stderr: "PHP Fatal error: require_once(): Failed opening required '/var/www/forum/includes/functions_wysiwyg.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/forum/vault/tabs/special_tab_edit.php on line 251" while reading response header from upstream, client: x.x.x.x, server: forum, request: "POST /showwiki.php?title=Test&do=edit HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "forum", referrer: "http://forum/showwiki.php?do=create"
includes/functions_wysiwyg.php does not exist and is not in vB 4.1.4
Edit:
grep "functions_wysiwyg.php" -r /home/user/clients/forum
vb-wiki/upload/vault/tabs/special_tab_edit.php: require_once(DIR . '/includes/functions_wysiwyg.php');
paulket
06-26-2011, 04:57 PM
includes/functions_wysiwyg.php does not exist and is not in vB 4.1.4
That is because vBulletin moved the location of the new editor in 4.1.4 and any (older) mod that had a text editor will not work correctly with vBulletin 4.1.4
==========
I just purchased the new commercial version of this mod yesterday and it is working fine with 4.1.4
mynassauleader
06-26-2011, 05:30 PM
I'm using the Lite version. Where is the location of the new editor where I could edit this file by hand?
Edit:
Uninstalled old version (didn't read the readme about upgrading), uploaded new version and installed 3.0.9 Lite - same error
thincom2000
06-27-2011, 04:12 AM
Sorry about this. For some reason I forgot to upload the new version of special_tab_edit.php. The ZIP now contains the correct file.
Pvtiste
06-27-2011, 10:17 AM
The best wiki system ever for vbulletin!
Thanks for your work
installed the pro version :)
5 stars
mynassauleader
06-27-2011, 03:18 PM
Lite confirmed working on 4.1.4
Thank you for your quick response. I will talk my client into purchasing Pro version.
Stefanus
06-28-2011, 09:18 PM
Lite confirmed working on 4.1.4
Thank you for your quick response. I will talk my client into purchasing Pro version.
Does your Custom BBcode show on the Editor?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.