phpbb
phpBB Template API error
I want to add thread and show the message in phpBB. Here is my code: <?php define(\'IN_PHPBB\', true);[详细]
2023-03-26 00:07 分类:问答How to display subforum on custom page on phpbb forum?
How can I \"extract\" and display only posts from 1 subforum on a custom page of phpbb forum? I know how to make a custom page but what I would like to do is:[详细]
2023-03-25 06:05 分类:问答Can phpBB receive posts sent by email?
I mean if is it possible to use phpBB like a mailin开发者_开发问答g-list: sending a new e-mail creates new forum topic, responding to an existing e-mail creates comment to an existing forum topic.This[详细]
2023-03-24 15:23 分类:问答What are some good tips and tools to use when fixing PHPBB DB corruption?
Good evening! I run a moderately large, PHPBB forum, which has various (for the time being) non-fatal amount of data corruption. for example, I started noticing what appear to be PHPBB \"names\" subs[详细]
2023-03-24 13:13 分类:问答How to limit phpbb's search function
I have a large phpbb forum that was recently dumped into my lap开发者_如何学Python and the search function is really eating up my server resources.[详细]
2023-03-20 15:34 分类:问答PHPbb DBAL refuses to Execute Correct PHP and SQL
chances are if you are seeing this you most likely saw my last question. So from there I have made progress. I have realized that the SQL is fine and that it is the PHPbb\'s DBAL that is causing开发者[详细]
2023-03-17 09:00 分类:问答Share session between phpBB and a rails app
This might be a nonsensical question, but I have this task to create a rails app that shares session information, specifically login/authorization info, with an installation of a phpBB that some other[详细]
2023-03-16 22:57 分类:问答PhpBB vs Jforum wrt customization
People have been saying that JForum is easily customizable, and lots of other things in favor of JForum. Through this question, I want to know from those who have used both Jforum and phpbb, that how[详细]
2023-03-15 11:58 分类:问答Adding a new element HERE where the code is, not after another element
Made some BBcode for phpBB to allow users to post flickr pics with certain tags. Each photo div in the thread needs to be unique, and the images load when the thread is loaded.[详细]
2023-03-12 20:47 分类:问答Programming Syntax For PhpBB Forum
I would like to know more about the syntax for phpBB, for example the code below : <div id=\"site-description\">[详细]
2023-03-11 23:45 分类:问答