Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 28, 20213 yr Anyway possible, if we can use getReciprocalItems in the same database like it would be using remote database. In the current form, the relationship database in the same database would use the listing/display and not the getReciprocalItems. If it is possible, how? One of our database we use it as a bug tracker, many users in our community would report bugs to us the same issue but wording it differently. Also, in pages we cannot merge records together so if we use getReciprocalItems and customized {$item->customFieldDisplayByKey('my_key', 'listing')|raw} would be great 😃
March 1, 20213 yr You can, in fact I do absolutely do this already: https://rpginitiative.com/guides/software/simple-custom-fields-change-for-the-mini-profile-in-the-character-mod-r167/ At the bottom those are other guides that I added to the listing itself:
March 1, 20213 yr Author Small update, I have found if both topics are in the same category, it will not show up. Did a quick test, creating 2 different topics in different categories and getReciprocalItems will show up.
March 1, 20213 yr 4 minutes ago, Goza said: Small update, I have found if both topics are in the same category, it will not show up. Did a quick test, creating 2 different topics in different categories and getReciprocalItems will show up. I don't have that issue..... The two screenshots above all of the articles are in the same category.
March 1, 20213 yr Author 3 minutes ago, Morrigan said: I don't have that issue..... The two screenshots above all of the articles are in the same category. Yeah, I don't know what's causing it.
March 1, 20213 yr I use this feature in multiple databases, including one that only has one category in it. It sounds almost like a template issue or similar. I can only give you conjecture as I'm not the one that coded it.
March 2, 20213 yr Author So I thought it was my template but reverse the database back to default form listing/display and found out: Create record 1 link record 2 after creating record 1 using the update record form does not show in record 2 create record 2 link record 1 after creating record 2 using the update record form does not show in record 1 create record 3 link record 1 and 2 during the editForm after creating the record, it shows in record 1 and 2.
March 9, 20213 yr Author Update, there is a bug in the current release. Fix is underway but don't know which version it will be in 🙂