Jump to content

DesertIslandFruits

Clients
  • Posts

    57
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by DesertIslandFruits

  1. On 7/27/2021 at 6:59 AM, Michael.J said:

    That looks like another widget from another app? Which one are you using?

    Yeah as mentioned above, you'll need to submit a custom request to the app author to add support for the Portal.

    Hiya - thanks for coming back - there is no other widget - it is purely the forum feeds from the groups selected to be shown.

  2. When adding new badges that users can earn, they are not in order when displayed in the profile.  For example if you created a badge for:

    1 Week Member

    2 Week Member

    1 Year Member

    You then wanted to add a badge for 4 Week Member, when processed and showing on the profile they would show this way:

    1 Week Member

    2 Week Member

    1 Year Member

    4 Week Member

    You should be able to change the order of badtges on the Achievements / Badges tab so they are processed in the order they are shown.  Looks neater on the profile and fixes OCD for members.

  3. Just a little feedback, on 4.6 the new posts are now not being shown as bold on the portal.  I am sure they used to and 4.6 must have changed something.

    Don't know if there is a paid version of this that fixes it - if there is - please link me to it so I can buy.

    Previously unread topics from the Portal page used to be in bold I believe - or so about five members have complained about.

     

    image.png.a7e8d787722511b04f29e2cfbb57abbe.png

  4. I apprichate the need for progression, but I have had some feedback that members don't like some of the new features.

    Two things that I need to fix are:

    1. Putting the Member Title Back in the PostBit.

    2. Showing the rep points in the PostBit.

    Can anyone advise how to do this please, I've searched through the reputation stuff and I simply can't find a way to turn it back on.  I only updated to remain secure with the lastest security patches.

    Thank you.

  5. On 3/21/2021 at 8:21 PM, Miss_B said:

    The member chart makes use of groups members language strings, which are part of the Ips. Have you deleted those 2 language strings? 

    You can harcore them as well if you want. At the members.php file inside the front folder of the app, find this code:

    
    $memberChart->addHeader(\IPS\Member::loggedIn()->language()->get('groups'), 'string' );
    $memberChart->addHeader(\IPS\Member::loggedIn()->language()->get('members'), 'number' );

    And replace it with this:

    
    $memberChart->addHeader( "Groups", 'string' );
    $memberChart->addHeader( "Members", 'number' );

     

    Nope - never touched the language strings in any shape or from.

    I'll try your patch to fix the problem.

    Thank you.

  6. 22 hours ago, Miss_B said:

    Can you try to reinstall it again? Maybe the language strings for that part were not added.

    Sure, it did the same after an uninstall and a fresh install with no configuration changes.

    image.png.9f0a0c6978b172af6a3f754a9df142c3.png

  7. @Miss_B thank you for making the changes I asked for - perfect !

    One issue I found - I don't think it's my settings.

    The Pie Chart is not showing group names.

    image.png.3561b56f6a58799749b40ecf135ee264.png

    The Blue should be Members.

    The Red should be New Members.

  8. 2 hours ago, Miss_B said:

    Thank you for your purchase.

    This is the old version. the newest version is waiting approval. 

    Ah ha !  Thank you - did not know that happened - well at least you know I brought it ! 🙂

  9. On 3/11/2021 at 10:44 PM, Miss_B said:

    I have added this on my to do list for the next version. 

    Then you have an instant purchase - could I ask - please just drop a like on this when the new version is out so I know and I'll be buying.

    Thank you.

    Oh and while I am here, your Multiple Accounts Detector is working very well.  It's caught nothing new as I was always due diligant and did it by hand on new members - but - it 100% matched what I had found.  That application is going to save me a LOT of time over the course of a year as it sits away in the background.  Great work on that on as well.

  10. On 3/9/2021 at 6:33 PM, Miss_B said:

    I had missed this post until now. Do you mean that you do not want to list the secondary groups only at the PieChart stats?

    Hi There,

    I would like to configure what groups can be seen on the PieChart.  There are some group names for areas that are no concern to the members and are badges and such.

    So if we could have a dropdown that listed what groups to include in the member list, for example "duplicate accounts" group I would deselect so that is not shown.

    That way I control what groups are shown that list members and represented in the pie chart - so I can have all the groups if I choose, or just simply a couple of them.

    Thank you.

  11. Hi All,

    I am not sure if what I am asking is actually possible - but here goes.

    When a user uploads a download, there is automatic notification that goes into the forum as new post as per below.

    image.thumb.png.08a5cd57aba49cbf47952cc0bf69f028.png

    Is there anyway ( or any module ) can't fine one, that would also post to Twitter at the same time that anybody is aware of ?

    Many thanks.

  12. 24 minutes ago, Miss_B said:

    Hello.

    No, it is not possible. All members, and therefore all groups, are listed in the current version of the app. 

    Ah damn.

    Ok, if you do make a change to this - please drop me a PM to let me know, you've got an instant sale then.

    Thank you. 🙂

  13. Is it possible to control what groups are viewable in terms of what populates the Memberlist ?

    For example - I have a lot of groups that are secondary and won't want them listed and looking at your Pie Chart, I'd want to configure that to say four out of the ten groups I have on my site.

    Thank you.

     

  14. 1 hour ago, Miss_B said:

    You will have to edit your theme 's postContainer template to be able to do that. (Do not have access to my forum right now so can not post the relevant code)

    Hiya,

    Thank you.  I've spent the past 30 mins messing and really can't see what bit - if you do get a chance at some point ot post the change, I'd really value it.

    Thank you.

    56 minutes ago, Afrodude said:

    @DesertIslandFruits maybe this would help 

     

    ..,which did work ! 🙂

    Thank you both very much.

  15. On 8/26/2020 at 12:33 AM, Heavy Harmonies said:

    Only seeing primary group icons now since upgrading the board to 4.5. I've disabled and re-enabled the plugin to no avail. All the plugin settings have been retained. It's just not showing secondary icons for any user group at all.

    EDIT: I notice I'm still running 1.0.6. I went to download the newest version, 1.0.8, but the marketplace says that 1.0.8 is NOT compatible with 4.5.

    EDIT 2: I upgraded 1.0.6 to 1.0.8. Still not working. I then completely uninstalled the plugin and reinstalled and reconfigured. Still nothing.

    Exactly the same problem I am seeing.

    I've uninstalled and gone back, still on 1.0.9.

    Running v4.5.2.

    Actually I think this might be theme related - it works on two older themes and not the default new one ?

×
×
  • Create New...