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
0
votes
1 answer

website login integration with phpBB3

On my site I have a login box that I would like to link to my phpbb3 forum. So that if anyone logged in on the main site they would stay logged in if they went to the forum and vise-versa. I dont want to use action="forum/ucp.php?mode=login" in my…
Shahid Ahmed
  • 494
  • 2
  • 4
  • 10
0
votes
1 answer

adding meta tag on phpbb3 forum script

I am trying to add robot meta tag on phpbb3 forum script. I did added it on overall_header.html file, but it doesn't show up on any pages at all. Is there any other main template file? Please suggest the best way you know to get this done. Thanks.
Rana
  • 5,912
  • 12
  • 58
  • 91
0
votes
1 answer

phpBB help: Hide 'views' and 'replies' column on the forum view page

I am new to PHP. I am trying to hide total number of 'Views' and 'Replies' column on the forum view page. I am not sure what all changes would be required. My working environment consists of phpBB v3.0.0 and MySQL v4.1.1. Would appreciate any help…
Gaurav Saini
  • 744
  • 2
  • 11
  • 22
0
votes
1 answer

phpBB doesn't find mysql before installation

I 'm trying to install phpBB 3. I have already set up my webserver and MySQL and tested them. But in the Database configuration of phpBB there is no MySQL as Database type. I can see only MS SQL Server. It is like I have not MySQL installed. Why is…
0
votes
1 answer

Password encrypt to work with phpbb3 password

I have one question, how to encrypt password from my site to work with phpbb3 password?
Nikolai Cekov
  • 177
  • 3
  • 3
  • 11
0
votes
1 answer

phpBB 3 - How to put a user in a specific group depending on registration field?

first question here so please forgive me if I make mistakes. My problem is the following: I've got my phpBB3 forum with 2 groups of users defined by me. I want to put users in one of those groups depending on the value of a custom registration field…
sick_o
  • 26
  • 1
  • 7
0
votes
1 answer

Using Google adsense on phpbb3 web board

I'm trying to include an ad bar at the bottom of my web board. I'm currently using the open source phpbb3 web forum. I would like to display the ad in the overall_footer.html file so that it appears on every page, but I am getting an error. Link…
Jason M.
  • 692
  • 2
  • 8
  • 24
0
votes
1 answer

phpBB3 How can I get the member Names and Avatar pictures outside of the forums

I want to be able to show the Members of my forum on my website with their pictures and usernames (or just their usernames). How can I get that info? JSON perhaps? Is there a plugin that could do it or would I need to do a custom MYSQL query to the…
Nicekiwi
  • 4,567
  • 11
  • 49
  • 88
0
votes
1 answer

IIS reverse proxy to phpBB configuration not rewriting outbound URLs

I have a phpBB server running on one box. I want to expose it via our main server that is running IIS7. The inbound rewrites appear to be working perfectly. But I cannot seem to get the outbound to do anything all. Here is my config:
Greg Fenton
  • 1,233
  • 9
  • 15
-1
votes
1 answer

Iredmail on google compute, modsecurity and phpbb3

I was given a week to get the website moved from Godaddy because they did not want to move it to their new server. So I had to start to learn how to move it to a cloud solution. I did achieve it, after a lot of research and help from…
kcfez
  • 1
  • 1
-1
votes
1 answer

Full phpbb3 integration

How to integrate phpbb3 with site, not the login/registration form, i want to integrate the whole forum to the place of the template site.The forum to be in the site template.
weardstuff
  • 781
  • 5
  • 15
  • 22
-1
votes
1 answer

codeigniter phpbb3 library style integration

How to integrate the whole forum with the library in to my site page? I want my site page, to be around the forum. For example i have hader, footer, menu and etc. for the site, and somewhere to be the forum in it?
weardstuff
  • 781
  • 5
  • 15
  • 22
-1
votes
2 answers

how to login into phpbb software by passing username and pwd via url

I have installed the phpbb software and i am new to it, if a user access the forum via url like http://192.168.1.162/payodatalk/service/login.php?mode=login&username=uname&pwd=123 Where can i find the session variables like user name and…
oldrock
  • 841
  • 2
  • 13
  • 26
-1
votes
1 answer

phpbb deleted all inactive users now can't login

I had 45K inactive users on my phpbb3 board. Went on to delete them from mysql (erased all that had user_new=1). Now I can't login, and the board shows no forums. No idea how to get all the forums and the login back without resorting to restore the…
-1
votes
1 answer

PHP variables are showing up with blank results

PHP newbie, so pardon the ease of this question. Why are the php variables showing up blank? Is there a hosting issue or something? Am I learning outdated info? I using the following html method: Nickname: Fullname: Memo: Along with php…