141
avtx30
Re: pical firefox problem
  • 2008/3/5 12:12

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


cross posting??
Xoops Demos:
http://www.nhatban.net/info/a0021.html



142
avtx30
Re: Pico and TinyEditor
  • 2008/2/27 3:37

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


I have no idea about TinyEditor.

Pico works perfectly with fckeditor anyway.

PS. There is a perfect manual for pico here: Pico manual
Xoops Demos:
http://www.nhatban.net/info/a0021.html



143
avtx30
Re: Best Forum Module
  • 2008/2/25 23:19

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


I recommend d3forum, it's fast, superior to CBB, no need of Frameworks.

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
- Of course because it's a D3 module, you can name it anything you like (forum, boad, etc), you can duplicate it as much as you wish
Xoops Demos:
http://www.nhatban.net/info/a0021.html



144
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



145
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



146
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



147
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



148
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



149
avtx30
Re: Mysql5 and UTF-8 wrong encoding...
  • 2008/2/21 17:47

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


Thank you for sharing this.

I've just solved the problem in a different way. Instead of touching XOOPS codes, I changed the MySQL settings.

I did as following:

# ssh_to_my_remote_server
# mysqldump -u mysql_username -p --default-character-set=latin1 old_db > latin1_db.sql
# sed 's/latin1/utf8/g' latin1_db.sql > utf8_db.sql
# MySQL -u mysql_username -p new_db < utf8_db.sql


Change the config file of MySQL (my.cnf) so that it looks like this:
[mysqld]
default-
character-set=utf8
skip
-character-set-client-handshake


The most important thing here is the above 2 lines: one to force default character set in MySQL to "utf8", another is to tell MySQL that "do not automatically convert character sets between server and client"

Restart the MySQL server. Bingo!! The characters are displayed properly both in phpmyadmin and in xoops.

Hope this help.
Xoops Demos:
http://www.nhatban.net/info/a0021.html



150
avtx30
Re: Problem installing XPress
  • 2008/2/12 3:49

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


I recommend weblogD3
Xoops Demos:
http://www.nhatban.net/info/a0021.html




TopTop
« 1 ... 12 13 14 (15) 16 17 18 »



Login

Who's Online

200 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 200


more...

Donat-O-Meter

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

Latest GitHub Commits