Everything posted by Nathan Explosion
-
Marquee App?
Nathan Explosion replied to FeigelInc's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionOK - I'll be the guy, now that you've stated something that would have helped from the start... A search for "Marquee" on here doesn't yield much in relation to a 'plugin' that may exist, which gives an indication that it may not have existed here on the marketplace (no support topic, see). So how about more information on what exactly this "marquee plugin" is? Is that its actuall name, or is that what you refer to it as (if so, what is its name?) Who developed it? Was it a v4 plugin, or was it maybe a REALLY old plugin that existed back with v3? More details...better answers.
-
Marquee App?
Nathan Explosion replied to FeigelInc's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionHow to do it without using a deprecated tag <!DOCTYPE html> <html> <head> <style> .marquee { white-space: nowrap; animation: scroll-right-left 10s linear infinite; } @keyframes scroll-right-left { from { transform: translateX(400px); } to { transform: translateX(-1600px); } } </style> </head> <body> <div class="marquee">this is a marquee done without using the deprecated marquee tag.</div> </body> </html>
-
Daily Activity tracker
You're using native JS - ${variable} would be fine if jQuery wasn't already using $. Change a line And then it works fine, depending on where you put it WHERE in Pages? More detail, not scraps...
-
Daily Activity tracker
Have you tried it yet yourself? What were the results, if you did? You've given zero indication about where you are planning to use that so it is difficult to say if it would be correct. More detail is always better than... Anyway...this JS will work, depending on where you put it. const memberId = ips.getSetting('memberID'); const userLink = document.getElementById('elUserLink'); const memberName = userLink.textContent.trim();
-
This site - developer tools downloads not working
Thank you.
-
RSS URL
And I am showing him where he can find the URL for the RSS feed of a page when it is being viewed, which is what he was originally asking for and wasn't ever actually answered in a clear statement
-
RSS URL
This is the forum: https://forum.orioleshangout.com/forum/3-minors Now, scroll all the way down to the bottom of the page: That is the link to the RSS feed for that forum. It will be the same place on each page if an RSS feed exists for it - it's down there in the footer area.
-
This site - developer tools downloads not working
-
Anonymous posting and the author indicator
And seeing as staff can view who the author is (via that eye) then nothing extra is being presented here that isn't already available via that method. And disabling the "Can view anonymous author info?" mod permission results in the hiding of both the eye and the 'edited' information.
-
Anonymous posting and the author indicator
Yep, that's the badger. Viewed as someone who can see the edited information: And then viewed by someone who isn't permitted to view the edited information:
-
Anonymous posting and the author indicator
And now tested...anonymous user unable to edit their own post, as far as I can see, so not sure how they've ended up in the situation the poster mentions (same user posted all three of the below, and is being used to attempt to edit)
-
Anonymous posting and the author indicator
Good because that is what they are reporting - not that someone else has edited it, but that the anonymous poster has edited it. Anyway - was just correcting the 'quoted' confusion. Off I head to test it out now...
-
Anonymous posting and the author indicator
But shouldn't it be the case that if the anonymous author of an anonymous post should have their anonymity maintained when editing said post?
-
Anonymous posting and the author indicator
But they are referring to editing a post, which produces this: ...which may or may not be visible to end-users depending on configuration.
-
Web App icons always in PNG format
Nathan Explosion replied to SeNioR-'s post in a topic in Invision Community 5: Beta Testing's Beta DiscussionPretty sure that PNG is the requirement for PWA, so Invision are adhering to it.
-
[v5][Chris59][Tip!] Group formatting!
Nathan Explosion replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionShould be </font></strong>
-
Beta 3 is here! Spooky!
Nathan Explosion replied to Matt's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionFeel free to nick it, delete these posts and claim it as your own 😉
-
Beta 3 is here! Spooky!
Nathan Explosion replied to Matt's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionAnd the idea of "Boota" didn't once cross your mind?
-
After moving servers the theme no longer works.
Nope. 8.1.x or lower. Sort that, then go from there.
-
After moving servers the theme no longer works.
Your site is reachable via https://jeepforum.nl But your source code is still referencing http://jeepforum.nl Have you cleared the system cache in the ACP? if you cannot access the ACP, clear the contents of the datastore folder on your installation.
-
After moving servers the theme no longer works.
-
After moving servers the theme no longer works.
So what version of the Invision software are you currently on?
-
How or where change time format AM/PM to 24h
? @bosss go into your languages and ensure that the locale is set correctly. Default for a language is "English (United States)" result: I change to my actual locale: Result Swedish Result
-
[v5][Lang][Custom Phrase] how to -->
Nathan Explosion replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta Discussion
-
[v5][Lang][Custom Phrase] how to -->
Nathan Explosion replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta Discussion