Bookmarks

Bookmarks [Paid] 2.0.5

No permission to buy ($35.00)
  • Thread starter Thread starter Syndol
  • Start date Start date
Anyway that I can get admin access to see what's going on? I'm not doing anything special with the permission system so I feel like either you've discovered a bug in Xenforo or you messed up configuring the permissions. In either case, a more friendly attitude will get the problem addressed faster.
 
Purchased, installed and working like a charm in Xenforo 1.4.5/php 5.4
Awesome, very useful! 100% recommended.
Please keep update this great addon.
Thanks so much Daniel! good job! ★★★★★
 
[Small cosmetic suggestion]
AZuJjkQ.gif

It's just a cosmetic thing, the addon works like a charm, if you like the suggestion click in "like"
if there are many likes maybe will be considered by the developer.
cheers.
 
Hello @Daniel Hood,

How are you adding the anchor to the bookmarked post?

The reason being, I have a fixed header, so when the post is linked to, the top portion of the post is hidden behind my header.

I would like to be able to add to a margin to the anchor to push the post down.

Hope that makes sense

Thank You

Richard
 
How do I remove "Bookmarks" from the menu bar? I didn't have it there before the upgrade.
It should be an option.
Hello @Daniel Hood,

How are you adding the anchor to the bookmarked post?

The reason being, I have a fixed header, so when the post is linked to, the top portion of the post is hidden behind my header.

I would like to be able to add to a margin to the anchor to push the post down.

Hope that makes sense

Thank You

Richard
Same way XenForo links to posts when you click the post number (#369 in your post I'm quoting). I'm not sure you'll be able to change this behavior as that's pretty standard html anchoring.
 
Same way XenForo links to posts when you click the post number (#369 in your post I'm quoting). I'm not sure you'll be able to change this behavior as that's pretty standard html anchoring.

OK, I just thought there might be a line of code somewhere that adds the anchor

Thanks anyway :)
 
@Daniel Hood does this addon have the ability to limit the # of bookmarks by user groups? For example, I'd like to give max=2 bookmarks to Registered users so they try it and experience it, then I may have much larger max like 100 bookmarks for the Premium site members. Is this possible? Thank you
 
Same way XenForo links to posts when you click the post number (#369 in your post I'm quoting). I'm not sure you'll be able to change this behavior as that's pretty standard html anchoring.

Just thought I would give you an update in case anyone else comes across this issue.

I added this to the xenforo.css template and it seems to be working fine...

Code:
:target:before
{
  content:"";
  display:block;
  height:60px; /* fixed header height with 20px extra to allow a margin*/
margin:-60px 0 0; /*negative header  and margin height*/
}

:)
 
Last edited:
[Small cosmetic suggestion]
AZuJjkQ.gif

It's just a cosmetic thing, the addon works like a charm, if you like the suggestion click in "like"
if there are many likes maybe will be considered by the developer.
cheers.

Hello,

How are you getting it to say "Un-bookmark"?

I have an icon in place of "Bookmark", so I was hoping to apply your method here and have an active icon, so I can tell what's been bookmarked :)

Thank you
 
Hello Richard, yeah, as Daniel says, is just a demo. [small cosmetic suggestion] to make more visible the items that are bookmarked.
Daniel likes the idea, maybe will be implemented in the future. ; )
 
Last edited:
Back
Top Bottom