NamelessMC

Internet Explorer

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

CRUGG

Member

Feed

There are no wall posts here yet.

About

Registered:
over 6 years ago
Last Seen:
over 5 years ago
Profile Views:
1364
Minecraft
CRUGG

Latest Posts

over 5 years ago
Easy custom badges with v2 and DefaultRevamp

Hey there. This will be a quick tutorial on how to make custom badges with the DefaultRevamp Theme in v2-pre6. I can not guarantee this to work with other themes/version.

First of all you have to navigate to /YourForumDirectory/custom/templates/DefaultRevamp/css/custom.css and open it with a text editor. The following does definitely work in the integrated WinSCP Text Editor, Notepad++ & Atom. Can't guarantee that for other text editors though. Press CTRL+F which should open a Search Window where you'll now search for ".badge-danger" and press Enter. You should now find and copy the following snippet of the CSS and paste it again below it:

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}


a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
}

Once you copied this and pasted the exact same below, just edit the "background-color" for both to your color. You can also edit the text color if you want to. Now edit the "danger" in the text you pasted to something else. For example "owner". When you're finished, everything should look like this:

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}


a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
}

.badge-owner {
	color: #fff;
	background-color: #AA0000;
}


a.badge-owner:hover, a.badge-owner:focus {
	color: #fff;
	background-color: #AA0000;
}

Now you only have to add the following HTML as the Group HTML in the group settings:

< span class="badge badge-owner" >Owner< /span >

without the spaces after and before the "<"s and ">"s. I just added them, as otherwise the forum would parse the HTML

over 5 years ago
Is is possible to have custom colored badges for Groups?

Edit: Already solved it. Solution here.

I think the title is self explanatory. I mean the "Admin" thing.

One way I thought could work would be editing the CSS File and adding own variations like "badge-moderator" but which CSS file do I have to edit for this?

over 6 years ago
[Tutorial] Online Staff Members Module V2

I didn't do the View Forum part. Is that a Problem since it's not working?

over 6 years ago
NamelessMC Keeps breaking my Syntax/Whatever.

It works now. But I forgot that maintenance is turned on, and I can't turn it off untill I have an Imprint because of german law.

over 6 years ago
404 on Custom Page

Samerton:
Your page path needs to be /impressum (note the / before it, as mentioned in my previous reply).

I always used /impressum. Nothing else.

EDIT:
Oh I understood. Sorry.