5
Ah, ok, now that makes sense!
Thank you, now I feel dumb. :)
However, a suggestion, so you dont have to deal with idiots like me in the future.
I would change some of the wording around, because I was lost at first.
Quote:
With NewBB 2.0 you can add blocks on-fly as following.
1 Enter 'Administration Menu'=>"block admin"=>"Add new block"
2 In the "Add a new block":
2.1 Block Type: choose anyone as you prefer
2.2 Weight: input any valid value as you prefer
2.3 Visible: select any one as you prefer
2.4 Visible in: set any one as you prefer
2.5 Title: input any valid text as you prefer
2.6 Content:
include_once(XOOPS_ROOT_PATH . '/modules/newbb/blocks/newbb_block.php');
$options = "10|0|time|0";
b_newbb_custom($options);
//$options = "TheNumberToDisplay|ViewMode(0?1?2?)|time_Or_reviews_Or_replies|ForumId1,ForumId2,ForumId3";
2.7 Content Type: MUSTBE "PHP Script"
2.8 Cache lifetime: choose any one as you prefer
2.9 Preview, Submit: press any one as you prefer, BE SURE press at least one time "submit" before leaving block admin
I would consider changing the highlighted text to this:
Quote:
With NewBB 2.0 you can add blocks on-fly as following.
1 Enter 'Administration Menu'=>"Blocks"
2 Select 'Custom Block' from 'System' partition of the Add dropdown list.
3 In the "Add a new block":
It is only a semantics thing, cause obviously you explain just fine how to put in the blocks. But it is that one little thing I kept over looking. I didnt see an "Add New Block", so I didnt think to select the Custom Block for a while.
But either way, you helped me fix my problem. Thanks a lot! :)