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!
> Comments in a pop up window
Avandius
(New Admin)
10/7/2008 1:17 PM EST
:
Comments in a pop up window
link
Avandius
Posts: 337
Fingers of Fury!
Do you guys have any idea how to do this? Right now they go to a new page thats unformmated width wise so that the text scales 100%. I do not know how to edit the comment area.
What i would like to do is make this pop up into a new smaller window or even better yet pop up in the middle of the page and dim the rest of it.
My site:
http://www.guildportal.com/Guild.aspx?GuildID=241533&TabID=2372227
What im trying to do is listed on this site, with the popup window:
http://www.guildportal.com/Guild.aspx?GuildID=258012&TabID=2168224&ForumID=1233963&TopicID=7304078&Page=1#36475187
Top
•
Bottom
Mottie
(MVP)
10/7/2008 4:36 PM EST
:
RE: Comments in a pop up window
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Hi Avandius!
All you need to do is add
rel="facebox"
into a link
<a rel="facebox" href="URL TO PAGE OR IMAGE">Click me</a>
Check out
this post
for more information including how to change the style of the box.
>>
help-site
<<
Top
•
Bottom
Avandius
(New Admin)
10/8/2008 8:54 AM EST
:
RE: Comments in a pop up window
link
Avandius
Posts: 337
Fingers of Fury!
Yeah i got that for images.. not sure how to add it to the "comments" link which is done by guildportal not me. Any clue?
Thanks for the quick reply!!
Top
•
Bottom
Avandius
(New Admin)
10/30/2008 8:09 AM EST
:
RE: Comments in a pop up window
link
Avandius
Posts: 337
Fingers of Fury!
Alright to beat a dead topic. Previously you gave me the script to make the comment window pop up in another box, using this script:
<
script
type="text/javascript">
$(document).ready(function() {
$("a").each(function() {
if ($(this).attr("target").match("_commentWindow")) { makePopupWindow($(this),'_commentWindow',600,300); }
});
$(document).bind('reveal.facebox', function() {
$("#facebox").find("a").each(function() {
if ($(this).attr("target").match("_commentWindow")) { makePopupWindow($(this),'_commentWindow',600,300); }
});
});
function makePopupWindow (linkEl,pName,pWidth,pHeight) {
var temp = "toolbar=0,status=0,resizable=1,scrollbars=1,width=" + pWidth + ",height=" + pHeight;
linkEl.click (function(){
var w = window.open (linkEl.attr("href"),pName,temp);
w.focus();
return false;
});
}
});
</
script
>
Now i would like to make it use the face box cosmetics. Where it dims the background, centers in the page and gives me that cool facebox look that you can add to galleries and the like.
Any idea how to edit this to do just that?
Top
•
Bottom
Mottie
(MVP)
10/30/2008 10:38 AM EST
:
RE: Comments in a pop up window
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Wow are you trying to kill me? LOL
Just so you know, I'm not a programmer.. I've never taken any programming classes and no college courses. I'm self taught and I've learned to do things from example. The stuff I figure out how to do is mostly out of curiosity and testing.
So, I could say I'll look into it but I'm running out of time here... I'm moving soon and I don't know how much internet time I'll have after that.
That being said, here is a
how-to
on how to position the window and here is the line you need to modify.
var temp = "
top=
50
,left=
50
,
toolbar=0,status=0,resizable=1,scrollbars=1,width=" + pWidth + ",height=" + pHeight;
I added the text, but I don't know if it's absolute pixels or if you can use percentages of screen size.... I'd test it if I had more time.
To Dim the background... I have no idea how to make that work nicely across all browsers since the pop-up window is outside your main window. I really don't want to re-invent facebox.
>>
help-site
<<
Top
•
Bottom
RedRydur
(Guild Admin)
10/30/2008 10:49 AM EST
:
RE: Comments in a pop up window
link
RedRydur
Posts: 1059
Zomgawsh Poster
Mottie said:
I'm moving soon and I don't know how much internet time I'll have after that.
NOOOOO!!!!!! Your not allowed too! Hush with such talk!
---------------------------------------------
-
R
e
d
R
y
du
r
t
h
e
Pure
Top
•
Bottom
Avandius
(New Admin)
10/30/2008 12:11 PM EST
:
RE: Comments in a pop up window
link
Avandius
Posts: 337
Fingers of Fury!
lol thanks ill play around with it... think of it this way. I'm not trying to kill you im challenging you!
You should definitily find a job in scripting. I bet everyone of us would vouch for you if you could get an employer to visit our site.
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%