XOOPS 
News
News World of XOOPS Developers Hacks Themes Archive Submit News
  • HOME
  • XOOPS
    • About XOOPS
    • Why XOOPS?
    • XOOPS Features
    • Terms Of Use
    • Privacy Statement
    • License
  • FORUM
    • Board Index
    • Recent Topics
  • NEWS
  • THEMES
  • MODULES
    • Module @ GitHub
    • Old Repository
  • XOOPS FAQ
  • ACCOUNT
    • Login
    • Register
  • DOWNLOAD XOOPS 2.5.11

Modules: CBB 4.03 RC Released

Posted by: MambaOn 2010/8/11 2:00:00 8083 reads
Alfred (dhsoft) has released CBB (newbb) 4.03 RC. You can download it from his SVN

Please report any bugs in this thread on XOOPS Germany


CBB 4.03 RC Released

CBB 4.03 RC Released
Previous article
Next article
The comments are owned by the author. We aren't responsible for their content.
user

 Re: CBB 4.03 RC Released

 Valio69   Published 08/11/2010 7:16   Just popping in   Joined 01/02/2010   Comments 46    

Thanks! But what about release notes?

 
user

 Re: CBB 4.03 RC Released

 Mamba   Published 08/11/2010 7:27   Moderator   Joined 04/23/2004   Comments 11447    

Changelog 4.03 beta3
August 8, 2010
===========================================
1 Fix error and change templates
2 Fix BB-Code in description cat and forums
3 enabe/disable Toolbar in threads
4 fix problems width XOOPS 2.5
5 fix show attach only for users
6 fix edit message in postings
7 support for png icons (by bleekk)
8 fixed permissions for forums
9 add notificatin when topic deleted (optional)
10 deleted notification in forum when blocked user
11 add view prefix in forumslist
12 fixed bug in online
13 add pdf Support
14 add view waiting and deleted postings
15 add new Admin-Index (by voltan)
16 add integration Modul umfrage
17 fix seo in blocks
18 fix error moderation userbann
19 fix cache permissions


Changelog 4.02 beta2
February 1, 2010
===========================================
1 Bugfix width PHP5.3 is installed (dhcst)
2 Bugfix width cache (dhcst)
3 Bugfix add new categorie (dhcst)
4 Bugfix color Moderators
5 Add language for groupmod
6 Bugfix report topic
7 Bugfix templates
8 Added seo-tools
9 Bugfix Block see no older Topic

Changelog 4.01 alpha
December 25th, 2009
============================================
1 Remove dependence Frameworks (dhcst)
2 delete xoopslogger views (dhcst)
3 Adding Groupmoderation (dhcst)
4 Bugfix stats when user post new topic (dhcst)
5 Code refactored, not finished yet (dhcst)

 
user

 Re: CBB 4.03 RC Released

 mariane   Published 08/11/2010 13:21   Theme Designer   Joined 01/11/2008   Comments 649    

great news,

 
user

 Re: CBB 4.03 RC Released

 redheadedrod   Published 08/12/2010 3:05   Home away from home   Joined 02/26/2008   Comments 1296    

Has anyone tried to use the poll function?

If so does the latest version of xoopspoll (1.3) work with it?

Trying to use it on my system with 2.4.5 and can't seem to get it to work. More or less trying to see if I can figure it out then anything else at this time.

Thanks!

Rodney

 
user

 Re: CBB 4.03 RC Released

 xgarb   Published 08/17/2010 20:48   Not too shy to talk   Joined 03/30/2003   Comments 154    

Cool!

For me CBB is one of the strongest reasons to use xoops.

Most if not all of the other CMSs have to bolt on third party forums.

 
user

 Re: CBB 4.03 RC Released

 Mazarin   Published 08/17/2010 21:25   Updated 08/17/2010 21:28   Just can't stay away   Joined 12/10/2008   Comments 533    

There's an error in one of the poll php pages in CBB. Can't remember which one, but I believe there was a bracket missing in an if statement on line 31.

Edit: It was votepolls.php. Otherwise it works fine.

 
user

 Re: CBB 4.03 RC Released

 voltan   Published 08/19/2010 5:45   Theme Designer   Joined 12/05/2006   Comments 724    

I update my newbb to version 4.03 and I don't have any problem yet :

http://www.finalfantasy.ir/modules/newbb

 
user

 Re: CBB 4.03 RC Released

 voltan   Published 11/30/2010 6:29   Theme Designer   Joined 12/05/2006   Comments 724    

what about final version?

 
user

 Re: CBB 4.03 RC Released

 panwac   Published 12/31/2010 16:24   Just popping in   Joined 11/12/2005   Comments 62    

Alfred wrote, the final version is comming in the next year.

The problem is, that a link to the SVN looks wrong - error 404

 
user

 Re: CBB 4.xx, 3.xx to XForum

 wishcraft   Published 12/31/2010 16:36   Updated 12/31/2010 17:21   Module Developer   Joined 05/18/2007   Comments 3715    

try xforum the upgrade script is llike so, it is a clone of newbb with multifielding.

I will be adding multisite and xlanguage to it soon.

# Will Run as a SQL Upgrade from newbb to xforum
TRUNCATE prefix_xf_attachments;
TRUNCATE prefix_xf_categories;
TRUNCATE prefix_xf_digest;
TRUNCATE prefix_xf_forums;
TRUNCATE prefix_xf_moderates;
TRUNCATE prefix_xf_online;
TRUNCATE prefix_xf_posts;
TRUNCATE prefix_xf_posts_text;
TRUNCATE prefix_xf_reads_forum;
TRUNCATE prefix_xf_reads_topic;
TRUNCATE prefix_xf_report;
TRUNCATE prefix_xf_topics;
TRUNCATE prefix_xf_votedata;
INSERT INTO prefix_xf_votedata SELECT * FROM prefix_bb_votedata;
INSERT INTO prefix_xf_topics SELECT * FROM prefix_bb_topics;
INSERT INTO prefix_xf_report SELECT * FROM prefix_bb_report;
INSERT INTO prefix_xf_reads_topic SELECT * FROM prefix_bb_reads_topic;
INSERT INTO prefix_xf_reads_forum SELECT * FROM prefix_bb_reads_forum;
INSERT INTO prefix_xf_posts_text SELECT * FROM prefix_bb_posts_text;
INSERT INTO prefix_xf_posts (post_id,pid,topic_id,forum_id,post_time,uid,poster_name,poster_ip,`subject`,dohtml,dosmiley,doxcode,dobr,doimage,icon,attachsig,approved,post_karma,attachment,require_reply,`subject`) SELECT (post_id,pid,topic_id,forum_id,post_time,uid,poster_name,poster_ip,`subject`,dohtml,dosmiley,doxcode,dobr,doimage,icon,attachsig,approved,post_karma,attachment,require_reply,`tags`) FROM prefix_bb_posts;
INSERT INTO prefix_xf_online SELECT * FROM prefix_bb_online;
INSERT INTO prefix_xf_moderates SELECT * FROM prefix_bb_moderates;
INSERT INTO prefix_xf_forums SELECT * FROM prefix_bb_forums;
INSERT INTO prefix_xf_digest SELECT * FROM prefix_bb_digest;
INSERT INTO prefix_xf_categories SELECT * FROM prefix_bb_categories;
INSERT INTO prefix_xf_attachments SELECT * FROM prefix_bb_attachments;
INSERT INTO prefix_xf_archive SELECT * FROM prefix_bb_archive;


Have a look at maintained xforum refactorised.

 


Login

Register now!  |  Lost Password?

Search

Advanced Search

Recent Comments

  • Re: Richard Griffith (Geekwright) inducted into XOOPS Hal...
    Publisher black_beard 04/09/2025 21:52
  • Re: Richard Griffith (Geekwright) inducted into XOOPS Hal...
    Publisher Cesagonchu 04/09/2025 12:36
  • Re: XOOPS 2.5.12 Beta-5 available for Testing
    Publisher Cesagonchu 04/03/2025 12:39
  • Re: XOOPS 2.5.12 Beta-5 available for Testing
    Publisher cadch 04/02/2025 9:47
  • Re: Richard leaving, Nicolas takes over Core Team
    Publisher liomj 04/02/2025 9:18

Who's Online

197 user(s) are online (13 user(s) are browsing XOOPS News)


Members: 1


Guests: 196


heyula

more...

Donat-O-Meter

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

Latest GitHub Commits

  • {{ record.sha.slice(0, 7) }} - {{ record.commit.message | truncate }}
    {{ record.commit.author.name }} {{ record.commit.author.date | formatDate }}

Archives

News archives

  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • July 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006
  • April 2006
  • March 2006
  • February 2006
  • January 2006
  • December 2005
  • November 2005
  • October 2005
  • September 2005
  • August 2005
  • July 2005
  • June 2005
  • May 2005
  • April 2005
  • March 2005
  • February 2005
  • January 2005
  • December 2004
  • November 2004
  • October 2004
  • September 2004
  • August 2004
  • July 2004
  • June 2004
  • May 2004
  • April 2004
  • March 2004
  • February 2004
  • January 2004
  • December 2003
  • November 2003
  • October 2003
  • September 2003
  • August 2003
  • July 2003
  • June 2003
  • May 2003
  • April 2003
  • March 2003
  • February 2003
  • January 2003
  • December 2002
  • November 2002
  • October 2002
  • September 2002
  • August 2002
  • July 2002
  • June 2002
  • May 2002
  • April 2002
  • March 2002
  • February 2002
  • January 2002
  • December 2001
  • December 1969
About us
  • About Xoops
  • Why XOOPS?
  • Board of Advisors
  • Xoops Innovators
  • XOOPSers
  • XOOPS Etiquette
Learn
  • Books
  • FAQ
  • Core Guides
  • Module Guides
Use
  • Download Xoops
  • Module @ GitHub
  • Themes@ GitHub
  • Languages @ GitHub
  • Support Forums
  • International Support
Develop GitHub
  • Core @ GitHub
  • Module @ GitHub
  • Themes@ GitHub
  • Languages @ GitHub
  • Legacy XOOPS @ SourceForge
  • Coding Standards PSR-2
Contribute
  • $$$ Donations
  • Join Team
  • Core @ GitHub
  • Module @ GitHub
  • Themes@ GitHub
  • Languages @ GitHub
  • Report Core Bug
Connect
  • Facebook
  • LinkedIn
  • Flickr
  • YouTube
  • Ohloh
  • Twitter

Terms of Use | Privacy Policy | Hosted by Arvixe Hosting | RSS 2.0 Button

Design: B.Heyula