The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VaultWiki: A Wiki for your forum Details »» | |||||||||||||||||||||||||||
VaultWiki: A Wiki for your forum
Developer Last Online: Sep 2022
** 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...-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:
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/ Show Your Support
|
3 благодарности(ей) от: | ||
BCP Hung, MichaelDance, Sage Knight |
Comments |
#92
|
|||
|
|||
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? |
#93
|
|||
|
|||
As for the sitemap problem, see if this helps. In vault/special_class_friendlyurl.php, find:
Code:
return $urlinfo['url'] . ($query ? $amp . $query : ''); Code:
$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 : ''); |
#94
|
|||
|
|||
Quote:
Code:
<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. |
#95
|
|||
|
|||
Quote:
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. |
#96
|
|||
|
|||
Quote:
Go to XML Sitemap > Rebuild Sitemap. This worked for me. I will work on fixing the cron in the mean time. |
#97
|
|||
|
|||
Quote:
Jip used the cron from the Scheduled Task Manager, using XML Sitemap > Rebuild Sitemap works! |
#98
|
|||
|
|||
Uploaded 3.0.5 Lite, which fixes some more RTL issues and every variation of the XML Sitemap URL issue.
|
#99
|
|||
|
|||
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: Code:
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 |
#100
|
|||
|
|||
You are using some other mod that is causing a conflict. The mod uses hook showthread_query_postids. Let me know what it is.
|
#101
|
|||
|
|||
Yes I found, it was this mod: First post on all pages
I have deactivated this mod for the Wiki and it works Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|