OUGC-Network / OUGC-Thread-Contributors

Displays a list of users who contributed to a discussion
https://ougc.network/entry?threads-ougc-thread-contributors
GNU General Public License v3.0
2 stars 1 forks source link

Project logo

OUGC Thread Contributors

[![Status](https://img.shields.io/badge/status-active-success.svg)]() [![GitHub Issues](https://img.shields.io/github/issues/OUGC-Network/OUGC-Thread-Contributors.svg)](./issues) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/OUGC-Network/OUGC-Thread-Contributors-Media.svg)](./pulls) [![License](https://img.shields.io/badge/license-GPL-blue)](/LICENSE)

Displays a list of users who contributed to a discussion.

๐Ÿ“œ Table of Contents

๐Ÿš€ About

OUGC Thread Contributors is a MyBB plugin designed to enhance user engagement and provide a comprehensive overview of thread participants. With this simple plugin, users can easily access a list of contributors who have posted or commented within a thread. The list ensures an accurate representation of participant involvement, fostering greater interaction and community engagement.

Go up to Table of Contents

๐Ÿ“ Getting Started

The following information will assist you into getting a copy of this plugin up and running on your forum.

Dependencies

A setup that meets the following requirements is necessary to use this plugin.

File structure

   .
   โ”œโ”€โ”€ inc
   โ”‚ โ”œโ”€โ”€ plugins
   โ”‚ โ”‚ โ”œโ”€โ”€ ougc
   โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ ThreadContributors
   โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ templates
   โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ .html
   โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ user.html
   โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ user_avatar.html
   โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ user_plain.html
   โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ user_postcount.html
   โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ settings.json
   โ”‚ โ”‚ โ”œโ”€โ”€ ougc_threadcontributors.php.php
   โ”‚ โ”œโ”€โ”€ languages
   โ”‚ โ”‚ โ”œโ”€โ”€ espanol
   โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ admin
   โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ ougc_threadcontributors.lang.php
   โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ ougc_threadcontributors.lang.php
   โ”‚ โ”‚ โ”œโ”€โ”€ english
   โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ admin
   โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ ougc_threadcontributors.lang.php
   โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ ougc_threadcontributors.lang.php

Installing

Follow the next steps in order to install a copy of this plugin on your forum.

  1. Download the latest package from the MyBB Extend site or from the repository releases.
  2. Upload the contents of the Upload folder to your MyBB root directory.
  3. Browse to Configuration ยป Plugins and install this plugin by clicking Install & Activate.

Updating

Follow the next steps in order to update your copy of this plugin.

  1. Browse to Configuration ยป Plugins and deactivate this plugin by clicking Deactivate.
  2. Follow step 1 and 2 from the Install section.
  3. Browse to Configuration ยป Plugins and activate this plugin by clicking Activate.

Template Modifications

To display the list of contributors it is required that you edit the showthread template for each of your themes.

  1. Open the showthread template for editing.
  2. Find {$usersbrowsing}.
  3. Add {$ougc_threadcontributors_list} right after.
  4. Save the template.

Go up to Table of Contents

๐Ÿ›  Settings

Below you can find a description of the plugin settings.

Global Settings

Go up to Table of Contents

๐Ÿ“ Templates

The following is a list of templates available for this plugin. Uncommon in plugins, we use some templates exclusively for the Administrator Control Panel.

Go up to Table of Contents

๐Ÿ“– Usage

This plugin has no additional configurations; after activating make sure to modify the global settings in order to get this plugin working.

Go up to Table of Contents

โ› Built Using

Go up to Table of Contents

โœ๏ธ Authors

See also the list of contributors who participated in this project.

Go up to Table of Contents

๐ŸŽ‰ Acknowledgements

Go up to Table of Contents

๐ŸŽˆ Support & Feedback

This is free development and any contribution is welcome. Get support or leave feedback at the official MyBB Community.

Thanks for downloading and using our plugins!

Go up to Table of Contents