[3.3.x] Styles Support & Discussion • Re: [Resolved]Understanding css...
My assumption was that since he is just starting out, he may be thinking of including some of the other files later. That's the usual reason for commenting out code: to keep stuff that might be handy...
View Article[3.3.x] Support Forum • Re: Advice on several things please 🙏
Thanks for the reply Invenio.I will have a full read tomorrow and if I have any rookie questions, I hope it’s okay to post them.Cheers,LouisStatistics: Posted by shredder66 — Sun Sep 08, 2024 9:37 pm
View ArticlephpBB Custom Coding • Re: TIP: Custom user online indicator that handles any...
Another point is that regardless of what 4.0 ends up shipping with as default, some people may want the corner banner look for a custom style on 4.0. People are like that. They get different ideas....
View Article[3.3.x] Convertors • Re: Convert from Vb4.2.2 to phpBB 3.3.x
A small time-saving tip for the ones who'll decide to utilize vb4 convertor 1.1.1 as the means of vBulletin 4.2.x to phpBB 3.0.11 conversion. These two code modifications should be applied so that all...
View Article[3.3.x] Support Forum • Moderate topics but not replies?
I think we want to moderate new topic posts but not replies to existing topic posts. I'm looking at the advanced settings but I don't know if the role "On Moderation Queue", with an advanced setting...
View Article[3.3.x] Support Forum • Re: Moderate topics but not replies?
I think we want to moderate new topic posts but not replies to existing topic posts. I'm looking at the advanced settings but I don't know if the role "On Moderation Queue", with an advanced setting...
View Article[3.3.x] Support Forum • Re: 3.3.13 Support php 8.1 ?
I was about to say about a PHP module/extension that might be turned off.A friend had a similar problem but couldn’t get it fixed because of his host type and we had to hard code the core.Check with...
View ArticlephpBB Discussion • "Can send instant messages" permission. What is it?
In the Misc tab in the User or Group permissions section in the ACP for a certain group or user, there is a permission called "Can send instant messages."May I ask what an instant message is in phpBB...
View ArticlephpBB Discussion • Re: "Can send instant messages" permission. What...
At a guess it's the Jabber thing mentioned in the General settings tab > commsBut I don't think anyone ever used it. Not sure I've even seen a support topic asking about it.Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: No new messages but unread messages
It's not mine but I administer it.I think you know it already. It's amusementknutselen.be from Luc.I placed some example screenshots here:viewtopic.php?p=16029739#p16029739Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: 3.3.12 > 3.3.13 upgrade in parallel?
Thanks everyone. We are going to take a step back. To Re-think whether to do this upgrade or wait until the next.Statistics: Posted by D. K — Mon Sep 09, 2024 10:03 pm
View Article[3.3.x] Translations • Avoid reusing string in cli.php
I notice there is a single string in the translation files (language/en/cli.php) that reuse another string.Maybe to be consistent we could not do it like that.But rather just have translators...
View ArticlephpBB Discussion • Re: Discuss: phpBB 3.3.13 Release
Just updated my test site. I included danieltj's fix for the new minor issue. All seems good. No problems.Live site next...Statistics: Posted by Gumboots — Mon Sep 09, 2024 11:17 pm
View Article[3.3.x] Support Forum • List of default db tables?
I assume there is a handy list of these somewhere. Can someone point me at it?(I think I have some crud left over from old extensions, so might as well clean it up.)Statistics: Posted by Gumboots —...
View Article[3.3.x] Styles Support & Discussion • Re: Display background image on...
You can use in the overall_header.htm:Code: {% if SCRIPT_NAME eq 'index' %}<link href="{T_THEME_PATH}/my_css_file.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">{% endif %}Note that...
View Article[3.3.x] Translations • Re: Use [] and array() consistently
<br /> is XHTML. phpBB uses an HTML5 doctype, so all of those tags should be <br>. Find/replace will do the lot in a one second. I do it anyway if I am editing any file.Statistics: Posted...
View Article[3.3.x] Support Forum • Re: [SOLVED] List of default db tables?
Aha. It looks like the phpbb_captcha_answers and phpbb_captcha_questions tables are created after installation, once an admin sets those fields in ACP, so add those two to the list for most sites.ETA:...
View Article[3.3.x] Support Forum • Re: [split from] Increased spam activity for...
I have spent some time looking at this IP address's activity.3.253.53.146This IP address is on the banned list.The most activity is password changes.I found two Dating spam posts made from accounts...
View Article[3.3.x] Support Forum • Re: User online time
I'm waiting for an answer.Why is it so important to you that you understand why it shows 1 minute defference?The time last visited is pulled from the database where it logs the last time you changed...
View Article[3.3.x] Translations • Change tab to space for consistency
I few things that could be changed for the translation files for consistency.Change tab to space after "=>".language\en\acp\posting.phpCode: 'tokens'=>array('tokens'=>...
View Article