vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - VaultWiki: A Wiki for your forum (https://vborg.vbsupport.ru/showthread.php?t=239377)

thincom2000 03-29-2010 10:00 PM

VaultWiki: A Wiki for your forum
 
** 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:
  • 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:

PHP Code:

Invalid SQL:

        
SELECT 
            
IF(votenum >= 1votenum0) AS votenum,
            IF(
votenum >= AND votenum 0votetotal votenum0) AS voteavg,
         
post.pagetext AS preview,
            
thread.threadidthread.title AS threadtitlethread.forumidpollidopenpostusernamepostuseridthread.iconid AS threadiconid,
            
thread.datelinenotesthread.visiblestickyvotetotalthread.attachthread.lastpostthread.lastposterthread.lastposteridthread.lastpostidthread.replycount, IF(thread.views<=thread.replycountthread.replycount+1thread.views) AS views,
            
thread.prefixidthread.taglisthiddencountdeletedcount,
            
user.usergroupiduser.homepageuser.options AS useroptions, IF(userlist.friend 'yes'10) AS isfriend
            
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
            
deletionlog.userid AS del_useriddeletionlog.username AS del_usernamedeletionlog.reason AS del_reason
            
threadread.readtime AS threadread
            
threadredirect.expires
            
,
    
thread.title AS titlearticle.lastmodifiedarticle.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 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 DESClastpost 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:
Code:

, article.pending

Leica.Robbiani 03-30-2010 05:20 PM

Hi thincom2000,

Quote:

Originally Posted by thincom2000 (Post 2012932)
Fixed in the first post. In AdminCP > Plugins & Products > Plugin Manager, find the VaultWiki plugin for forumdisplay_query.

You want to delete the following:
Code:

, 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,

Quote:

Originally Posted by thincom2000 (Post 2013208)
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

Quote:

Originally Posted by Jabong82 (Post 2013413)
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.

Quote:

Originally Posted by Leica.Robbiani (Post 2013426)
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

Quote:

Originally Posted by TheWindows7Site (Post 2013278)
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,

Quote:

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

Quote:

Originally Posted by Leica.Robbiani (Post 2014327)
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,

Quote:

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:

PHP Code:

Warningin_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 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,

Quote:

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

Quote:

Originally Posted by thincom2000 (Post 2015355)
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

Quote:

Originally Posted by murekhalir (Post 2016995)
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.


All times are GMT. The time now is 06:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01681 seconds
  • Memory Usage 1,892KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete