Kesha
: i believe you can get an updated version of wlm from windows update but you're probably better off using pidgin anyway lol
Bibby
: I just downloaded Pidgin, which might fix the problem.
Bibby
: I suspect the problem might've been using the obsolete Messenger that comes with XP.
Kesha
: fb & skype murdered like ever im service
Kesha
: does ms even maintain msnm anymore
Sean
: Yeah, I've added you twice now, and have tried sending you messages on multiple occasions :/
Bibby
: Sean, did you add me on MSN/WL? I still don't see you online.
Kesha
: click on their username, and then on the contact card click add contact
Luigifan64
: I need help! I made my site and I don't know how to friend other people!
Bibby
: Why don't I ever see you online on MSN/WL, however?
Sean
: I didn't realize I'd been offline on MSN all this time... I'm on there now
Bibby
: Sean, do you ever use MSN/WL?
Bibby
: Oh yes. I forgot about that.
Sean
: click my contact card, I'm available on just about every instant messenger
Bibby
: All right. I'll buzz you the next time we're online at the same time. Tell me if there's a better way to discuss this.
Sean
: shouldn't be hard, get with me and we'll discuss it
Bibby
: Sean, since you said you might be interested, how much work would it be to program a simple JaxBoard-compatible script for a comic strip?
rydin
: It's alright.. didn't mean to hamper. Thanks guys, and good luck. I can at least use them for my private dev discussions.
Bibby
: I do see what you mean - especially since it's extremely unlikely Sean's ever going to be able to commercialize JaxBoards.
Kesha
: I think Sean has the framework for an API at least, if you have an interesting use for it I'm sure he'd work on that
rydin
: I'll respect your decision if you want to stay private, but I think it's a bit counter productive to work so hard on something and not care about some of your userbase's experience with the software and it's usage. IPB/vB would've never been as successful if they didn't reach out a bit.
rydin
: The other people I'm working with are fascinated by jaxboards, and we estimate these sites would perform well. I see it as a win win situation. You would get exposure to several thousand people every day, and we would be able to use software we both like and support.
rydin
: I'm only a small part of the projects jax would be used in. I only ask because we would need to integrate the forums into the site database and it's a general rule of thumb for webmasters to maintain full control of their site's functions/uptime when they're serious about a site. I'm no exception.
Sean
: things only fall apart when I do live edits
Kesha
: besides, I don't think it'd work to well self-hosted because it has to be maintained as stuff tends to fall apart mysteriously
Kesha
: I believe JaxBoards uses a "don't ask for the source" license
rydin
: I want to use it on two sites, but I need to host them myself for several reasons.. you know who I am and it would be great exposure to you since people tend to copy me
rydin
: sean what would I need to do host one of these bad boys myself
DarkfrostTGFM
: Sean, when someone clicks register, is there a way to create a Terms of Agreement page that i can edit pop up along with custom fields?
Sean
: not quite sure how that happened...
Kesha
: looks like it clears anything you try to change tho idk what the deal is there
Kesha
: well there are certainly more productive uses for that lol
Bibby
: Please fix that, because we need this for staff power abuse.
Bibby
: Please fix that, because we need this for the staff power abuse.
Bibby
: Seems like you can't edit user profiles in the Mod CP any more.
DarkfrostTGFM
: <style type="#FFFFFF">.halbert{color:red;}</style>
Dazzle
: Either the IM stopped working, or you're just not responding
Dazzle
: Are you even in the skin editing part of the admin CP?
Dazzle
: It's the CSS. He just explained that
Dazzle
: Oh, I didn't even notice it was you I was talking to! Lol!
Sean
: you don't need the style tag if it's going in your stylesheet (css)
Sean
: would be what you'd add to your wrapper
Sean
: <style type="text/css">.user1{color:red;}</style>
Dazzle
: And thanks for helping out
Sean
: you can also add it to the wrapper, but you'll have to add in a style tag
Dazzle
: Sorry for looking like such a noob, btw
Sean
: just add it to your stylesheet
Dazzle
: could you please try to explain that a tad more clear? I really don't know anything about CSS
Sean
: to change an entire group's color, get the group ID and do .mgroup##{color:whatever;}
Sean
: so if I want to make my name red on here, I'm user #1, so I'd add .user1{color:red;} to the board's stylesheet
Dazzle
: I was just wondering that same thing
Sean
: to change an individual user's name color, add .user### with ###{color:whatever;} being the user ID to your stylesheet
DarkfrostTGFM
: still need help with my site, and how do i change an individuals name?
Sean
: Yowza. Either you were up really early, or you're in a different timezone. Haha.
Bibby
: Greetings. Any chance I'd know you from MFGG?
Kesha
: between the <head> tags
Kesha
: <link rel="icon" type="image/png" href=""URL HERE">
DragezeeY
: I forgot how to change the favicon, Can anyone help me?
Kesha
: line 175 in the default css
Kesha
: there should be a part called /*Surrounding Container/Template for Board*/
Kesha
: you should be able to find that under the .head css
Kesha
: the one behind the logo isn't really a gradient, it's a static image
Kesha
: .box > .title is the category ones
Kesha
: he appropriate M-tag
Kesha
: by default there aren't any topic icons, so you need to add t
DragezeeY
: I think that they can be placed in the wrapper, correct me if it's wrong.
DragezeeY
: How can I set custom topic icons?