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
  #62  
Old 02-10-2010, 01:13 AM
CoryHawk CoryHawk is offline
 
Join Date: Apr 2005
Location: Oklahoma City, OK
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Snug View Post
gahh... where are localsettings.php?

thanks
Read the whole thread maybe?
Reply With Quote
  #63  
Old 02-10-2010, 01:52 AM
Snug Snug is offline
 
Join Date: Aug 2009
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CoryHawk View Post
Read the whole thread maybe?
i read, i still cant find it
Reply With Quote
  #64  
Old 02-10-2010, 02:09 AM
xenaxial xenaxial is offline
 
Join Date: Feb 2010
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LocalSettings.php is located in your wiki root directory, if you've setup mediawiki before you'll remember its the config file holding database info etc that you're required to move from /config to / in your wiki directory after installing...
Reply With Quote
  #65  
Old 02-10-2010, 02:40 AM
Mondi Mondi is offline
 
Join Date: Sep 2006
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same as Snug.

For clarity: I am NOT upgrading but installing 'fresh.'

I am looking for LocalSettings.php within the mod's unzipped pack AND looked for it within my current file structure on the server.

If the file is supposed to be included in the download pack; it's not there.

Maybe I am still a bit too backward for this after five years working with vB.

Appreciate your assistance though.
Reply With Quote
  #66  
Old 02-10-2010, 04:28 AM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those with problems finding LocalSettings.php, keep in mind that you already need MediaWiki installed before installing this.
Reply With Quote
  #67  
Old 02-10-2010, 06:46 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trana View Post
Available for 3.8.x?
No, sorry... I'm only working with v4
Reply With Quote
  #68  
Old 02-10-2010, 06:49 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mondi View Post
Bepe, it's www.gblcg.com and www.gblcg.com/wiki

Is that what you wanted to know?
yes, it is

admin panel set for wiki path: ./wiki

and then set this inside LocalSettings.php:
define( VB_INSTALL_PATH, '..' );
Reply With Quote
  #69  
Old 02-10-2010, 06:53 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CoryHawk View Post
Uninstalled.. deleted... Re-uploaded and reinstalled...

Same thing.


http://www.globaldrama.net/gawiki/in...in=vbmediawiki
Too bad

but THANK YOU VERRY MUCH! ... for the link, now I'm able to see it
I downloaded the content and opened it with a hexeditor:
1F 8B 08 00 00 00 00 00 00 FF D5 ....


"1F 8B" is the start of a gzip compressed file! ... so the problem is related to compression
... try to disable it on the server somehow... I know that is no solution... but would be interesting to know if that would fix it

... then I can look into it, it is strange that it is only happening with the integrated skin... so it must be my fault :$
Reply With Quote
  #70  
Old 02-10-2010, 06:55 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ndahiya View Post
awesome. this is a great hack!! replaces 3 hacks i have to use right now... will migrate to this once a couple of more revs are out (if i can wait that long).


btw, looks like you are hardcoding the path to the wiki for the navbar template? i use a different path, so just checking.
from the xml file:
Code:
	<a class="navtab" href="../wiki">Wiki</a>
ndahiya
Thank you! ... was a mistake, fixed it for the next version

(Link was the one for the selected version of the wiki tab... so if you click on wiki tab two times it would link always to ./wiki)
Reply With Quote
  #71  
Old 02-10-2010, 07:50 AM
Arcade Fire's Avatar
Arcade Fire Arcade Fire is offline
 
Join Date: May 2008
Location: Menorca, Spain
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bepe View Post
I think I did it!!!

The charset problems should be gone as of beta 2 ... I've learned much this day
Please report if all is working now...
I've already tested espaniol wiki and it is working fine with forum set to "ISO-8859-1"

*HAPPY*

I'm converting the wiki content to the forum charset now.
... sure it is better not to convert it, so if possible set the forum to UTF-8
:up: Thanks bepe, grat Job, but....

Only two little problems:

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 09:26 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.06682 seconds
  • Memory Usage 2,335KB
  • 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
  • (1)bbcode_code
  • (7)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