Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 8, 20222 yr @Fosters Trust you are doing well. I wanted to report a problem with the creation of a new category in the bookmarks application. When I click on "Create new Category" button. There is no way to go back and cancel that selection. I close the popup, there is no option to choose the category. I have to refresh the browser to see the category selection again 😞 Thanks a lot
June 10, 20222 yr Hi @Fosters I have noticed, that after adding a bookmark from any of the Reports, the Bookmark menu doesn't work: For example, I add a bookmark for this report's comment: /forum/modcp/reports/10273/?comment=34419&action=bookmarkComment And when going to the /forum/bookmarks/ menu, the following error doesn't allow me to see the list of my bookmarks: [[Template bookmark/global/bookmark/bookmarkRows is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] Once I remove the bookmark from that report's comment, the menu starts to work again. Edited June 10, 20222 yr by alexxis
June 10, 20222 yr Author @Fosters Trust you are doing well. I wanted to report a problem with the creation of a new category in the bookmarks application. When I click on "Create new Category" button. There is no way to go back and cancel that selection. I close the popup, there is no option to choose the category. I have to refresh the browser to see the category selection again 😞 Thanks a lot Thanks, that's a great suggestion Hi @Fosters I have noticed, that after adding a bookmark from any of the Reports, the Bookmark menu doesn't work: For example, I add a bookmark for this report's comment: /forum/modcp/reports/10273/?comment=34419&action=bookmarkComment And when going to the /forum/bookmarks/ menu, the following error doesn't allow me to see the list of my bookmarks: [[Template bookmark/global/bookmark/bookmarkRows is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] Once I remove the bookmark from that report's comment, the menu starts to work again. Thanks, I'll admit that I haven't thought that anybody was using it for report bookmarks. I'll take a look at this tomorrow. OK then. Go back to 2018 😞 This weird issue is still did not changed 😞 Is that so diffucult to fix it? Or is that considered as a Normal behavior when I can see my private bookmarks in other users' profiles, since it is not fixed yet (during 4 years!!) Could you please find some time to try to fix those 4 years ago reported issues? I have tested them, the bugs are still there 😞 @Fosters I really can't reproduce this.
June 16, 20222 yr Hello @Fosters Trust you are doing well. There is a problem happening with the Bookmarks application. The last post of ANY topic cannot be bookmarked. I can see the bookmark link in all topic's posts EXCEPT the most recent one. May it be related to the fact that I am running the latest 4.7 beta version? Are you upgrading the app to support 4.7 any time soon? Could you please look into this issue? Thanks
June 16, 20222 yr Hello @Fosters Trust you are doing well. There is a problem happening with the Bookmarks application. The last post of ANY topic cannot be bookmarked. I can see the bookmark link in all topic's posts EXCEPT the most recent one. May it be related to the fact that I am running the latest 4.7 beta version? Are you upgrading the app to support 4.7 any time soon? Could you please look into this issue? Thanks The problem is happening only with certain user groups. As the administrator, I can see the Bookmark option in all posts. Some groups see the Bookmark, but not in the last post. Thanks
June 19, 20222 yr It does not work with the latest version of IPB? I don't get the Bookmark option in the publications
June 20, 20222 yr An answer please, in my forum this application is preferred, so it is causing me many problems any ideas @Fosters
June 20, 20222 yr Author Have you guys set the permissions correct? I have tested it with 4.7 beta and it works just fine. The last post of ANY topic cannot be bookmarked. I can see the bookmark link in all topic's posts EXCEPT the most recent one. What exactly happens in the last post? Do you see the link or is it missing at all? If it's visible, what happens when you click on it?
June 20, 20222 yr Have you guys set the permissions correct? I have tested it with 4.7 beta and it works just fine. What exactly happens in the last post? Do you see the link or is it missing at all? If it's visible, what happens when you click on it? I cannot see the BOOKMARK link in the last post in some user groups. I can see them as an admin but some user groups will see the bookmark link in all the posts of a topic, EXCEPT the last one.
June 21, 20222 yr Author Is there anything special with the last post? Are any other plugins changing the output there? Could I take a look at this?
July 6, 20222 yr Hi, Is this compatible with 4.7? Thank you You can find this information on the Marketplace listing for all resources
July 6, 20222 yr You can find this information on the Marketplace listing for all resources Hi, I am aware, is it OK to ask anyway as a polite nudge to the author? Thanks
July 7, 20222 yr After deleting a pages-DB all users who made bookmarks on records in this DB haven't access on all of their bookmarks any more: Error: Class 'IPS\cms\Records46' not found (0) What can we do? @Fosters Can u give me a hint? please!
July 29, 20222 yr Author via ACP: Pages > Databases > Delete Could I probably get access to your ACP to take a look at this ?
August 2, 20222 yr Could I probably get access to your ACP to take a look at this ? Unfortunately not. Can I serve you with any detailed information?
August 11, 20222 yr Trust you are doing well @Fosters I was wondering wether there is a possibility to change the CSS style Bookmark link present at the bottom of each post. I am not asking you to do it for me, just wanted to know if that is something that could be done and what template file I should edit to make a CSS change on it. The bookmark option is very important for my community and I need it to stand out and look more like a button and a different colour. There are a few members that have contacted me to ask me how they can bookmark the posts. It's very obvious where it's, but some won't see it. Making it stand out will help. Thanks
August 12, 20222 yr Author Trust you are doing well @Fosters I was wondering wether there is a possibility to change the CSS style Bookmark link present at the bottom of each post. I am not asking you to do it for me, just wanted to know if that is something that could be done and what template file I should edit to make a CSS change on it. The bookmark option is very important for my community and I need it to stand out and look more like a button and a different colour. There are a few members that have contacted me to ask me how they can bookmark the posts. It's very obvious where it's, but some won't see it. Making it stand out will help. Thanks try to add following to your custom.css span[data-controller="bookmark.front.bookmark.link"] { color: red; } to change the font color. Or you could edit the applications/bookmark/dev/html/global/bookmark/bookmarkLink template and add class="ipsButton ipsButton_verySmall ipsButton_primary" to the wrapping span element to make it look like a button. Unfortunately not. Can I serve you with any detailed information? It's tricky to investigate this without access. You could take a look at the bookmark_items database table and delete everything where class = 'IPS\cms\Records46'
August 12, 20222 yr Or you could edit the applications/bookmark/dev/html/global/bookmark/bookmarkLink template and add class="ipsButton ipsButton_verySmall ipsButton_primary" to the wrapping span element to make it look like a button. Both options suggested worked like a charm. I love the idea of having a small button. Much better. Thanks so much. Will I lose this template change when a new version of Bookmark is installed? One more thing, if possible. As you can see, the QUOTE link is gone in my links. Once the Bookmark application is enabled, I won't the QUOTE, instead I will see the + multiquote icon. Any idea why that could happen? Thanks Edited August 12, 20222 yr by OptimusBain
August 13, 20222 yr It's tricky to investigate this without access. You could take a look at the bookmark_items database table and delete everything where class = 'IPS\cms\Records46' Thx - that was the solution!
August 14, 20222 yr Author Will I lose this template change when a new version of Bookmark is installed? No One more thing, if possible. As you can see, the QUOTE link is gone in my links. Once the Bookmark application is enabled, I won't the QUOTE, instead I will see the + multiquote icon. Any idea why that could happen? Does this happen also in the default theme?
August 15, 20222 yr No Does this happen also in the default theme? Yes, it also happens in the default theme. At least for me. I switched to the IPS default and I can see the problem is still there. I have three third party plugins/apps that add a button next to where Bookmark adds it. I disabled all three and the result is the same; I will not see the quote button. Change author Show edit and report links Tutorials from Adriano Faria See attachment. It's using IPS default theme with any plugins that add a link next to the Bookmark link. You can see that the + (multi quote) is still there and no QUOTE link is displayed. Thanks a lot