GitHub - CommSysEng/phpbb-ext-showtopicstarter: phpBB 3.2 extension Show Topic Starter · GitHub
Skip to content

CommSysEng/phpbb-ext-showtopicstarter

 
 

Repository files navigation

PhpBB Extension - marttiphpbb Show Topic Starter

Topic on phpBB.com

Requirements

phpBB 3.2+ PHP 7+

Features

This extension shows the string "Topic Starter" underneath the avatar in all posts of the topic starter (OP).

The original idea is from the MOD Topic Starter. Implemented as phpBB 3.2 extension.

Screenshot

Topic Starter

Quick Install

You can install this on the latest release of phpBB 3.2 by following the steps below:

  • Create marttiphpbb/showtopicstarter in the ext directory.
  • Download and unpack the repository into ext/marttiphpbb/showtopicstarter
  • Enable Show Topic Starter in the ACP at Customise -> Manage extensions.

Customisation

You can customise the text description by modifying '/ext/marttiphpbb/showtopicstarter/language/en/common.php' Replace 'Topic Starter' in the line 'MARTTIPHPBB_SHOWTOPICSTARTER_TOPIC_STARTER' => 'Topic Starter',' with your customised text.

You can customise the appearance by modifying the CSS file '/ext/marttiphpbb/showtopicstarter/styles/prosilver/theme/showtopicstarter.css'

Clear the system cache after the files have been modified. (ACP -> General -> Purge the cache)

Uninstall

  • Disable Show Topic Starter in the ACP at Customise -> Extension Management -> Extensions.
  • To permanently uninstall, click Delete Data. Optionally delete the /ext/marttiphpbb/showtopicstarter directory.

Support

License

GPL-2.0

About

phpBB 3.2 extension Show Topic Starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • PHP 83.1%
  • HTML 12.6%
  • CSS 4.3%