Home
Mottie's Help Site
Resources
Support Tickets
Sign Up!
•
Login:
Password:
Save
New User?
Forgot?
Support
Top Mods!
Forum Module - Media
by Mottie
1
2
3
4
5
Forum Module - Media v5
by Mottie
Description
This mod allows you to add a YouTube video and change the player styling along with other options. Also, you can easily add a mp3 audio file using the basic Google mp3 player
or a player that can easily be styled (Wordpress player)
Please see
this post
for instructions.
Average Rating
1
2
3
4
5
To install a mod on your GuildPortal site, open your Control Panel and select Site Mods, then Get Site Mods.
Mail Notification
by Mottie
1
2
3
4
5
Mail Notification v6
by Mottie
Description
This mod opens a popup to notify you if you have a new mail message. It was written for users who wish to hide their top menu bar (state bar/log in bar). Or if you just want a bigger message telling you that you have mail. I've set it up to open either a growl window (timed popup) or a facebox (popup you have to close).
For more information on the custom variables, please see
this post
.
To style the growl window (pictured above), use the "Growl Window Styling" Mod or refer to
this post
.
To style the Facebox popup window, please refer to
this post
.
Average Rating
1
2
3
4
5
To install a mod on your GuildPortal site, open your Control Panel and select Site Mods, then Get Site Mods.
Wowhead Search
by sonofsamedi
1
2
3
4
5
Wowhead Search v5
by sonofsamedi
Description
Just a simple import from the Wowhead website to allow in-site searching.
taken from
Wowhead goodies for your site.
Average Rating
1
2
3
4
5
To install a mod on your GuildPortal site, open your Control Panel and select Site Mods, then Get Site Mods.
Event Signup/Withdraw Button
by Mottie
1
2
3
4
5
Event Signup/Withdraw Button v3
by Mottie
Description
******************************************
The signup button has changed, so
this mod is no longer needed
******************************************
Make your Event Sign Up/Withdraw button more prominent.
All this mod does is adds a css class to the button, you can modify everything else!
Before
After
Average Rating
1
2
3
4
5
To install a mod on your GuildPortal site, open your Control Panel and select Site Mods, then Get Site Mods.
Signup Status Color
by Mottie
1
2
3
4
5
Signup Status Color v5
by Mottie
Description
This mod will add CSS classes to the character status, so you can set the color yourself with the CSS and the script will do the rest. Within the script, you can set it to just color the Status column or the entire row. This is what it will look like:
*Note: this is an old screenshot, but the code still works
Average Rating
1
2
3
4
5
To install a mod on your GuildPortal site, open your Control Panel and select Site Mods, then Get Site Mods.
Admin Forums
Welcome to the GuildPortal Help Community! These forums are for admin-to-admin help.
Available Forums
Forums
:
Pimp My Site!
> Transparent Login Bar?
Prev
1
2
538149821_Inactive
(New Admin)
2/13/2007 9:09 AM EST
:
RE: Transparent Login Bar?
link
538149821_Inactive
Posts: 413
Fingers of Fury!
Ms_Ashling said:
Nicely done Zee
Nod.. I'm sitting here grinning like a fool thinking to myself..
I love it when a plan comes together..
After you made the suggestion, I was hellbent on figuring it out. I think it looks much better
Thanks for the idea.
Top
•
Bottom
537764878_Inactive
(New Admin)
2/14/2007 12:52 AM EST
:
RE: Transparent Login Bar?
link
537764878_Inactive
Posts: 168
Posts With Wolves
Thats cool, but here's a question..how do you do it, if you aren'tusing CSS? we are using our own background, but when I goto whereyou guys say..it's blank in the Custom Stylesheet..any thoughts? lol
Top
•
Bottom
538149821_Inactive
(New Admin)
2/14/2007 1:06 AM EST
:
RE: Transparent Login Bar?
link
538149821_Inactive
Posts: 413
Fingers of Fury!
i heal U suxx lol said:
Thats cool, but here's a question..how do you do it, if you aren'tusing CSS? we are using our own background, but when I goto whereyou guys say..it's blank in the Custom Stylesheet..any thoughts? lol
What I did, and what I suggest, is to get the page colors, etc, how you want it under the Styles & Colors section of the Control Panel. From there, go to your webpage and look at the Source Code (under the View menu as Page Source in Firefox). Copy all of the CSS (not everything that shows up, but just the CSS part. Paste that code into the Custom CSS section of the control panel and click enable. This should keep the page exactly how you want it. From there, you can modify the specific parts you want. For me to get the tranparent login bar I followed
Szleynix's instructions from there.
I first modified the .ContentBoxBody section to show no background (what I wanted for the login bar), like this:
.ContentBoxBody {
BACKGROUND-COLOR: none;
COLOR: #ffffff;
PADDING-LEFT: 5px;
PADDING-RIGHT: 5px;
FONT-SIZE: 9pt;
FONT-FAMILY: Helvetica;
}
Then, I added this section. The only difference in this code was the background color and the title of the section. This code made it so all the content boxes other than the login bar had the background I wanted
#ContentTable .ContentBoxBody {
BACKGROUND-COLOR: #ffffff;
COLOR: #000000;
PADDING-LEFT: 5px;
PADDING-RIGHT: 5px;
FONT-SIZE: 9pt;
FONT-FAMILY: Helvetica;
}
I'm not sure if that is what you were asking for specifically. If not, let me know
Thanks again to
Szleynix for the help on figuring this out
Top
•
Bottom
Park Warden
(Guild Admin)
2/14/2007 2:36 AM EST
:
RE: Transparent Login Bar?
link
Park Warden
Posts: 175
Posts With Wolves
okay i think i figured out my problem..cause when I do that, it getsrid of certain things..and i think its because atm, we are using somethings from a "submit theme". So I'm giving up, I don't need to getover frustrated on something that isn't THAT big of a deal..but when Ido want to go back and tackle it, at least I'll have a MUCH better ideahow to do it..thanks.
~Atheina~
Love with all your heart, or not at all
Top
•
Bottom
538149821_Inactive
(New Admin)
2/14/2007 4:23 AM EST
:
RE: Transparent Login Bar?
link
538149821_Inactive
Posts: 413
Fingers of Fury!
Park Warden said:
okay i think i figured out my problem..cause when I do that, it getsrid of certain things..and i think its because atm, we are using somethings from a "submit theme". So I'm giving up, I don't need to getover frustrated on something that isn't THAT big of a deal..but when Ido want to go back and tackle it, at least I'll have a MUCH better ideahow to do it..thanks.
Yeah, I didn't use a submitted theme. I didn't even think how that might affect things.
Top
•
Bottom
Neutrio
(Guild Admin)
2/18/2007 3:25 AM EST
:
RE: Transparent Login Bar?
link
Neutrio
Posts: 165
Posts With Wolves
Added that example to the GPwiki -- main page -> Tips & Tricks -> Custom Style Sheet -> Content Box Styles -> ContentBoxBody
NOTE: If you have the .ContentBox object in your CSS, it will override the background-color attribute in the ContentBoxBody object.
Neutrio
Neverwinter:
Defenders of Neverwinter
Production:
Heroes Inc
Test:
Connectus Interruptus
Top
•
Bottom
Prev
1
2
Admins Online
There are
members online.
Updating...
{1}
##LOC[OK]##
{1}
##LOC[OK]##
##LOC[Cancel]##
{1}
##LOC[OK]##
##LOC[Cancel]##
Loading.....
So-and-so has logged on!
disable
0
Purple Dragon (Public)
Guild Chat
0
0
Member Detail
Request Chat
Visit Site
Visit Wall
Send Mail
Admin
%title%
%message%