Solutions
-
Dexter_X's post in Running the Achievements Rebuild Feature was marked as the answerIf you change only ranks, you'll not need to rebuild all achievements.
If you change your achievement rules (add or remove some rules), given badges and given points then yes, you'll need to run a rebuild...
-
Dexter_X's post in Online Users doesn't always show correctly was marked as the answerSeems to work better since V4.6.7
-
Dexter_X's post in Unable to download a translation pack was marked as the answerIt worked by using firefox... 😑
I was using safari... (but until today there has never been any problem with safari)...
-
Dexter_X's post in Member post count shortened - How to fix? was marked as the answerin the theme editor edit your template forums/front/topics/postContainer
then look for the string {number="$comment->author()->member_posts"
once found, around line 98, replace the format="short" by format="long"
You'll obtain something like this :
<a href="{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}&do=content" seoTemplate="profile_content" seoTitle="$comment->author()->members_seo_name"}" title="{lang="member_post_count" pluralize="$comment->author()->member_posts"}" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> {number="$comment->author()->member_posts" format="long"} </a> Save the file, reload your topic : job done !