Jump to content

Sonya*

Clients
  • Posts

    3,765
  • Joined

  • Days Won

    29

 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. Due to the current issue with permissions described here https://invisioncommunity.com/forums/topic/467645-pages-cross-linking-does-not-respect-permissions/#comment-2894626 I have decided to temporarily remove the cross linking from the database relationship field. Opened a field for edit in AdminCP and disabled Cross link records? The cross-links are still there. Purged the cache. The cross-links are still there. Resaved the record. The cross-links are still there. How do I remove these cross-links?
  2. While I cannot judge if it is legal or not, I have never seen any checkbox for drip campaigns on other websites. Never. I subscribe to a lot of tools and websites to test them out or get registered-only content. I see a lot of onboarding emails in my inbox (mostly ignored due to the lack of time). If they start annoying me, I just unsubscribe and never get any subsequent emails from there.
  3. Just register and create your sandbox for free https://docs.bonsai.io/article/326-creating-a-new-account Use the data of the sandbox in AdminCP. It is a fully functional but very limited tier. Then upgrade to what tier you need.
  4. @HDiddy even that, that you have written, is too complicated for me ๐Ÿ˜„ I use https://bonsai.io/ for free (Sandbox) right now for one of my projects, to test it. It's pretty straight away, register, create a node with mouse click, enter the data in AdminCP, works. Now, I have to decide to what paid plan I have to go with, that's why my question. I do not really understand what I need.
  5. Can someone advice on these plans for Elasticsearch? Are docs = number of posts, records, entries, images etc? What are shards, Read, Update? Explain it like to 5th grade please ๐Ÿ˜„
  6. I do trust my moderators to login into member accounts to investigate the issues. But I do not want them to look into AdminCP with full permission: they should not be able to change something by accident, as they are technically unexperienced they should not be able to see payment history as this is not their business ๐Ÿ˜‰
  7. Use case: moderator logs in as member to investigate the reported issue. Helpful to distinguish if the issue is reproducable e. g. permissions issue. Or if not, then probably browser-based. This helps to instruct the user further. Indeed the moderator should be able to login as member only, not as other moderator and not as admin.
  8. How to reproduce Create two databases. Add a field of type Database relationship to the first database linking another. Enable Cross link records? for the field. Create a record in the first database selecting the record from the second and set a record to be hidden. Log out and open the linked record in the second database Issue: you will find a automatically created link XXX linking to this XXX in the second database. This links to the hidden record. The link to the record should not be shown to those how are not permitted to view the record.
  9. It should be possible with Zapier.
  10. datalayer_event_formatted_name_desc - incorrect <span> datalayer_handler_body_code_desc - typo Manger datalayer_handler_head_code_desc - typo Manger
  11. Profile autocompletion https://invisioncommunity.com/4guides/member-functions/profile-completion-r312/ Alert (new in 4.7) https://invisioncommunity.com/news/invision-community/introducing-the-alert-system-r1254/ Auto Welcome https://invisioncommunity.com/files/file/7449-auto-welcome/
  12. How to reproduce on default 4.7 installation without any customization: Create an RSS import feed in ACP, e. g. for IPS News https://invisioncommunity.com/rss/1-invision-community-news.xml Set Record Hidden/Unhidden to Hidden (see attachment) Import the feed into any Pages Database (I have used the default Articles database) The records are hidden in the database. Issue: the records are NOT hidden in the activity stream. The records are seen in the activity stream as not hidden, they do not respect the date set in the RSS feed and are shown as if they were posted now. I would expect they should use the date of the RSS feed item. When a guest clicks on the entry, he sees the message: When logged in as admin, I can see that the record is hidden. Resaving the record as admin without any changes, corrects the issue and the item is displayed with the correct date and as hidden in the activity stream:
  13. Does it mean literally: no NULL values, please? Should the code be changed to 0 instead of NULL? if( isset( $values['action_staff'] ) ) { $values['action_staff'] = $values['action_staff'] ? \IPS\Member::load( $values['action_staff'] ) : 0; } Note: I cannot reproduce the error on my fresh 4.7.0 Beta 5 install. Probably some changes have been made to departments, staff members or whatever, that causes it.
  14. Because his database says it explicitly: IPS\Db\Exception: Column 'action_staff' cannot be null (1048)
  15. Yes, it is most likely an IPS bug. I see in the source code that they set the field to NULL if not filled. The database does not accept NULL values though. if( isset( $values['action_staff'] ) ) { $values['action_staff'] = $values['action_staff'] ? \IPS\Member::load( $values['action_staff'] ) : NULL; }
  16. Follow up: in the meantime on every IPS project I see a warning in Google Search Console: This is resolved after adding this CSS in custom.css /** * Font size for mobile */ @media screen and (max-width: 767px){ .ipsType_normal { font-size: 16px; } .ipsDataItem_title { font-size: 16px; } .ipsType_medium { font-size: 16px; } .ipsStreamItem_title { font-size: 18px; } .ipsStreamItem_titleSmall { font-size: 16px; } .cWidgetPrice { font-size: 11px; } } Probably, you have to change font-size in mobile templates generally to avoid this for ALL customers. And yes, I know, it is a suggestion and I have to post it into feature suggestions... For me, getting errors in Mobile Usability (GSC) check is a bug in IPS default theme, that should be resolved regardless any suggestions made. ๐Ÿง
  17. I am still looking for a possibility to adjust records manually. At the moment I do not have control over generated topics, even as an admin. There is no edit button for those topics Custom changes to templates are ignored while rebuilding SQL toolbox will be removed, so no way to change it even via SQL How do I suppose to adjust the records manually? How would I do it in the IPS cloud?
  18. Do your logs still contain those lines after disabling radical tags? #4 /home/myaccount/public_html/system/Node/Model.php(3316): IPS\Node\radtags_hook_C_NodeModel->save() Can you post here a crash log when Radical Tag is disabled?
  19. Try to disable Radical Tags. If the issue is gone, then contact the developer.
  20. Try also to reset your editor in AdminCP: Customization -> Editor -> Toolbars -> Restore Default Configuration.
  21. I have tried it on my test installation and no, there is no linking in Pages. Just in forums. I have tried on databases with custom template keys for fields and customized templates. Could this be a reason? Works on is set to All. ๐Ÿคจ
  22. I have multiple issues with RSS feed import on different sites. Generally, Title Prefix is ignored: Additionally, on invisionify.com I only see the image imported from IPS news. No title, no content. The items are imported multiple times: You can see the issue while logging in as admin, as the items are hidden (not public).
  23. This should be default in my eyes. Especially if we have a list of categories and forums where user does not have a permission of post. Sometimes there is only one forum, that they are allowed to "choose" from. ๐Ÿ™„
ร—
ร—
  • Create New...