Jump to content

-FP

Members
  • Posts

    857
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by -FP

  1. 2 minutes ago, MaNiAc LRSC said:

    What could be the reason that the Cookie notice is not being displayed? Plugin is active, IPB 4.1.7

    What's your site URL? if it's the one in your signature, well, plugins JS is not being loaded. One reason could be being in designers mode.

  2. 9 minutes ago, Adriano Faria said:

    Yes, I want to solve this too. But I got only 3 options out of 21. I know how this works... I can make like you or the others request, then come 5 and complain.

    Guess I'll send PMs to other buyers.

    Yep I understand, but let me see if I can explain myself.

    I only want to use the existing topic if "use forums for comments" is enabled AND if the promoted post is the first on the topic. (I don't see how anyone would want this to be any different, if it's not like that they would just make copies of the same content)

    In any other cases it's fine if it creates a new topic.

  3. Well I think all I need right now is it to stop creating another topic when you submit an article from a promoted topic. (If you use the "use forums for comments" and "post topic to forum" settings)

  4. @Adriano Faria I also found that when the plugin is enabled for my group, when I submit an article from the pages app (not promoting it from a topic) and that articles category posts a topic to a forum, I get an error, the article is submitted but the topic is not created. The error is gone if plugin is disabled.

  5. 1 minute ago, Adriano Faria said:

    The thing is:

    1 - when promoting the first post, I will use the promoted topic as article topic. A new topic will not be created.

    2 - if not the first post, I will add the link to the article in this post and will create the new topic to be used as comment.

    Reasonable?

    That would be perfect for me.

  6. So I overlooked it a bit.

    Actually, the article IS already linked to the topic you promoted it from. I got confused because when you submit the article, it's creating another topic, but if you comment in the article, the posts are added to the topic the article was made from, not to this newly created topic after submiting the article. I guess it's a bug.

    So from here the question is what happens if the promoted post is not the first in the topic.

    My suggestion was to make a new topic and link the article to it if it's not the first post, but if it's the first post leave it as is.

  7. I just purchased the plugin and had a talk with Adriano about a feature, posting it here for more opinions.

     

    Lets say that you promote the first post of a topic to a category of articles that use the forum to store the comments. In this case, I would want the new article to be tied to the topic it was promoted from, to avoid having duplicated content on the forums, but right now when you submit the article, it creates a new topic, instead of using the existing one.

    Now the issue with linking the article to the existing topic: If you promote another post in the topic, one that's not the first one to create new content from it, well, it would be an issue because the conversation would remain in the same topic rather than being a new one.

    So I thought that maybe Adriano can hardcode it to tie the article to the existing topic if the promoted post is the first in the topic. If it's not the first post in the topic, then just make a new topic straight away.

    All this is in the case that you "use forums for comments" in your articles database.

  8. 9 minutes ago, zelgadis said:

    I see it shows in one of the custom themes but not on the default one, for testing, could you try to change the message position to bottom instead of top?

    In the theme that it doesn't work, did you set its custom settings to include JS inside the <head> or before </body>?

    For some reason the javascript is not being loaded in the custom default theme.

    Or PM admin access if you wish, it would be easier to look into this.

  9. 10 minutes ago, zelgadis said:

    In my site the message doesn't show in my custom Theme. It appears only in the default IPS Theme.

    I thought I "fixed" that on the last update, it wasn't showing on my third party theme... that can be hard to controll anyway, if the custom theme has some changes or things that may become a conflict compared to the default theme, I can't predict nor controll that, the plugin just inserts stuff in the global template. (I hate javascript)

    What's your site URL anyway? I'll take a look.

  10. 7 hours ago, Joey_M said:

    @-FP - For some reason my message doesn't show, I changed it within the plugin setting and it just displays the standard one.

    It also shows the cookie in the wrong style, I have it set to dark and yet it's light. May I PM you?

    Sure, send me your site URL and what version of the suite you're using.

  11. Uploaded a new version.

    Option to load the JS from the developer site, or use a local version.

    Using the local version decreased my site load time by roughly 300ms, and this should also address the security concerns some users had.

    (Translations are still lost, sorry!)

  12. Well I'll look into it, it may be possible to do something comparing the date of the current cookie set to hide the message, and the date of the last time the message was modified, supplied by another setting field for instance, I would also have to mess with the JS file provided by silktide... well, we'll see.

  13. Ok, updated the plugin, now you can translate the message, I tested it and I think it's doing what you've requested, anyway let me know what you think... translations are still lost when you upload a new version, sorry.

  14. Well since this runs on the JS file by silktide... right now you'd have to grab this: http://s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js

    Find this code:

    <a data-cc-if="options.link" class="cc_more_info" href="{{options.link || "#null"}}">{{options.learnMore}}</a>

    Add the target property to the link, save the JS file, upload it somewhere, and modify the xml file to call your edited JS file instead of the original one.

    I'll see If I can add a setting for it.

  15. I'll take a look, but even if I manage to make it happen, apps like GHOSTERY will still list Google Analytics for instance, because analytics.js is called, but the _ga cookie is not set thus no tracking information is collected, at least so far in my plugin.

    Or that's what they say in the information for the code I implemented: https://developers.google.com/analytics/devguides/collection/analyticsjs/advanced#optout

×
×
  • Create New...