Hello guys, I just applied the following changes/fixes, based on your feedback.
- Fixed redirections from xforum to newbb - Updated menu items to point to the new forum pages - Updated the IRC Window in menu to redirect to KiwiIRC and let the users to connect from there - Made quotes smaller - Edited text got smaller and border removed - Now on reply the message field will automatically include the user nickname - Fixed the pagination links in "View all topics" pages - Added the "Forum Settings" features to the new forum - Made text fields a little bit bigger - Removed the "Image manager" from the forms, as it is not needed
Thank you for all your comments and requests. If something is not working, please inform me.
I hit the "3" on the front page and it took me to the most recent unread post. I was expecting it to take me direct to page 3 (although actually most recent unread is more useful)
ps. Maybe you can shift a bit in the priority list "size of the code blocks", so it will be of the same size as code size because when one want to put just one or two lines of code, he have then that:
hej dig;
int global = 23;
Which wastes a space pretty much and makes it not so good to put a few lines in the code/code, but instead you need to put it in quotes (which is not that colored as code). So fixing code/code blocks will help.
- In notification emails, only the thread URL is mentioned since the post URL was the same - Set the code boxes to not have a default height but a max-height. Now they will shrink if there are a few lines of code, but it will have a maximum height and a scroll bar if the code is big.
A few minutes ago I updated the Album module. This fixes most of the issues and probably introduces a few minor ones, which are going to be ironed out.
Please, have a look at that and tell me issues that you probably find, if something doesn't work for you.
Also, now we were able to upgrade to PHP 7.3. So far I haven't seen any problem with the website, but you never know. But if you find anything, hit me in this thread.
Thank you for your kind comment. I have seen some issues with netsurf, and I will try to optimize the code to work on that as well. Thank you for mentioning it.
First thank you for taking the time to sort all these things on this website and keep it online and safe.
Now using latest Chrome on my smartphone, the side bars (both left and right) seem to much wide compared to the main part. If you cannot reproduce I can send you a screenshot. I tried in the default mobile view and after checking the "computer version" checkbox.
@abalaban I managed to reproduce it. Unfrtunately the website is not optimised for mobiles at all. I am trying to solve first some crucial problems and then slowly make fixes that would make it work better on various browsers.
Until then I would propose to use firefox on mobile, because it looks and works much better there.
Hmm ... I almost hate to ask, but I have a big screen and like to have the user details in view when I read, so could this choice (collapse user details by default or not) possibly be part of the Forum Settings under User Tools?
Hmm ... I almost hate to ask, but I have a big screen and like to have the user details in view when I read, so could this choice (collapse user details by default or not) possibly be part of the Forum Settings under User Tools?
Em... No... And the reason is that there is no clean way to do things like that other than hacking the website modules. And the problem with that is that it breaks the update path, which means whenever we need to do any updates, we have to apply again the patches and sometimes this is not an easy job to do. Especially if we need in the future to move to different modules like it happened when I did the forum update a week ago.