Jump to content

Runar

Clients
  • Posts

    386
  • 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

Everything posted by Runar

  1. The members of my community are not really sharing lots of video, so storage is not (yet) an issue. If they were, I'd probably be more willing to use a third party video hosting service as you're right about the potential costs. My humble S3 usage rarely costs more than $5 a month, so in my case I feel it's definitely worth it.
  2. As long as it's completely optional. I don't want my content uploaded to any Google service, not even YouTube. I'd rather pay a few dollars each month to store the raw files on S3 or some other storage solution, where I'm in full control.
  3. Is this something you're considering, or are you just stating a fact?
  4. What's new in version 1.2.0: Added Add toggle to force dark mode on login page. Make it possible to upload custom logo from plugin settings. Fixed Clear cache automatically when updating/installing the plugin.
  5. Thank you, but this requires a force reload of the page (to clear the browser cache), as the CSS files are updated but the version parameter stays the same. Is there any way to update the version parameter of the custom.css file as well? Similar to what happens when you save a file in the theme editor.
  6. I'm working on a plugin with a CSS file, and some of the values in this file comes from the plugin settings. What I need is a way to rebuild the CSS files (custom.css?) when the plugin settings are changed. With my current code I'll have to edit my theme and save custom.css (without making any changes) for the new values to show up. There must be a better way?
  7. Runar

    Mark Topic

    Thank you for reporting this bug! I’m working on a new release with support for 4.5 and a few bug fixes, and I’ll make sure to fix this issue as well.
  8. For me 5 000 messages is a lot (I even chose to send them from my own account), but one million would be disastrous. In hindsight, I should have done the same, but I thought letting my new members get a feeling of the community before sending them a message would be best, and that a small delay would feel more natural than receding the message immediately after signing up. I usually do, and I’m even working on a new workflow consisting of a private git repo and Ansible, but that haven’t made it to production yet. Well, it could have been worse! Also, if I hadn’t done this, we most likely wouldn’t have discovered the issue (at least not at this time).
  9. Thank you for taking your time to look into this issue. Unfortunately it’s too late for my community, but luckily my members found it funny and nice (even those with 20 years as members) so the damage isn’t that bad. I hope this issue is fixed, though, as I can’t be the only one who’d like to send a PM some X hours after a new member signs up. The good thing that’ll come from this is that from now on I’ll test all new plugins and applications on my staging server, even the simple and harmless ones like this one.
  10. Then I guess the delay functionality doesn’t account for existing members, and if installed on an old community, everyone will receive the welcome message. I’m looking forward to the next invoice from Mailgun 😄
  11. Interesting. Did you set a delay on the email or is it sent immediately?
  12. I installed this on my community earlier today, and set it to send a PM one hour after someone signs up. I came back to my community now, and apparently the plugin sent the welcome message to all existing members. All five thousand of them. Is this expected behavior? If it is, why wasn’t there a warning?
  13. Have you ever wanted a beautiful background image on the AdminCP login page, or your own logo displayed above the login form? Look no further! This plugin allows you to set customize the AdminCP login page, and set a custom background image or change the logo above the form. At the moment, the current customizations are available: Custom background image. Custom logo above the form. Board name above the form. Force dark mode on login page. Suggestions for additional customizations are welcome! Known issues: As of version 1.2.0, there are no known issues. It might be necessary to clear the cache (using the Support tool) after uploading a custom background image. A fix will be released shortly. (Fixed in version 1.2.0) Planned features: Some of the planned features include: Upload custom logo regardless of theme. (Added in version 1.2.0) Upload multiple background images and have them rotate. Insert custom CSS on the login page. Dark mode for the login page. (Added in version 1.2.0)
  14. It wouldn’t bother me at all! I’ll send you a message in a bit. It sounds useful and I’m sure we can work something out.
  15. So, if I understand you correctly, you want to add custom badges to posts? What kind of badges would you like to add? To add custom badges this you'll have to edit the theme, as there are no settings (as far as I know) you can enable to achieve this. The only badge-related setting available is the "Highlight replies" I mentioned. Edit the theme, then find the template file post in the following location: forums > front > topics > post, and near the top of the file you'll see the following code: {{if ! $comment->isFirst() and $comment->author()->member_id AND $comment->author()->member_id == $item->author()->member_id}} <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">{lang="author"}</strong></li> {{endif}} {{if $comment->author()->hasHighlightedReplies()}} <li><strong class='ipsBadge ipsBadge_large ipsBadge_highlightedGroup'>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->name" raw="true"}</strong></li> {{endif}} {{if ( $comment->item()->isSolved() and $comment->item()->mapped('solved_comment_id') == $comment->pid )}} <li><strong class='ipsBadge ipsBadge_large ipsBadge_positive ipsBadge_reverse'><i class='fa fa-check'></i> {lang="this_is_a_solved_post"}</strong></li> {{endif}} {{if $comment->isFeatured()}} <li><strong class='ipsBadge ipsBadge_large ipsBadge_popular'>{lang="this_is_a_featured_post"}</strong></li> {{endif}} {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) }} <li><strong class='ipsBadge ipsBadge_large ipsBadge_popular'>{lang="this_is_a_popular_post"}</strong></li> {{endif}} This code generates the built-in badges, such as the Author or group badges. Use these as a starting point, or give me an example of a badge you'd like to add and I'll give you a few lines of code. Indeed they are connected. If you enable the group setting "Highlight replies", posts by members of this group will be given a badge with the name of the group.
  16. There's a lot of misinformation in this topic, or maybe people simply misunderstand the question? @Pavel Chernitsky: The badges you've marked with a red square in your first post is a feature called "Highlight replies", and you can enable or disable this per group under Groups > [Group] > Content. Enabling this feature for a group will highlight posts made by members of this group with a border defined in your theme, and add a small badge in the upper right corner displaying the name of the group. The background and border color of the badge is defined by the Highlighted Post Background and Highlighted Post Border colors of your theme. To change the border color added to the post itself, you'll have to edit the theme and overwrite the --ipsComment_highlighted—boxShadow variable. The author badge is something different, and will be shown regardless of the setting mentioned above.
  17. You have the English translation enabled, and the dates appear correctly there. So the issue is with the Norwegian translation. Jeg bruker norsk selv og har oversatt mye av den nye teksten i 4.5 til norsk, og kan gjerne sende deg filen hvis du vil se om det hjelper!
  18. Something is wrong with your language pack. Go to ACP > Customization > Localization > Norsk and check the following language strings: time_at _date_this_week _date_this_week_c
  19. Lazy loading via the loading attribute is now supported by all major browsers, or 73.68% of all users, with Safari being the exception. I'm a Safari user myself, but I would love to see IPS utilising the built-in method of lazy loading with their custom scripts as a fallback.
  20. Runar

    Member Map

    Looking forward to it! Are we talking weeks or months?
  21. Runar

    Mark Topic

    You're absolutely right! I will find a way to show the "mark" when viewing the topic, hopefully with a customisable location.
  22. Runar

    MS IE warning

    Most of the fuss comes from the fact that it's an old browser lacking support for many new web technologies being put to use. It's almost comparable to not understanding the fuss about DVDs or Blu-rays, and insisting on using VHS cassettes: It might work for you, but soon you'll not be able to purchase new cassettes (or visit your favourite websites) as the production costs exceeds the revenue.
  23. Runar

    MS IE warning

    You are absolutely correct and I'm very familiar with this scenario as I was locked into using IE 11 myself until recently. I must also admit that I sometimes browse both this community and my own from my workplace. However, @Chris89 made it sound as if he uses IE 11 privately as well, and that I can't understand. Why would anyone do themselves that kind of harm? It pains me every time I have to open IE 11, and I can't imagine using it as my daily browser.
  24. Thank you for your inputs, @Paul E.! I'm glad to see I'm not alone with thoughts and ideas on this topic. Can I ask how you avoid committing secrets to your repositories? I did some experimenting with Docker recently, and Docker Secrets worked perfectly. But I have now decided to use Ansible and ordinary servers instead of containers, and so far I haven't found anything as easy and secure as Docker Secrets.
×
×
  • Create New...