AndrewSimm Well-known member Mar 28, 2021 #21 Oblivion Knight said: This is how I've customised it.. Been running it for a while Click to expand... If you don't mind me asking, what do your template modifications look like?
Oblivion Knight said: This is how I've customised it.. Been running it for a while Click to expand... If you don't mind me asking, what do your template modifications look like?
AndrewSimm Well-known member Mar 28, 2021 #22 I have been playing around with this tonight and it presents some challenges. For one, when I move the bookmark to the top it doesn't shrink well.
I have been playing around with this tonight and it presents some challenges. For one, when I move the bookmark to the top it doesn't shrink well.
Oblivion Knight Well-known member Mar 28, 2021 #23 AndrewSimm said: If you don't mind me asking, what do your template modifications look like? Click to expand... member_tooltip (Simple) Find: Code: <!--[XF:header_action_start]--> Replace: Code: $0 <xf:if is="$xf.visitor.canBookmarkUsers() AND $xf.visitor.user_id !== $user.user_id"> <xf:button class="button--link button--small"> <xf:macro template="bookmark_macros" name="link" arg-content="{$user}" arg-class="" arg-confirmUrl="{{ link('members/bookmark', $user) }}" arg-showText="{{ false }}"/> </xf:button> </xf:if> member_view (Simple) Find: Code: <xf:if is="$user.canBeReported()"> Replace: Code: <xf:if is="$xf.visitor.canBookmarkUsers() AND $xf.visitor.user_id !== $user.user_id"> <div class="buttonGroup" style="float: left;"> <xf:button class="button--link"> <xf:macro template="bookmark_macros" name="link" arg-content="{$user}" arg-class="" arg-confirmUrl="{{ link('members/bookmark', $user) }}" arg-showText="{{ true }}"/> </xf:button> </div> </xf:if> $0 It needs tidying up a touch making the icon 12px instead of 13px to make it fit perfectly, but I haven't got around to it..
AndrewSimm said: If you don't mind me asking, what do your template modifications look like? Click to expand... member_tooltip (Simple) Find: Code: <!--[XF:header_action_start]--> Replace: Code: $0 <xf:if is="$xf.visitor.canBookmarkUsers() AND $xf.visitor.user_id !== $user.user_id"> <xf:button class="button--link button--small"> <xf:macro template="bookmark_macros" name="link" arg-content="{$user}" arg-class="" arg-confirmUrl="{{ link('members/bookmark', $user) }}" arg-showText="{{ false }}"/> </xf:button> </xf:if> member_view (Simple) Find: Code: <xf:if is="$user.canBeReported()"> Replace: Code: <xf:if is="$xf.visitor.canBookmarkUsers() AND $xf.visitor.user_id !== $user.user_id"> <div class="buttonGroup" style="float: left;"> <xf:button class="button--link"> <xf:macro template="bookmark_macros" name="link" arg-content="{$user}" arg-class="" arg-confirmUrl="{{ link('members/bookmark', $user) }}" arg-showText="{{ true }}"/> </xf:button> </div> </xf:if> $0 It needs tidying up a touch making the icon 12px instead of 13px to make it fit perfectly, but I haven't got around to it..
AndrewSimm Well-known member Jun 23, 2024 #24 AndrewSimm updated [Andrew] Bookmark Users with a new update entry: Version 1.0.3 FIXED: Bug where users are unable to remove a bookmark for a user who has restricted their profile (thanks @gigipmc) Click to expand... Read the rest of this update entry...
AndrewSimm updated [Andrew] Bookmark Users with a new update entry: Version 1.0.3 FIXED: Bug where users are unable to remove a bookmark for a user who has restricted their profile (thanks @gigipmc) Click to expand... Read the rest of this update entry...