Subj : user_extdesc
To : Nightfox
From : esc
Date : Sun Sep 13 2009 02:44 am
Re: user_extdesc
By: Nightfox to esc on Sat Sep 12 2009 07:38 pm
> This is the code I use to toggle that:
>
> if (user.settings & USER_EXTDESC)
> user.settings = (user.settings & ~USER_EXTDESC);
> else
> user.settings = (user.settings | USER_EXTDESC);
Thanks man :) Right before I read that, I miraculously figured it out. Dumb
luck, lol.
Still wrapping my head around js.
Most of the bbs/telnet side of things are done (or at least presentable). Now
I need to try and figure out what to do about the ssjs webserver :) I'm
wondering...can I make a regular old index.html type of page, and still use
some of the js synchronet commands in there? I'm thinking a sort of hybrid web
service. Honestly, the only thing I'll neex is access to the messages, so I'd
need a logon/pass mod. Oh, and to figure out phpbb :P This is hsaping up to
be pretty educational.
esc<demonic/+o monterey>