I don't notice a tutorial on creating a new classifieds block for the included sidebar in
VB 4.0. or maybe I just couldn't find it.
I tried a few things, but didn't get it.
Specify the content you want to display. If this is PHP code, use a return statement to send your output to the block. For example:
$my_output = 'Hello, world.';
return $my_output;