NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

TeemoCell

Member

Feed

There are no wall posts here yet.

About

Registered:
over 3 years ago
Last Seen:
7 months ago
Profile Views:
819
Minecraft
TeemoCell

Latest Posts

over 2 years ago
Add Material Design Icons Support

1. Go to

/templates/DefaultRevamp

2. Open

template.php

3. Add

'//cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css' => array()

above

'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css' => array('integrity' => 'sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==', 'crossorigin' => 'anonymous')


This is how it should look like. You can also copy the code and replace it with the other one.

		$this->addCSSFiles(array(
			$template['path'] . 'css/semantic.min.css' => array(),
			$template['path'] . 'css/toastr.min.css' => array(),
			'//cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css' => array(),
			'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css' => array('integrity' => 'sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==', 'crossorigin' => 'anonymous')
		));

Icons: https://materialdesignicons.com/

over 2 years ago
Dark Mode on the editor

Everything can be edited :D

over 2 years ago
Group Username Background CSS

Dark Mode

over 2 years ago
Group Username Background CSS

You can change the URL by uploading the image to your host.
Here is the .zip file in case it's to hard for you to download the image from the URL
https://assets.uedit.co/backround6.zip

color: #fb3131; 
font-weight: 
bold; text-shadow: 1px 1px 4px #020b1b; 
background: url(https://assets.uedit.co/backround6.gif);