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

Reply
 
Thread Tools
vBulletin Style Skin for MediaWiki Details »»
vBulletin Style Skin for MediaWiki
Version: 1.00, by Jaxel Jaxel is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.3 Rating:
Released: 10-09-2008 Last Update: 10-09-2008 Installs: 76
Additional Files  
No support by the author.

vBulletin MediaWiki Skin

The purpose of this mod is to get your MediaWiki to look like your forums... A lot of people have been having trouble getting their Wikis to look streamlined with their forums, this is my first attempt.

------------
INSTALLATION
------------

1. Upload the contents of the "upload" folder to the "skins" directory of your Wiki installation...

2. Go into WIKIDIRECTORY/skins/vBulletin.php and replace all instances of <URLTOFORUMS> with the URL to your forums (ex: http://www.vbulletin.com/forums), make sure to leave the trailing slash off.

If you use the standard vBulletin skin, you are DONE. Your new skin can be selected or forced in your Wiki settings.

If you use a customized skin, please read the following steps...

-----------
CUSTOMIZING
-----------

3. Go into your vBulletin AdminCP > vBulletin Options > Style & Language Settings and make sure that "Store CSS Stylesheets as Files?" is set to yes and working. If it is, go into your FTP and download the CSS file from FORUMDIRECTORY/clientcript/vbulletin_css/, if you find multiple stylesheets in there, make sure to take the one with the same style sheet ID as the style you would like to enable for your Wiki. Rename this file to vbulletin.css and copy it over into the WIKIDIRECTORY/skins/vbulletin/ directory, overwriting the existing file.

4. Go into WIKIDIRECTORY/skins/vBulletin.php and find the section called <!-- HEADER -->. Make edits to this area to match the header to your skin. You can not use vB variables in this area, so make everything absolute. Be sure to remember to set the variables for the spacer_open variables towards the end.

5. Go into WIKIDIRECTORY/skins/vBulletin.php and find the section called <!-- FOOTER -->. Make edits to this area to match the footer to your skin. You can not use vB variables in this area, so make everything absolute.

6. If you know anything about skinning the Wiki, feel free to edit other areas. I have tried my best to limit the need to edit other areas.

Show Your Support

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

Comments
  #22  
Old 10-15-2008, 04:46 AM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm working on fixing the CSS for this script... its really confusing... fix will come in time...

@carrlos, I dont see two boxes... I am not logged in.
Reply With Quote
  #23  
Old 10-15-2008, 11:55 AM
carrlos's Avatar
carrlos carrlos is offline
 
Join Date: Nov 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jaxel, I'm getting the error whether or not I am connected:

Reply With Quote
  #24  
Old 10-15-2008, 04:57 PM
Dave Alcock Dave Alcock is offline
 
Join Date: Aug 2006
Location: Durban, South Africa
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hollosch View Post
Hi,
how can i change the linkcolor for "wanted pages", when i use the ccs file from my vb-Style ?

thanks
I've sort of solved the problem - It's a conflict in the css.

This mod is merging the vbulletin css and main css files and there is a conflict in a: values.

The wanted page link is indicated by the .new class in the main css, but it is being over-ridden by a: values being set in the vbulletin css

I've solved it by deleting the alt1 class a: entries in the vbulletin css. From there, modify the a: colours for the .new class in the main css if you're not happy with the Wiki default colours.
Reply With Quote
  #25  
Old 10-16-2008, 12:02 AM
leonnix leonnix is offline
 
Join Date: Sep 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having the same problem as Carrlos ! two search boxes and two tool boxes !

You can have a look at my forum !
Link: http://www.rowiki.net/wiki
Account: Memphis
Pass: 123

BTW could you have a look at my logo and footer ?

I only have the logo on the left.

I have those pics for the Header and Footer but I have no ideas what to do with those to make them look like my forum's. I'm bad with coding, so I need your help !

Link to my forum: http://www.rowiki.net/forum

Those images attached bellow are the footer(small one) and header (big one) !

Thank you in advance
Reply With Quote
  #26  
Old 10-16-2008, 12:26 AM
carrlos's Avatar
carrlos carrlos is offline
 
Join Date: Nov 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by leonnix View Post
I'm having the same problem as Carrlos ! two search boxes and two tool boxes !
Thanks for speaking up leonnix! I thought it was just me and that everyone was ignoring me!! Hopefully someone can tell us why and how to fix it.
Reply With Quote
  #27  
Old 10-16-2008, 03:43 AM
leonnix leonnix is offline
 
Join Date: Sep 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok Carrlos I find out the problems ! All you have to do is to fix your mediawiki:sidebar page. Go and look for these line *Tool and *Search then delete them !
Reply With Quote
  #28  
Old 10-16-2008, 04:18 AM
carrlos's Avatar
carrlos carrlos is offline
 
Join Date: Nov 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by leonnix View Post
Ok Carrlos I find out the problems ! All you have to do is to fix your mediawiki:sidebar page. Go and look for these line *Tool and *Search then delete them !
EXCELLENT leonnix!!! That did the trick! Thanks! :up:
Reply With Quote
  #29  
Old 10-17-2008, 04:02 AM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you got it figured out.
Reply With Quote
  #30  
Old 10-17-2008, 03:18 PM
leonnix leonnix is offline
 
Join Date: Sep 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx for this skin Jaxel, my site looks much better now !

BTW there is a small problem that I need your help ! could you tell me how I can make the the link to a not-created-yet page red like the one shown below ?

the link to that part is:http://www.rowiki.net/wiki/index.php...1i_v%E1%BA%ADt
ID:Memphis
pass:123
Reply With Quote
  #31  
Old 10-17-2008, 03:23 PM
hollosch's Avatar
hollosch hollosch is offline
 
Join Date: Nov 2005
Location: Germany
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by leonnix View Post
thx for this skin Jaxel, my site looks much better now !

BTW there is a small problem that I need your help ! could you tell me how I can make the the link to a not-created-yet page red like the one shown below ?
https://vborg.vbsupport.ru/showpost....1&postcount=23
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 01:55 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.07307 seconds
  • Memory Usage 2,310KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete