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
vbMediaWiki Vector Details »»
vbMediaWiki Vector
Version: 1.06 RC, by bepe bepe is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 4.0.x Rating:
Released: 07-24-2010 Last Update: 08-18-2010 Installs: 169
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

vbMediaWiki Vector

Manual (don't forget to RTFM!)

Interested in doing a translation? PM me

Screenshot Look here!

Changelog Online Version, click here!

vbMediaWiki IRC Channel
I might be online... just try or use the forum
irc://irc.freenode.net/vbmediawiki
http://webchat.freenode.net?channels=vbmediawiki
Donations
Every donation is welcome and appreciated. This product is for free and it will stay free despite the fact‎ that commercial products with much less capabilities cost a lot of money. So before you spend that money on other products, try this one and feel free to send that money to me
http://www.duplexgaragen24.de

Download Now

File Type: zip vbMediaWiki_Vector_1.06_RC_(fixed).zip (805.7 KB, 1242 views)
File Type: zip vbMediaWiki_Vector_1.06_RC_fix_only.zip (11.7 KB, 143 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
daviet

Comments
  #302  
Old 12-20-2010, 07:41 PM
KrU$ty's Avatar
KrU$ty KrU$ty is offline
 
Join Date: Oct 2007
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When i add the line

{vb:cssfile forumbits.css,forumhome.css,widgets.css,sidebar.cs s,options.css,tagcloud.css}

to WIKIFORUMHOME I get an error:

Quote:
Fatal error: Uncaught exception 'Exception' with message 'Unable to find a class to validate: vB_TemplateParser_Curlycssfile' in /home/sylithr/public_html/GALACTICCONTROL.COM/includes/class_template_parser.php:1083 Stack trace: #0 /home/sylithr/public_html/GALACTICCONTROL.COM/includes/class_template_parser.php(1019): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array) #1 /home/sylithr/public_html/GALACTICCONTROL.COM/includes/adminfunctions_template.php(2863): vB_TemplateParser->validate(Array) #2 /home/sylithr/public_html/GALACTICCONTROL.COM/admincp/template.php(2121): compile_template('??{vb:stylevar ...') #3 {main} thrown in /home/sylithr/public_html/GALACTICCONTROL.COM/includes/class_template_parser.php on line 1083
The other CSS elements in additional.css work fine though.

EDIT: I used the following code and it fixed the problem with the sidebar:

Quote:
<vb:if condition="$vboptions['storecssasfile']">
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}forumhome-rollup.css" />
<vb:else />
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}forumbits.css,forumhome.css,tagcloud.css " />
</vb:if>
Now i just need ot get it working with VBa
Reply With Quote
  #303  
Old 12-20-2010, 08:22 PM
MoreLinux MoreLinux is offline
 
Join Date: Dec 2009
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@KrU$ty: Looking at GALACTICCONTROL.COM you are running VB4.0.3, so that might the problem. I'm running VB4.1.0pl2 and fixed the broken vbMediaWiki for that version.
Reply With Quote
  #304  
Old 12-24-2010, 10:24 PM
amirsyria amirsyria is offline
 
Join Date: Nov 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, Thank You for this Mod

but, can i register by Arabic names ?? and how ?

and i can't disable magic quotes!! how can i do it ??

I hope, suported Arabic in this mod ant onther, spiceal The style ..

thank you agin ..
Reply With Quote
  #305  
Old 12-28-2010, 12:52 PM
hollosch's Avatar
hollosch hollosch is offline
 
Join Date: Nov 2005
Location: Germany
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MoreLinux View Post
The nice navigation bar is missing many CSS elements. This is due to a mayor in the forumdisplay.css file. The best way to fix this to add the following code to you additional.css file.
Code:
/* MediaWiki fix */
.above_threadlist_controls {
	clear: both;
	display:block;
	width: 100%;
	border: {vb:stylevar forummenu_border};
	background: {vb:stylevar forummenu_background};
	_background-image: none;
	margin-top: {vb:math {vb:stylevar padding}/2};
	margin-bottom: 0;
	position: relative;
	-moz-border-radius: {vb:stylevar forummenu_border_radius};
	-webkit-border-radius: {vb:stylevar forummenu_border_radius};
	float: {vb:stylevar left};
}
.above_threadlist_controls ul {
	padding: {vb:math {vb:stylevar padding}/2} 0;
	float: {vb:stylevar right};
	margin-{vb:stylevar right}: {vb:stylevar padding};
}
.forumdisplaypopups a.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a.popupctrl {
	font: {vb:stylevar forummenu_font};
	color: {vb:stylevar forummenu_color};
	background: transparent url({vb:stylevar imgdir_misc}/black_downward_arrow.png) no-repeat center {vb:stylevar left};
	padding: 0;
	padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2};
	border: 0;
	padding-{vb:stylevar left}: 15px; /* based on icon size */
	display:block;
	_display:inline;
	float: {vb:stylevar left};
	clear: {vb:stylevar right};
}
.forumdisplaypopups li {
	position: relative;
	_display:block;
	_float: {vb:stylevar left};
	_clear: {vb:stylevar right};
}

/* Watch/Unwatch Icon Styling */
#ca-unwatch.icon a,
#ca-watch.icon a {
margin: 0;
padding: 0;
outline: none;
display: block;
width: 26px;
height: 14px;
}
#ca-unwatch.icon a {
background-image: url(images/watch-icons.png);
background-position: -43px 60%;
}
#ca-watch.icon a {
background-image: url(images/watch-icons.png);
background-position: 5px 60%;
}
#ca-unwatch.icon a:hover {
background-image: url(images/watch-icons.png);
background-position: -67px 60%;
}
#ca-watch.icon a:hover {
background-image: url(images/watch-icons.png);
background-position: -19px 60%;
}
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
background-image: url(images/watch-icon-loading.gif);
background-position: center 60%;
}
#ca-unwatch.icon a span,
#ca-watch.icon a span {
display: none;
}
[/LIST]
Hope this helps.
Where can I find the additional.css - file ?
Reply With Quote
  #306  
Old 12-28-2010, 01:27 PM
hollosch's Avatar
hollosch hollosch is offline
 
Join Date: Nov 2005
Location: Germany
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have .htaccess-files in ../forum and ../wiki
I posted to both files "php_flag magic_quotes_gpc Off" in the top of the files and it doesn't work. what may be the problem ?

thx
Reply With Quote
  #307  
Old 12-29-2010, 02:27 AM
Daryn Daryn is offline
 
Join Date: Nov 2008
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So are there any plans to update this with all the mentioned fixes?
Reply With Quote
  #308  
Old 12-29-2010, 06:08 AM
MoreLinux MoreLinux is offline
 
Join Date: Dec 2009
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hollosch View Post
Where can I find the additional.css - file ?
The file isn't on the file system. It's a VB template. In the VB4 Admin Control Panel => Styles and Templates => Search in Templates for the "additional.css" file.
Reply With Quote
  #309  
Old 12-29-2010, 03:03 PM
hollosch's Avatar
hollosch hollosch is offline
 
Join Date: Nov 2005
Location: Germany
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MoreLinux View Post
The file isn't on the file system. It's a VB template. In the VB4 Admin Control Panel => Styles and Templates => Search in Templates for the "additional.css" file.
Thanks, works perfect !!!
Reply With Quote
  #310  
Old 12-29-2010, 03:55 PM
iamacyborg iamacyborg is offline
 
Join Date: Sep 2009
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance this works for vB 3.86?
Reply With Quote
  #311  
Old 12-30-2010, 03:44 PM
hollosch's Avatar
hollosch hollosch is offline
 
Join Date: Nov 2005
Location: Germany
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hollosch View Post
I have .htaccess-files in ../forum and ../wiki
I posted to both files "php_flag magic_quotes_gpc Off" in the top of the files and it doesn't work. what may be the problem ?

thx
Nobody else the same problem or a solution ???
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:35 AM.


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.09621 seconds
  • Memory Usage 2,361KB
  • 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
  • (6)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
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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