Jump to content

newbie LAC

Members
  • Joined

Everything posted by newbie LAC

  1. 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.
  2. 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
  3. Hello, Fixed
  4. 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
  5. 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
  6. 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
  7. You can do it yourself.
  8. 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
  9. 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
  10. Hello, I'll add "unread indicator" in next release.
  11. 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"
  12. Have you created a block?
  13. Hello, Main template is nbRecentForumImagesAttaches If your page created with app Pages I think you can create a block, then use {block="some_key"}
  14. Hello, On fron end click on "Manage Blocks" button. Drag-and-drop block "(NB41) Recent Posts With Youtube Videos"
  15. Support topic
  16. Yes. I've made quick test and couldn't reproduce the problem.
  17. Hello, Show plugin settings
  18. Hello, You have received a similar mistake already. Can you give me acp access?
  19. No. I have solution for posts only.
  20. 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
  21. Uploaded v1.0.5
  22. Updated not uploaded I'll upload new version coming soon.
  23. I changed the plugin. In new version the counter work everywhere
  24. 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.
  25. Hello, Show me errors log