Wanted! • Re: Theme required for 3.1.8 -< 3.3 upgrade.
Just out of curiosity: Why would you want to spend money to have someone build this style for phpBB 3.3.x instead of just buying it here?Statistics: Posted by Mike-on-Tour — Tue Jul 30, 2024 5:58 pm
View ArticleExtension Writers Discussion • Re: populate a table while migrations
mmmh...i tryed to update "migrations" as you said, or used "migration" too...but the error the forum gave me is:Something went wrong during the request and an exception was thrown. The changes made...
View ArticleExtensions in Development • Re: [3.2][3.3][BETA] Advanced Polls
Thanks!I'm going to try it this weekend!Statistics: Posted by deninho32 — Tue Jul 30, 2024 7:20 pm
View Article[3.3.x] Translations • Re: Not all strings translated after language switch
I wonder if the language tags that are directly within the templates with {L_xxx} tags are using the default language while the dynamic ones generated in the script are using the user's language. It...
View Article[3.3.x] Support Forum • Re: Forum not showing in search engine results after...
In this case you will lose the benefit of your indexing, all you have to do is redo everything for this new URL in Google Search ConsoleThank you for the clarification!Statistics: Posted by diabloooo...
View Article[3.2.x] Support Forum • Re: 504 Gateway timeout error
I checked with my host, and they increased the php timeout from 120 seconds to 300If your host believes that increasing the PHP timeout value will resolve a Gateway timeout then it is time to find a...
View Article[3.3.x] Support Forum • Re: Registration Time Frame
You can try this. Just tested and it seems to work fine. There are a few variables that need set, but the README.md and the comments in toggle_registration.php should be all you need. You'll need to...
View Article[3.3.x] Support Forum • Re: Issues with 3.3.12 update
I think we were finally able to track down this issue which caused the aforementioned issues with the new posts page:https://tracker.phpbb.com/browse/PHPBB-17375The linked pull request contains the...
View Article[3.3.x] Support Forum • Re: update procedure (3.3.11 to 3.3.12)
If the files on new server are 3.3.12 and the database on old server is 3.3.11 you would need to upload the install folder from 3.3.12 and run the database update. Personally the new install would be...
View ArticlephpBB Custom Coding • Re: More thorough search for image URLS
Open phpmyadmim, open the phpbb_posts table, click the search tab. Next to post_text change the operator to %LIKE% and enter your search term. Quick tip , when navigating a DB with phpMyadmin the tabs...
View Article[3.3.x] Support Forum • Problem sending the post
There have been problems with sending posts on the forum for two weeks. The post was sent immediately and now, unfortunately, the post loads for about 10-15 seconds and only then has the post been...
View Article[3.3.x] Support Forum • Re: Problem sending the post
This is third topic you created about this, please do not create duplicate topics. As noted in second topic that was closed continue in your original topic.viewtopic.php?t=2654284Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Send post
There have been problems with sending posts on the forum for two weeks. The post was sent immediately and now, unfortunately, the post loads for about 10-15 seconds and only then has the post been...
View Article[3.3.x] Support Forum • Re: Strange Results using New Posts Search Function...
I have applied the patch [ticket/17375] and the Puppy Linux forum is now performing the New Posts function using the patched phpbb/session.php and so far we are seeing an improvement in...
View ArticleExtension Writers Discussion • Re: populate a table while migrations
thank youuuuuuuuuuuuuuuuuuuuuuu so that's the problem.so don't i have to check if effective installed while data insert in table?Statistics: Posted by sebo — Fri Aug 02, 2024 12:31 pm
View ArticleExtension Writers Discussion • Re: mark read and unread posts
It not that easy actually, you could start from looking into the big SQL query in the function get_unread_topics() in includes/functions.php.Statistics: Posted by rxu — Fri Aug 02, 2024 3:09 pm
View ArticleCustom BBCode Development and Requests • Re: BBcode : Background for Video
Thank you very much . BG - LEFTCode: BB CODE[bg={URL}]{TEXT}[/bg]HTML CODE<div style="background: url('{URL}') no-repeat 0 0 / 80% auto; aspect-ratio: 2 / 1.02; padding: 5.5% 1.8% 0...
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
errors in the consoleThanks for the report. This happens for anonymous user, already fixed in the extension repo.Statistics: Posted by rxu — Fri Aug 02, 2024 5:09 pm
View Article[3.3.x] Support Forum • Re: Users are logged out
Maybe it has to do with the many guests on your board.Check Who is online, if there are a lot of bots block them in your .htaccess or with Cloudflare.Statistics: Posted by janus_zonstraal — Fri Aug...
View Article[3.3.x] Support Forum • Re: Google search console couldn't fetch sitemap
Not sure if it's related but have you tried this fix; https://phpbb.hifikabin.me.uk/viewtopic.php?t=207Statistics: Posted by bonelifer — Sat Aug 03, 2024 3:59 pm
View Article