Jump to content

Sonya*

Clients
  • Posts

    3,840
  • Joined

  • Days Won

    30

Reputation Activity

  1. Like
    Sonya* reacted to bfarber in How to generate downloads purchase?   
    This was brought up internally already for discussion. I can't say when or if it might be done, but just wanted to note your suggestion was seen.
  2. Thanks
    Sonya* got a reaction from ReyDev in License key issue   
    I am afraid,only IPS can solve the issue with your license key and support. @bfarber already addressed it in your other topic 
     I would wait till they resolve the issue described, then create a support ticket. I know it is annoying to wait, but community cannot help with it.
  3. Like
    Sonya* got a reaction from Jalal arefen in Databases in Clubs   
    This app allows creating club features based on the Pages databases. E. g. if you have an Articles database, the app will allow the clubs‘ owners to create articles within the club. Any database that exists in Pages can be added to the club. The permission for databases is defined in the the clubs permissions for each user group. Only databases that use categories can be used in clubs. Visit a demo club to see how it looks like.
    Features:
    Set per group permission for every database in the group settings Database category permissions are replaced by club permissions Club header is added to category index and record Club owner can change the category name and description Show records in the club overview tab Clubs use database templates for Category List, Record, and Record Form set in the database settings NOTE: Pages must be installed and enabled to use this app.
  4. Thanks
    Sonya* got a reaction from fourday in Custom block on INDIVIDUAL records or categories in pages?   
    You do not need to mess with your themes to place custom blocks on individual pages. These are simple IFs and it worth to try even if you are not a coder.
    Example 1:
    In your AdminCP create a custom block with manual HTML:
    {{if strpos( \IPS\Request::i()->path, 'partner' ) !== FALSE}} {advertisement="my_custom_ad"} {{endif}} This block would display an advertisement placed in custom location my_custom_ad on the page _http://yourdomain.com/partner
    Then place the block with Block Manager where you would like to have it.
    Example 2:
    {{if strpos( \IPS\Request::i()->path, 'companies/cars' ) !== FALSE}} {block="my_custom_block"} {{endif}} This block would display a custom block with the key my_custom_block on the page _http://yourdomain.com/companies/cars
    Give it a try 😉
  5. Thanks
    Sonya* got a reaction from fourday in Custom block on INDIVIDUAL records or categories in pages?   
    You can try this guide 
     
  6. Haha
    Sonya* reacted to WP V0RT3X in Hide Ignored Content Completly   
    Ingore me, refresh and you'll see 
  7. Sad
    Sonya* reacted to TDBF in Website Footer (Support Topic)   
    My submission has been rejected for something that has been part of the widget since day one. That's me done with development on this platform, I'm sorry, but I won't be reuploading any more version of this or my other plugins.
  8. Haha
    Sonya* reacted to CoffeeCake in How to Shut Off Admin Upgrade Notice?   
    After looking for this, I determined through careful testing that if I unplugged the server, I stopped seeing the message.

  9. Like
    Sonya* reacted to pjfry in Birthdays this month "block"   
    That is a solution:
    in the block template search for:
    <span class='ipsType_light ipsType_small'>{lang="widget_member_joined_date" htmlsprintf="$member->joined->html()"}</span> {{if $member->last_activity}} <br><span class='ipsType_light ipsType_small'>{lang="widget_member_last_active_date" htmlsprintf="\IPS\DateTime::ts( $member->last_activity )->html()"}</span> and replace this with:
    <span class='mt_Title'><i class="fa fa-birthday-cake" aria-hidden="true"></i> {lang="mt_bday"}:</span> <span class='mt_Content'>{$member->birthday}</span>  
    Many thanks to @V0RT3X666 providing me this solution!
    Benny
  10. Like
    Sonya* reacted to WP V0RT3X in Connecting Multiple Communities (Content, not Logins)   
    Works not only with WordPress 
  11. Haha
    Sonya* reacted to Ilya Hoilik in Files in the "interface" folder and CIC clients.   
    That's how you should understand Invision Estimates

  12. Haha
    Sonya* reacted to All Astronauts in Files in the "interface" folder and CIC clients.   
    @Daniel F
    Let's get some hard clarifications please.
    For any submissions going forward, we will have to have completely removed the interface folder and any/all contents within? I do not want to nuke the interface folder, make all the changes, submit, and then find out nope, we aren't ready for the interface folder to be missing.
    Additionally, will a missing interface folder be "ok" for those on 4.5.0, 4.5.1, 4.5.2, 4.5.3 or is the installer going to just choke on it?
    EDIT: For those that didn't peak in the dev communications forum, Interface is dead now. I'm just gonna go ahead and cue up a large popcorn for when people start thinking about their apps (customs or otherwise) that have 3rd-party PHP libraries in interface.
    🍿
  13. Like
    Sonya* got a reaction from WP V0RT3X in Bind the Invision Calendar to Google Calendar   
    Website to Google, that is exact what iCalendar feed from IPS does. You have to add the IPS iCal feed into your Google calendar and then the events are shown in Google and also updated if changed on the website.
  14. Thanks
    Sonya* reacted to Daniel F in Clubs features permission   
    We have an internal suggestion for this.
  15. Thanks
    Sonya* reacted to bfarber in CMS Templates in application   
    I believe your ticket was escalated and resolved today if I'm not mistaken.
  16. Haha
    Sonya* got a reaction from DawPi in How to allow Marketplace behind .htaccess (Plesk)   
    I have many licenses 

  17. Haha
    Sonya* got a reaction from WP V0RT3X in How to allow Marketplace behind .htaccess (Plesk)   
    I have many licenses 

  18. 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 😉
     
  19. 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?
  20. 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.
  21. 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.
  22. 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.
  23. 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.
  24. 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. 
     
  25. 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.
×
×
  • Create New...