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!
> Tab Buttons Flashing
Qutho
(New Admin)
9/10/2007 10:33 AM EST
:
Tab Buttons Flashing
link
Qutho
Posts: 32
Becoming Adept!
I am having problems getting my Tab Buttons to work with my Custom StyleSheet. For some reason when you hover over any part of the button the background and border disappear. When you hover over the text then it is underlined. I want the underlined text on hover but I don't want the button to disappear. Is there a way to fix this?
My Site
Thanks!
Q
Top
•
Bottom
~Dealla~
(Guild Admin)
9/11/2007 9:19 AM EST
:
RE: Tab Buttons Flashing
link
~Dealla~
Posts: 701
Zomgawsh Poster
Could you post what you are using in the custom CSS?
Top
•
Bottom
Qutho
(New Admin)
9/12/2007 3:45 AM EST
:
RE: Tab Buttons Flashing
link
Qutho
Posts: 32
Becoming Adept!
I copied this from another site that I was a member of for awhile and I noticed that they also have the same problem.
TD
{
FONT-FAMILY: Helvetica;
FONT-SIZE: 9pt;
}
BODY {
SCROLLBAR-BASE-COLOR: #666666;
SCROLLBAR-ARROW-COLOR: #660000;
BACKGROUND-IMAGE: url('/CEXPLORER/THEMES/BURGUNDYRHAPSODY/IMAGES/RED112.JPG');
BACKGROUND-COLOR: #000000;
FONT-FAMILY: Helvetica;
FONT-SIZE: 9pt;
}
.SelectedTab {
BACKGROUND-COLOR: #000000;
COLOR: #660000;
BORDER-WIDTH: 1px 1px 1px 1px;
BORDER-STYLE: solid;
FONT-SIZE: 9pt;
FONT-FAMILY: Helvetica;
BORDER-COLOR: #cccccc;
TEXT-ALIGN: CENTER;
PADDING: 2px 2px 2px 2px;
SPACING: 0px 0px 0px 0px;
}
.UnSelectedTab {
BACKGROUND-COLOR: #000000;
COLOR: #ffffff;
BORDER-WIDTH: 1px 1px 1px 1px;
BORDER-STYLE: solid;
FONT-SIZE: 9pt;
FONT-FAMILY: Helvetica;
TEXT-ALIGN: CENTER;
BORDER-COLOR: #cccccc;
PADDING: 2px 2px 2px 2px;
SPACING: 0px 0px 0px 0px;
}
.AltGridRow {
BACKGROUND-COLOR: #000000;
COLOR: #ffffff;
FONT-SIZE: 9pt;
FONT-FAMILY: Helvetica;
}
.NormGridRow {
BACKGROUND-COLOR: #000000;
COLOR: #ffffff;
FONT-SIZE: 9pt;
FONT-FAMILY: Helvetica;
}
.ContentBox {
BACKGROUND-COLOR: #000000;
BORDER-WIDTH: 1px 1px 1px 1px;
BORDER-STYLE: solid;
PADDING-TOP: 0px;
MARGIN-TOP: 0px;
BORDER-COLOR: #cccccc;
}
.ContentBoxTitle {
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
MARGIN-TOP: 0px;
PADDING-TOP: 0px;
BORDER-TOP: 0px;
BACKGROUND-COLOR: #000000;
COLOR: #ffffff;
FONT-SIZE: 18pt;
FONT-FAMILY: serif;
FONT-STYLE: oblique;
}
.ContentBoxBody {
BACKGROUND-COLOR: #000000;
COLOR: #cccccc;
PADDING-LEFT: 5px;
PADDING-RIGHT: 5px;
FONT-SIZE: 9pt;
FONT-FAMILY: Helvetica;
}
A:active
{
COLOR: #ffffff; text-decoration: none
}
A:link
{
COLOR: #ffffff; text-decoration: none
}
A:visited
{
COLOR: #999999; text-decoration: none
}
A:hover
{
COLOR: #ffffff; text-decoration: underline
}
A:visited:hover
{
COLOR: #cccccc; text-decoration: underline
}
Top
•
Bottom
Pwyll-Uther
(New Admin)
9/13/2007 3:54 AM EST
:
RE: Tab Buttons Flashing
link
Pwyll-Uther
Posts: 241
Fingers of Fury!
Hi
This looks like some strange scripting error.
the javascript event handlers for your tabs are trying to use the class
"UnSelectedTabMo"
which does not exist.
My suggestion is to try removing the google analytics script to test if that is causing your issue.
Top
•
Bottom
Pwyll-Uther
(New Admin)
9/13/2007 4:21 AM EST
:
RE: Tab Buttons Flashing
link
Pwyll-Uther
Posts: 241
Fingers of Fury!
It occurs to me that this might be an issue (typo) with the template you're using. Since its so easy to change guildportal templates, you might want to try that first.
Top
•
Bottom
Qutho
(New Admin)
9/13/2007 3:19 PM EST
:
RE: Tab Buttons Flashing
link
Qutho
Posts: 32
Becoming Adept!
So can I see someone else's CSS? I have tried a few things and I think the problem is in the SelectedTab UnselectedTab things. Could I get an example from someone's that is working like intended?
Top
•
Bottom
Rosary_KT
(Guild Admin)
9/14/2007 4:18 AM EST
:
RE: Tab Buttons Flashing
link
Rosary_KT
Posts: 1072
Zomgawsh Poster
Your css looks fine. Did you see above note from Pwyll?
Top
•
Bottom
536998420_Inactive
(New Admin)
9/14/2007 8:14 AM EST
:
RE: Tab Buttons Flashing
link
536998420_Inactive
Posts: 5754
Zomgawsh Poster
Did you try adding this?
.UnSelectedTabMo {
BACKGROUND-COLOR: #000000;
COLOR: #ffffff;
BORDER-WIDTH: 1px 1px 1px 1px;
BORDER-STYLE: solid;
FONT-SIZE: 9pt;
FONT-FAMILY: Helvetica;
TEXT-ALIGN: CENTER;
BORDER-COLOR: #cccccc;
PADDING: 2px 2px 2px 2px;
SPACING: 0px 0px 0px 0px;
}
Top
•
Bottom
Pwyll-Uther
(New Admin)
9/14/2007 4:47 PM EST
:
RE: Tab Buttons Flashing
link
Pwyll-Uther
Posts: 241
Fingers of Fury!
Liliya, nice workaround
Top
•
Bottom
Qutho
(New Admin)
9/15/2007 12:24 AM EST
:
RE: Tab Buttons Flashing
link
Qutho
Posts: 32
Becoming Adept!
Liliya,
I think that got it working. Thanks for the help.
Q
Top
•
Bottom
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%