Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
|
Nevir
Contributor
Posts:
55( 0.05%) Threads: 4( 0.00%) Private Posts: 17
|
This user's posts are being ignored. Show Post?
Posted: 6530 days ago
|
Edited: 6530 days ago
|
|
Just want to let you know that I had blown up the raid logo for Onyxia - it's fixed now, in case you want to update the preview image (this is for the Envy site preview) Thanks, -Nevir
|
Saudorun
V.I.P.
Posts:
1252( 1.20%) Threads: 172( 0.20%) Private Posts: 55
Guild(s):Mandalorian Ghosts
|
This user's posts are being ignored. Show Post?
The Featured Guilds section started getting a bit big, and so now it'll randomly display 5 of the featured guilds upon on each reload. Maybe aside from the 5 random ones you could also make a static page for featured guilds and show them all there. Make the actual Title of the menu Featured Guild Sites a link to that page. -- Six Demon BagJack Burton: Hey, what more can a guy ask for? Egg Shen: Oh, a six-demon bag! Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg? Egg Shen: Wind, fire, all that kind of thing!
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
Check out that last link: http://apocalypse.dkpsystem.com and look at what he did with the menus on the right...you can move them to the left with a button click, for resolutions that aren't supported. How sweet is that!? -- It's all in the reflexes.
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
Maybe aside from the 5 random ones you could also make a static page for featured guilds and show them all there. Make the actual Title of the menu Featured Guild Sites a link to that page. Indeed, I intend to. -- It's all in the reflexes.
|
Saudorun
V.I.P.
Posts:
1252( 1.20%) Threads: 172( 0.20%) Private Posts: 55
Guild(s):Mandalorian Ghosts
|
This user's posts are being ignored. Show Post?
Check out that last link: http://apocalypse.dkpsystem.com and look at what he did with the menus on the right...you can move them to the left with a button click, for resolutions that aren't supported. How sweet is that!? I'm such a noob. I signed up for some update HTML courses at work...still have yet to take them. Holiday and Network Maintenance seasons suck in my industry. -- Six Demon BagJack Burton: Hey, what more can a guy ask for? Egg Shen: Oh, a six-demon bag! Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg? Egg Shen: Wind, fire, all that kind of thing!
|
Nevir
Contributor
Posts:
55( 0.05%) Threads: 4( 0.00%) Private Posts: 17
|
This user's posts are being ignored. Show Post?
Check out that last link: http://apocalypse.dkpsystem.com and look at what he did with the menus on the right...you can move them to the left with a button click, for resolutions that aren't supported. How sweet is that!? Oho, that's slick! He's even got a cookie to remember it
|
Noblekain
Contributor
Posts:
102( 0.10%) Threads: 12( 0.01%) Private Posts: 30
|
This user's posts are being ignored. Show Post?
Oho, that's slick! He's even got a cookie to remember it Yup. The only disappointing thing is that I can't load the page pre-setup since I don't have the PHP access. So instead I must change the menu STATE after the page loads. Not as slick as it could be, but it's the best that can be done without PHP access (which I SERIOUSLY doubt Chops will ever allow, for security reasons) Anyway, thanks for the kind words It feels good to hear when you've done well.
|
Nevir
Contributor
Posts:
55( 0.05%) Threads: 4( 0.00%) Private Posts: 17
|
This user's posts are being ignored. Show Post?
Posted: 6529 days ago
|
Edited: 6529 days ago
|
|
Oho, that's slick! He's even got a cookie to remember it Yup. The only disappointing thing is that I can't load the page pre-setup since I don't have the PHP access. So instead I must change the menu STATE after the page loads. Not as slick as it could be, but it's the best that can be done without PHP access (which I SERIOUSLY doubt Chops will ever allow, for security reasons) Anyway, thanks for the kind words It feels good to hear when you've done well. Yeah, I had to work around the same sort of deal when parsing the Raid countdown over on the Envy site. You don't necessarily have to wait for a full page load though (only that the content you need is loaded), maybe you can reorder the html a bit so both menus come first in the code?
|
Noblekain
Contributor
Posts:
102( 0.10%) Threads: 12( 0.01%) Private Posts: 30
|
This user's posts are being ignored. Show Post?
Posted: 6526 days ago
|
Edited: 6526 days ago
|
|
The menu's loading isn't really the issue. The issue is, once the page is loaded I have to use script to read the cookie, and reset the menu's to their saved state. Unfortunately, you can't run the script prior to the page fully loading... especially since I'm referencing objects on the document that must be there for the script to work.
|
Nevir
Contributor
Posts:
55( 0.05%) Threads: 4( 0.00%) Private Posts: 17
|
This user's posts are being ignored. Show Post?
The menu's loading isn't really the issue. The issue is, once the page is loaded I have to use script to read the cookie, and reset the menu's to their saved state. Unfortunately, you can't run the script prior to the page fully loading... especially since I'm referencing objects on the document that must be there for the script to work. Just include the script in the code after those elements have loaded, rather than the header - you don't necessarily have to wait for the onload event
|
bguguen
Guild Operator
Posts:
37( 0.04%) Threads: 26( 0.03%) Private Posts: 15
|
This user's posts are being ignored. Show Post?
Wow check this out, their ventrilo server can be connected from the internet! www.paragonwow.dkpsystem.com--
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
Wow check this out, their ventrilo server can be connected from the internet! A connect button is an option that would make sense to add to the default configuration, fo sho. -- It's all in the reflexes.
|