Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
sudo Posted May 12, 2022 Posted May 12, 2022 Hi Adriano Is it possible for an admin to link 2 accounts without needing the password etc in the admincp? I would like to prelink accounts to save users having to do it. Also can user a and user b both be linked to user c? Thanks
Adriano Faria Posted May 13, 2022 Author Posted May 13, 2022 59 minutes ago, sudo said: Is it possible for an admin to link 2 accounts without needing the password etc in the admincp? This resource will always require the password to link the account. You can use the standard login as in the ACP and it won’t require the password. 1 hour ago, sudo said: Also can user a and user b both be linked to user c? Yes. sudo 1
sudo Posted May 13, 2022 Posted May 13, 2022 (edited) 41 minutes ago, Adriano Faria said: You can use the standard login as in the ACP and it won’t require the password. Can you elaborate a bit? I have not used the addon much after buying it a while ago. EDIT: Sorry I think I understand what you meant, you mean use the ACP feature where I can sign into an account. Although you said password would be required I meant I would like to use the ACP to link user a and user b to user c without both those account having to do it via the handshake approach. I meant I can hack in the SQL entry to link them but I just thought it would be nice to do via the ACP. This would allow me to create an account for announcements and add users into it for access when doing a task and removing it later such as staff etc. Aka a fully administered linked accounts approach with no ability for users to link themselves without an ACP action. Edited May 13, 2022 by sudo
Adriano Faria Posted May 13, 2022 Author Posted May 13, 2022 This resource will always require you to type the user password because you’re supposed to switch to your other accounts. IPS4 has a LOGIN AS in the profile ACP where you as admin can do it without knowing the user password. Use it if you want to login in someone’s account without know their password.
sudo Posted May 13, 2022 Posted May 13, 2022 Fair enough I guess, I did edit further above to explain the scenario as I would like it to have a x company account with the companies staff ACP added to allow them to post as x company account then switch back to their own accounts all while they are not ACP users themselves and remove the need for passwords for x company account.
Adriano Faria Posted May 13, 2022 Author Posted May 13, 2022 4 minutes ago, sudo said: Fair enough I guess, I did edit further above to explain the scenario as I would like it to have a x company account with the companies staff ACP added to allow them to post as x company account then switch back to their own accounts all while they are not ACP users themselves and remove the need for passwords for x company account. That’s the app goal. Create a company account and share the username/password with your moderators and they will be able to link to it. They will be able to post as the company account and switch back to their accounts.
sudo Posted May 13, 2022 Posted May 13, 2022 Yeah there are ways to work around it I guess, I just fancied a tool in the ACP to push 2 accounts into a linked arrangement without the end users having to do it and actually preventing end users from linking accounts themselves. I can work around it using SQL.
alexxis Posted June 3, 2022 Posted June 3, 2022 Hi @Adriano Faria I have just updated to 4.6.12.1, and then updated "Linked accounts" application, and I found, that the feature "Hide Linked Accounts global link when there are no accounts linked?" is not working well on my board 😞 When enabled, the "Linked Accounts global link" is NOT shown on the userBar: although I have lots of linked accounts. Users with or without linked accounts do not have that icon on their Userbars. When Not enabled, the "Linked Accounts global link" is shown on the userBar to anyone, including those users, who do not have any linked accounts 😞 But that feature intend was, when enabled, to not show that icon to those users, who do not have and even do not plan to have linked accounts. The default theme is used, cache was cleared up. Could you please test and confirm, if there is an issue with the application or my local problem? Thanks,
Adriano Faria Posted June 4, 2022 Author Posted June 4, 2022 (edited) 16 hours ago, alexxis said: I have just updated to 4.6.12.1, and then updated "Linked accounts" application, and I found, that the feature "Hide Linked Accounts global link when there are no accounts linked?" is not working well on my board Confirmed. Will release a fix somewhere next week. In the meantime, you can leave it disabled to always show the link. It is ajaxed now so there's no extra query anymore. Query will happen only when you click in the link. Edited June 4, 2022 by Adriano Faria Ryan M 1
Adriano Faria Posted June 13, 2022 Author Posted June 13, 2022 On 6/3/2022 at 6:34 PM, alexxis said: Could you please test and confirm, if there is an issue with the application or my local problem? Fix submitted to the marketplace. You now have to wait for IPS to review and approve the submission.
alexxis Posted August 6, 2022 Posted August 6, 2022 On 6/13/2022 at 5:56 PM, Adriano Faria said: Fix submitted to the marketplace. You now have to wait for IPS to review and approve the submission. Thank you for the fix, Adriano. Now there is strange number one (1) appears every time on every page: What does this number mean, and how to remove it from the page? It shows one (1) there always, even if there are no unread messages or unread notifications in the linked accounts, even if there are more than 1 account linked to the profile. Please check, Thank you
Adriano Faria Posted August 6, 2022 Author Posted August 6, 2022 55 minutes ago, alexxis said: What does this number mean, and how to remove it from the page?
alexxis Posted August 7, 2022 Posted August 7, 2022 Is that new setting changeable? I have not see that this is possible to change it in the application settings. I just want to disable this setting, since it is always shows number "1" (one) as on my picture above, even if the user has more than one linked account, such like 5, 7 or 9 - it will always shows 1 😞
Adriano Faria Posted August 8, 2022 Author Posted August 8, 2022 11 hours ago, alexxis said: Is that new setting changeable? I have not see that this is possible to change it in the application settings. I just want to disable this setting, since it is always shows number "1" (one) as on my picture above, even if the user has more than one linked account, such like 5, 7 or 9 - it will always shows 1 😞 If you want to fix it now and don't want to wait for the time it may took to get approved, edit your theme in the template linkedaccounts -> front -> global -> linkedAccountsGlobalLink and find: {{$cnt = isset( \IPS\Data\Store::i()->linkdedAccounts[ \IPS\Member::loggedIn()->member_id ] ) ? \IPS\Data\Store::i()->linkdedAccounts[ \IPS\Member::loggedIn()->member_id ] : 0;}} Change to: {{$cnt = isset( \IPS\Data\Store::i()->linkdedAccounts[ \IPS\Member::loggedIn()->member_id ] ) ? \IPS\Data\Store::i()->linkdedAccounts[ \IPS\Member::loggedIn()->member_id ]['accounts'] : 0;}} alexxis 1
Adriano Faria Posted October 31, 2022 Author Posted October 31, 2022 FROM NOVEMBER 1ST TO NOVEMBER 30TH.
Adriano Faria Posted December 9, 2022 Author Posted December 9, 2022 What's New in Version 3.4.0: Add a link in posts from linked accounts to members sign in faster.
alexxis Posted December 23, 2022 Posted December 23, 2022 Hello Adriano, I found one issue with the application. Imagine I have another account, linked to my account, and in case I ban that account, I still will have it linked to me, which causes that I am still able to use that banned account to post new messages / create topics on the entire community. I think this is an incorrect behavior. Lets add a rule, that once a linked account is banned, it will be automatically unlinked from any other users, who linked that account previously. Thank you,
Adriano Faria Posted December 24, 2022 Author Posted December 24, 2022 1 hour ago, alexxis said: which causes that I am still able to use that banned account to post new messages / create topics on the entire community. Did you test or are you just guessing? If the account is banned, no. You won’t be able to do anything: Anyway, I’ll take a look when I have to release a new version. Will unlink when the account is set as spam and/or banned.
alexxis Posted December 26, 2022 Posted December 26, 2022 Sure, once we log in to the linked banned account, this message "Banned" will appear. But I am talking about possibility to Post as banned linked account (while being logged in to my own account)! Your application allows this incorrect *feature*.
Adriano Faria Posted December 26, 2022 Author Posted December 26, 2022 New version is already submitted and pending approval since yesterday. Should be out soon.
Adriano Faria Posted January 3, 2023 Author Posted January 3, 2023 (edited) On 12/26/2022 at 3:13 AM, alexxis said: Sure, once we log in to the linked banned account, this message "Banned" will appear. But I am talking about possibility to Post as banned linked account (while being logged in to my own account)! Your application allows this incorrect *feature*. What's New in Version 3.4.1: Unlink/delete association with banned and spam accounts Logs enhancements to detect when an account was unliked: by the member on front-end by an Admin on ACP by the system if the user is banned or set as a spammer Fix settings form Edited January 3, 2023 by Adriano Faria alexxis 1
alexxis Posted January 3, 2023 Posted January 3, 2023 8 hours ago, Adriano Faria said: Logs enhancements to detect when an account was unliked Great feature! Thank you!
Joey_M Posted February 7, 2023 Posted February 7, 2023 @Adriano Faria: How do I target the notification icon only for the linked accounts? I would like to hide it, but so far it only hides the site notifications too when I have tried.
Adriano Faria Posted February 7, 2023 Author Posted February 7, 2023 You mean via CSS? I have no idea. Not good at all with it and that would be customization. Notifications: <li class='cNotifications cUserNav_icon'> This app: <li class='cUserNav_icon' Let me know if it requires an ID or something to make it easier for you then I can add in next version. You can also edit the template for now, add your ID and target it. Joey_M 1
Adriano Faria Posted July 24, 2023 Author Posted July 24, 2023 What's New in Version 3.4.2 IPS 4.7.12 compatibility
Recommended Posts