diff --git a/Upload/admin/modules/wiki/home.php b/Upload/admin/modules/wiki/home.php index 2282c5f..45c0266 100644 --- a/Upload/admin/modules/wiki/home.php +++ b/Upload/admin/modules/wiki/home.php @@ -79,11 +79,13 @@ $table->construct_cell($latest_release['body']); $table->construct_cell("" . $lang->new_release_download . "", array('class' => 'align_center')); $table->construct_row(); - $table->output($lang->wiki_updates_header); + } + else { + $table->construct_cell($lang->wiki_updates, array("class" => "align_center")); + $table->construct_row(); } - $table->construct_cell($lang->wiki_updates, array("class" => "align_center")); - $table->construct_row(); + $table->output($lang->wiki_updates_header); } $page->output_footer(); diff --git a/Upload/inc/languages/english/admin/wiki.lang.php b/Upload/inc/languages/english/admin/wiki.lang.php index 2937404..20cd48f 100644 --- a/Upload/inc/languages/english/admin/wiki.lang.php +++ b/Upload/inc/languages/english/admin/wiki.lang.php @@ -44,8 +44,8 @@ $l['wiki_docs'] = "Documentation"; $l['wiki_docs_description'] = "How to manage and run the MyBB Wiki on your forum."; $l['wiki_intro_body'] = "

Welcome to MyBB Wiki!

Thank you for downloading and installing it, it means a lot to me, as it is my first plugin of substance."; -$l['wiki_intro_par1'] = "

About

The Wiki Plugins I have seen are usually outdated and/or buggy. That's why I wanted to build this, a simple, extensible wiki with a solid and reliable backend. MyBB Wiki is my view at a wiki. It is very simple without the bells and whistles. It sports MyCode, Article Protection and a dedicated Admin CP Module, from which you can manage articles posted, add categories and read Documentation."; -$l['wiki_intro_par2'] = "

Updates

For news about updates, you can check out the GitHub repository or check out the MyBB Community Thread.

You are running version {1}."; +$l['wiki_intro_par1'] = "

About

The Wiki Plugins I have seen are usually outdated and/or buggy. That's why I wanted to build this, a simple, extensible wiki with a solid and reliable backend. MyBB Wiki is my view at a wiki. It is very simple without the bells and whistles. It sports MyCode, Article Protection and a dedicated Admin CP Module, from which you can manage articles posted, add categories and read Documentation.

The Wiki is located at thiswebsite.com/wiki.php - where thiswebsite.com is your forum's url."; +$l['wiki_intro_par2'] = "

Updates

For news about updates, you can check out the GitHub repository or check out the MyBB Community Thread.

You are running version {1}."; $l['wiki_docs_2'] = "Extensibility"; $l['wiki_ext_desc'] = "How to extend the Wiki System with your own plugins."; $l['wiki_ext_head'] = "

Extensibility

"; @@ -126,7 +126,7 @@ $l['wiki_welcome'] = "

Wiki Admin Control Panel

"; $l['wiki_total_articles'] = "

{1} article{2}

"; $l['wiki_total_cats'] = "

{1} categor{2}

"; -$l['wiki_updates'] = "Whilst we work on getting an automatic update scanner working, you can check here, on GitHub, for new releases."; +$l['wiki_updates'] = "MyBB Wiki is fully up to date"; $l['wiki_updates_header'] = "Updates"; $l['wiki_check_for_updates'] = "

Check for updates

"; $l['wiki_version'] = "

Version {1}

"; diff --git a/Upload/inc/plugins/wiki/templates/article.html b/Upload/inc/plugins/wiki/templates/article.html index b9bd893..9d2da53 100644 --- a/Upload/inc/plugins/wiki/templates/article.html +++ b/Upload/inc/plugins/wiki/templates/article.html @@ -24,7 +24,7 @@ {$protectedbit} - {$wiki['contents']} + {$wiki['content']}