vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - THS Wiki - Lightweight wiki for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=213853)

Morsolo 08-26-2009 09:28 AM

Just bumping up, any developments?

I want to release a Wiki site for some friends, but I really like the sound of version 1.4.

arbfuture 08-26-2009 09:30 AM

good work thx alot

Jaxel 08-26-2009 08:14 PM

Any chance of this ever being programmed with Wiki Templates? I need templates for my Wiki... as well as parser functions...

Code:

{{ Move List Start }}

{{ Move List Row
| atk = Swift Espada
| cmd = [[Image:A.gif]][[Image:A.gif]]
| lvl = [[Image:H.gif]][[Image:H.gif]]
| dmg = 17
| imp = 13
| grd = -14
| hit = -5
| cnt = -5
| scr = 42
| nts = NC
}}

{{ Move List End }}

Code:

{| border="1" cellpadding="2" cellspacing="0" width="100%" bgcolor="#EEEEEE" style="text-align: center" class="sortable"
! bgcolor="#DDDDDD" | <small><strong>Attack Name</strong></small>
! bgcolor="#DDDDDD" | <small><strong>Command</strong></small>
! bgcolor="#DDDDDD" | <small><strong>Level</strong></small>
! bgcolor="#DDDDDD" | <small><strong>IMP</strong></small>
! bgcolor="#DDDDDD" | <small><strong>DMG</strong></small>
! bgcolor="#DDDDDD" | <small><strong>GRD</strong></small>
! bgcolor="#DDDDDD" | <small><strong>HIT</strong></small>
! bgcolor="#DDDDDD" | <small><strong>CH</strong></small>
! bgcolor="#DDDDDD" | <small><strong>SC</strong></small>
! bgcolor="#DDDDDD" | <small><strong>NOTES</strong></small>

|-
| nowrap="nowrap" | <small> {{{atk}}} </small>
| nowrap="nowrap" | <small> {{{cmd}}} </small>
| nowrap="nowrap" | <small> {{{lvl}}} </small>
| <small> {{{imp}}} </small>
| <small> {{{dmg}}} </small>
| bgcolor="#FFFFCC" {{ #ifeq: {{{grd}}} | 0 | bgcolor="#CCFFCC"}} {{ #ifexpr: {{{grd}}} > 0 | bgcolor="#CCCCFF"}} {{ #ifexpr: {{{grd}}} < 0 | bgcolor="#FFCCCC"}} | <small> {{{grd}}} </small>
| bgcolor="#FFFFCC" {{ #ifeq: {{{hit}}} | 0 | bgcolor="#CCFFCC"}} {{ #ifexpr: {{{hit}}} > 0 | bgcolor="#CCCCFF"}} {{ #ifexpr: {{{hit}}} < 0 | bgcolor="#FFCCCC"}} | <small> {{{hit}}} </small>
| bgcolor="#FFFFCC" {{ #ifeq: {{{cnt}}} | 0 | bgcolor="#CCFFCC"}} {{ #ifexpr: {{{cnt}}} > 0 | bgcolor="#CCCCFF"}} {{ #ifexpr: {{{cnt}}} < 0 | bgcolor="#FFCCCC"}} | <small> {{{cnt}}} </small>
| <small> {{{scr}}} </small>
| align="right" style="padding-right:5px" | <small> {{{nts}}} </small>

|- class="sortbottom"
! bgcolor="#DDDDDD" | <small><strong>Attack Name</strong></small>
! bgcolor="#DDDDDD" | <small><strong>Command</strong></small>
! bgcolor="#DDDDDD" | <small><strong>Level</strong></small>
! bgcolor="#DDDDDD" | <small><strong>IMP</strong></small>
! bgcolor="#DDDDDD" | <small><strong>DMG</strong></small>
! bgcolor="#DDDDDD" | <small><strong>GRD</strong></small>
! bgcolor="#DDDDDD" | <small><strong>HIT</strong></small>
! bgcolor="#DDDDDD" | <small><strong>CH</strong></small>
! bgcolor="#DDDDDD" | <small><strong>SC</strong></small>
! bgcolor="#DDDDDD" | <small><strong>NOTES</strong></small>
|}


Cip 08-27-2009 05:48 PM

Quote:

Originally Posted by Morsolo (Post 1874644)
Just bumping up, any developments?

I want to release a Wiki site for some friends, but I really like the sound of version 1.4.

At the moment the development of 1.4 has been halted to allow for us to focus on other products. 1.3 seems to run fine though, download it and have a look at the changelog to see if it could possibly serve as a neat substitute for it's future upgrade :)

Quote:

Originally Posted by Jaxel (Post 1874983)
Any chance of this ever being programmed with Wiki Templates? I need templates for my Wiki... as well as parser functions...

We've been brainstorming around templates and related features; We will at some point create a mimic of the templating done by MediaWiki, though only for compability reasons with the most common templates, I'm afraid a more intelligent system (such as doing calculations and whatnot) is out of the question.

craigecc 08-28-2009 05:10 PM

This is the perfect mod we have been looking for. Our ony problem is we run php 4.4.9, I am a total newbie at this, is there any chance of a version for ours?

Cip 08-29-2009 06:33 AM

I'm afraid that we would need to re-do a lot of the code to make it compatible with PHP 4, I suggest you grab a fiveiron and tell your administrator to upgrade to PHP 5, or else! ;)

dbigras 09-01-2009 06:11 AM

After installing the mod, I get these errors:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/includes/class_thswiki.php on line 240

Morsolo 09-02-2009 04:55 AM

Quote:

Originally Posted by Cip (Post 1875408)
At the moment the development of 1.4 has been halted to allow for us to focus on other products. 1.3 seems to run fine though, download it and have a look at the changelog to see if it could possibly serve as a neat substitute for it's future upgrade :)

Oh yes, 1.3 does run fine. I'm running the site in Alpha at the moment, trying to scope it all out and version 1.3 is great. I'm just saying I could really do with some of those features on the 1.4 list :)

Cip 09-02-2009 01:57 PM

Quote:

Originally Posted by dbigras (Post 1877606)
After installing the mod, I get these errors:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/includes/class_thswiki.php on line 240

What PHP version are you running? (AdminCP -> Maintenance -> View PHP Info)
Quote:

Originally Posted by Morsolo (Post 1878223)
Oh yes, 1.3 does run fine. I'm running the site in Alpha at the moment, trying to scope it all out and version 1.3 is great. I'm just saying I could really do with some of those features on the 1.4 list :)

I'm fairly busy with another project at the moment, but I'll try to come back to this one ASAP :)

dbigras 09-02-2009 11:11 PM

Quote:

Originally Posted by Cip (Post 1878404)
What PHP version are you running? (AdminCP -> Maintenance -> View PHP Info)

PHP Version 5.2.6-1+lenny3


All times are GMT. The time now is 06:36 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.01158 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete