RPGDXThe center of Indie-RPG gaming
Not logged in. [log in] [register]
 
Forums upgraded to 2.0.6 and shared login session
 
Post new topic Reply to topic  
View previous topic - View next topic  
Author Message
Bjorn
Demon Hunter


Joined: 29 May 2002
Posts: 1425
Location: Germany

PostPosted: Sun Sep 21, 2003 8:41 pm    Post subject: Forums upgraded to 2.0.6 and shared login session [quote]

Been busy again, it seems I had nothing else to do the past few days. Because of my modifications to phpBB2, the upgrade was a bit complicated but it was nothing WinMerge couldn't solve. :-) Anyway, as the topic goes, we now have phpBB 2.0.6 which should be a tad more secure and up-to-date.

And, finally, the login session is now shared between the forums and RPGDX. Logout at the forums, and you'll logout at both places. Login, and you'll login at both places. Should work quite well, report any problems to me as usually.

This last thing means that RPGDX should now be able to work without cookies as well, appending the sid to each URL. I could have missed some URLs though and especially form submits, so if you are suddenly logged out using a certain form or link, I'd like to know where that was.
Back to top  
Jihgfed Pumpkinhead
Stephen Hawking


Joined: 21 Jan 2003
Posts: 259
Location: Toronto, Canada

PostPosted: Mon Sep 22, 2003 3:40 am    Post subject: Good Work, Crazy Browser, Mark All Read [quote]

Yay. Congrats, Bjorn, this place just keeps getting better and better. I was going to complain that the new font was too small, but then I realized I was just viewing it at 90% magnification. Oh, my crazy browser.

The "mark all read" button doesn't seem to be working for me, though. Also, do you think it would be possible to have a "mark all read" for all forums at once, in addition to one for each individual forum?

Really great work.
Back to top  
LeoDraco
Demon Hunter


Joined: 24 Jun 2003
Posts: 584
Location: Riverside, South Cali

PostPosted: Mon Sep 22, 2003 9:00 am    Post subject: [quote]

Bjorn: you're forums don't care for the strike tag. <strike>strike tag</strike>. (Or, for that matter, the span tag. <span style="text-decoration:line-through;">span tag</span>.)
_________________
"...LeoDraco is a pompus git..." -- Mandrake
Back to top  
Bjorn
Demon Hunter


Joined: 29 May 2002
Posts: 1425
Location: Germany

PostPosted: Mon Sep 22, 2003 11:57 am    Post subject: [quote]

Jihgfed, there's a "Mark all forums read" on the main forums page. Maybe that's what you are looking for? I hope it works. I will look into the "Mark all topics read" problem you mention.

LeoDraco, while HTML posting might be allowed, not all tags can be used, for safety reasons mainly and for keeping you guys from going crazy on your layout. :-) I'll see if I can enable striking through though.

Edit: I seem to notice a slight problem in 'new post indication' when opening a topic. The first new post seems not to be indicated as new sometimes...
Back to top  
Bjorn
Demon Hunter


Joined: 29 May 2002
Posts: 1425
Location: Germany

PostPosted: Mon Sep 22, 2003 12:39 pm    Post subject: [quote]

Ok, LeoDraco, you got your strikes, though keep in mind that <strike> and <s> are actually deprecated. But as Mozilla renders them fine, I'm fine with them. :-)
Back to top  
Bjorn
Demon Hunter


Joined: 29 May 2002
Posts: 1425
Location: Germany

PostPosted: Mon Sep 22, 2003 5:08 pm    Post subject: [quote]

Ok, Jihgfed, thanks for pointing out that problem, it should be working now. A small change I forgot after I made the optimization. The slight problem I noticed was due to the same type of thing (< instead of <=, heh), so should be fixed as well.
Back to top  
LeoDraco
Demon Hunter


Joined: 24 Jun 2003
Posts: 584
Location: Riverside, South Cali

PostPosted: Mon Sep 22, 2003 7:07 pm    Post subject: [quote]

Yeah, I realize they are deprecated. That's why I provided that span example (as that's a kosher, standards-compliant strike). I don't use them all too often, but there are times where a strike-through is a Good Thing™.
_________________
"...LeoDraco is a pompus git..." -- Mandrake
Back to top  
Jihgfed Pumpkinhead
Stephen Hawking


Joined: 21 Jan 2003
Posts: 259
Location: Toronto, Canada

PostPosted: Mon Sep 22, 2003 7:57 pm    Post subject: Marking Fora and CSS [quote]

Oh, I see the "mark all forums read" button now. I was looking in the wrong place before, thanks.

I've always wished I could post using CSS, but I can imagine all the craziness that would result in, so I'm not going to suggest it.

Good work, Bjorn!
Back to top  
Bjorn
Demon Hunter


Joined: 29 May 2002
Posts: 1425
Location: Germany

PostPosted: Mon Sep 22, 2003 9:41 pm    Post subject: [quote]

Don't blame it on yourself, Jihgfed. The link is in the wrong place, not your eyes. But I'm not going to change it anyway. :-)

And yeah, I'm a little reluctant allowing <span> with the style attribute to be used. I think there are enough options as it is.
Back to top  
LeoDraco
Demon Hunter


Joined: 24 Jun 2003
Posts: 584
Location: Riverside, South Cali

PostPosted: Mon Sep 22, 2003 11:00 pm    Post subject: [quote]

Bjørn wrote:
And yeah, I'm a little reluctant allowing <span> with the style attribute to be used. I think there are enough options as it is.


You could always hack in a new BBCode tag for common style varients that would be used in span-tags. You know, have something like a BBCode strike tag that uses a non-deprecated version of strike. Or something. Just a thought.
_________________
"...LeoDraco is a pompus git..." -- Mandrake


Last edited by LeoDraco on Tue Sep 23, 2003 12:14 am; edited 1 time in total
Back to top  
Bjorn
Demon Hunter


Joined: 29 May 2002
Posts: 1425
Location: Germany

PostPosted: Mon Sep 22, 2003 11:45 pm    Post subject: [quote]

Yeah, too much trouble. :-P The next major version of phpBB might support custom bbcode tags, so I will do that after upgrading to that one. Also, I don't want the data in the database to become incompatible with future phpBB versions.
Back to top  
LeoDraco
Demon Hunter


Joined: 24 Jun 2003
Posts: 584
Location: Riverside, South Cali

PostPosted: Tue Sep 23, 2003 12:18 am    Post subject: [quote]

Bjorn: there is something to be said about rolling your own fora system.
_________________
"...LeoDraco is a pompus git..." -- Mandrake
Back to top  
Happy
JonA's American snack pack


Joined: 03 Aug 2002
Posts: 200

PostPosted: Tue Sep 23, 2003 12:34 am    Post subject: [quote]

LeoDraco wrote:
Bjørn: there is something to be said about rolling your own fora system.


It'll put hair on your chest?
It'll give you bragging rights?
It's success as a forum directly effects your sexual life?
It'll make you a retard from trying to fix it's bugginess?
It'll provide you a place to write self loathing/masturbatory garbage?

Uh...

It'll make women want you?

I think all but the last one is accurate in your case Leo. (I'm not sure about the chest hair though.) I mean, don't get me wrong. I plan on writing my own fora system too (not really). I so want to get some ass (as mine will be more popular than yours).
Back to top  
Bjorn
Demon Hunter


Joined: 29 May 2002
Posts: 1425
Location: Germany

PostPosted: Tue Sep 23, 2003 12:51 am    Post subject: [quote]

I'm not going to risk any more hair on my chest than there already is.
Back to top  
Ninkazu
Demon Hunter


Joined: 08 Aug 2002
Posts: 945
Location: Location:

PostPosted: Tue Sep 23, 2003 2:39 am    Post subject: [quote]

I have a hairy belly. It's weird lookin.
Back to top  
Post new topic Reply to topic Page 1 of 1 All times are GMT
 



Display posts from previous:   
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum