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.
MySQL Host: mysql5.s141.my-ownserver.com:3307
2. 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
Comments
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme
$Dsn = sprintf('host=%s;dbname=%s;', $Host, $Dbname);to$Dsn = sprintf('host=%s;unix_socket=/tmp/mysql5.sock;dbname=%s;', $Host, $Dbname);@UnderDog, replacing some code with "pre" tags will probably not solve your problem. I just want to look at what the real problem is after converting from PHPBB3 and it's probably that the forum posts are filled with [b] and [code] tags, correct?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.
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme