Re: [phpslash-users] Development question
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2006-01-28 05:24:56
|
Luis M wrote: > Hello Brian, > > I believe that's a good approach. You might want to take a look at > phpslashforge.org's modules for inspiration. > phpslashforge.org is down for a little while. > I haven't done one myself, but Joe could help you with that. > > Perhaps you can do that by using a Block_render_* as well... Not too > sure what is it that you want your "story" blocks to be able to do. > This may not apply to what you're looking for. But as far as creating new blocks for a module it is better to make another page in the module directory and then create a module block with the "page" block option pointing to your new page. Examples is the relatedlinks.php in the story module. > On 1/27/06, Brian Toovey <bt...@ig...> wrote: > <snip> >> 3) Is their any already existing documentation for creating a module? Will >>I need a new "section" as well? >> You will not necessarily need a new section. The sections are how the blocks are assigned. If your site does not need different blocks when your module is being displayed you can just call it like index.php?module=MyNewModule. Joe >> Thanks, >> Brian Toovey >> > |