Jump to content

Sonya*

Clients
  • Posts

    3,923
  • Joined

  • Days Won

    34

Reputation Activity

  1. Like
    Sonya* reacted to Stuart Silvester in How to allow Marketplace behind .htaccess (Plesk)   
    I'm not familiar with Plesk so I'm unsure if you can edit the .htaccess file (although, I don't see why you wouldn't be able to). You can use something like this to exclude a path from the password requirement - https://stackoverflow.com/a/41289289
    You would need to exclude
    /index.php?app=core&module=system&controller=marketplace Alternatively, you could set the test community offline instead of using a password prompt, it pretty much does the same thing.
     
    Don't forget though, our license terms do provide allowance for one test installation 😉
     
  2. Like
    Sonya* got a reaction from Claudia999 in How to allow Marketplace behind .htaccess (Plesk)   
    I need to login in Marketplace on my test installation, that is protected by .htaccess. It's a Plesk managed server, I am server admin dummie, I can only Plesk 😁
    How can I allow Marketplace login without opening test installation for the public? Btw opening test installation for the public is not allowed by IPS rules. Yes, I know that I can open it, login und then protect again. But if login is lost, I have to make it again and again and on every test installation I have. It is tedious.
    Is there a simple way to allow Marketplace login without removing .htaccess protection for the whole installation?
  3. Like
    Sonya* got a reaction from Meddysong in How to remove obsolete language strings?   
    I run a SQL query that picks language strings from non-English packs:
    select * from (SELECT lang_id, word_key, word_default, COUNT(word_key) FROM `core_sys_lang_words` GROUP BY word_key HAVING (COUNT(word_key) = 1) ) garbage where lang_id = 2 The query assumes you have two languages installed and the second language has an ID=2. Otherwise you have to adjust it. The output will contain the language strings that only exist in the language with ID=2. You can run DELETE query on the selection above or delete them manually through language center in AdminCP.
  4. Thanks
    Sonya* got a reaction from Runar in How to remove obsolete language strings?   
    I run a SQL query that picks language strings from non-English packs:
    select * from (SELECT lang_id, word_key, word_default, COUNT(word_key) FROM `core_sys_lang_words` GROUP BY word_key HAVING (COUNT(word_key) = 1) ) garbage where lang_id = 2 The query assumes you have two languages installed and the second language has an ID=2. Otherwise you have to adjust it. The output will contain the language strings that only exist in the language with ID=2. You can run DELETE query on the selection above or delete them manually through language center in AdminCP.
  5. Like
    Sonya* reacted to MMXII in How to remove obsolete language strings?   
    Thank you very much. That seemed to work on my test installation.
    I wonder though why IPS is not offering such functionality in the AdminCP? 🤔 Some button to remove orphaned language strings, or even better: Just remove them within the update process.
  6. Thanks
    Sonya* got a reaction from MMXII in How to remove obsolete language strings?   
    I run a SQL query that picks language strings from non-English packs:
    select * from (SELECT lang_id, word_key, word_default, COUNT(word_key) FROM `core_sys_lang_words` GROUP BY word_key HAVING (COUNT(word_key) = 1) ) garbage where lang_id = 2 The query assumes you have two languages installed and the second language has an ID=2. Otherwise you have to adjust it. The output will contain the language strings that only exist in the language with ID=2. You can run DELETE query on the selection above or delete them manually through language center in AdminCP.
  7. Thanks
    Sonya* reacted to opentype in CMS Templates in application   
    It means the opposite. Since it’s the default behaviour to have these templates remain installed, this is what IPS expects and approves. 
    Before 4.5, templates were delivered separately and had to be installed manually. Since that is not possible anymore, since all Marketplace offers are now just one file, templates now come with apps and plugins, but they behave as before. 
    It’s not about the app/plugin that installed it. It’s about the name of the template. If names match during the upgrade, there will be conflict dialog which gives the user the choice to update the template or to keep the old one. 
     
  8. Like
    Sonya* got a reaction from WP V0RT3X in How to remove obsolete language strings?   
    I run a SQL query that picks language strings from non-English packs:
    select * from (SELECT lang_id, word_key, word_default, COUNT(word_key) FROM `core_sys_lang_words` GROUP BY word_key HAVING (COUNT(word_key) = 1) ) garbage where lang_id = 2 The query assumes you have two languages installed and the second language has an ID=2. Otherwise you have to adjust it. The output will contain the language strings that only exist in the language with ID=2. You can run DELETE query on the selection above or delete them manually through language center in AdminCP.
  9. Like
    Sonya* got a reaction from WP V0RT3X in CMS Templates in application   
    I have some question to CMS templates included into app:
    1. Is it intentional that CMS templates delivered with the application are not removed if application is uninstalled?
    2. If it is supposed that deleting must be handled in Uninstall extension manually, how do I know what templates belong to the app? I can see the field template_app in cms_templates table. However there is no value in it for any template. Is there any mapping table or function to get all templates that belong to the app?
    3. If the application is uninstalled and the templates are still there and I try to install the application again, I get the error: 
    The error persists until I manually delete the templates that have been delivered with app. After that the installation is possible again. It looks like leaving templates there produces error, so they must be deleted.
    Thanks.
  10. Haha
    Sonya* reacted to WP V0RT3X in Pages in Clubs?   
    Hey, what's this? 
    https://demo.invisionfocus.de/yourtubelite/
    https://demo.invisionfocus.de/clubdbs/33-club-yourtube/
  11. Like
    Sonya* reacted to Fast Lane! in Suggestion: Bulk Mail filter by custom profile field   
    Title says it all.  It would be great to allow segmentation of emails by customer profile fields.  This would add a powerful tool for audience targeting based on interest or any other profile value.
  12. Like
    Sonya* reacted to ChrisTERiS in Close Club if owner does not renew his subscription   
    Scenario: "A member pays a recurring fee to upgrade to a Usergroup to get permissions to create a club. On the renewal date he does not pays anything, the system drop him back to Member usergroup but he can continue administrating his club (and most probably earning money from club members)".
    Question: Is this logic? I think no. Even in real life when someone rents an apartment, shop, office etc, the owner kicks him out if he does not pays the rental fees.
    Solution: I'll not suggest a complicated procedure like "Allow the club to work as normal, bur restrict Administration functions". A very simple solution is "Close the Club (disable access and joins), showing a message Club is under maintenance. This will push the club creator to renew his subscription. Maybe an advanced feature is a new Yes/No setting in subscription (in the place with upgrade/downgrade usergroup) "Close any clubs" should gives more flexibility.
     
  13. Like
    Sonya* got a reaction from Joel R in How to add a newly purchased Pages plugin?   
    Scroll down to the section Adding a newly purchased application.
  14. Sad
    Sonya* reacted to Pavel Chernitsky in Customize edit time per app   
    Just checked, blog posts are uneditable unfortunately. 
    Also, this menu option in the acp supports this:

  15. Like
    Sonya* got a reaction from Nicholas Cole in Can't login to app   
    Just updated to 4.5.2. Login is still not possible. The error as quoted above. 😥
  16. Like
    Sonya* reacted to Daniel F in Approved with 0 downloads?   
    Downloading the pending version update isn't logged as download.
    And if you take a look at the file, you'll see that he posted a new version while the file was waiting for approval
  17. Haha
    Sonya* reacted to WP V0RT3X in Movies   
    I'm confused, this is not my app nor my site. Only posted the link because I knew the app is installed on that site.
  18. Like
    Sonya* reacted to Daniel F in August Marketplace Submissions Recap   
    Hi and welcome to our new series of updates for our contributors.
    We'll highlight the most common mistakes, ways to resolve them and also generic improvement suggestions once a month here:)
     
    As first, I want to apologies that some files took really long to get approved, but we really expected that new submissions and upgrades would have a better quality, but unfortunately >60% of the submissions ( 90% in the first week) were still not following the new marketplace guidelines, which resulted in a devils circle.
     
    Let's recap the last months issues resulting in rejections🙂
    Core Database changes. Version details not changed. Usage of existing IPS error codes in your own code. Usage of \IPS\ROOT_PATH in your code.
    See 4.5 dev changes Upgrade steps trying to process too many data.
    Please try to process data from huge tables in batches instead of iterating over such a big datasource in one step.  
    We're also seeing a huge trend in extra queries and extra joins, which are unnecessary most of the time, please don't be lazy and try to use your common sense and ask yourself what's the preferred solution in this case? A global join each time the object is initialized?  A second query when the object is initialized? Lazy load the data when needed?
    Last but not least, please avoid altering the Groups database table! While we allowed this in the past,  we see a big trend that many developers already use own tables and logic for this too, which works really great. Because of this we'll start to be more strict here, so starting tomorrow any new submissions will have to follow this rule too! 
  19. Like
    Sonya* reacted to WP V0RT3X in No import/export for form templates?   
    Good morning guys,
    recently imported a database into another site and everything was fine as usual, only the modified form template was missing.
    Is this a bug or are form templates not meant to export?
    Best regards
  20. Sad
    Sonya* reacted to Numbered in ¿Tienen sección en español?   
    Can be good choise for create clubs for specific languages here) But i think it never implement because it's a very huge part for some moderation works
  21. Like
    Sonya* got a reaction from sound in Can't login to app   
    Just updated to 4.5.2. Login is still not possible. The error as quoted above. 😥
  22. Like
    Sonya* reacted to Dean_ in Removal of $15 Domain Change   
    I've been around a long time too,  a lot of us have. There is no 'attack here' we're simply expressing our views. As Lindy has said in the past many times... Express our views and it's taken on board and sometimes changed. We have seen it, sometimes it doesn't change but if we do not speak out, nothing gets 'changed' and sometimes, that can be for the worse.

    It's nice to see that I am not the only one, not liking the idea to not be able to download the files manually, or have an active licence in order to download files or updates to them.
  23. Like
    Sonya* got a reaction from Ody Mandrell in Topic feed problem   
    It is a per user profile setting (per user) now:

  24. Like
    Sonya* reacted to christopher-w in Removal of $15 Domain Change   
    Forums may be dying, but I don't think the need for community is. FB is expanding its groups offering to cater for this, but apart from scrolling group nav, which is superb, especially on mobile, the rest of the FB long form communication experience is, in my opinion, pretty dire. So, I think the opportunity going forward is to create a slick community experience, that is safe, looks great and covers most of the functional requirements with a high degree of UI consistency. IPS is part of the way there, but it's those little usability touches that FB does so well (generally) and the likes of Discourse do superbly, that makes all the difference. In saying that, IPS continues to improve and I was very pleased to see that IPS 4.5 reworked the nav bar, although I still don't like the mobile experience. But, when all is said and done, IPS is, imo, far and away the most complete community platform commercially available and heads and shoulders above anything else in the space. One caveat to that. Discourse does discourse better, and a few other things not pertinent to this thread, but it's a one trick, mobile centric pony. 
    As others have said, you make your choices and can stick or twist at any stage. But what I would say to counter those that argue 'you should leave if you don't like it', is that folks shouldn't be put in that position. Certainly not those that have been loyal clients in the past. We should all remember that pre internet, it was accepted by professional marketeers that the cost of acquiring new clients was 30/40 times greater than the cost of retaining them. I don't know what the stats are these days, but I can't imagine it's so different. Food for thought perhaps.
  25. Thanks
    Sonya* reacted to Rikki in Can't login to app   
    Apologies for the problems. I was finally able to diagnose the cause of the login issues, but unfortunately they cannot be fixed until 4.5.2 (and new app builds). That should be available in the next few days. That will solve both the failed logins and the 'invalid redirection uri' error.
×
×
  • Create New...