Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Import from phpbb3 and some issues!!
Hi,
imported all the users, cat, forums with some issues:
1.Installation doesn't work with Host socket/localhost. i've used to enable the Remote connections for the MySQL user and connecting with it.
3. alle the CODE bbcode tag content masking with html masking, but changing the tag to PRE work fine. its any why to use bbcode or change all the bbcode to html?
EDIT: replaced with sed all CODE tag to PRE in sql file. but still asking to using BBCODE possibility or syntax highlighting?
Kind regards
imported all the users, cat, forums with some issues:
1.Installation doesn't work with Host socket/localhost. i've used to enable the Remote connections for the MySQL user and connecting with it.
MySQL Host: mysql5.s141.my-ownserver.com:33072. forums and categories are hidden for Guest Where can change it? EDIT: SOLVE it
3. alle the CODE bbcode tag content masking with html masking, but changing the tag to PRE work fine. its any why to use bbcode or change all the bbcode to html?
EDIT: replaced with sed all CODE tag to PRE in sql file. but still asking to using BBCODE possibility or syntax highlighting?
Kind regards
0
Comments
There was an error rendering this rich post.
yes with url, and li ..etc BBcode.
thnx
There are some ways of solving the problem. The way I would do it is to loop through all posts and replace the BBCode with proper HTML code. You will probably need PHPBB3's function for that.
There was an error rendering this rich post.