[BS] Live forum statistics [Deleted]

I switched from Addon flare's. This is better in every way. Most importantly the developer listens and implements suggestions in a matter of days not years as is the case with Addon Flare. So far I'm happy with this.
Are you able to link your site please?
 
Hey @021 I just signed up on your dev site as TopSilver. I plan on buying this more than likely sometime this summer. I had one question if the price that was $65 was lifetime. It wouldn't let me see the different price package intervals. If so I'll probably be buying that one.
 
Hey @021 I just signed up on your dev site as TopSilver. I plan on buying this more than likely sometime this summer. I had one question if the price that was $65 was lifetime. It wouldn't let me see the different price package intervals. If so I'll probably be buying that one.
.hello. Your account has been approved. $65 is the license for the year. I do not sell add-ons for lifetime.
 
.hello. Your account has been approved. $65 is the license for the year. I do not sell add-ons for lifetime.

Oh okay thanks. I wasn't aware. I'll check back over the summer to probably buy it. Currently I'm using addonflares add-on.
 
021 updated [BS] Live forum statistics with a new update entry:

1.1.0

.changes:
  • New Member definition options
    • User is a member of any of these groups
    • User is NOT a member of any of these groups
  • New style properties
    • Enable second data display for thread items
  • Saving tab title: If the developer mode is turned off, the contents of the phrase in the visitor’s language, and not in the master language, will be changed
  • A warning was added when filling in the field "add-on"
  • Store page...

Read the rest of this update entry...
 
Bug: Upgrading this has disabled the scrolling function of the panel. Now it doesn't allow a user-set number of records. Some folks have it set at 200, but the scrolling function doesn't appear.
.you probably changed the statistics templates. You need to merge the changes here: admin.php?templates/outdated
 
One quick question:

There is any way to suppress a user to show in the Members Widget?

Is my RSS crawler bot, and he is always on the top posters, so, i want to hide this user in this widget.

Maybe some editing in extra.less?
 
One quick question:

There is any way to suppress a user to show in the Members Widget?

Is my RSS crawler bot, and he is always on the top posters, so, i want to hide this user in this widget.

Maybe some editing in extra.less?
.yes
Code:
.lfs {
    #js-lfsItemUser-user_id {
        display: none;
    }
}
 
Any chance to modify this so the original thread starter (the "OP") can have his avatar shown to the LEFT of the thread, the latest poster avatar to the right? The add-on that Live Forum Statistics replaced did this.

Screenshot_2020-05-14 The Fastlane Entrepreneur Forum.png

Since we started using this, a lot of folks have complained that this is no longer the case.

Thus far however, we are very happy with this -- has paid for itself with the "paid pins" function.
 
  • Like
Reactions: 021
Any chance to modify this so the original thread starter (the "OP") can have his avatar shown to the LEFT of the thread, the latest poster avatar to the right? The add-on that Live Forum Statistics replaced did this.
.this modification can help you:

Search type: Regular expression
Find: /<xf:avatar user="{\$user}" size="xxs" \/>.*?<\/xf:if>/s
Replace:
Code:
$0

<div class="structItem-cell structItem-cell--avatar">
    <xf:avatar user="{$thread.User}" size="xxs" />
</div>
 
Back
Top Bottom