Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
3 + 5 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     
_MI_NEWBB_BNAME12, 'description' => "Shows without solution", 'show_func' => "b_newbb_topic_show", 'options' => "without|5|0|0|1|0|0", 'edit_func' => "b_newbb_topic_edit", 'template' => 'newbb_block_topic.html'); $modversion['blocks'][] = array( 'file' => "newbb_block.php", 'name' => _MI_NEWBB_BNAME13, 'description' => "Shows Topics Replayed", 'show_func' => "b_newbb_topic_show", 'options' => "replayed|5|0|0|1|0|0", 'edit_func' => "b_newbb_topic_edit", 'template' => 'newbb_block_topic.html'); [/quote] [quote] ============================= blocks - newbb_block.php ============================== in function - b_newbb_topic_show [b]After:[/b] switch ($options[0]) { case 'views': $order = 't.topic_views'; break; case 'replies': $order = 't.topic_replies'; break; case 'digest': $order = 't.digest_time'; $extra_criteria = " AND t.topic_digest=1"; if($time_criteria) $extra_criteria .= " AND t.digest_time>".$time_criteria; break; case 'sticky': $order = 't.topic_time'; $extra_criteria .= " AND t.topic_sticky=1"; break; case 'time': default: $order = 't.topic_time'; break; [b]before:[/b] switch ($options[0]) { case 'views': $order = 't.topic_views'; break; case 'replies': $order = 't.topic_replies'; break; case 'digest': $order = 't.digest_time'; $extra_criteria = " AND t.topic_digest=1"; if($time_criteria) $extra_criteria .= " AND t.digest_time>".$time_criteria; break; case 'without': $order = 't.topic_time'; $extra_criteria = " AND t.topic_replies=0"; if($time_criteria) $extra_criteria .= " AND t.digest_time>".$time_criteria; break; case 'replayed': $order = 't.topic_time'; $extra_criteria = " AND t.topic_replies>0"; if($time_criteria) $extra_criteria .= " AND t.digest_time>".$time_criteria; break; case 'sticky': $order = 't.topic_time'; $extra_criteria .= " AND t.topic_sticky=1"; break; case 'time': default: $order = 't.topic_time'; break; [/quote] [quote] in function - b_newbb_topic_edit [b]after:[/b] $form = _MB_NEWBB_CRITERIA.""; $form .= ""._MB_NEWBB_CRITERIA_TIME.""; $form .= ""._MB_NEWBB_CRITERIA_VIEWS.""; $form .= ""._MB_NEWBB_CRITERIA_REPLIES.""; $form .= ""._MB_NEWBB_CRITERIA_DIGEST.""; $form .= ""._MB_NEWBB_CRITERIA_STICKY.""; [b]Before:[/b] $form = _MB_NEWBB_CRITERIA.""; $form .= ""._MB_NEWBB_CRITERIA_TIME.""; $form .= ""._MB_NEWBB_CRITERIA_VIEWS.""; $form .= ""._MB_NEWBB_CRITERIA_REPLIES.""; $form .= ""._MB_NEWBB_CRITERIA_DIGEST.""; $form .= ""._MB_NEWBB_CRITERIA_STICKY.""; $form .= ""._MB_NEWBB_CRITERIA_WITHOUT.""; $form .= ""._MB_NEWBB_CRITERIA_REPLAYED.""; [/quote] -------------------------------------------------------- [quote] =============================== language\english\modinfo.php ================================= [b]After:[/b] define("_MI_NEWBB_BNAME11","Recent post with text"); [b]Before:[/b] define("_MI_NEWBB_BNAME11","Recent post with text"); define("_MI_NEWBB_BNAME12","Shows without solution"); define("_MI_NEWBB_BNAME13","Shows Topics Replayed"); [/quote] ---------------------------------------------------- [quote] ======================================== language\english\blocks.php ======================================== [b]After:[/b] define("_MB_NEWBB_CRITERIA","Display criteria"); define("_MB_NEWBB_CRITERIA_TOPIC","Topics"); define("_MB_NEWBB_CRITERIA_POST","Posts"); define("_MB_NEWBB_CRITERIA_TIME","Most recent"); define("_MB_NEWBB_CRITERIA_TEXT","Post text"); define("_MB_NEWBB_CRITERIA_VIEWS","Most views"); define("_MB_NEWBB_CRITERIA_REPLIES","Most replies"); define("_MB_NEWBB_CRITERIA_DIGEST","Newest digest"); define("_MB_NEWBB_CRITERIA_STICKY","Newest sticky"); define("_MB_NEWBB_TIME","Time period"); define("_MB_NEWBB_TIME_DESC","Positive for days and negative for hours"); [b]Before:[/b] define("_MB_NEWBB_CRITERIA","Display criteria"); define("_MB_NEWBB_CRITERIA_TOPIC","Topics"); define("_MB_NEWBB_CRITERIA_POST","Posts"); define("_MB_NEWBB_CRITERIA_TIME","Most recent"); define("_MB_NEWBB_CRITERIA_TEXT","Post text"); define("_MB_NEWBB_CRITERIA_VIEWS","Most views"); define("_MB_NEWBB_CRITERIA_REPLIES","Most replies"); define("_MB_NEWBB_CRITERIA_DIGEST","Newest digest"); define("_MB_NEWBB_CRITERIA_STICKY","Newest sticky"); define("_MB_NEWBB_CRITERIA_WITHOUT","Pendants"); define("_MB_NEWBB_CRITERIA_REPLAYED","Replayed"); define("_MB_NEWBB_TIME","Time period"); define("_MB_NEWBB_TIME_DESC","Positive for days and negative for hours"); [/quote] 2 - Block ( It decided my problem) The functioning would be the following one: The user will go to receive a reply. If it to find that this decided the 100% its problem it will be able to mark this topic in special. Many other users also will be able to mark this topic in special. We want to remember that only the reply in itself it is that it will have to receive this accompaniment. Of this form we will be able to have a block where the user could be directed to see answers that had really functioned. [quote] As i mentioned before, I am really intrested in helping, specially i would like to be part of designer team. ========================= FEATURE REQUEST Firsly, It would be a cool idea to have a voting system for each post. IN adition, I've seen this feature in Vbulletin so that people instead of wring comments with contents (thanks, nice, cool and etc...) , they just click on an egg button or a flower button under a post (as I discussed this with phppp). In vbulletin there is a "thanks" button which i think is very useful, but i think if we develop this feature such that each egg vote neutralizes a flower vote or even both count it would be great. We have the same feature for threads but this feature per post is also geat. Secondly I thought , even if this voting feature developed in the core system, it would be great. I think there is a feature in ORKUT community so that people can vote for each other, so why shouldn't we develop this on XOOPS? Well i think if we even give the person the ability to change his/her ideas that would be great also! [/quote] This is equal my solicitation :-) [quote] obs: These are the alterations more urgent than they would be necessary for we in future versions in the CBB: -)[/quote][/quote]" />

Re: CBB Team calling for members
by davidl2 on 2005/9/19 15:19:19

bump

Help still needed... especially with coding for future updates.

Thanks
Re: CBB Team calling for members
by davidl2 on 2005/8/16 11:07:41

Giba - can you speak to me on msn... I don't quite understand (sorry )
Re: CBB Team calling for members
by giba on 2005/8/16 10:49:04

Ok david.

Details important:

1 - support by Cbb for XOOPS 2.0.13 ou minor.
2 - support by CBB for XOOPS 2.2 or greater.

Exist many user in XOOPS 2.0.13 or minor, this is real problem today for me.
Re: CBB Team calling for members
by davidl2 on 2005/8/16 7:55:55

I am still in great need of people who can assist in coding and assisting with support for the module.

If anyone can assist, please use the request form on the CBB site.

All help is greatly appreciated!
Re: CBB Team calling for members
by davidl2 on 2005/7/5 23:33:46

PM sent.. many thanks!

Who's Online

191 user(s) are online (154 user(s) are browsing Support Forums)


Members: 0


Guests: 191


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits