Resource icon

Unmaintained [RAID101.com] Followers Count 1.0

No permission to download
This release can be upgraded using the Add-On Installer by Chris Deeming
autoinstall.png


Please consider donating if you find this add-on useful. Contact: moz@raid101.com
If you would like to get automated email delivery on updates via FetchApp, please drop me a mail or start a conversation or click here

Description:
This addon adds a statistic to your forum: Followers

At the moment the total number of followers for a user are shown only on the user profile page, with this addon you can add that statistic to other areas of your forum such as Member's Card, Profile, Visitor Panel and Postbit.

2013-03-08_014550.webp

Features:
Show total followers for a user these places:
-Member Card
-Members List (TMS required)
-User Profile
-Visitor Panel
-Postbit

Adds Followers Count as a criteria for Member List Manager

Admin Options:
You can choose where to display the count. Here is the screen:
2013-03-08_014434.webp

Installation:
Use Add-On Installer by Chris Deeming or the following:
  1. The zip file contains an "upload" folder. Upload the contents of the folder in the root XF folder, thereby creating a library/FollowersCount directory on your server.
  2. The zip file contains a "addon-FollowersCount.xml" file. Import the appropriate XML in your Admin CP.
Usage:
Install and then go to Options -> Followers Count and choose where you want to show the statisitic.

TMS is required to display the statistic on the Members list. If you have Member List Manager installed, then this modification is not required.

Manual modification:
Find:
Code:
<dt>{xen:phrase trophy_points}:</dt> <dd title="{xen:phrase trophy_points}">{xen:number $user.trophy_points}</dd>

Replace with:
Code:
<dt>{xen:phrase trophy_points}:</dt> <dd title="{xen:phrase trophy_points}">{xen:number $user.trophy_points}</dd>
<xen:if is="{$xenOptions.followers_count_display.4}=='1'">
<dt>{xen:phrase followers_count_follow_count}:</dt><dd  title="{xen:phrase followers_count_follow_count}">{xen:number $user.follow_count}</dd>
</xen:if>

If you have Member List Manager, this will add the criteria automatically, you can further configure it if you wish. If by any chance you delete the criteria, you can add it again by importing the XML in the Member List Manager, the XML is located in library/FollowersCount/XML

Technical Details:
  • As such, this addon can be disabled or uninstalled very easily without any lasting effects
  • This addon has 0 query overhead.
  • If you have Template Modification System, this addon will install 1 modifications.
Support/Enhancements:
To report any bugs please feel free to contact the developer and also submit the bugs at Followers Count | RAID101
To suggest new features/more sorting options please feel free to contact the developer or submit your requests at Followers Count | RAID101


  • Like
Reactions: Imgbi and ZacLoL
Author
MOZ
Downloads
73
Views
1,067
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from MOZ

Top Bottom