Main Menu

News:

Please be aware of the Forum Rules of Conduct.

New RegionDetails format

Started by Indirik, August 05, 2012, 07:45:34 PM

Previous topic - Next topic

Indirik

The new format for the tabbed region details page is nice. However, for scout reports it no longer defaults to the Military tab. Can this be changed back?
If at first you don't succeed, don't take up skydiving.

Cren

On IE 7, I can't change tabs. On other browsers, its Ok. Really IE is crap.
Just stay alive and kicking, raise your voice when its needed. Through reason you can show the mistakes of others, something violence can't do.

I don't break rules, I bend them- a lot.

Tom

I couldn't care less about IE, and anything prior to 9 is something where I consider the browser the bug.

Defaulting to the military tab is not entirely trivial. Doable, but not in 2 minutes.

Indirik

View Source on a RegionDetails.php page turns up this bit of javascript at the end of the page, just before the closing body tag:

<script type="text/javascript">
$(document).ready(function() {
$("#tabs").tabs();
$("#tabs").tabs('select', '#military');
});
</script>


Maybe something that could be copied over to ShowScribeNote.php?
If at first you don't succeed, don't take up skydiving.

Perth

"A tale is but half told when only one person tells it." - The Saga of Grettir the Strong
- Current: Kemen (D'hara) - Past: Kerwin (Eston), Kale (Phantaria, Terran, Melodia)

Lanyon


Tom

Quote from: Indirik on August 06, 2012, 12:39:14 AM
View Source on a RegionDetails.php page turns up this bit of javascript at the end of the page, just before the closing body tag:

Yes, I know, I put it there.

The problem is that this is the output. The actual PHP is this:


    $("#tabs").tabs('select', '#<?=$FullInfo?'military':'desc'?>');


And the $FullInfo variable isn't available in the scribe notes. That's why I said it's not trivial.

Azerax


Blue Star

I think like a sinner. Curse like a sailor. Smile like a saint. :)

Cren

Another nail on the coffin of IE. :-P
Just stay alive and kicking, raise your voice when its needed. Through reason you can show the mistakes of others, something violence can't do.

I don't break rules, I bend them- a lot.