
Everything posted by Sonya*
-
Possible to change the order of post in a topic
This is exactly what I have written. The recommend post is pinned above and then listed another time in the normal order again 🙂
-
Possible to change the order of post in a topic
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.
-
(Pages) Remove cross linking
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?
-
Hump Day: how do you onboard members into your community?
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.
-
What Elasticsearch version is supported well?
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.
-
What Elasticsearch version is supported well?
@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.
-
What Elasticsearch version is supported well?
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 😄
-
Sign As member is a bit vulnerable
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 😉
-
Sign As member is a bit vulnerable
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.
-
(Pages) Cross linking does not respect permissions
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.
-
Automated Daily topic?
It should be possible with Zapier.
-
Some typos in translation
datalayer_event_formatted_name_desc - incorrect <span> datalayer_handler_body_code_desc - typo Manger datalayer_handler_head_code_desc - typo Manger
-
Sending a private message automatically to every newly registered user
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/
-
RSS Import - Hidden records are added to public activity stream (4.7 Beta 5)
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:
-
Support desk crash with Stock Actions
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.
-
Support desk crash with Stock Actions
Because his database says it explicitly: IPS\Db\Exception: Column 'action_staff' cannot be null (1048)
-
Support desk crash with Stock Actions
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; }
-
Themes Font Scale on mobile
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. 🧐
-
(Pages) How to get rid of "View full..." in topics?
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?
-
Support desk crash with Stock Actions
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?
-
Support desk crash with Stock Actions
Try to disable Radical Tags. If the issue is gone, then contact the developer.
-
Text box problem
Try also to reset your editor in AdminCP: Customization -> Editor -> Toolbars -> Restore Default Configuration.
-
(DP44) Custom Links
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. 🤨
-
Multiple issues with RSS import
You mean default?
-
Start New Topic button on main page to skip selector, post directly in a default forum of my choice
There is already bug/suggestion report for it