Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

For me the new forum style is a bit large. But anyway it's ok i can manage it :-)

AnTrobs

we bought uniform theme for ips 4.1 from this ipsfocus you can see here https://www.uret.in/ and it is working great at the moment  :)

Plus it remove bit from gap thing when we post new comment but only on new comment not on previous

kao was right uniform looks nice ;)

 

Edited by Jasi2169

  • 3 weeks later...

are the signatures in posts also gone now ? or is there a way to bring them back ?

  • 5 years later...

For those interested, I have installed a new dark theme and deleted the others. Scroll to the bottom of the page to find the option to change themes...

Ted.

@Teddy Rogersthe code tag is doggy in dark mode.

  • 1 month later...

Well I went back to white default mode because the code tag with purple and dark red in dark mode is not goo at all, i rather burn my eyes with white mode :D

Using an extension for modern browsers like StyleBot, you can fix it yourself with some basic edits. The syntax parser the forum uses is fairly bad/basic, so a very basic CSS edit/override works fine. Here's mine:

@media screen {
    .str {
        color: #CC7645
    }

    .kwd {
        color: #569CD6
    }

    .com {
        color: #57A64A
    }

    .typ {
        color: #79D8FE
    }

    .lit {
        color: rgb(179, 201, 101)
    }

    .pln {
        color: #9A9A9A;
    }

    .pun,.opn,.clo {
        color: #A2B3AE
    }
}

 I only targeted C/C++ language type tags that were the most annoying to try and read on the dark theme. It makes things look like this now instead:

vbYhojo.png

Not the best/proper to normal editors, but again the forums coloring system is garbage.  (Invision's editor and such is pretty trash in general.)

As I too am using the dark theme there are some other eye sores too that come up for Administrator/ Moderator tasks that make it difficult to work with. I often find myself squinting at my phone trying to decipher what is on screen due some of the colour selections.

I have notified some issues to the theme developer and believe they may be fixed in a future release. Please keep listing theme related problems here and I will point him to this topic in the hope they get rectified (or I will get around to it at some point)...

Ted.

On 4/3/2021 at 7:09 AM, atom0s said:

I only targeted C/C++ language type tags that were the most annoying to try and read on the dark theme.

Thanks, I have added this to the css!

If you see any others you want to change please let me know...

Ted.

@atom0sseems that @Teddy Rogersmodify the actual CSS, no addon needed. ;)

 

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.