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
:
Voodoo Tech and Scripter's Den of Scriptniquity
> Add EPGP Data To Your Site
Prev
1
2
3
4
Next
Mottie
(MVP)
3/10/2010 10:12 AM EST
:
RE: Add EPGP Data To Your Site
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Hi Kisrokus!
I barely know php *hangs head* but it appears that you might have curl disabled on your site. Curl is an extension to php that allows you to load pages from other sites. Check out
this tutorial
on how to check if your curl is enabled, and how to enable it.
Also set your $refresh to zero again, and leave it that way until you are sure it's working, there is no reason to leave it at 6 hours for testing.
I hope that helps!
>>
help-site
<<
Top
•
Bottom
Salheart
(New Admin)
3/21/2010 6:22 PM EST
:
RE: Add EPGP Data To Your Site
link
Salheart
Posts: 17
Becoming Adept!
Hi Mottie!
I noticed that after I pasted the code onto my webpage if appeared kind of unorganized. This is amateur I'm sure, but I made some code to make it neat.
<center>
<table style="background-color: black;">
<tbody>
<tr>
<th><span style="color: #ffffff; font-size: 24px;">EPGP DATA </span></th>
<th><span style="color: #ffffff; font-size: 24px;">EPGP LOOT</span></th>
</tr>
<tr>
<th><iframe width="450" height="450" align="top" src="
http://motty.000space.com/epgp/epgp.php
" frameborder="0" scrolling="auto" style="background-color: black;" allowtransparency="allowtransparency"></iframe></th>
<th><iframe width="500" height="450" align="top" src="
http://motty.000space.com/epgp/epgp-loot.php
" frameborder="0" scrolling="auto" style="background-color: black;" allowtransparency="allowtransparency"></iframe></th>
</tr>
</tbody>
</table>
</center>
Thank you so much for posting this, it was very useful in setting up EPGP.
Top
•
Bottom
Mottie
(MVP)
3/21/2010 6:40 PM EST
:
RE: Add EPGP Data To Your Site
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Hi Salheart!
No problem. All the script does is save an exact copy from the epgp site, so I can't take the credit/blame for the code being disorganized
I kept the two different tables separate as not all sites use the loot table along with the epgp data, but thanks for helping!
>>
help-site
<<
Top
•
Bottom
Salheart
(New Admin)
3/21/2010 7:07 PM EST
:
RE: Add EPGP Data To Your Site
link
Salheart
Posts: 17
Becoming Adept!
doh! oh well, the code might be useful to someone I guess
Top
•
Bottom
asumaru
(Guild Admin)
4/18/2010 11:00 AM EST
:
RE: Add EPGP Data To Your Site
link
asumaru
Posts: 1
thx for script. all working fine.
but in joomla 1.5 i fing intresting thing.
when my url look like
http://www.epgpweb.com/guild/eu/name_realm/name_guild/
i see in frame *no data avalible*
with
$refresh = 0
but. when i paste code_url
& my url look like
http://www.epgpweb.com/guild/eu/%D0%92%D0%B5%D1%87%D0%BD%D0%B0%D1%8F%20%D0%9F%D0%B5%D1%81%D0%BD%D1%8F/%D0%93%D0%B5%D0%BB%D0%B8%D0%BE%D0%BD/
in egpg.php
all worked fine.
PS maybe help some one. and sorry my eng )
Top
•
Bottom
at-iddqd
(New Admin)
6/7/2010 10:19 PM EST
:
RE: Add EPGP Data To Your Site
link
at-iddqd
Posts: 241
Fingers of Fury!
Hey there.
I was asked by the officers in my guild to add EPGP to our website so after a brief search on google i came across this thread.
I have followed the instructions but evertime i goto view epgp.php or epgp-loot.php it displays blank. I have changed the $refresh = 0 as it was suggested earlier in this thread and i even left it overnight (more then the default 6 hours) and still it comes up blank.
The links to where it is hosted is below:
http://suamanthul.000space.com/epgp/epgp.php and
http://suamanthul.000space.com/epgp/epgp-loot.php
Cheers in advance
++ Nick
Top
•
Bottom
Mottie
(MVP)
6/7/2010 11:04 PM EST
:
RE: Add EPGP Data To Your Site
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Hi Nick!
I can't tell what's going on, even the blank page view source is blank. All I can suggest is look for this line in the php file
//
ini_set('display_errors', 1);
//
error_reporting(E_ALL);
Remove the red
//
in front of both of those lines, then re-run the script. What that does is prints out any error that occurs on the web page... those lines should only be used for troubleshooting problems and should be commented back out when the script is working again.
If you get any errors, it should help you find the problem and if you still need help, just hollar at me again.
if no errors pop up and it still doesn't work, then maybe post here the code you changed - no need to paste it all - or send me the links to the epgp source page and I'll try to get you some working code.
>>
help-site
<<
Top
•
Bottom
at-iddqd
(New Admin)
6/8/2010 7:50 AM EST
:
RE: Add EPGP Data To Your Site
link
at-iddqd
Posts: 241
Fingers of Fury!
Hey
Mottie
http://www.epgpweb.com/guild/us/Aman'Thul/Socially Unacceptable/
<-- this is our EPGP page
I have figured it out. the problem was that there was apostrophe's instead of quotes in the line below:
$myepgp = "http://www.epgpweb.com/guild/us/Aman'Thul/Socially Unacceptable/";
Cheers for looking into it tho
++Nick
Top
•
Bottom
Marabon
(New Admin)
7/21/2010 12:05 PM EST
:
RE: Add EPGP Data To Your Site
link
Marabon
Posts: 1
Hello, I've downloaded this and implanted it into our Joomla site, but I don't think it's using the EPGP CSS, so I just wanted to ask if anyone have made a joomla component or something for this to just install and configure.
Thanks in advance!
Top
•
Bottom
Mottie
(MVP)
7/22/2010 6:11 PM EST
:
RE: Add EPGP Data To Your Site
link
GuildPortal MVP
Mottie
Posts: 3872
Zomgawsh Poster
Hi Marabon!
Sorry I don't know anything at all about Joomla, but if you follow the instructions and setup a free php site to gather the data, you could just add an iframe to your site.
>>
help-site
<<
Top
•
Bottom
Prev
1
2
3
4
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%