Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
THS Wiki - Lightweight wiki for vBulletin Details »»
THS Wiki - Lightweight wiki for vBulletin
Version: 1.3, by Cip Cip is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 05-15-2009 Last Update: 07-18-2009 Installs: 85
DB Changes Auto-Templates
Additional Files  
No support by the author.

THS Wiki is a lightweight wiki for vBulletin which we built when there were none that integrated smoothly with vBulletin.

What it does
  • Uses forum for storage (threads => articles, posts => revisions)
  • TinyMCE editor
  • Script, object and embed tag suppression
  • BBCode
  • User banning
  • Custom URL formats
  • Search within the wiki

Things it does not do
  • Templates (the wiki kind, not the vBulletin one)
  • Namespaces

Demo

Bugs, questions, feedback? Let us know!

Download Now

File Type: zip THS Wiki.zip (529.1 KB, 423 views)

Screenshots

File Type: png thswiki2.png (47.8 KB, 0 views)
File Type: jpg thswiki3.jpg (119.1 KB, 0 views)

Show Your Support

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

Comments
  #82  
Old 09-29-2009, 03:31 PM
Cip Cip is offline
 
Join Date: Jul 2008
Location: Stockholm, Sweden
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually, there's no "internal linking" system as of now. You'll have to create your own BBCode to solve that. I don't know exactly how to proceed since I want to throw out TinyMCE as the main editor (I don't have the required skills (JavaScript) to add appropriate features) yet stay away from vBulletin's (It's too basic).

Edit: ...or you could - rather than using BBCode - let your users simply add hardcore HTML links between pages through TinyMCE.
Reply With Quote
  #83  
Old 10-11-2009, 06:29 PM
jahshaka jahshaka is offline
 
Join Date: Jan 2006
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its says in the intro '# Custom URL formats'

any info on this?
Reply With Quote
  #84  
Old 10-12-2009, 05:32 AM
Cip Cip is offline
 
Join Date: Jul 2008
Location: Stockholm, Sweden
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Custom URLs is something you usually see a lot on wikis, often in the shape of example.com/wiki/Article_Name rather than example.com/wiki.php?page=Article_Name.
The idea is to let you decide how the URLs created by the wiki looks, but changing the default setting may (and will, most likely) require you to set up either Ionic Rewriter (IIS 6.0) or Mod Rewrite rules (Apache).

The options available for modding are (these will be changed in 1.4):
  • Article URL (default: /wiki.php?page=%page%)
  • Edit append (default: &edit)
  • Search append (default: &search)
Reply With Quote
  #85  
Old 10-12-2009, 05:51 AM
WEBDosser's Avatar
WEBDosser WEBDosser is offline
 
Join Date: Oct 2001
Location: @ MyPC
Posts: 824
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by profanitytalker View Post
reserved
ditto
Reply With Quote
  #86  
Old 10-17-2009, 04:36 AM
mhackl mhackl is offline
 
Join Date: Aug 2006
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

VbSEO Custom Rewrite Rule for THS Wiki articles

Code:
//THS Wiki
'^wiki\.php\?page=(.*)'=>'wiki/$1.html'
Two more rules need to be made for "Special:*" and "&edit=". This is the first time I've ever written a rule before so if someone knowledgeable wants to share how those rules need to be written, please do. Meanwhile I'll be doing the trial and error thing until I get it.
Reply With Quote
  #87  
Old 10-17-2009, 05:22 AM
mhackl mhackl is offline
 
Join Date: Aug 2006
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BBCode is showing when you go to the thread/post in the host forum but not in the wiki. Any ideas? .... and it would be nice to have at least the basic editor from vb
Reply With Quote
  #88  
Old 10-17-2009, 08:06 AM
Neomega Neomega is offline
 
Join Date: Sep 2004
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, was looking for a wiki I need something like this for my community site www.gamescrim.com, looks like a great mod thanks a lot!
Reply With Quote
  #89  
Old 10-18-2009, 08:43 AM
Cip Cip is offline
 
Join Date: Jul 2008
Location: Stockholm, Sweden
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mhackl View Post
VbSEO Custom Rewrite Rule for THS Wiki articles

Code:
//THS Wiki
'^wiki\.php\?page=(.*)'=>'wiki/$1.html'
Two more rules need to be made for "Special:*" and "&edit=". This is the first time I've ever written a rule before so if someone knowledgeable wants to share how those rules need to be written, please do. Meanwhile I'll be doing the trial and error thing until I get it.
Actually, Special: doesn't need any further tweaking since it counts as a page. (just that it's reserved from editing and stuff). I'm going to remove &edit and &.... whatever the second one is, I forgot, instead it'll be either PageName:edit or Special:Edit:PageName. I guess time will tell

Quote:
Originally Posted by mhackl View Post
BBCode is showing when you go to the thread/post in the host forum but not in the wiki. Any ideas? .... and it would be nice to have at least the basic editor from vb
Make sure you didn't disable it in your THS Wiki settings, those settings are separate from the actual forum.

Worth mentioning:
The code defaults to not displaying BBCode, but when you first install the product it changes that setting in the database (which is then loaded into the code). So if your TABLE_PREFIX.'thswikisettings' table isn't properly set up (missing entries etc.) you may experience a situation where it defaults to very restrictive settings.
Reply With Quote
  #90  
Old 10-18-2009, 08:56 AM
mantoi mantoi is offline
 
Join Date: Sep 2009
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any one can edit it
i want only admin can edit it

help plz
Reply With Quote
  #91  
Old 10-19-2009, 04:22 PM
Cip Cip is offline
 
Join Date: Jul 2008
Location: Stockholm, Sweden
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mhackl View Post
BBCode is showing when you go to the thread/post in the host forum but not in the wiki. Any ideas? .... and it would be nice to have at least the basic editor from vb
Another thing I realised; make sure that it isn't your rewrite rule (URL thingie) that is messing with you.
Quote:
Originally Posted by mantoi View Post
any one can edit it
i want only admin can edit it

help plz
At the moment the only ways to restrict users from editing pages is to add them to the Locked Pages list in your AdminCP and/or ban the users (add them to the Banned Users list), but the second method might not be appropriate for only allowing admins. We'll be implementing further wiki usage permissions in a future release.
Reply With Quote
Reply

Thread Tools

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 07:01 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.04760 seconds
  • Memory Usage 2,336KB
  • 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
  • (2)bbcode_code
  • (5)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)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