phpBB Custom Coding • Re: Editing .htaccess to set a Pages Extension created...
Just making the redirect file public for anyone who wishes to try this. I did not want to do a simple one-line redirect file and doing this seems to work great. I set home.php as my homepage with...
View Article[3.3.x] Styles Support & Discussion • Re: Colours.css
WinMerge is free and very fast.Statistics: Posted by exemplary1 — Wed Oct 16, 2024 4:48 am
View ArticlephpBB Custom Coding • Re: A tag to hide text for users but not modos/admin ?
In the template you would use:Code: <!-- IF U_MCP or U_ACP -->// your HTML<!-- ENDIF -->MCP condition only works on index, viewtopic and viewforum.If you are looking to do something else...
View Article[3.3.x] Support Forum • Re: Cannot access my site's index.php page; weird...
The error message you have posted clearly states what is wrong: The extension you have installed is missing a file (or it is corrupted), namely ext/cabot/changelogo/event/listener.phpPlease check...
View ArticleExtension Writers Discussion • Re: Questions from a beginner: porting custom...
https://github.com/phpbb/phpbb/pull/6736Statistics: Posted by rxu — Thu Oct 17, 2024 4:04 am
View ArticleExtension Requests • Re: AI Moderator
AI Moderation is often erratic and inconsistent. There's a reason why people tend to hate AI moderation on various social media sites. Though I do not have the skills to code something this complex,...
View Article[3.3.x] Support Forum • Re: Does editing a post overwrite post in database too ?
Awesome ! Added both - mod and user. Thank you very much.Can be marked as solved.Statistics: Posted by exemplary1 — Thu Oct 17, 2024 7:24 am
View Article[3.3.x] Support Forum • Re: whenever i fill out any form it redirects me to...
Do you have a static IP or Dynamic ?Statistics: Posted by exemplary1 — Thu Oct 17, 2024 7:28 am
View ArticleGeneral Discussion • Re: Google Restricts Adblockers on Google Chrome
It all depends what you mean by “not as good”. I prefer Safari for 90% of whatever I’m doing, I find it unfussy, safe and easy to get on with and I dislike Chrome so it tends to be horses for...
View ArticlephpBB Custom Coding • Usage of submit_post, with tags = wrong recording in...
Hi, Related to a previous topic on this forum, I use a php script to create a new topic from an exe app.Here is the part of code I use to post:Code: if ( $action == "create" ) {if ( $username == '' )...
View Article[3.3.x] Support Forum • Problem sending email
Hello everyone, I am experiencing a bug in my forum, first of all I will answer you about the technical data:phpBB version: 3.3.13PHP version on my hosting (OVH): 8.3.9Forum: https://foro.aego.biz/The...
View Article[3.3.x] Support Forum • SQL ERROR [ mysqli ]
General ErrorSQL ERROR [ mysqli ][]An sql error occurred while fetching this page. Please contact an administrator if this problem persists.The other 20 websites are normal, and there are three...
View Article[3.3.x] Support Forum • Re: SQL ERROR [ mysqli ]
General ErrorSQL ERROR [ mysqli ][]An sql error occurred while fetching this page. Please contact an administrator if this problem persists.That's very little information. (correction : zero...
View Article[3.3.x] Support Forum • Re: Problem sending email
These are the settings according to OVH.net:IMG_0645.jpegDo you get support from your host?I have already talked to OVH technical support, according to the explanation they gave me I should use server...
View ArticleExtension Requests • Most bookmarked topics...
...is there an extension out there that can search/order topics or posts by the amount of subscribes/bookmarks/other they have? Thanks!Statistics: Posted by nou nou — Fri Oct 18, 2024 1:51 pm
View Article[3.3.x] Support Forum • Re: Edit text in the .panel .inner of the...
It's not in the style files. It's in the language/en/common.php fileStatistics: Posted by KevC — Fri Oct 18, 2024 1:56 pm
View ArticlephpBB Custom Coding • Re: A tag to hide text for users but not modos/admin ?
Hi,For want of finding anything cleaner, I finally used user rank_id and coded in viewtopic.php:After:Code: // Start session...
View ArticleExtension Requests • Re: Most bookmarked topics...
This would probably be easy enough to make. Would you suggest it’s a stat displayed somewhere or like a new page that lists the top topics / posts?Statistics: Posted by danieltj — Sat Oct 19, 2024...
View Article[3.3.x] Support Forum • Re: SQL ERROR [ mysqli ]
Based on your recent post in another topic you are running phpBB 3.0.10 which is very outdated version of phpBB. Taking a guess it's no longer compatible with php version or something else server...
View ArticleExtensions in Development • Re: [3.3][RC] Random Banner Scroll
yes.....Statistics: Posted by Galandas — Sun Oct 20, 2024 3:34 am
View Article