Jump to content

Adriano Faria

Clients
  • Posts

    31,586
  • Joined

  • Days Won

    473

 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 Adriano Faria

  1. Funny because it worked on my test. Anyway, let's delete the duplicated phrases. Run this query on your PHPMyAdmin or SQL Toolbox:

    SELECT * FROM core_sys_lang_words WHERE word_key = 'membersAway_days_desc' 

    It will appear twice, if you have 2 languages. As it is duplicated, will appear 4 times. Take note of the word_id in results. Then delete it.

    delete FROM core_sys_lang_words WHERE word_id IN( XXXX, YYYY )

    Add the prefix to your table, in case you use one.

  2. 13 hours ago, Gabriel Torres said:

    Any addition or removal of new rows to the core_members table on a forums with 500.000 records will take several minutes.

    Yes, if you have 500.000 records in your table, ANY plugin will take a long time, not just this one.

    13 hours ago, Gabriel Torres said:

    BTW. This is an issue with several of your plugins. I don't want to play down the importance of all your plugins, but usually they are tested at your side on a forum that doesn't have too many users/topics/posts and they work fine, so you are not able to see the issue I am talking about.

    This is something I can't improve. My board has 33,800 users with 191,486 posts. That's all I got; that's where I can I test any resource. I don't think anyone with a big board, like you, will borrow their board to make tests, do you ?

    13 hours ago, Gabriel Torres said:

    A more intelligent solution, IMHO, is to create a new table with the data you want.

    A new table will result in a new query everywhere. That, in my POV, is not acceptable and if it can be avoided, I do. Things like that are added on members table because it is already loaded. Plus, a topic with 2, 3, 7 users will work fine... but in a busy board with 100, 200 users in a topic, It will not be a good thing to try.

  3. 57 minutes ago, Gabriel Torres said:

    @Adriano Faria please provide me with a query that I can run here, I have no clue about the new database structure... ;) Thanks

    Better than that:

    Quote

     

    What's New in Version 2.1.2:

    • Fixed a duplicated language string, which was preventing the correct translation of a language bit.

     

    New version removed the duplicated language bit on my tests. Try it.

  4. Tks for letting me know. I'll fix it for the next version.

    In the meantime, you need to delete of the lang keys: either membersAway_days_desc or membersaway_days_desc then you can translate it.

    Do you want a query for it or can you do it ?

  5. 52 minutes ago, Square Wheels said:

    Excellent.  I'll follow this and when it becomes available I'll buy it.

    Done (second setting):

    Screenshot_9.png

    Both ways below:

    Screenshot_10.png

     

    What's New in Version 2.1.1:

    • Added new setting to format the date of Away status: display date/time (default) or only date
  6. 1 minute ago, Square Wheels said:

    Also, for the marketplace, how do I buy it twice?  I will definitely use it on one site, but I have two.  I can't see how to buy it two times.

    AFAIK, the BUY button remains even when you already bought it, right ?

  7. 1 minute ago, Square Wheels said:

    Can we configure the date / time that displays?  It seems a little to specific to have both the date and time to the minute that I will be away until.  Can it display just the date?

    Not currently, but can be added in settings.

  8. 4 hours ago, Steven Thacher said:

    I'm have a problem with members being able to see the ticket icon at the top. It seems only admin group can see the icon I think I selected all groups under the applications permissions.. I feel like I'm missing something obvious I just upgraded to 4.1 so still trying to find everything so I could have easily over looked something.

    permissions.thumb.png.3d9feea2bbc94b09f9

    You are in the wrong place. You have to go to Members -> Groups and give permission to each group. You are on Applications trying to set permission in the app module.

    Take a look in the last screenshot of the file.

  9. On 26/11/2015 20:48:26, Bill Edwards said:

    The screen shots I provided were taken from my Admin account and Admins have full view/add/edit/delete note permissions, that is the GROUP PERMISSIONS are set right!

    Replied to your PM. Your board is fine... maybe a cache issue or something.

  10. On 26/11/2015 20:48:26, Bill Edwards said:

    The screen shots I provided were taken from my Admin account and Admins have full view/add/edit/delete note permissions, that is the GROUP PERMISSIONS are set right!

    Send credentials to your board via PM, please.

  11. Your two screenshots leads to the same place: the logged user hasn't permission to add/view notes on Members -> Groups.

    Everything is right on by board and using the same version I posted here. It works:

    Capturar2.png

     

    Capturar.png

    Capturar1.png

     

    If I remove the permission:

    Capturar.png

    What happens ?

    Capturar1.png

    Capturar.png

     

    I use the same version I uploaded here on IPS today earlier. SO PLEASE, before you say the app doesn't work, make sure you have set it right, like GROUP PERMISSIONS.

  12. 12 minutes ago, Bill Edwards said:

    Am I being impatient? This isn't present - Number of notes on user's posts, linked to the tab in his profile. You can also add a note from the post.

    Yes, it is. See the screenshots. It was tested before post here.

  13. Just now, Martin1980 said:

    @Adriano Faria would it be possible to add a feature to see a list of invited people on the dashboard of a user? 
    Like a list with invited people and their email and status? 

    Yes, it is, but where ? Suggestion ?

    I'm almost adding a navigation tab in this app to display data.

  14. 2 minutes ago, JiigSaaw said:

    Thanks for htis mod, but I've a question, how is this working ? Bumping a topic create a ghost answer to replace topic position in forums ? (crazy example)

    If it is like on IP.Board 3, it will update the last post date, thus it will appear first on forum view.

×
×
  • Create New...