TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 02, 2024, 10:33:21 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,178
  • Total Topics: 21,220
  • Online today: 127
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 96
  • Total: 96

[How-TO]: World of Warcraft Website Design v1.3

Started by Inny, May 02, 2009, 11:11:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

exact

Hey Inny, i'm a fan of your work and what you did with your website. I'm trying to set my own website up and I just can't seem to get the iframe scaling correctly for my DKP page. I copied the script from http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm and made it into a javascript file named IframescriptII.js and I put that into my main directory, my default theme directory, and my current theme directory, but to no avail my DKP page is still squished. Here is the link: http://www.coalesce-guild.com/index.php?page=5

Inny

Hello exact,

you article link isnt active so i cant check it out.

Some people reported a failure in the script when you were adding the style into the iframe tag.

Find style="overflow: visible; width: 100%; display: none;"

and remove it. Additionally in the iframe tag put width: "100%"

What i specifically use is:

<iframe id="myframe" src="/raidreports/040609/index.html" marginheight="0" vspace="0" hspace="0" scrolling="no" width="100%" frameborder="0">none</iframe>


exact

Thanks for the reply, I got it working now at http://www.coalesce-guild.com/index.php?page=7 I was wondering if you knew how to get the leaderboard working, and do you use EQDKP at all? Or do you use bbdkp or something like that?

Inny

I had leaderboard long ago, stopped using it because its kinda worthless now for us :P

Instructions are simple to install it, make sure you install leaderboard first and then any other mods, makes it easier.

and yeah we use EQDKP.  :laugh:

exact

Did you ever get colors working on the leaderboard, and do you by chance know how to make the leaderboard only show members with a certain attendance percentage threshold? Persay, only showing members above 75% attendance?

Inny

Quote from: exact on June 05, 2009, 09:06:48 AM
Did you ever get colors working on the leaderboard, and do you by chance know how to make the leaderboard only show members with a certain attendance percentage threshold? Persay, only showing members above 75% attendance?

No never had classes mods, and i dont think you can have the leaderboard show attendance specific members. Unless you wanna make it really slow :P

maldave

Hi Inny,

I tried your code but the result was that only the top of the dkp is show in the frame;

http://www.skyline-mmo.eu/index.php?page=3

Any way one can fix this ?

Inny

Seems you got a problem with the path there of the iframe script.

i get: "Not Found
The requested URL /Themes/default/IframescriptII.js was not found on this server."

Its either the permissions or you have the path wrong.

maldave

Quote from: Inny on June 23, 2009, 03:08:11 PM
Seems you got a problem with the path there of the iframe script.

i get: "Not Found
The requested URL /Themes/default/IframescriptII.js was not found on this server."

Its either the permissions or you have the path wrong.

The theme that I use is here /Themes/overview_tp10/IframescriptII.js

Inny

in Your index.template i can see:


<script type="text/javascript" src="http://www.skyline-mmo.eu/Themes/default/IframescriptII.js?fin11"></script>


So you need to fix that path.

Change it to:

<script type="text/javascript" src="http://www.skyline-mmo.eu/Themes/overview_tp10/IframescriptII.js?fin11"></script>