Jump to content

Dexter_X

Clients
  • Posts

    396
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Like
    Dexter_X got a reaction from Sheffielder in Stuck between Invision and my hosting company. what can I do   
    Yeah... i know that feeling, in my case the problem (not database linked but ressource allocation linked) was from the hosting company so I changed and everything is ok now.
    Regarding your problem, it means (as for me) you'll ned to find a solution by yourself. I think you'll need to extract your DB and change the format before reload it, it may be tricky but with some assistance it is not so complicated.
  2. Thanks
    Dexter_X reacted to Nathan Explosion in Where do Points Show Up?   
    Use at your own risk
    The following will place the member's achievement points total below their group title
    Edit forums > front -> topics -> postContainer
    After:
    {{if $comment->author()->member_id}} <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats">                    
    Add:
    {{if isset( $comment->author()->achievements_points )}} <li> <a href="{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}&do=badges" seoTemplate="profile_badges" seoTitle="$comment->author()->members_seo_name"}" title="{lang="achievements_awards_points" pluralize="$comment->author()->achievements_points"}" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-bathtub"></i> {number="$comment->author()->achievements_points" format="short"} </a> </li> {{endif}} Result:

  3. Thanks
  4. Like
    Dexter_X reacted to Aerosoft in Slideshow not working   
    Thanks!
  5. Like
    Dexter_X got a reaction from Kevin Rogers in Running the Achievements Rebuild Feature   
    If 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...
  6. Like
    Dexter_X reacted to Pyrotechnic in Achievements Rules   
    Thats good news, I will look forward to it. At least I can then reward my subscribers with an achievement  🙂
     
  7. Like
    Dexter_X got a reaction from Pyrotechnic in Achievements Rules   
    I've got a pre-release patch through support that works. An official patch should be released in the next 24h.
    Regarding the calendar rules, it seems nearly obvious I was wrong (they work).
  8. Agree
    Dexter_X got a reaction from Joachim Sandstrom in Front End User Guide   
    I'm maybe wrong, but I think Umaar asks for a user guide on how to use the standard/default interface. Could be useful for users not knowing how to use a forum/community...
  9. Agree
    Dexter_X got a reaction from Unienc in Recompute badges for only one member   
    Actually we can recompute badges for all members, but for an unknown reason some users do not get the badges they should and others got too much badges... 😑
    In our case recompute all the members badges takes more than 3 hours (it has been long testing our rules system...), it will be useful if we could "rebuild a single user" badges/ranks set, for the users detecting wrong badges & rank attribution...
    It may also be useful for testing purposes : tests the rules set on a single user goes more fast than on the whole community...
  10. Agree
    Dexter_X reacted to opentype in Achievements not correct size & padding seems off   
    Just click the “create new” button in the ACP. It’s as simple as that. 
  11. Agree
    Dexter_X got a reaction from ptprog in Recompute badges for only one member   
    Actually we can recompute badges for all members, but for an unknown reason some users do not get the badges they should and others got too much badges... 😑
    In our case recompute all the members badges takes more than 3 hours (it has been long testing our rules system...), it will be useful if we could "rebuild a single user" badges/ranks set, for the users detecting wrong badges & rank attribution...
    It may also be useful for testing purposes : tests the rules set on a single user goes more fast than on the whole community...
  12. Agree
    Dexter_X reacted to Hisashi in Achievements not correct size & padding seems off   
    Apparently seems to be the outdated theme
  13. Like
    Dexter_X reacted to SoftwareFactory in Unable to download a translation pack   
    I had the same issue, but with app compilation. It is certainly a bug.
    Fortunately, as you have noticed, this seems to be a Safari-only problem. When I tried in Brave, it worked.
  14. Like
    Dexter_X got a reaction from SoftwareFactory in Unable to download a translation pack   
    Hi,
    We've translated our sandbox/TESTINSTALL version into our local language. Now i've installed the new V4.6.3 version in the production one, when I try to download translation pack from the sandbox I only got a "admin.html" file containing the ACP menus (!?)
    Somebody has tried and got a solution for this ???
    Thankyou,
    D
  15. Like
    Dexter_X reacted to Matt in 4.6: How to restore custom member titles   
    Invision Community 4.6 brings a brand new achievements system which overhauls the ranks system along with adding the ability to earn points which translates into a higher rank via rules.
    As part of the clean-up, we removed the custom member title from the author section of the post as there's a limit to how much information we can show comfortably!
    Of course, some communities used custom member titles and wish to continue using them. Fortunately it's easy enough to get them back.

    Step 1: Log into the ACP and navigate to Members > Profiles > Profile Fields
    Step 2: You will see a group called "Retained", inside is a new custom field called "Member Title". This profile field was used in the upgrade to save the custom member title data. Click on the pencil icon to edit.


    Step 3: Post upgrade, this field is effectively switched off, but it can easily be switched back on. For the "Display format for topics" choose custom and just use: {$content} as the value. This will remove the "Member Title:" prefix. Save the changes.


    You will now see the member title has been restored.


     Advanced tip:  Only do this if you are comfortable making theme edits! If it all goes wrong, don't panic. There is a revert button to undo your changes! Edit the template bit Forums > topics > postContainer in your active theme and move the block highlighted here up underneath the {{endif}} of the {{$comment->isAnonymous()}} block.

     
     
  16. Like
    Dexter_X got a reaction from HRN-Admin in Reputation level image   
    we've redefined ours by ourselves. Use font awesome icons that are already licenced & provided with the community may be a good starting point https://fontawesome.com
  17. Like
    Dexter_X got a reaction from FabioPaz in Current ranks – and – Reputation   
    Hi, 
    The reputation system is still "alive", it is just not displayed anymore in the author's pane (left side of a post). We've restored it back by modifying the template in the theme. It is a little "tricky" because there is three places where you need to do it in your theme forums/front/topics/postContainer template file : 
    . to restore reputation badges/levels, around original line 110, add the following code after the </li> :
    {{if $comment->author()->reputationImage()}} <li data-role='reputation-image' class='ipsPadding:half'> <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''> </li> {{endif}} so you'll obtain something that looks like this, considering surrounding code :
    </ul> </li> {{if $comment->author()->reputationImage()}} <li data-role='reputation-image' class='ipsPadding:half'> <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''> </li> {{endif}} {{endif}} {{if $comment->author()->member_id}} so, it is important to place the new code after both </ul> and </li> ending the counters line.
     
    . To restore the reputation counter, add the following code around original line 96, just after the <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> :
    <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> so you'll obtain something that looks like (considering surrounding code) :
    <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> {{if isset( $comment->author_solved_count )}} <li>  
    Edit for mobile display (add back reputation counter on mobile devices display) :
    . To restore the reputation counter in mobiles display, add the following code around original line 57, inside the <h3> just after the {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), TRUE, $comment->isAnonymous()"} and before the </h3>
    &nbsp; <span class="ipsType_medium">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> so you'll obtain something that looks like (considering surrounding code) : 
    <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), TRUE, $comment->isAnonymous()"} &nbsp; <span class="ipsType_medium">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> </h3>  
    Save your template file, reload your topic : job done !
  18. Haha
  19. Haha
  20. Like
    Dexter_X reacted to Jordan Miller in Hump Day: 4.6.3 is officially out!   
    Hey team, we just released a new update: 4.6.3 is officially live!
    Our Community is currently on it 👏 
    Per @Matt, we made a few key and immediate updates to...
    Anonymous posting Reaction achievement extension Milestones in achievements If you are experiencing any troubles upgrading, drop us a line. 
    ---

    We also have a lengthly list of additional updates made since last week's Hump Day post 🤯 
    - Fixed an issue where the member's "solved count" would not show in QA forums.
    - Fixed an issue where it wasn't possible to add products to the registration form. (Commerce)
    - Fixed a PHP8 issue where an error may occur if you have a Date based profile field where a member doesn't have it filled in.
    - Fixed an issue where member-type profile fields would be missing their label while editing profiles.
    - Fixed an issue where it isn't possible to upgrade if you are not using utf8mb4.
    - Added deleted member ID to administrator logs.
    - Fixed a PHP8 issue where an error may occur if you have a Date based profile field where a member doesn't have it filled in.
    - Fixed an error sending bulk mails when filtering by member type.
    - Added logging to Member History when adding or removing a member from a club.
    - Fixed a PHP8 related issue, where some pages which show tags could return an error.
    - Added support for anonymous items/comments to REST API for all IPS apps.
    - Fixed a PHP8 error that can occur during install.
    - Fixed an issue where known issues may be shown in the support section that do not apply.
    - Fixed an issue where it may not be possible to save a product with "Show on registration form" enabled.
    - Fixed a PHP8 error when attempting to use various features that produces or reads XML, such as downloading member information.
    - Fixed issues that prevented "Add to homescreen" banner from showing on communities installed in a subdirectory.
    - Fixed an issue where WebP images may not retain their .webp extension after upload.
    - Fixed an issue where splitting a topic may cause a database error. (Forums)
    - Fixed an issue where guests were unable to sign-in during the checkout process.
    - Fixed an issue where Searchable Content with ReadMarkers and no container would break the search.
    - Fixed an issue where IP Address Tools would show Posts before registration is complete.
    - Fixed an issue where notifications for followed calendars could show the event on the wrong date
    - Fixed an issue where points are still awarded for a rule even if a member had previously reached the set milestone. (Achievements) 
    ---
    By the way... we just want to say a huge THANK YOU to everyone who watched / participated in our first-ever live event on Zoom. We're looking forward to doing more of them! 
    Missed it? Watch here.
    ---
    And to those of you who've ventured into this topic and made it to the bottom of this post, you are rewarded with a 🔥  photo of @Mark H from 1974.
     

     
    Questions? Comments? Hit us up in the comments - we're looking forward to chatting with you! 
  21. Like
    Dexter_X reacted to Andy135 in Current ranks – and – Reputation   
    Thank you @Dexter_X and @Genestoy. Both of these adjustments worked great on our forum. No longer having Reputation count on the author pane was frustrating for some of our users, but now they have it back. Appreciated.
  22. Thanks
    Dexter_X got a reaction from Electric_Sheep8787 in Current ranks – and – Reputation   
    Hi, 
    The reputation system is still "alive", it is just not displayed anymore in the author's pane (left side of a post). We've restored it back by modifying the template in the theme. It is a little "tricky" because there is three places where you need to do it in your theme forums/front/topics/postContainer template file : 
    . to restore reputation badges/levels, around original line 110, add the following code after the </li> :
    {{if $comment->author()->reputationImage()}} <li data-role='reputation-image' class='ipsPadding:half'> <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''> </li> {{endif}} so you'll obtain something that looks like this, considering surrounding code :
    </ul> </li> {{if $comment->author()->reputationImage()}} <li data-role='reputation-image' class='ipsPadding:half'> <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''> </li> {{endif}} {{endif}} {{if $comment->author()->member_id}} so, it is important to place the new code after both </ul> and </li> ending the counters line.
     
    . To restore the reputation counter, add the following code around original line 96, just after the <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> :
    <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> so you'll obtain something that looks like (considering surrounding code) :
    <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> {{if isset( $comment->author_solved_count )}} <li>  
    Edit for mobile display (add back reputation counter on mobile devices display) :
    . To restore the reputation counter in mobiles display, add the following code around original line 57, inside the <h3> just after the {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), TRUE, $comment->isAnonymous()"} and before the </h3>
    &nbsp; <span class="ipsType_medium">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> so you'll obtain something that looks like (considering surrounding code) : 
    <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), TRUE, $comment->isAnonymous()"} &nbsp; <span class="ipsType_medium">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> </h3>  
    Save your template file, reload your topic : job done !
  23. Like
    Dexter_X got a reaction from sobrenome in Webp attachment - cache issue   
    Hi, sorry about the off topic, but how do you "open a ticket", do you mean contact support ? or is it something else ?
  24. Like
    Dexter_X reacted to Andy135 in Member post count shortened - How to fix?   
    Thanks from me also. Worked perfectly.
  25. Thanks
    Dexter_X got a reaction from Andy135 in Member post count shortened - How to fix?   
    in 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 !
×
×
  • Create New...