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!
> Fixed Background for CSS?
Prev
1
2
~Dealla~
(Guild Admin)
8/6/2007 1:42 AM EST
:
RE: Fixed Background for CSS?
link
~Dealla~
Posts: 701
Zomgawsh Poster
Haven't checked here since last week. Did you get it figured out?
Top
•
Bottom
Rosary_KT
(Guild Admin)
8/6/2007 4:30 AM EST
:
RE: Fixed Background for CSS?
link
Rosary_KT
Posts: 1072
Zomgawsh Poster
What Eorindill wrote should work fine, I've tested it with webdev in firefox.
Just for ease, here's your entire CSS file with a little formatting so that its easier to read.
html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input, select {
font-family: Verdana,Tahoma,Segoe,sans-serif;
font-size: 10pt;
}
body{
color: #000;
background: #000 url('http://i78.photobucket.com/albums/j87/Lethalladies/LL-logo-2fromNeraNoBorderDark.gif') repeat;
background-attachment: fixed;
}
form {
padding: 3px;
border: none;
}
img {
border: none;
}
hr {
color: #0000000;
}
.TabBar {
margin: 0px;
padding: 0px;
}
.SelectedTab {
background-color: #000000;
color: #ffccff;
border: solid 1px #0000000;
border-color: #0000000;
text-align: center;
padding: 2px;
}
.UnSelectedTab {
background-color: #000000;
color: #ff00ff;
border: solid 1px #0000000;
text-align: center;
cursor: pointer;
padding: 2px;
}
.UnSelectedTabMo {
background-color: #000000;
color: #ffccff;
border: solid 1px #0000000;
border-color: #0000000;
cursor: pointer;
text-align: center;
padding: 2px;
}
.AltGridRow {
background-color: #000000;
color: #ff00ff;
}
.NormGridRow {
background-color: #000000;
color: #ff00ff;
}
.ContentBox {
background-color: #000000;
border: solid 1px #0000000;
}
.ContentBoxTitle {
padding: 5px;
background-color: #000000;
color: #ffccff;
}
.ContentBoxBody {
background-color: #000000;
color: #ff00ff;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.StateBar {
background-color: #000000;
color: #ff00ff;
text-align: center;
padding: 5px;
}
.ForumCategoryHeader {
background-color: #000000;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #0000000;
padding-left: 5px;
color: #ff00ff;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.ContentBoxTitleNoBackground {
color: #ffccff;
margin-top: 0px;
padding-top: 0px;
}
A:active {
color: #ff0099;
text-decoration: none;
}
A:link {
color: #ff0099;
text-decoration: none;
}
A:hover {
color: #ff0099;
text-decoration: underline;
}
A:visited {
color: #cc99ff;
text-decoration: none;
}
.toolTipHeader {
color: lime;
font-weight: bold;
}
Top
•
Bottom
538935243_Inactive
(New Admin)
8/16/2007 4:27 AM EST
:
RE: Fixed Background for CSS?
link
538935243_Inactive
Posts: 205
Fingers of Fury!
Hi I noticed this, and i'd like to use this for my page as well, but if I use a custom css, it'll completely remove everything else I made with the normal gportal settings, is there somewhere besides the css to put
body{
color: #000000;
BACKGROUND-IMAGE: url('http://i78.photobucket.com/albums/j87/Lethalladies/LL-logo-2fromNeraNoBorderDark.gif');
BACKGROUND-COLOR: #000000;
BACKGROUND-REPEAT: repeat;
BACKGROUND-ATTACHMENT: fixed;
}
So I'm not removing my own settings?
Top
•
Bottom
Rosary_KT
(Guild Admin)
8/16/2007 6:34 AM EST
:
RE: Fixed Background for CSS?
link
Rosary_KT
Posts: 1072
Zomgawsh Poster
The styles inside the style sheet should only override the inline styles you have included in the stylesheet. This is what 'CSS' is...
Your browser looks at your CSS stylesheet first, and then it looks at embedded or inline styles. If your CSS doesn't specify a style for a particular tag, then it looks to your inline styles and uses that.
The only instance where I could see this as a problem may be where guild portal has some sort of scripting that forces the browser not to look at inline styles somehow.
What section/css tags of your site is affected specifically?
Top
•
Bottom
Razele
(New Admin)
8/20/2008 6:09 PM EST
:
RE: Fixed Background for CSS?
link
Razele
Posts: 75
Posts With Wolves
Myung Fang Lone said:
Hi I noticed this, and i'd like to use this for my page as well, but if I use a custom css, it'll completely remove everything else I made with the normal gportal settings, is there somewhere besides the css to put
body{
color: #000000;
BACKGROUND-IMAGE: url('http://i78.photobucket.com/albums/j87/Lethalladies/LL-logo-2fromNeraNoBorderDark.gif');
BACKGROUND-COLOR: #000000;
BACKGROUND-REPEAT: repeat;
BACKGROUND-ATTACHMENT: fixed;
}
So I'm not removing my own settings?
I've been trying to get my background to stay fixed and finally figured out what works without screwing with the rest of your settings. I suppose the only catch is that if/when you change the normal gp settings, you have to go in and edit the css too.
Simply right click on your guild page (while css is
disabled
) and then copy what is between the <style> tags. Put that, along with any background modifications (e.g.
BACKGROUND-ATTACHMENT: fixed;)
, in your css and voila!
If you want to see mine, here she is:
AoA
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%