Reputation Activity
-
Nathan Explosion got a reaction from Ibai in Star for threads I've posted inTake a look at this screenshot - see if you can guess which one I've posted in (look at the user photo)
Zoomed in...
-
Nathan Explosion got a reaction from David N. in Star for threads I've posted inTake a look at this screenshot - see if you can guess which one I've posted in (look at the user photo)
Zoomed in...
-
Nathan Explosion got a reaction from Marc in Star for threads I've posted inTake a look at this screenshot - see if you can guess which one I've posted in (look at the user photo)
Zoomed in...
-
Nathan Explosion got a reaction from morg in (NE) Display my badgesThis application will allow your users to display up to a configured number of their badges on the 'author pane' in a forum topic.
Admin settings include:
Number of badges that are allowed to be displayed Size at which the badge should be displayed (separate settings for Desktop and Phone) Option to display a tooltip on the badge Option to remove the 'Rare' tag from the badge
-
Nathan Explosion got a reaction from Mick23 in Marquee App?How 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>
-
Nathan Explosion got a reaction from Marc in Anonymous posting and the author indicatorBut they are referring to editing a post, which produces this:
...which may or may not be visible to end-users depending on configuration.
-
Nathan Explosion got a reaction from DiXON4 in Ability to duplicate a topic ?Nope.
https://www.sosinvision.com.br/index.php?/file/38-copy-topic/
-
Nathan Explosion got a reaction from Joel R in Beta 3 is here! Spooky!And the idea of "Boota" didn't once cross your mind?
-
Nathan Explosion got a reaction from AintNobody in Beta 3 is here! Spooky!And the idea of "Boota" didn't once cross your mind?
-
Nathan Explosion got a reaction from David N. in Beta 3 is here! Spooky!Feel free to nick it, delete these posts and claim it as your own 😉
-
Nathan Explosion got a reaction from abobader in Beta 3 is here! Spooky!And the idea of "Boota" didn't once cross your mind?
-
Nathan Explosion got a reaction from Esther E. in Beta 3 is here! Spooky!And the idea of "Boota" didn't once cross your mind?
-
Nathan Explosion got a reaction from Matt in Beta 3 is here! Spooky!Feel free to nick it, delete these posts and claim it as your own 😉
-
Nathan Explosion got a reaction from Marc in Beta 3 is here! Spooky!And the idea of "Boota" didn't once cross your mind?
-
Nathan Explosion got a reaction from Matt in [v5][Lang][Custom Phrase] how to -->Didn't see it mentioned so started at the obvious place.
Don't overthink it...
-
Nathan Explosion got a reaction from mcx61 in 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.
-
Nathan Explosion got a reaction from DawPi in 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
-
Nathan Explosion got a reaction from bosss in 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
-
Nathan Explosion got a reaction from Chris59 in [v5][Lang][Custom Phrase] how to -->Didn't see it mentioned so started at the obvious place.
Don't overthink it...
-
Nathan Explosion got a reaction from WebCMS in Web App page in ACP is not getting savedThat's an image upload field in Invision's software, which accepts several images types.
My comment was that GIF is not supported as a PWA app icon on iOS or Android.
Keep trying...maybe it will suddenly start working? Or you could use a PNG file.
-
Nathan Explosion got a reaction from Adlago in Custom template - Second seriesWhich works as expected in Beta 1:
And ceases to work in Beta 2:
A behaviour that leads to:
-
Nathan Explosion got a reaction from Esther E. in Group Formatting does not saveI know.
I am just providing more flesh on the paltry bones of the original report of the issue for v4 so it can be fixed there.
-
Nathan Explosion got a reaction from SeNioR- in Is there a list of the functionality that is removed in V5 compared to V4?
-
Nathan Explosion got a reaction from Matt in Is there a list of the functionality that is removed in V5 compared to V4?
-
Nathan Explosion got a reaction from Adlago in Custom templateI'll add in the 2 steps, if you wish to use a custom template. But you really only need to do one, which is adding your code in as a HOOK directly in the place you want it.
Anyway...
Step 1: custom template
Step 2: adding it in before the </head>