solved

xauUUL

I got less but I got best!
Collaborate
Registered
Joined
Jun 22, 2021
Messages
118
Points
43

Reputation:

solved
 
Last edited:

Fenrir

Collaborate
Collaborate
Registered
Joined
Dec 11, 2021
Messages
110
Points
143

Reputation:

Less:
.template-member_view {
    .contentRow-extra > time {
        display: none;
    }
}
 

xauUUL

I got less but I got best!
Collaborate
Registered
Joined
Jun 22, 2021
Messages
118
Points
43

Reputation:

Deleted
View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

1.png


how can i show all followers in there ?
i mean there are only 12 circle image we can see but i want it to be seen all or like only 30
xauUULSo far as i know only if you change the XF\Pub\Controller\Member.php file
 

Fenrir

Collaborate
Collaborate
Registered
Joined
Dec 11, 2021
Messages
110
Points
143

Reputation:

1.png


how can i show all followers in there ?
i mean there are only 12 circle image we can see but i want it to be seen all or like only 30
xauUUL
Added a new option in the User options

/admin.php?options/groups/users/#enxf_followers_count

screen1.png
 

Attachments

  • ENXF-FollowersCount-1.0.0.zip
    12.1 KB · Views: 83
Last edited:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

Added a new option in the User options

/admin.php?options/groups/users/#enxf_followers_count

View attachment 27100
notwonderfulThis is not a good way to implement such things, because you just overwrite the main fucntion, but normally it should be expanded. The parents need to be called inside so far as I know to be sure everything is still working as before.
 

Fenrir

Collaborate
Collaborate
Registered
Joined
Dec 11, 2021
Messages
110
Points
143

Reputation:

This is not a good way to implement such things, because you just overwrite the main fucntion, but normally it should be expanded. The parents need to be called inside so far as I know to be sure everything is still working as before.
BattleKingYou are right, but in this case it will not negatively affect the work. And if you look at the number of requests, there will be no load and negative work.

And of course it is more correct to receive them through Service, then use in Finders, but for this you need to create a separate macro and template modifications. I was just too lazy for this. As a quick solution to the problem on 2.2.8 patch 1 - normal.
 
Top