Questions tagged [phpbb]

Free and open source forum software written in PHP

phpBB, short for PHP Bulletin Board, is a forum software package written in PHP and available under the GNU General Public License.

It was created by James Atkinson in June 2000 as a UBB-like solution for his wife. The development team was soon joined by Nathan Codding and John Abela after phpBB's CVS repository moved to SourceForge.net. The pre-release version of phpBB was available the following July.

564 questions
-1
votes
2 answers

phpbb site integration

I'm trying to make phpbb a part of my current page, but I have run into a problem. When ever i redirect my user to a different site $user->data gets reset, and i can't seem to figure out why.
nickknissen
  • 253
  • 2
  • 7
-2
votes
1 answer

What is and what does it do?

I can guess what,, and do. But what is , what is its purpose? this is the is the file…
-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

Fix PHP port 34543 Issue

I've been setting up a phpbb forum, and have been encountering a bug in many of the page redirects. When someone logs in, for example, it goes to this: your domain.com:34543/index.php?sid=6bcf305366b67a83a882c2323d9ee967. When I delete the :34543,…
Clifton M
  • 1
  • 3
-3
votes
3 answers

How to block ads with HTML/JS?

I have a site (forum.tdp4teambattle.com) and recently, I started getting ads in the footer. I looked in the footer and there is no code for the ad. I'm thinking they put it in another file and specified it to a certain div ID. What code in HTML or…
MichaelMav
  • 80
  • 1
  • 1
  • 10
-3
votes
1 answer

Last posts text limit characters in phpbb

I found this code for showing last posts in phpbb forum. I wanna set charatcters limit in post_text. sql_fetchrow($result)) { $url = generate_board_url()…
bulldozer
  • 101
  • 10
-3
votes
1 answer

Script doesnt put information

I have written a script in php to replace in newtopic button in phpbb3 in other question, a user says me this: In your submit.php, you can retrieve the forum ID using $_GET['f']. Now, to pass it on to application.php, you can use a hidden input…
uchi
  • 99
  • 9
-3
votes
1 answer

Search as sentence in phpbb

I have a PHPBB. and here it's working as word wise. I have tried magento tutorial, it always separates the words, thus searching for "magento" and "tutorial". is there a possibility to search whole sentence as written? I need to do the sentence…
HelloAll
  • 53
  • 1
  • 2
  • 8
-5
votes
2 answers

How do I check for a specific user ID in phpBB2 when executing an IF xor ELSE statement in a php file

I have a phpBB2 forum with an integrated package that runs based on PHP files. In one of these files, privileges for who can access a certain page are determined this way: // only mods and admins will be able to see this control panel. if…
TylerH
  • 20,799
  • 66
  • 75
  • 101
1 2 3
37
38