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!
> Dark Vertical line
Scandella
(New Admin)
4/8/2010 1:41 AM EST
:
Dark Vertical line
link
Scandella
Posts: 47
Becoming Adept!
Hello Mottie, can u pls help me again ? I notice a dark vertical line on the right side images on my home page the thickness of the line changes when i put other widgets in the column, some thin some wide. ty for ur help http://www.guildportal.com/guild/237435
Top
•
Bottom
Mottie
(MVP)
4/8/2010 2:24 PM EST
:
RE: Dark Vertical line
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Hi Scandella!
Well that box border design was designed to be 175 pixels wide (or around there), so if you put content that is wider than that, you'll get the dark vertical line that you see. I went ahead and took the liberty of cropping and cleaning up the images. Here is the result.
Before
After
This method uses only Custom HTML
Copy (Ctrl-C) the code below, then paste (Ctrl-V) it into both the left and right side content boxes - not the center
(Control Panel > Custom HTML & Script > Boxes, Left Side & Boxes, Right Side)
Check the "Enable?" box
Click [ Save Changes ]
Reload you site page and see the result
<div class="ContentBox" id="box_$block[title]">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="14" height="41"><img src="http://www.axiomfiles.com/Files/278466/theme-purple-top-left.gif"></td>
<td style="background:url(http://www.axiomfiles.com/Files/278466/theme-purple-top-tile.gif);color:#fff;" height="41" align="center" class="ContentBoxTitle">
$block[title]
</td>
<td width="16" height="41"><img src="http://www.axiomfiles.com/Files/278466/theme-purple-top-right.gif"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td style="background:#1e0922 url(http://www.axiomfiles.com/Files/278466/theme-purple-left-tile.gif);width:14px"></td>
<td style="background:url(http://www.axiomfiles.com/Files/278466/theme-purple-content.gif);color:#fff;" valign="top">
<div align="center">
<img src="http://www.axiomfiles.com/Files/278466/theme-purple-content2.gif">
</div>
<div class="ContentBoxBody">
$block[content]
</div>
</td>
<td style="background:#1e0922 url(http://www.axiomfiles.com/Files/278466/theme-purple-right-tile.gif);width:16px;"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="13" height="13"><img src="http://www.axiomfiles.com/Files/278466/theme-purple-bottom-left.gif"></td>
<td style="background:url(http://www.axiomfiles.com/Files/278466/theme-purple-bottom-tile.gif) center left repeat-x;height:13px;font-size:0px;"> </td>
<td width="13" height="13"><img src="http://www.axiomfiles.com/Files/278466/theme-purple-bottom-right.gif"></td>
</tr>
</table>
<br class="spacer">
</div>
>>
help-site
<<
Top
•
Bottom
Scandella
(New Admin)
4/9/2010 4:02 PM EST
:
RE: Dark Vertical line
link
Scandella
Posts: 47
Becoming Adept!
Hello again
I did what you told me to do and the results were not good.... can you pls look and tell me what am I doing wrong? http://www.guildportal.com/guild/237435
Thanks again Mottie
Top
•
Bottom
Mottie
(MVP)
4/9/2010 6:41 PM EST
:
RE: Dark Vertical line
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Hi Scandella!
I looked at your site and I don't see any changes. Are you sure you checked the "Enabled" box at the bottom before saving changes?
>>
help-site
<<
Top
•
Bottom
Scandella
(New Admin)
4/10/2010 4:09 AM EST
:
RE: Dark Vertical line
link
Scandella
Posts: 47
Becoming Adept!
Hello I didnt do anything to the right side yet only the left and what i see is the original content boxes and additional smaller boxes with "$block [content] inside. And yes i clicked enable.
Top
•
Bottom
Mottie
(MVP)
4/10/2010 8:37 AM EST
:
RE: Dark Vertical line
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Hi Scandella!
Oh I see what happened!
You need to replace the entire Custom HTML with the new HTML... you ended up with two copies of the content box in there. The easiest way to do this would be to:
Copy (Ctrl-C) the updated HTML I provided
then click inside the custom HTML box
then select all (Ctrl-A) content
then paste (Ctrl-V) the new HTML inside.
>>
help-site
<<
Top
•
Bottom
Scandella
(New Admin)
4/10/2010 4:59 PM EST
:
RE: Dark Vertical line
link
Scandella
Posts: 47
Becoming Adept!
:) Thank you ever so much Mottie you are truly a genius and a sweetheart!
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%