Skip to content

OUGC-Network/OUGC-Profile-Activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

OUGC Profile Activity

Status GitHub Issues GitHub Pull Requests License


Show an overview of latest user threads or posts in profiles.

📜 Table of Contents

🚀 About

OUGC Profile Activity by OUGC.Network transforms user profiles by showcasing the user's latest threads or posts, offering a glimpse into their forum activity at a glance. With engaging previews of the content message directly within profiles, enhance user interactions and foster a sense of community. With the flexibility to exclude specific forums from the content, tailoring the displayed content to suit your forum's preferences. With this plugin, create a vibrant forum community where users feel connected and engaged from the moment they visit a profile.

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
 │ │ │ ├── ProfileActivity
 │ │ │ │ ├── Hooks
 │ │ │ │ │ ├── Admin.php
 │ │ │ │ │ ├── Forum.php
 │ │ │ │ ├── Templates
 │ │ │ │ │ ├── PostIcon.html
 │ │ │ │ │ ├── PostsRow.html
 │ │ │ │ │ ├── PostsRowEmpty.html
 │ │ │ │ │ ├── PostsTable.html
 │ │ │ │ │ ├── ThreadsRow.html
 │ │ │ │ │ ├── ThreadsRowEmpty.html
 │ │ │ │ │ ├── ThreadsTable.html
 │ │ │ │ ├── settings.json
 │ │ │ │ ├── Admin.php
 │ │ │ │ ├── Core.php
 │ │ ├── ougc_profileactivity.php
 │ ├── languages
 │ │ ├── english
 │ │ │ ├── admin
 │ │ │ │ ├── ougc_profileactivity.lang.php
 │ │ │ ├── ougc_profileactivity.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 activity content in profiles it is required that you edit the member_profile template for each of your themes.

  1. Open the member_profile template for editing.
  2. Add {$memprofile['ougcProfileActivityThreads']} and {$memprofile['ougcProfileActivityPosts']} after {$contact_details}.
  3. Save the template.

Alternatively, you could place these variables anywhere within the member_profile template.

Go up to Table of Contents

🛠 Settings

Below you can find a description of the plugin settings.

Global Settings

  • Maximum Threads To Display numeric
    • Select how many latest threads to display in profiles. Select 0 to disable.
  • Maximum Posts To Display numeric
    • Select how many latest posts to display in profiles. Select 0 to disable.
  • Ignored Thread Forums select Default: none
    • Select what forums to ignore when building the latest threads activity content.
  • Ignored Post Forums select Default: none
    • Select what forums to ignore when building the latest posts activity content.
  • Maximum Subject Character Length numeric Default: 100
    • You can strip the thread or post subject to fit specific widths.

Go up to Table of Contents

📖 Usage

Custom Moderation Tools

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

Show an overview of latest threads and/or posts in profile.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published