View Single Post
Old March 15th, 2011, 10:38 PM   #1 (permalink)
rcull
Member
Verified Customer
 
rcull's Avatar
 
Join Date: Dec 2004
Posts: 230
Sidebar Forum Block vb4

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;
rcull is offline   Reply With Quote