I've got some BUG. Someone used 5 dashed and right-side-bracket " > " as arrow to show us something. Then shoutbox crashes like this: http://i40.tinypic.com/2462akl.jpg Everytime when someone use 5 dashed: ----- it crashes shoutbox. And there is screen from my PhpMyAdmin http://i40.tinypi...
I've got some BUG. Someone used 5 dashed and right-side-bracket " > " as arrow to show us something. Then shoutbox crashes like this: http://i40.tinypic.com/2462akl.jpg Everytime when someone use 5 dashed: ----- it crashes shoutbox. And there is screen from my PhpMyAdmin http://i40.tinypic...
I won't be adding any new features till I work on the next version… I haven't gotten to RC1 because there are a ton of changes I want to make and features to add before the actual release… so it's still a ways away… but it's stable currently. But it's working properly on 3.0.1. I haven't any proble...
I would downgrade from phpbb3 to phpbb2 but I would'nt lose users, topics and posts.
Of course I have my old databse from phpbb2 but I've updated my database to phpbb3 a few months ago so I can't use old database, I need downgrade my database.
And only lastvisit. So when you click "Mark forums read" number of posts in round brackets won't change. What I wanted to say is instead of ' . $user->data['user_lastvisit'] . ' should be ' . max( $user->data['user_lastmark'] , $user->data['user_lastvisit'] ) . ' nope, it isn't working as...