statistics
People Online: 11
Today's Visitors: 338
Total Visitors: 3,793,890
May 23, 2012, 11:53:11 AM
Shoutbox
   
 
[DevTeam] [Zeke]: I love that I get emailed when someone reports spam on the boards, but I can't do anything about it.
[DevTeam] [Nachonut]: lol i got you
[DevTeam] [Astaldo]: How about "hide email address from public checked" and it's still visible in all my posts...
[DevTeam] [Astaldo]: I'd delete my account on this site, but by the time I realized the problem half the spambots on the planet had it already
[Developer] [Pazza]: Astaldo if you log out and view your profile with a refresh you'll see that your email is hidden.
[Developer] [Pazza]: Your user level on the forums permit you to see emails even though they are marked hidden.
[DevTeam] [Astaldo]: Ah.. thanks for the clarification and apologies for "crying wolf" in that case :
[DevTeam] [Kaidenn]: PAZZA! i miss you.
[DevTeam] [Nachonut]: Lol, it's funny how it takes spam message reports to get me to come back
[DevTeam] [sylvanaar]: Check out the beta tester forum. Need alpha testers and feedback so I can come up with a maintenance plan.
[Developer] [Pazza]: loaded some new spam prevention modules... lets see if this stops the bastards.
[DevTeam] [Maziel]: Thought I'd check in and say Howdy Doody from Australia
[DevTeam] [Maziel]: Yeah the spam from shoes salesmen was becoming insane
[Guest] [Delakando]: What ever happened to the ability to track friend's location by wim? Other then just showing their general zone location.
Zeke pokes his head around the corner.
[DevTeam] [Zeke]: Anybody home?
[Guest] [Theillur]: I would like to know if it is just me.
[Guest] [Theillur]: http://www.wimaddon.com/forums/index.php/topic,1796.0.html
[Guest] [Nev]: I'm here
[Guest] [Nev]: I don't think anyone else is though
[Guest] [tomasio]: great site [url=http://freeonlinemusicvideos.net].[/url] [url=http://freepeopleclothing.org].[/url]
[Guest] [Theillur]: Nev it is not working for Zeke as well.
[DevTeam] [lothaer]: im here
[DevTeam] [lothaer]: ...
lothaer yawns sleepily.
[DevTeam] [lothaer]: sooooooooooooooooo
[Guest] [j3ff]: Hello. It is very quiet. I would love a response to my thread directly below your "Been very quiet" thread!
[DevTeam] [lothaer]: Check out my new post in the Skins forum
[DevTeam] [lothaer]: Posted a new download in the skins forum check it out
[DevTeam] [lothaer]: Zeke, Maziel, Pazza, Nachonut, sylvanaar, Kaidenn, Astaldo where are you?
[DevTeam] [lothaer]: It would be a real shame if WIM was left to die.
[DevTeam] [lothaer]: i think these forums are dead, Sylvanaar dosnt post on them as he only bug fixes when possible. WIMs future isnt very bright
[Guest] [justgiz]: Yea, its rather sad.
[Guest] [silvercola]: I wish it had skype
[DevTeam] [lothaer]: noy possible for a addon to do.
[DevTeam] [lothaer]: ...........
[Guest] [elzershark]: where is the download file?
lothaer beckons everyone over to you.
[DevTeam] [lothaer]: has anyone been able to take WIM to the beta yet?
[DevTeam] [lothaer]: PTR*
[DevTeam] [Maziel]: *sticks head up and looks around*
lothaer cries.
[DevTeam] [lothaer]: who the hell flagged my post as spam?
[Guest] [primalforce]: Hey guys
[DevTeam] [lothaer]: hello Primalforce.
[DevTeam] [lothaer]: PAZZA COME BACK!!!
[DevTeam] [Nachonut]: Ahhh memories
[Guest] [Ignis]: wtb update
[DevTeam] [lothaer]: soooo.....
Pazza starts to complain... Kinda reminds you of Sloans dont it?
 
   
   
News: World of Warcraft v4.0.1
 
Pages: [1]
Print
Author Topic: HTML History Update  (Read 611 times)
Jimmerz28
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
« on: October 24, 2009, 09:40:25 AM »

Hey Pazza:

I just wanted to see if you would be able to update the HTML history viewer with valid HTML as the <font> element is deprecated (to become obsolete in HTML5).

I generated an example of what the conversation would look like in a valid markup so that it would be rendered the same:

Code:
<!-- invalid HTML markup -->
        [10/22/2009]
        <br><font color='#ffa900'>23:58</font><font color='#8f08c2'> [Wonderboy]: i know you =0</font>
        <br><font color='#ffa900'>23:58</font><font color='#ff14fc'> [Beichte]: in the mountains</font>

Code:
<!-- valid HTML markup for WIM -->
        <span class="date">10/22/2009</span>
        <p class="sender"><time>23:58</time><span class="sender">Wonderboy</span>i know you =0</p>
        <p class="receiver"><time>23:58</time><span class="receiver">Beichte</span>in the mountains</p>

This block of CSS would just need to be placed once at the head of the history to be copy/pasted to the proper place in the HTML:

Code:
<style type="text/css">
p.sender, p.receiver
{
margin: 0;
}
.sender
{
color: #8f08c2;
}

span.sender:before, span.receiver:before, span.date:before
{
content: "[";
}

span.sender:after, span.receiver:after
{
content: "]: ";
}

.receiver
{
color: #ff14fc;
}

time
{
color: #ffa900;
margin-right: .2em;
}

span.date
{
color: white;
}

span.date:after
{
content: "]";
}
</style>

White space can obviously be changed for the coding; I just have it there for readability.

I have it up @ http://jimholby.kicks-ass.org/WoW/randomChats.html if you want to see how the validated code looks.

Thanks for your time and a great addon!
Logged
Pazza
Administrator
Hero Member
*****

Karma: +89/-15
Offline Offline

Posts: 1375


Effin A


View Profile WWW
« Reply #1 on: October 24, 2009, 10:47:19 AM »

ok
Logged

My hobbies consume way too much time :-).
Jimmerz28
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
« Reply #2 on: October 24, 2009, 07:05:40 PM »

ok

<3 thx so much for your time!
Logged
Pages: [1]
Print
Jump to:  

You must be logged in to send a message to the shout box.
     
  test stamp