In which part of the UI? Can you please put in a little more detail for your request.@Xon Has tab class name of subject addon been changed? If yes, what is the latest name?
I'm talking about Navigation tabCan you please put in a little more detail for your request.
There is a fairly large change between 1.7.3 -> 2.0.0 especially with how the navigation tab works. The effective css layout can change depending on the XF options and style properties. It now natively supports awesome-font style css icons, this is actually enabled by default and there is a css style property to control it.I'm talking about Navigation tab
This helped a lot. Thank you!There is a fairly large change between 1.7.3 -> 2.0.0 especially with how the navigation tab works. The effective css layout can change depending on the XF options and style properties. It now natively supports awesome-font style css icons, this is actually enabled by default and there is a css style property to control it
- Comptaibility fix for @NixFifty's Gift Upgrades when injecting the bookmark into the public part of a post's controls
- Under Tools -> Cache rebuild, Rebuild bookmarks now rebuild's user's bookmark counts.
It is just the version stamp in the XML file which was out-of date, I've repackaged it with the correct version id.@Xon version no are not updated to 2.0.0 Beta 8?
The previous download zip was lacking the Beta 8 version stamp, this has been updated and replaced. No other difference
Yes it is planned.nice
you can code Bookmarks for xenforo 2.0
- Rework alerts after the 2.0.x upgrade broke them
- Note; this introduces a number of breaking changes to the Bookmark handler interface if you have custom code extending it.
- Now compatible with Alert Improvements 'mark alerts as viewed when viewing content'
- Add more information to bookmark display when searching to include bookmarks into posts
- Tweak CSS for tags dropdown
- Fix XFRM support
I don't have a license for this so if you want to create a ticket at Pixel Exit I'll take a look and see what we can do.Do you have any suggestions as to how to get this to work with Pixel Exit's Xenbase framework? Here's the issue:
Pixel Exit's Xenbase, which is the foundation of their themes, has a really nifty Responsive Message Controls Menu. To quote @Steve F, it "adds a responsive menu in messages for the private controls. With it installed it does save quite a bit of space when viewing in the narrowest responsive views."
Here's a link to the standalone add-on version of this feature:
https://xenforo.com/community/resources/responsive-message-controls-menu.3561/
Unfortunately, the bookmarks link at the bottom of posts does not appear in the responsive menu. It is visible on desktop, but not on mobile.
I noticed that The Admin Zone, which uses your plugin, has the same issue. If you visit there and look at some of the posts, you will see what I mean. It is also using a Pixel Exit theme.
Thank you for your help, and for an amazing plugin.
I don't have a licence for Pixel Exit's Xenbase framework, so a number of my add-ons don't support thisI don't have a license for this so if you want to create a ticket at Pixel Exit I'll take a look and see what we can do.
<xen:if is="{$post.canReport}">
<li><a href="{xen:link posts/report, $post}" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>{xen:phrase report}</a></li>
</xen:if>
<xen:if is="{$canBookmark} && {$xenOptions.bookmarks_post_link} == 'private' && {$xenOptions.bookmarks_post_link_side} != 'left'">
<li><a href="{xen:link bookmarks/index, '', 'type=post', 'id={$post.post_id}'}" class="item control bookmarks OverlayTrigger" data-cacheOverlay="false"><span></span>{xen:if '{$post.bookmarked}', '{xen:phrase bookmarks_bookmarked}', '{xen:phrase bookmarks}'}</a></li>
</xen:if>
We use essential cookies to make this site work, and optional cookies to enhance your experience.