Do you mean a block that would make a forum post?
Offline
Wouldn't you have to be logged in? (I'm sorry that I'm not very good at Squeak...)

Offline
Greenatic wrote:
Wouldn't you have to be logged in? (I'm sorry that I'm not very good at Squeak...)
maybe there could be an imput for the username. like
('post %s on the %n th forum topic as %s' - post:on:as:)
Offline
I dunno... you could do it with Panther maybe?
Offline
Yes, you can do that, but it would require cookies and asking for the username and password. You would have to search for the Squeak code for using cookies and stuff of the sort.
Offline
You would have to find the source and php code, then somehow export it over to squeak.
Offline
what about using a PHP intermediary to do that? It would be way easier to handle everything, but I don't really know about the cookies... I think you're not allowed to look at other cookies.
Offline
jslomba wrote:
Greenatic wrote:
Wouldn't you have to be logged in? (I'm sorry that I'm not very good at Squeak...)
maybe there could be an imput for the username. like
('post %s on the %n th forum topic as %s' - post:on:as:)
and password...
('post %s on the %n th forum topic as %s w/ password %s' #- #post:on:as:pass:)

Offline
johnnydean1 wrote:
No. He didn't.
It wasn't for Panther (at least I don't think it was), but he did make one.
Offline
jslomba wrote:
also, does anyone know how I can get a font menu in a block?
Look into ScratchPaint's method for collecting fonts. Anyway, I remember helping daffy22 with that exact menu some time ago for webblox... maybe you can find the download somewhere
Offline
LS97 wrote:
jslomba wrote:
also, does anyone know how I can get a font menu in a block?
Look into ScratchPaint's method for collecting fonts. Anyway, I remember helping daffy22 with that exact menu some time ago for webblox... maybe you can find the download somewhere
![]()
I have it downloaded already. how do you hack Web Blox?
Offline