Jump to content

Bookmarks - Support Topic


Recommended Posts

@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

Could contain: Text, Page, File

Link to comment

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 by alexxis
Link to comment
On 6/8/2022 at 8:51 AM, OptimusBain said:

@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

Could contain: Text, Page, File

Thanks, that's a great suggestion

12 hours ago, alexxis said:

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. 

On 6/4/2022 at 1:45 AM, alexxis said:

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.

Link to comment

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

Link to comment
14 minutes ago, OptimusBain said:

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

Link to comment

Have you guys set the permissions correct?
I have tested it with 4.7 beta and it works just fine.

On 6/16/2022 at 4:33 PM, OptimusBain said:

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?

Link to comment
1 hour ago, Fosters said:

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.

 

Link to comment
  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...

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

Could contain: Text, Page, File

Link to comment
On 8/11/2022 at 3:07 PM, OptimusBain said:

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

Could contain: Text, Page, File

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.

 

Could contain: Text

On 8/2/2022 at 7:46 AM, Koper74 said:

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'

Link to comment
1 hour ago, Fosters said:

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 

Could contain: Logo, Trademark, Symbol

 

Edited by OptimusBain
Link to comment
On 8/12/2022 at 8:55 PM, OptimusBain said:

Will I lose this template change when a new version of Bookmark is installed?

No

On 8/12/2022 at 8:55 PM, OptimusBain said:

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?

Link to comment
22 hours ago, Fosters said:

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.

  1. Change author
  2. Show edit and report links
  3. 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

Could contain: Text, Page, File

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...