Jump to content

Sonya*

Clients
  • Posts

    3,848
  • Joined

  • Days Won

    31

 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. Show me your Insta and TikTok profile, then we'll see how young 😄
  2. Why should they register for comment if they comment without registering on Twitter? I would not. What are the advantages of being registered on your source? Except for being able to comment? Getting new stuff? You offer it on Twitter, so no reason. Being able to comment, they can do it straight away on Twitter without registering. So, what is their benefit? What can they do on your source that they cannot on social media? Please, do not see it as accuse, this is a real question, WHY should they? What is the added value for them to be registered with your source? This is not IPS that focused. These are forums today. They are mostly built around products. Hobbies have mostly moved to social media. That's not IPS fault. That's just where the journey goes. Young people do not bother to learn something about servers, FTP, installing (paid!) platforms, maintenance, and so on. They just register on Insta, Twitter, Facebook, and TikTok and have the most things for free, starting at the moment where they have registered. Businesses are interested in forums to get their communities to support and advertise their products. Businesses have understood that they have little control over their "communities" on social media. So they move back. But hobbyist not.
  3. Sure https://invisioncommunity.com/4guides/suite-applications/pages/460_basics/building-a-recipe-section_360/
  4. Pages are extremely useful. 🙂 This is the reason I stick with Invision Community for years. Create a database with date and number field. Allow users to add data to the database. This is pretty out of the box. Add as many fields as you like. This is the only thing that must be done via PHP block with some PHP and SQL.
  5. In record feeds or activity stream blocks, the number of comments is always shown. Even if the comments are disabled from the database. Please respect the setting and do not display the number of replies for the database records where replies are not possible.
  6. Please confirm, that you have attached Fxpages/images.js to the page with the database: I cannot see it in your page source.
  7. I could narrow down this issue to CleanTalk. Initial RSS import after creating a new feed AdminCP works as desired. All subsequent feed items pulled via background task, later on, are empty. No title, no content. The issue is not reproducible on the installs where CleanTalk is not installed. Just in case somebody reports a similar issue. Support ticket #30537 by CleanTalk is created.
  8. Sorry, cannot reproduce it anymore. Goblins.
  9. This is exactly what I have written. The recommend post is pinned above and then listed another time in the normal order again 🙂
  10. You can recommend a post, then it appears at the very top. Other replies will be listed below. Note: the recommended post will be listed another time along with the other replies in normal order. No plugin is required.
  11. 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?
  12. 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.
  13. 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.
  14. @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.
  15. 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 😄
  16. 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 😉
  17. 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.
  18. 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.
  19. It should be possible with Zapier.
  20. datalayer_event_formatted_name_desc - incorrect <span> datalayer_handler_body_code_desc - typo Manger datalayer_handler_head_code_desc - typo Manger
  21. 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/
  22. 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:
  23. 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.
  24. Because his database says it explicitly: IPS\Db\Exception: Column 'action_staff' cannot be null (1048)
×
×
  • Create New...