Jump to content

Sonya*

Clients
  • Posts

    3,823
  • Joined

  • Days Won

    30

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Sonya*

  1. Maybe. Still, I will not able to upgrade if I am IN_DEV, even with an upgrader within the ACP. I wish the same would happen if I am in designer mode 🙂
  2. Thank you all! Me getting continuous help.
  3. What would happen if I install another language in the future. Will this CSS be loaded twice? 🤔
  4. Use case I have created a Pages database similar to Providers. This database has a select field, where the provider can choose a language for communication, e.g. German, Russian, Ukrainian. I would like to display their language selection in template as flags.
  5. I try to display flag icons in Page templates. E. g. for German <i class="ipsFlag ipsFlag-de"></i> It does not work and displays nothing. The reason is, that I do have only one language installed. In system/Dispatcher/Standard.php you do not load a CSS in this case: if ( \count( \IPS\Lang::languages() ) > 1 ) { \IPS\Output::i()->cssFiles = array_merge( \IPS\Output::i()->cssFiles, \IPS\Theme::i()->css( 'flags.css', 'core', 'global' ) ); } What is the reason for not loading this CSS on the projects with only one language installed?
  6. I am not sure what requirements/health check screen you mean. It does not prompt. When I click on Confirm Upgrade on this screen, then the upgrade is started without any warning.
  7. How to reproduce: Go to AdminCP Create New Block and choose custom (Content Editor: Editor) Add some text Add a block via Block Manager on (a) Forums and (b) Database Page I have switched to the default IPS Theme for the test. The result is the same. It has a background in forums and no background in Pages. And I do not know how to delete the background from the block without custom CSS or a 3-rd-party plugin.
  8. It is an default theme customized in easy mode editor. You can reproduce it on invisionify.com The credentials are valid.
  9. I have created a custom block (WYSIWYG) with some text. The block looks different depending on where I place it with Block Manager. In Forums, it has a white background: In Pages, it does not have a white background Questions: Is it possible to create a WYSIWYG-Block that looks the same on every page? Is it possible to remove the white background on the block, when placed in Forums? I need a solution without custom CSS (the blocks will be added by the community manager without CSS knowledge). A custom plugin is not possible as this is a Starter cloud package, where custom plugins are not allowed.
  10. I accidentally upgraded while in Designer Mode (localhost). There was no warning like for IN_DEV. As a result, I have lost some templates customizations. They were on disk, but not in the database. I know, that I should not upgrade in Designer Mode 🙂 But I wish the software would warn me about it in case I am not aware Designer Mode is still on. 🙂
  11. You can ask @Makoto if his app prevents post before register with invalid mails.
  12. I would give a reciprocal database a try. Manage specialities in one database. Add a database relationship field to the doctors, where multiple specialities can be choosen. Enable cross linking.
  13. You would not use categories in this case, but create a database filter to show records from the same "category". It is a workaround. Just to mention, copying a record sounds like awful idea for me. Managing the same record in different places... Duplicate content...
  14. Multiple categories are not possible in Pages. Possible workarounds to assign a record to multiple "categories": Custom Field: Checkbox Set Custom Field: Select with multiple selection Tags
  15. Do you have the same error? Do you use the default XAMPP installation? The error on the screen above shows that no database user was provided. For default XAMPP installation: database host: localhost database user: root database password: [leave it empty]
  16. I see. I use a different e-mail address for outgoing e-mails. This is a kind of noreply@mycommunity.com. This e-mail does not accept any e-mails. That's why I do not see any Mail Delivery Failure from those who use invalid mails. Incoming mails go to a fully functional e-mail address. Probably this is an approach for you.
  17. It does not prevent writing and submitting. But you do not see those posts anywhere in your community till the user registers and confirms his email. CleanTalk will prevent registering spam users. Their spam posts (that you'll never see) are deleted automatically by IPS after some time.
  18. Give a CleanTalk a try. Install a free plugin via Marketplace Register with CleanTalk for 7-days-trial (8$/year after the trial period) Put your API key in AdminCP Enable contact form protection I have never gotten any spam through the contact form since then. It also protects from spam registrations. And includes a firewall.
  19. hi, in your file description you have: How does it correspond to this file screenshot? Thanks. And another question. If I use stock images from Pixabay, would they be watermarked as well? Normally, they should not be. 😉
  20. Regarding your another issue with REST API, are you on localhost or behind .htaccess?
  21. @opentype I admire you for your persistence in reporting this issue feature again and again. 🙏
  22. @Marc Stridgen, I feel the desire to hug you
×
×
  • Create New...