Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
May 8, 20177 yr Thanks for checking it out. I use that for now. I ran into that with my own blocks as well. It’s best to cover all three states: horizontal/vertical/NULL. In the IPS block templates the approach is usually to check for “vertical” and then have an {{else}} section, which both acts for horizontal and NULL.
May 8, 20177 yr Author 45 minutes ago, opentype said: In the IPS block templates the approach is usually to check for “vertical” and then have an {{else}} section, which both acts for horizontal and NULL. My widget haven't layout for horizontal section. So I used if ($this->orientation != 'vertical') { return ''; } It's a better for performance. I think I'll add new setting for "Grid" style/theme With horizontal it will looks like
May 30, 20177 yr Yeah for some reason the Youtube segment doesn't work for me. I have it pulled up, but it just says 0 subscribers. https://forum.bluedrake42.com/ It even links to the right channel when I click on it. Not sure what is happening.
May 31, 20177 yr Author Hello, 9 hours ago, Bluedrake42 said: Yeah for some reason the Youtube segment doesn't work for me. I have it pulled up, but it just says 0 subscribers. https://forum.bluedrake42.com/ It even links to the right channel when I click on it. Not sure what is happening. Screenshot from your forum
June 1, 20177 yr Yeah sorry, I meant to follow up on this page. It started working after a few hours, not sure why. Could I make a request to support Spotify for this plugin? I think that would fit nicely with this service. Edit: and once again I am stupid... appears it is already supported. Let's just agree to ignore everything I say from now on haha Edited June 1, 20177 yr by Bluedrake42
June 1, 20177 yr Well actually now... I'm having trouble getting the Spotify integration to work, and there is nothing mentioned for it in the help documentation. Why am I so inept? I tried using this but it didn't work: spotify:user:johariofficial Then this: johariofficial Then I tried using the artist page URL: spotify:artist:7Bu90tRyNrQvmkf0Xqggfe Then I tried just the number: 7Bu90tRyNrQvmkf0Xqggfe Not sure how it works exactly... Edit: I checked the XML code and it seems like I'm doing the right thing? I mean this link resolves: https://api.spotify.com/v1/users/johariofficial so I don't know why johariofficial doesn't work when I put that in? Edited June 1, 20177 yr by Bluedrake42
June 2, 20177 yr Author 5 hours ago, Bluedrake42 said: Well actually now... I'm having trouble getting the Spotify integration to work, and there is nothing mentioned for it in the help documentation. Why am I so inept? It's my mistake. I forgot to add some data. I'll update the plugin coming soon.
June 2, 20177 yr Author 19 minutes ago, Bluedrake42 said: Ah, damn =/ let me know when it is working again! Uploaded new version. Please read help file how to configure spotify.
July 19, 20177 yr Requests: Can we see the ability to use a gradient for the background added please? Maybe even have a way of storing the default settings so we can quickly add the widget into other areas? Question: Would it be possible to display the count in IP.Pages, like an article or page? Like this? Great plugin Newbie.
July 20, 20177 yr Author Hello, 18 hours ago, Joey_M said: Requests: Can we see the ability to use a gradient for the background added please? You can change background via css 18 hours ago, Joey_M said: Maybe even have a way of storing the default settings so we can quickly add the widget into other areas? Maybe I'll add default config on ACP plugin settings. 18 hours ago, Joey_M said: Would it be possible to display the count in IP.Pages, like an article or page? Not sure what you mean. I see counters only. Please make screenshot bigger
July 20, 20177 yr 11 hours ago, newbie LAC said: Maybe I'll add default config on ACP plugin settings. That would be great! Making it centralized configured it would allow a much easier setup across the different community pages. Previously I had tons of issues to setup the plugin but since the last update, it was super-easy and very intuitive, congrats newbie LAC on the great work!
August 9, 20177 yr On 7/20/2017 at 8:34 AM, newbie LAC said: You can change background via css Would you be able to provide me an example based on Twitter please Newbie? On 7/20/2017 at 8:34 AM, newbie LAC said: Hello, On 7/19/2017 at 1:51 PM, Joey_M said: Requests: Can we see the ability to use a gradient for the background added please? You can change background via css On 7/19/2017 at 1:51 PM, Joey_M said: Maybe even have a way of storing the default settings so we can quickly add the widget into other areas? Maybe I'll add default config on ACP plugin settings. Did you consider this? It would be a time saver. On 7/20/2017 at 8:34 AM, newbie LAC said: Not sure what you mean. I see counters only. Please make screenshot bigger Basically I would like to display the counts inside a page, I aim to use this for an advertisement page.
August 9, 20177 yr Author Hello, 4 minutes ago, Joey_M said: Would you be able to provide me an example based on Twitter please Newbie? 1. Uncheck Custom background 2. Add in custom.css .nbSCF_social_twitter { background: #c5deea !important; background: -moz-linear-gradient(45deg, #c5deea 0%, #8abbd7 31%, #066dab 100%) !important; background: -webkit-linear-gradient(45deg, #c5deea 0%,#8abbd7 31%,#066dab 100%) !important; background: linear-gradient(45deg, #c5deea 0%,#8abbd7 31%,#066dab 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=1 ) !important; } Result 12 minutes ago, Joey_M said: Did you consider this? It would be a time saver. On 20.07.2017 at 0:34 PM, newbie LAC said: I added services only 15 minutes ago, Joey_M said: Basically I would like to display the counts inside a page, I aim to use this for an advertisement page. Why you don't use widget on that page?
August 9, 20177 yr 6 minutes ago, newbie LAC said: Hello, 1. Uncheck Custom background 2. Add in custom.css .nbSCF_social_twitter { background: #c5deea !important; background: -moz-linear-gradient(45deg, #c5deea 0%, #8abbd7 31%, #066dab 100%) !important; background: -webkit-linear-gradient(45deg, #c5deea 0%,#8abbd7 31%,#066dab 100%) !important; background: linear-gradient(45deg, #c5deea 0%,#8abbd7 31%,#066dab 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=1 ) !important; } Result I added services only Why you don't use widget on that page? Can I add this in beneath text within the page Newbie? That could be a workable solution. Thanks
August 9, 20177 yr Author 1 minute ago, Joey_M said: Can I add this in beneath text within the page Newbie? That could be a workable solution. You can create Pages block based on my plugin. Then add in the page {block="block_key"}
August 28, 20177 yr So I want to change "Fans Love us" to "Total Fans" Where can I do this? I found the references to the word key... but I can't figure out where the word key is itself.
August 29, 20177 yr Author 11 hours ago, Bluedrake42 said: So I want to change "Fans Love us" to "Total Fans" Where can I do this? I found the references to the word key... but I can't figure out where the word key is itself. Hello, It's lang string 'nb_scf_widget_total' => '{!# [1:Fan][?:Fans]} Love us', How to translate
September 6, 20177 yr @newbie LAC I'm experiencing issues with the default configuration via the ACP. * I can't add text for the service name * Once one custom colour has been used, you cannot use any other after and you can't delete the previous input.
September 7, 20177 yr Author 11 hours ago, Joey_M said: @newbie LAC I'm experiencing issues with the default configuration via the ACP. * I can't add text for the service name * Once one custom colour has been used, you cannot use any other after and you can't delete the previous input. Hello, What did you do with settings? Ok. Something was changed in the last versions IPS. I need some time
September 7, 20177 yr 6 hours ago, newbie LAC said: I made changes on your forum. Try now It's having issues with other services, the first is fine but if you change to Twitter, Instagram, YouTube etc it has the same issue as before.
September 8, 20177 yr Author 12 hours ago, Joey_M said: It's having issues with other services, the first is fine but if you change to Twitter, Instagram, YouTube etc it has the same issue as before. You mean when you add another?