Skip to content

OUGC-Network/OUGC-Display-Message-In-Forum-Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

OUGC Display Message In Forum Display

Status GitHub Issues GitHub Pull Requests License


Display the thread message inside the forum display thread listing.

📜 Table of Contents

🚀 About

This user-friendly plugin allows thread messages to appear directly in the forum display, offering a convenient preview without entering individual threads. Administrators have the flexibility to showcase attachments, either partially or in full, alongside the thread messages. With customizable settings, admins can select specific forums to activate this feature and choose whether to display attachments or solely the thread message.

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
 │ │ │ ├── DisplayMessageInForumDisplay
 │ │ │ │ ├── Hooks
 │ │ │ │ │ ├── Admin.php
 │ │ │ │ │ ├── Forum.php
 │ │ │ │ ├── settings.json
 │ │ │ │ ├── Admin.php
 │ │ │ │ ├── Core.php
 │ │ ├── ougc_dmifd.php
 │ ├── languages
 │ │ ├── espanol
 │ │ │ ├── admin
 │ │ │ │ ├── ougc_dmifd.lang.php
 │ │ ├── english
 │ │ │ ├── admin
 │ │ │ │ ├── ougc_dmifd.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 thread message or attachments it is required that you edit the forumdisplay_thread template for each of your themes.

  1. Open the forumdisplay_thread template for editing.
  2. Add {$thread['message']} wherever you want the message to be displayed.
  3. Add {$thread['attachmentlist']} to display all attachments.
  4. Add {$thread['thumblist']} to display only the thumb list.
  5. Add {$thread['imagelist']} to display only the image list.
  6. Save the template.

Go up to Table of Contents

🛠 Settings

Below you can find a description of the plugin settings.

Global Settings

  • Enabled Forums select
    • Select the forums where this feature should be enabled in.
  • Display Attachments yesNo Default: no
    • Enable to display the thread attachments along the message.

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

About

Display the thread message inside the forum display thread listing.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages