Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[obsolete!] vbMediaWiki 4.0.2 RC 3 Details »»
[obsolete!] vbMediaWiki 4.0.2 RC 3
Version: 4.0.2RC3, by bepe bepe is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 4.0.2 Rating:
Released: 02-07-2010 Last Update: 02-28-2010 Installs: 130
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

This version is obsolete:
New version:
https://vborg.vbsupport.ru/misc.php?...diawiki_vector

Download Now

File Type: zip vbMediaWiki_4.0.2_RC3.zip (118.4 KB, 678 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #292  
Old 02-28-2010, 08:16 PM
benjaminlwells's Avatar
benjaminlwells benjaminlwells is offline
 
Join Date: Jan 2010
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bepe View Post
No idea why it would be gone... it is working fine for me
... I would need a link to check that on your page too
http://alphaflight.net/alphanex/

I'll PM you a username and password to log in with if you want
Reply With Quote
  #293  
Old 02-28-2010, 08:33 PM
ndahiya ndahiya is offline
 
Join Date: Aug 2004
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bepe View Post
Can u tell me what script is not working and what commandline u used for it?
try this in the wiki maintenance folder: php refreshImageCount.php
same issue with others. i think it might make sense to use full paths instead of relative across the mod? also something abt header already sent in the error message.. suspect the Auth file is doing more than just authenticating.

Quote:
Originally Posted by bepe View Post
I don't support this nice URL stuff, because that would break the forums "Who's online"... so you need to disable it...
If you dont need the WOL to work, you can use the next release... it will work now even if you changed the URL thing
wonder if a workaround is to have 2 defined WOL locations: /w/index.php... and /home/ both called Wiki

Quote:
Originally Posted by bepe View Post
I store the counts with the vb user, every time someone edits or creates a page it will inclement the counter.
Your "existing integration" did not use the same place to store the data...
I understand that this is not a good way for existing wiki's, because all will start with 0 edits... but it's a fast and easy way that does not send a querry to the DB every time I need that data
then it is a easy fix. do a count at install to set it to a "starting" value. my mod created a starting value at install and then updated it on using a cron job (note that you might need still a index to make sure the count does not fail initially - see the install code of the other mod).

Quote:
Originally Posted by bepe View Post
Hm... need to research that... did not try it yet... and dont usderstand how all that cashing works... might need some time for that
neither do i, but i suspect it is caching sessions and both mediawiki and vbulletin may be trying to set the same variable. very easy fix though with the variable definition as i mentioned.
also, i noticed something strange as i moved from memcached to apc cache (at that time, mediawiki was using apc, forums using memcached). the wiki failed (some error about memcached not found), suggesting it is the auto file that is somehow the cause. now i am using apc cache for both, and it works fine (memcached worked fine too when i used it on both forums and mediawiki. but on a single server, i can replace memcached + eaccelerator with apc cache, so its easier)

Quote:
Originally Posted by bepe View Post
strange, it should not be part of the search results... I just tryed it... I started a talk page with some key word... searching for that key word did not return the new page
what i meant was... you show a link to "Discussion" which goes to the talk page.. it could be optional.

Quote:
Originally Posted by bepe View Post
no, it's only showing new pages, it's not the same as 'recent changes'
yes, but if you have 2 pages that link to a page with a #REDIRECT in the wiki, it is showing them all, even if the #REDIRECT pages are old.
so if i edit Page1, and had a redirect to Page1 on Page2, the what's new will show both Page1 and Page2...

--

its a great mod bepe, just some small issues.. also, you might like to highlight that the user.php edits are optional... i generally do not like to change the core files when making edits. (btw, vbulletin is case insensitive for user names while mediawiki saves them as case sensitive. so the change of default naming scheme can be a problem later)

ndahiya
Reply With Quote
  #294  
Old 03-01-2010, 10:08 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ndahiya View Post
try this in the wiki maintenance folder: php refreshImageCount.php
same issue with others. i think it might make sense to use full paths instead of relative across the mod? also something abt header already sent in the error message.. suspect the Auth file is doing more than just authenticating.
Should be working now
Quote:
Originally Posted by ndahiya View Post
wonder if a workaround is to have 2 defined WOL locations: /w/index.php... and /home/ both called Wiki
As you wished ... Therefor u got more settings now, so all kind of alias and pretty urls can be used now
Quote:
Originally Posted by ndahiya View Post
then it is a easy fix. do a count at install to set it to a "starting" value. my mod created a starting value at install and then updated it on using a cron job (note that you might need still a index to make sure the count does not fail initially - see the install code of the other mod).
hm... not that easy for me... might take some time
Quote:
Originally Posted by ndahiya View Post
neither do i, but i suspect it is caching sessions and both mediawiki and vbulletin may be trying to set the same variable. very easy fix though with the variable definition as i mentioned.
also, i noticed something strange as i moved from memcached to apc cache (at that time, mediawiki was using apc, forums using memcached). the wiki failed (some error about memcached not found), suggesting it is the auto file that is somehow the cause. now i am using apc cache for both, and it works fine (memcached worked fine too when i used it on both forums and mediawiki. but on a single server, i can replace memcached + eaccelerator with apc cache, so its easier)
hm... still no idea :$ ... give me some time to check that out
Quote:
Originally Posted by ndahiya View Post
what i meant was... you show a link to "Discussion" which goes to the talk page.. it could be optional.
It looks so empty without that link... I thought everyone would like it
... ok, perhaps will be optional some day
Quote:
Originally Posted by ndahiya View Post
yes, but if you have 2 pages that link to a page with a #REDIRECT in the wiki, it is showing them all, even if the #REDIRECT pages are old.
so if i edit Page1, and had a redirect to Page1 on Page2, the what's new will show both Page1 and Page2...
done... redirects are not shown anymore
Quote:
Originally Posted by ndahiya View Post

its a great mod bepe, just some small issues.. also, you might like to highlight that the user.php edits are optional... i generally do not like to change the core files when making edits. (btw, vbulletin is case insensitive for user names while mediawiki saves them as case sensitive. so the change of default naming scheme can be a problem later)

ndahiya
it's a seperated folder now... u will see

ok, thanks for helping... will try to fix the remaining stuff as soon that I find some spare time :$
Reply With Quote
  #295  
Old 03-01-2010, 11:11 AM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bepe, Love this mod bridge, How do I donate??
Reply With Quote
  #296  
Old 03-01-2010, 11:43 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Big-Pete View Post
bepe, Love this mod bridge, How do I donate??
At the right of the first post is a link: 'The Developer'->'Support Developer'
Only paypal is possible there.

Anyway, the product is for free, even if commercial products cost much and can not do the same as this one
... but ... donations make it more easy to explain to my girlfriend why I'm spending the time working on the PC
Reply With Quote
  #297  
Old 03-01-2010, 11:49 AM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers bepe.. done :up:

I bought a "commercial" VB wiki and it was awful, This is so much better in every way!!
Reply With Quote
  #298  
Old 03-01-2010, 12:14 PM
benjaminlwells's Avatar
benjaminlwells benjaminlwells is offline
 
Join Date: Jan 2010
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Bepe, regarding my issue with the edit bar, I just resinstalled the wiki and then your script and it's all fine now. Must have been some glitch along the way.
Reply With Quote
  #299  
Old 03-01-2010, 12:30 PM
BRotondi BRotondi is offline
 
Join Date: Sep 2008
Location: Zurich
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for you time bepe! We will try to help you not only with $'s (go to cinema with your girlfriend "this is from my vBMediaWiki-fans!") but also debugging, ideas, ...
Quote:
Originally Posted by bepe View Post
It looks so empty without that link... I thought everyone would like it
... ok, perhaps will be optional some day
Not easy to make everyone happy But you don't have add an option for everything. Such personallisation can be made also through personal changes in plugins, templates, files, ... if you tell us where or we find it ourself.

@Big-Pete: Which one did you bought? A friend ist trying Vault Wiki, which seems not bad... till now... But of course a working vB-MW-bridge ist VERY interesting.

Greetings
Bruno
Reply With Quote
  #300  
Old 03-01-2010, 12:50 PM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think you misquoted me above, I never said what you quoted me as saying...

I bought Vaultwiki by mistake, asked for a refund but no joy (even though I hadn't even unpacked the download) eventually Installed it, couldn't get it to work properly, then installed the vb4 version when vb4 came out and still same issues, binned it when i see this, and so happy i did..
Reply With Quote
  #301  
Old 03-01-2010, 01:09 PM
benjaminlwells's Avatar
benjaminlwells benjaminlwells is offline
 
Join Date: Jan 2010
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey all,

I'm a little confused about what to put for Aliases for "Who's online" in the options menu. My who's online keeps giving me Unknown Location when people are in the wiki.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08777 seconds
  • Memory Usage 2,358KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (16)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete