Questions tagged [phpbb3]

The third version of the phpBB forum software, now powered by symfony framework.

phpBB is a free flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website.

phpBB 3 is the third version of the software, released in 2008. Its powerful features and user-friendly interface make it easy to use for new and veteran users. Currently, there are two major releases of phpBB 3, 3.0.x and 3.1.x.

phpBB 3.1.x version is now powered by Symfony Framework, using BrowserKit, Config, Console, CssSelector, Debug, DependencyInjection, DomCrawler, EventDispatchern, Filesystem, Finder, HttpFoundation, HttpKernel, Process, Routing and Yaml components.

Resources

Related tags: ,

459 questions
-1
votes
1 answer

Validate and continue php script after submit

I have a form, with some input elements (name, phone, address) like this:
minato
  • 9
  • 2
-1
votes
2 answers

Merging 2 tables with 1 common field- MySQL

I'm trying to display user/profile information from a MySQL database (created by phpBB3) in an html page. I want to create a public (not related to phpBB) page on a website that will display a list of all users: their names, addresses, phone…
ABC123
  • 13
  • 3
-1
votes
1 answer

Ajax (client) vs PHP (server), Loading DB Data

I am embarking on part of a project now that has me planning on how to load a dynamic table data from a DB. I have uncovered two basic methods. I believe that I can use url query strings to communicate with the php backend of my phpbb3 forum. And it…
Jonathon
  • 2,571
  • 5
  • 28
  • 49
-1
votes
1 answer

Looking for a PHP Template Engine similar to the phpBB3.0 Template System

There are so many template engines out there. However, I am looking for something simple, fast and easy like the the phpBB3.0 Template System. Something simple like $template->set_filenames(array( 'body' => 'your_template_file.html' )); With…
Michael Hartmann
  • 574
  • 7
  • 24
-2
votes
1 answer

Docker Dockerfile NGINX with phpBB not showing data from /var/www/ directory

I've the following Dockerfile https://github.com/SeppPenner/docker-nginx-ssl-secure (a original NGINX container with SSL forked from https://github.com/MarvAmBass/docker-nginx-ssl-secure). FROM nginx:latest MAINTAINER SeppPenner RUN apt-get…
FranzHuber23
  • 3,311
  • 5
  • 24
  • 63
-2
votes
1 answer

Modify the footer of each post PHPBB?

I want to add the ShareThis buttons for every topic on my forum. I have already modified the overall header and added the code to the head tag. How can i modify the templates so they appear for each topic? Also is there anyway to add them to the…
zeddex
  • 1,260
  • 5
  • 21
  • 38
-2
votes
1 answer

Add a custom PHP page with phpBB3?

i want to add a custom php page in phpbb3 . I follow this guide https://wiki.phpbb.com/Practical.Add_custom_page ,but cant get work . If i put my php code in the aboutus.php, it will show before the template and i dont want this .Also i try using…
-2
votes
1 answer

phpBB3 mod works on one server, but won't on another

I am helping a friend install a "force users to re-agree to terms" mod on his phpBB 3 forum. I copied all of his files and his database to my server and installed the mod. Everything worked flawlessly on my server. I then transfered the edited files…
user1941752
  • 37
  • 1
  • 10
-3
votes
1 answer

how to set session in phpbb?

As I am new to PHPBB and i have struck with a session setting issue. Please provide me some tutorial links which would help me to learn and fix it.
oldrock
  • 841
  • 2
  • 13
  • 26
1 2 3
30
31