Everything posted by newbie LAC
-
(NB40) Attachment Hits Counter
It's depends of image dimensions. Initially it was assumed that the image would be with a thumbnail. First. Counter works fine. <a href="/uploads/monthly_2016_05/front.jpg.3ddeee05b785503c34702bfaccfd2d0c.jpg" class="ipsAttachLink ipsAttachLink_image" data-ipslightbox="" data-ipslightbox-group="g25055"> <img data-fileid="219" src="/uploads/monthly_2016_05/front.jpg.3ddeee05b785503c34702bfaccfd2d0c.jpg" class="ipsImage ipsImage_thumbnailed" alt="front.jpg"> </a> Second. Counter doesn't work. Maximum image dimensions to save is unlimited. <a href="/uploads/monthly_2016_05/front.jpg.e40cf5808640f6cacfce8d514b85b64c.jpg" title="Enlarge image" data-ipslightbox="" data-ipslightbox-group="g24668"> <img alt="front.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="218" src="/uploads/monthly_2016_05/Front.jpg.e40cf5808640f6cacfce8d514b85b64c.jpg" style="width:631px;height:631px;"> </a> Third. Image with custom link. Yours code. Counter doesn't work. <a href="https://www.yandex.ru/" rel="external nofollow noopener noreferrer" target="_blank"> <img alt="raspinovka.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="783" data-unique="v7rpkriu8" src="http://goldsrc.ru/uploads/monthly_2016_05/raspinovka.jpg.cbf885dc01c5ceb463e1940dc89c2c23.jpg"> </a> I need some time to implement all the variants.
-
(NB40) Recent Topics/Posts
You can edit template or css Example with css .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] li.ipsDataItem.ipsDataItem_unread .ipsDataItem_title:before { content: '\f111'; font-family: 'FontAwesome'; font-size: 9px; margin-right: 3px; } Result 1. http://fortawesome.github.io/Font-Awesome/icon/circle/ You need Unicode: f111
-
(NB40) Attachment Hits Counter
Hello, Fixed
-
(NB40) Recent Topics/Posts
Hello, Widgets do not depend on the chosen theme. 1 widget for all themes. In this case 5 skins = 5 pickers, 10 skins = 10 pickers etc
-
(NB40) Recent Topics/Posts
See examples if I selected #121212 http://ipsfocus.net/4x/ Skin Engraved Looks good Skin Brave Unread and read looks the same Skin Uniform Looks bad
-
(NB40) Recent Topics/Posts
I think no. There are many skins with different colors. Dark, light, red, green etc. One 'Highlight Unread' color for all will not look good
-
(NB40) Recent Topics/Posts
You can do it yourself.
-
(NB40) Secondary Group Icons
Hello, You can change css selector. See example "Show icons above avatar" https://invisionpower.com/forums/topic/416464-nb40-secondary-group-icons/?do=findComment&comment=2594222
-
(NB40) Recent Topics/Posts
Hello again. I checked and topic/post have indicator. It's css class ipsDataItem_unread See screenshot I added into custom.css .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] li.ipsDataItem { background: #00ff00; } .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] li.ipsDataItem.ipsDataItem_unread { background: #ff4000; } Result
-
(NB40) Recent Topics/Posts
Hello, I'll add "unread indicator" in next release.
-
(NB40) Recent Forum Images (Attachments)
Run sql query UPDATE `core_widgets` SET `embeddable`=1, `restrict`='["sidebar","cms"]' WHERE `key`='nbRecentForumImagesAttaches'; If your tables have prefix don't forget add it That allow you select widget from menu when you create block with type "plugin"
-
(NB40) Recent Forum Images (Attachments)
Have you created a block?
-
(NB40) Recent Forum Images (Attachments)
Hello, Main template is nbRecentForumImagesAttaches If your page created with app Pages I think you can create a block, then use {block="some_key"}
-
(NB41) Recent Posts With Youtube Videos
Hello, On fron end click on "Manage Blocks" button. Drag-and-drop block "(NB41) Recent Posts With Youtube Videos"
-
(NB41) Recent Posts With Youtube Videos
Support topic
-
(NB40) Recent Topics/Posts
Yes. I've made quick test and couldn't reproduce the problem.
-
(NB40) Recent Topics/Posts
Hello, Show plugin settings
-
(NB40) Secondary Group Icons
Hello, You have received a similar mistake already. Can you give me acp access?
-
(NB40) Recent Topics/Posts
No. I have solution for posts only.
-
(NB40) Recent Topics/Posts
Hello, You need to move the block. On public side click on an arrow Find my widget. Drag and drop on sidebar area. That's for old version. For new Latest. When I release a new version you will install it using this button
-
(NB40) Attachment Hits Counter
Uploaded v1.0.5
-
(NB40) Attachment Hits Counter
Updated not uploaded I'll upload new version coming soon.
-
(NB40) Attachment Hits Counter
I changed the plugin. In new version the counter work everywhere
-
(NB40) Recent Forum Images (Attachments)
I can tell you the trick to show widget in certain forum. PM me if you need it. If you mean "One problem Ive found is that it can't display images from a subforum?" I fixed it already. Version 1.0.6.
-
(NB41) RSS Feed - ALL Forum Topics
Hello, Show me errors log