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!
> Menu Help
1
2
Next
darkkeepr
(New Admin)
9/5/2008 7:37 AM EST
:
Menu Help
link
darkkeepr
Posts: 214
Fingers of Fury!
Hi, this is my first time posting here so I am sorry if I missed something or didnt know about a post. Please redirect me if you can.
I was looking at some of the GP Spotlighted sites and came across this site:
Team Tribute Site
I noticed that on the left side they have a menu bar but tab bar above. I was wondering how to do that with this coding:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="142" height="177">
<PARAM name="movie" value="flashvortex.swf">
<PARAM name="quality" value="best">
<PARAM name="menu" value="true">
<PARAM name="allowScriptAccess" value="always">
<EMBED src="flashvortex.swf" quality="best" menu="true" width="142" height="177" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="always">
</EMBED></OBJECT>
and were to put it at in the settings. I have very little skill in coding minus knowing a bit of basic html. I am hoping someone could help me with this.
Thank you.
Top
•
Bottom
539907493_Inactive
(New Admin)
9/5/2008 7:58 AM EST
:
RE: Menu Help
link
539907493_Inactive
Posts: 238
Fingers of Fury!
darkkeepr said:
Hi, this is my first time posting here so I am sorry if I missed something or didnt know about a post. Please redirect me if you can.
I was looking at some of the GP Spotlighted sites and came across this site:
Team Tribute Site
I noticed that on the left side they have a menu bar but tab bar above. I was wondering how to do that with this coding:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="142" height="177">
<PARAM name="movie" value="
flashvortex.swf
">
<PARAM name="quality" value="best">
<PARAM name="menu" value="true">
<PARAM name="allowScriptAccess" value="always">
<EMBED src="
flashvortex.swf
" quality="best" menu="true" width="142" height="177" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="always">
</EMBED></OBJECT>
and were to put it at in the settings. I have very little skill in coding minus knowing a bit of basic html. I am hoping someone could help me with this.
Thank you.
Replace the
flashvortex.swf with the link to where u uploaded the .swf file.
Second step is to make a freeform html on the left side if u want the menu to be there, then simply paste the code in the box using the <> option.
If u want the buttons to be on the top of the contentboxes, the horizontal bar style, simply paste the above code with corrections into the banner area if u have a paid site.
Top
•
Bottom
darkkeepr
(New Admin)
9/5/2008 8:00 AM EST
:
RE: Menu Help
link
darkkeepr
Posts: 214
Fingers of Fury!
Thanks, I will set that up. But I want the horizontal bars to go away. Is that possible to do?
Top
•
Bottom
539907493_Inactive
(New Admin)
9/5/2008 8:20 AM EST
:
RE: Menu Help
link
539907493_Inactive
Posts: 238
Fingers of Fury!
Paste this into your banner area.
<
script
type="text/javascript">
$(document).ready(function() {
$(".TabBar").attr("align","center");
});
table.TabBar {display:none;}
</
script
>
Top
•
Bottom
Mottie
(MVP)
9/5/2008 8:27 AM EST
:
RE: Menu Help
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Actually all you need is
table.TabBar {display:none;}
The rest of the script is to center the tabbar... you don't need it if the bar is going to be hidden.
And Guuhka, you might as well remove that whole part you posted from your site... the script doesn't do anything for you anymore because you're using different bars now and your tabbar is already hidden - the CSS is a repeat of what you have already.
>>
help-site
<<
Top
•
Bottom
539907493_Inactive
(New Admin)
9/5/2008 8:45 AM EST
:
RE: Menu Help
link
539907493_Inactive
Posts: 238
Fingers of Fury!
hehe will do, see i told u i am a css noob
Top
•
Bottom
darkkeepr
(New Admin)
9/5/2008 11:54 AM EST
:
RE: Menu Help
link
darkkeepr
Posts: 214
Fingers of Fury!
Okay, so I posted that into the banner area, but all it does is hide the banner. Was there another spot I was suppose to place it in? Tried the Tab area but nothing happened. I am confused on what I did wrong.
Top
•
Bottom
darkkeepr
(New Admin)
9/6/2008 6:32 PM EST
:
RE: Menu Help
link
darkkeepr
Posts: 214
Fingers of Fury!
Okay, so I got it to work by pasting this:
table.TabBar {display:none;}
into the the Custom CSS. Now all the color has changed. I take itthere is no way to prevent the colors on the site from changing to awhite background with black font without coding the everything in CSS?
I tried putting both versions of the code into the the banner area and nothing happened.
I am confused at to what I did wrong. CSS I don't know very well.
Top
•
Bottom
539907493_Inactive
(New Admin)
9/6/2008 9:21 PM EST
:
RE: Menu Help
link
539907493_Inactive
Posts: 238
Fingers of Fury!
remove
$block[bannerimage]
and replace it with,
<p align="center"><img src="
your banner address here
">
Top
•
Bottom
darkkeepr
(New Admin)
9/6/2008 9:56 PM EST
:
RE: Menu Help
link
darkkeepr
Posts: 214
Fingers of Fury!
I got it. Thank you very much for your help.
Top
•
Bottom
1
2
Next
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%