Mod Team Page & other fixes
Dec 12 2008, 07:03 PM Today I installed a revamped look to the "Moderating Team Page" of the forums, which was contributed by Gunblaza. You can see it here. This is a nice change to this page and I think you'll all enjoy it. Thanks Gunblaza! ![]()
Please post if you have any questions/find a problem with the new page, but I do not think there will be any as he has tested it and so have I.
In lighter news, I've been doing a few various bugfixes:
- The PM and email log CSS fixed
- Unreal Portal Multiple News articles bug fixed
- Created a new function with which I can easily make a "forum select" in the ACP, rather than making people enter forum id's. Using it, I fixed topic multi moderation page to display a proper select box of the forum layout. You'll see it's nicer now.
- Also fixed the IPD portal and news set-up to rid of having to enter a forum id. I will be going through further areas of the ACP to see which places I can swap it out.
- I fixed the Mod CP's IP address information page. The whois option was broken for a long time, it's fixed now with a ton of other methods.
Dec 12 2008, 07:13 PM
Tiny problem here.
Posted Image (Reduced size. Click thumbnail to expand)
Dec 12 2008, 07:14 PM
That's kind of weird... I can see Taylor's avatar,
Edit: oh my god, I see what happened. Hold on a sec.
Dec 12 2008, 07:16 PM
I was more or less pointing out the problem of that being whats showing on my forum.
Dec 12 2008, 07:35 PM
Issue should be fixed.
I should really not open my mouth and say there's no bugs. I cursed it.
Thanks for pointing it out.
Dec 12 2008, 07:37 PM
yeah its all good for me now, thanks
Dec 12 2008, 07:49 PM
QUOTE (Jcink @ December 12, 2008 06:03 pm)Created a new function with which I can easily make a "forum select" in the ACP, rather than making people enter forum id's. Using it, I fixed topic multi moderation page to display a proper select box of the forum layout. You'll see it's nicer now.
How do I find this?
Dec 12 2008, 07:54 PM
ACP > Forum Control > Topic Multi-Moderation -> Add or edit one. The "Active in Forums..." option used to look all messed up and had no proper division into sections or anything. Now it does.
It's just a minor change is all.
Dec 12 2008, 08:00 PM
Well done it looks great
Dec 12 2008, 08:04 PM
I love it but if they are global mods, I don't think it should show forum moderators, but that is up to the administrator I suppose.
Dec 12 2008, 08:08 PM
That's true. I just removed posiden from being a moderator of just that section. No reason to have him there since he's a global mod. Why have individual forum assignements for a global
Dec 12 2008, 08:18 PM
perhaps add the option to add custom CSS classes to it?
Dec 12 2008, 08:23 PM
Exactly what would you need to customize though? I don't think it's necessary to be honest. It blends with your layout like everything else, at least I think it does. It's just supposed to be a simple page anyway.
Dec 12 2008, 08:26 PM
http://img119.imageshack.us/img119/6523/failcpfu9.png
if i were that dude, i'd like to change the colors of some of the rows.. they just look ugly all white.
Dec 12 2008, 08:29 PM
The picture appears to look worse than his actual page. Maybe when he saved it, it ripped all the color out. Look:
Dec 12 2008, 08:30 PM
nvm lol its cool.. no worries.. i'm not gunna be using anyway just throwing out the suggestion
Dec 12 2008, 08:31 PM
No problem, thanks though. I do think he should probably change darkrow1 to something darker so it adds filling into the title areas like mine, but who am I to judge anyway.
Dec 12 2008, 08:34 PM
QUOTE (Jcink @ December 12, 2008 06:54 pm) ACP > Forum Control > Topic Multi-Moderation -> Add or edit one. The "Active in Forums..." option used to look all messed up and had no proper division into sections or anything. Now it does.
It's just a minor change is all.
Oh. I thought you meant like some new program in the ACP.
It's smaller and nicer. The sub-forums are actually BENEATH the parent forum xD
Now, I won't be easily confused! Thanks jcink
Dec 12 2008, 09:03 PM
=) glad you guys like it.
I do have some "secret css" for this mod.
To edit the Online text put the following in your style sheets
QUOTE
.status {
color:green;
font-size: 9px;
}
You can also edit the avatars too.
QUOTE
.imgthumb img{
width:30px;
height:30px;
border:1px solid #fff;
}
Just pointing that out to make it a little but more customizable to your forum.
Dec 12 2008, 09:05 PM
well those are actually two different skins, the one I posted and the one Jcink posted, but its all personal preference.
Dec 12 2008, 09:29 PM
QUOTE (Gunblaza @ December 12, 2008 08:03 pm) =) glad you guys like it.
I do have some "secret css" for this mod.
To edit the Online text put the following in your style sheets
QUOTE
.status {
color:green;
font-size: 9px;
}
You can also edit the avatars too.
QUOTE
.imgthumb img{
width:30px;
height:30px;
border:1px solid #fff;
}
Just pointing that out to make it a little but more customizable to your forum.
Where in the css?
Dec 12 2008, 11:04 PM
QUOTE (TheMark09 @ December 12, 2008 09:29 pm) QUOTE (Gunblaza @ December 12, 2008 08:03 pm) =) glad you guys like it.
I do have some "secret css" for this mod.
To edit the Online text put the following in your style sheets
QUOTE
.status {
color:green;
font-size: 9px;
}
You can also edit the avatars too.
QUOTE
.imgthumb img{
width:30px;
height:30px;
border:1px solid #fff;
}
Just pointing that out to make it a little but more customizable to your forum.
Where in the css?
It actually wont work that way. you have to add the following below <%STATS%> in your wrappers and it will definitely style it.
QUOTE
<style>
.status {
color:green;
font-size: 9px;
}
.imgthumb img{
width:30px;
height:30px;
border:1px solid #fff;
}
</style>
That's it. I recommend this for people who know css.
Dec 12 2008, 11:13 PM
WOW. This mod is awesome. Thanks Gun!
Dec 13 2008, 12:54 AM
Wonderful work Jcink and GunBlaza!
Dec 13 2008, 05:20 AM
Very nice Gun, very nice indeed
And for all those people saying it should be more customisable don't forget you can change the CSS of an element per page with some simple javascript coding
Dec 13 2008, 09:47 AM
Nice work m8,
Is there anyway to make the usernames bold?
Ive tried this but i cant get it to work:
QUOTE
<style>
.username {
font-weight: bold;
}
</style>
Dec 13 2008, 10:19 AM
I like this alot more. Seems more user friendly to me, also looks better.
Good job Jcinkles!
Dec 13 2008, 11:38 AM
QUOTE (mixapella @ December 13, 2008 09:47 am) Nice work m8,
Is there anyway to make the usernames bold?
Ive tried this but i cant get it to work:
QUOTE
<style>
.username {
font-weight: bold;
}
</style>
They just take the look of your links. So there is no way.
Dec 22 2008, 03:14 PM
Cool staff page. Thanks Jcink. Thanks GunBlaza also.