1
avtx30
Hello d3forum, goodbye CBB
  • 2008/2/24 5:01

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


GIJOE has just released his proud d3forum - a REAL Innovative and Basic forum module for XOOPS, version 0.82 beta, with the function of importing forums/posts from CBB.

I'm too excited with this news and just cannot help informing you. Have fun!

http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid=103&cid=1

Quote:

============ D3FORUM ==============

The REAL Innovative and Basic forum module for XOOPS.
I -GIJOE- release this module with convidence though this module might be still buggy.

Enjoy D3 World!


INSTALL

(If necessary)
- set up XOOPS_TRUST_PATH
- install the latest altsys module

- Copy all files into your XOOPS.
- Install it as usual D3 module. Of course, you can name the directory under modules/ freely.


AUTHOR

GIJOE -basic designing and PHP coding-
jidaikobo -template coding-


CHANGES

0.82 beta (2008-02-24)
- added import from cbb (not implemented - permissions, votes) (thx MrTheme)
- fixed invalid html in some templates (thx hi-debow)
- modified [1] won't be converted as a link automatically
- updated language files
-- persian (thx stranger)
- added language files
-- spanish (thx debianus)
Xoops Demos:
http://www.nhatban.net/info/a0021.html

2
avtx30
Re: Hello d3forum, goodbye CBB
  • 2008/2/24 5:45

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


For people who does not know d3forum very well, here is its features:

Characteristic Specs: (listed by GIJOE the author)
- Fully scratched codes irrelevant to newbb or phpbb.
- Clear hierarchy category, forum, topic, and post.
- Tree structured category.
- Detailed permissioning per a category or a forum. (users and groups)
- Preferences override system per a category or a forum.
- Guest post
- Detailed and exact controlls about textsanitizer
- Topic attribute - invisible, lock, sticky, solved, marked, and read.
- Post attribute - invisible, and hide_uid
- Approval for posts
- Import from newbb1 or xhnewbb
- etc.

Other great features: (listed by avtx30)
- Comment-integration like myAlbum-P's imagemanager-integration
- Function for keeping language override system of D3 module
- WYSIWYG Editor safely (perhaps, you've already known forum modules can use WYSIWYG editors. But d3forum is far different from them because of the security)
- Import from CBB
Xoops Demos:
http://www.nhatban.net/info/a0021.html

3
wishcraft
Re: Hello d3forum, goodbye CBB

Does it have flood protection?
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

4
avtx30
Re: Hello d3forum, goodbye CBB
  • 2008/2/24 10:28

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


Certainly. You know d3forum is made by GIJOE - the author of the "Protector"
Xoops Demos:
http://www.nhatban.net/info/a0021.html

5
avtx30
Re: Hello d3forum, goodbye CBB
  • 2008/2/24 12:22

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


Just to tell you that I've just done the import. It was fantastic. Total 1047 CBB posts were imported to d3forum successfully. Comments from other modules such as news, smartfaq, smartsection etc. were integrated into d3forum too.

Then I replaced the modules/newbb/viewtopic.php with following content to redirect all accesses for CBB's post to d3forum. (In my site, I named d3forum "forum".)

<?php
$post_id 
intval( @$_GET['post_id'] ) ;
$topic_id intval( @$_GET['topic_id'] ) ;
header"HTTP/1.0 301 Moved Permanently" ) ;
if( 
$post_id ) {
        
header"Location: (XOOPS_URL)/modules/forum/index.php?post_id=".$post_id ) ;
} else {
        
header"Location: (XOOPS_URL)/modules/forum/index.php?topic_id=".$topic_id ) ;
}
exit ;
?>


(credit: GIJOE)
have changed forum module
Xoops Demos:
http://www.nhatban.net/info/a0021.html

6
Alex_Grey
Re: Hello d3forum, goodbye CBB
  • 2008/2/24 14:30

  • Alex_Grey

  • Just popping in

  • Posts: 43

  • Since: 2007/6/16


can it import from xhnewbb?. i'm assumming yes.
“There is nothing impossible to him who will try.” ~Alex The Great~
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

7
avtx30
Re: Hello d3forum, goodbye CBB
  • 2008/2/24 15:25

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


Yes, it's d3forum default function.
Xoops Demos:
http://www.nhatban.net/info/a0021.html

8
pcracer
Re: Hello d3forum, goodbye CBB
  • 2008/2/26 4:22

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


any chance of being able to import newbbex?

i updated my forum from newbb1 awhile ago & it's quite big...i've wanted to upgrade it again for quite sometime now, but haven't been too impressed until now.

i've installed d3 & imported my old newbb1 data w/o a hitch! now if possible, i'd really like to import my current data [newbbex] & not lose anything

thx
If Everything Seems Under Control...You're Not Going Fast Enough!

9
kgwolf
Re: Hello d3forum, goodbye CBB
  • 2008/2/26 7:46

  • kgwolf

  • Just popping in

  • Posts: 32

  • Since: 2008/1/21


Seems we have a Joomla-Mambo war going on here. This will NOT work on XOOPS 2.0.18. They will not support it unless you have 2.0.17 Why me, Why do I get half breeds?

Login

Who's Online

164 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

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

Latest GitHub Commits