Extensions in Development • [3.2][3.3][DEV] Tabs Menu BBcode Extension
Extension Name: Tabs Menu BBcode Extension Author: GalandasExtension Description: This BBCode allows you to organize the content in a post in a phpBB style tabbed interface, with the desired content...
View Article[3.3.x] Support Forum • Re: Recently active
User in profile shows last active is dash and should be hidden in 1 and shows online. Why? Error? If so, I enter it in the tracker.I am waiting for an answer.Statistics: Posted by pawel456 — Sat Nov...
View Article[3.3.x] Support Forum • Re: Lots of problems since upgrading from 3.0.x to...
There should not be a "MOD" tab at all after upgrading to 3.3.13, could it be that you didn't clean your database from MOD remnants before upgrading it? That is the reason why serial 5. exists in the...
View ArticleExtension Requests • Video file place inline behavior
I'm fairly new to phpbb3, only used it for about a few weeks now trying to familiarize myself with the layout. Currently I'm working on updating the board to support automatic video attachments. I've...
View Article[3.3.x] Support Forum • Problem with update from 3.3.0 to 3.3.13
Hello!I tried to update my discussion forum from version 3.3.0 to 3.3.13 (I've never done this before) following the steps provided here: https://www.phpbb.com/support/docs/en/3 ......
View Article[3.3.x] Support Forum • Re: Upgrade to 3.3.12, MYSQL error
Hello, I have the same issue, but deleting the folders and files did not help. I followed upgrade procedure from 3.2.x to 3.3.x and when I try to update the database, this error is shown:Code: General...
View Article[3.3.x] Support Forum • Re: Post
Closing as this is a duplicate of viewtopic.php?t=2654284This is probably related to a slow mail server as HB told you in your other topic.Statistics: Posted by Noxwizard — Sat Nov 02, 2024 3:20 pm
View Article[3.3.x] Support Forum • Re: Problem with update from 3.3.0 to 3.3.13
You don't need to use the CLI if you do the update via webpage. Updating via CLI is just another way of doing it and can be more reliable with very large boards to prevent timeouts.Did you follow the...
View Article[3.3.x] Support Forum • Re: Help, acp panel crushed
now I replaced the file and nothing, I even replaced the entire includes folder and the forum still works fine and acp shows the same.Statistics: Posted by Rici134 — Sun Nov 03, 2024 7:15 am
View ArticlephpBB Discussion • Re: [Discuss] phpBB 3.3.14-RC1 available for testing
The design of the select box in the bbcodes does not match the other buttons.My suggestionadded to color.cssafterCode: input.disabled {color: #666666;}addCode: /* Form select...
View Article[3.3.x] Support Forum • Active topics
On the forum -> More -> Active topics and writes No items found that match the search criteria. And it should be shown. How to enable active topics?Statistics: Posted by pawel456 — Sun Nov 03,...
View Article[3.3.x] Support Forum • Re: Active topics
ACP - tab Forums - select the forum - General forum settings - Display active topics: If set to yes topics made to this forum will be shown in the active topics list.Statistics: Posted by warmweer —...
View Article[3.3.x] Support Forum • Re: [Split] Upgrade to 3.3.12, MYSQL error
I found my solution here: https://forum.joomla.de/thread/18532-row-size-too-long/I had to set 3 tables to dynamic:Code: alter table phpbb_users ROW_FORMAT=DYNAMIC;alter table phpbb_forums...
View Article[3.3.x] Support Forum • Re: SQL ERROR [ mysqli ] Unknown column...
Yes, I completed the upgrading. Thank you for your support.Statistics: Posted by Alex George — Sun Nov 03, 2024 5:29 pm
View ArticleGeneral Discussion • Artificial intelligence (AI) spam
There is a topic on this in 3.2 Support already.viewtopic.php?p=16024309#p16024309This morning we have a French language post in a 25-post English language topic. The content of the post is a rerun of...
View ArticleGeneral Discussion • Re: Artificial intelligence (AI) spam
My current thought is to put them on approval, so if they try to go back and edit in a link we'll see it.Yep I'd do the same. From experience on here and other sites, they will come back and edit it,...
View Article[3.3.x] Support Forum • Re: Backup from 2012 used in a fresh install
The forum sql seems to have posts in and both were created at around the same time and day. search for version in that file to find the phpBB version that database is forWhere/how do I import the...
View Article[3.3.x] Support Forum • Re: Google analytics and Google Search
https://www.phpbb.com/customise/db/exte ... analytics/And:https://www.phpbb.com/customise/db/find ... 5D=36&sc=1There you go.Statistics: Posted by Steve — Mon Nov 04, 2024 4:48 pm
View ArticleExtension Requests • Re: Video file place inline behavior
https://www.phpbb.com/customise/db/exte ... bcode_box/This should help.Statistics: Posted by Steve — Mon Nov 04, 2024 4:52 pm
View ArticleCustom BBCode Development and Requests • Re: Table Border
You have to add the element border inside the th, tr, td etc... like your table bbcode. Code: <td style="padding:0 10px 0 10px; border: solid 2px black;">{TEXT}</td>And...
View Article