Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
opentype Posted May 8, 2017 Posted May 8, 2017 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.
newbie LAC Posted May 8, 2017 Author Posted May 8, 2017 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 opentype 1
Bluedrake42 Posted May 30, 2017 Posted May 30, 2017 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.
newbie LAC Posted May 31, 2017 Author Posted May 31, 2017 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
Bluedrake42 Posted June 1, 2017 Posted June 1, 2017 (edited) 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, 2017 by Bluedrake42
Bluedrake42 Posted June 1, 2017 Posted June 1, 2017 (edited) 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, 2017 by Bluedrake42
newbie LAC Posted June 2, 2017 Author Posted June 2, 2017 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.
Bluedrake42 Posted June 2, 2017 Posted June 2, 2017 Ah, damn =/ let me know when it is working again!
newbie LAC Posted June 2, 2017 Author Posted June 2, 2017 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.
Joey_M Posted July 19, 2017 Posted July 19, 2017 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.
newbie LAC Posted July 20, 2017 Author Posted July 20, 2017 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
joaocb Posted July 20, 2017 Posted July 20, 2017 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!
Joey_M Posted August 9, 2017 Posted August 9, 2017 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.
newbie LAC Posted August 9, 2017 Author Posted August 9, 2017 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?
Joey_M Posted August 9, 2017 Posted August 9, 2017 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
newbie LAC Posted August 9, 2017 Author Posted August 9, 2017 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"} Joey_M 1
Bluedrake42 Posted August 28, 2017 Posted August 28, 2017 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.
newbie LAC Posted August 29, 2017 Author Posted August 29, 2017 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
Joey_M Posted September 6, 2017 Posted September 6, 2017 @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.
newbie LAC Posted September 7, 2017 Author Posted September 7, 2017 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
newbie LAC Posted September 7, 2017 Author Posted September 7, 2017 Just now, Joey_M said: No worries I made changes on your forum. Try now
Joey_M Posted September 7, 2017 Posted September 7, 2017 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.
newbie LAC Posted September 8, 2017 Author Posted September 8, 2017 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?
Recommended Posts