phpBB Custom Coding • Forum Type "Link" open new Window
Hello,I have checked the search but haven´t found a solution which works for me. I will Use the forum Type "Link" to bring people to my Listening Page. Because it's not an external link, the extension...
View Article[3.3.x] Support Forum • Re: How can show forum and post topic
To set permissions either use the option to copy permissions from an existing category or forum that has the desired permissions or:ACP> Permissions> Group forum permissionsSet the registered...
View ArticlephpBB Custom Coding • Re: Forum Type "Link" open new Window
Hello,Open forumlist_body.htmlFind:Code: <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>Replace with:Code: <a href="{forumrow.U_VIEWFORUM}"...
View Article[3.3.x] Support Forum • PHP information shows Error Message
https://sebul.sarang.net/BB/ACPGENERAL - QUICK ACCESS - PHP information shows following messages. How can solve it?Code: General ErrorIllegal use of $_SERVER. You must use the request class to access...
View Article[3.3.x] Support Forum • Re: PHP information shows Error Message
Hi,Ask your host to fix this Code: open_basedir restriction in effect. Statistics: Posted by Crizzo — Mon Mar 25, 2024 11:14 am
View Article[3.3.x] Support Forum • Re: need some group permissions help please
There is going to be a role assigned to each group, edit the role for each group so it's "no"This needs to be NEVER. If there's a yes permission from the RU, that will not stop it.I could of been...
View ArticlephpBB Custom Coding • Re: IP address in email headers
but it’s doubtful any hacker would get in via an IP address, While it adds a layer of security the primary purpose of hiding the IP is for Cloudlfare's DDOS protection. If the person attacking your...
View ArticlephpBB Discussion • Re: Old Topics & SEO
How many are you talking about?May be currently we want to move like 2000 topics or so and after that every week may be 100 or less. So we were exploring the database updates using automated sql...
View Article[3.3.x] Support Forum • Re: Warnings in MCP after upgrade from phpBB 3.2.x
What PHP version do you use?But maybe, that is just from a non existing user?Statistics: Posted by Crizzo — Tue Mar 26, 2024 10:50 am
View ArticlephpBB Discussion • Re: Hi! Haven't used phpBB in years, need advice on old DB...
I don't have and of the phpBB files, just the database. I don't even remember what version of phpBB I was using.There's probably a config_table in the database. And it probably has a field version...
View Article[3.2.x] Support Forum • Re: Installing a second language pack
what's under Board Settings? the third icon (green)Statistics: Posted by warmweer — Tue Mar 26, 2024 11:09 am
View ArticlephpBB Custom Coding • Re: Omit referrer from hyperlinks on the board
Can I just place rel=“noreferrer” in the head section of my board or what? Inquiring minds want to know... Statistics: Posted by Ruby_IO — Tue Mar 26, 2024 11:54 am
View Article[3.3.x] Support Forum • Re: Fast forwarding videos
To fast forward a video instantly requires a streaming service on your server. Otherwise it's a standard download like any other file and the player can only fast forward to the point you have...
View ArticlephpBB Custom Coding • Re: ACP in tab General, change a buttons target
According to his other topic, his Admin modules are messed up, so one of the links goes to the wrong place.Statistics: Posted by Brf — Tue Mar 26, 2024 12:56 pm
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Horizontal Attachments
Looking very nice, all i want is spacing to save me manually going through several hundred posts Statistics: Posted by -neo- — Tue Mar 26, 2024 1:48 pm
View ArticlephpBB Discussion • Re: Font-Search to create a text logo
Font-Search to create a text logoHello, I can't judge your goal - maybe you can find "similar" fonts here: https://gwfh.mranftl.com/fonts and you can view licences here:...
View Article[3.3.x] Support Forum • Re: Non-existent usernames listed on Index Page
When I first call up the Index page of my Forum, even before I log in, if I double-click on the "Usernames" list boxWhat is a "Usernames list box"?I have run the php reclean-user function,What is a...
View ArticlephpBB Discussion • Re: Old Topics & SEO
We cloned the database and tried to prune some topics with/without shadow as Mick suggested but using prune function just want to test, we set Auto prune freq: 1 day & Post Age: 60 days but it...
View ArticleExtension Writers Discussion • I asked ChatGPT for an extension to prevent...
Hi all,Although I run a forum for over 20 years, I'm still a n00b where it comes to extensions, writing code, etc. So I asked ChatGPT:Write a detailed extension for my phpbb-forum that prevents...
View ArticleExtension Writers Discussion • Re: I asked ChatGPT for an extension to...
That is not an extension if it is telling you to edit functions_posting.php.It is also using a permission called u_no_links_in_first_post without ever installing that permission.Statistics: Posted by...
View Article