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
2
votes
4 answers

Permalink to the last page of a thread in phpBB

A Question from the user side, rather then the admins. Is there a way to bookmark or link to a thread and make phpBB always show the last page of the thread, regardless of how many pages long the thread actually is?
j4k3
  • 1,167
  • 9
  • 28
2
votes
4 answers

What is the best forum plug-in solution for the Symfony framework?

I'm looking for a good solution to integrate a forum into a symfony application. Something like phpBB would be excellent. I've seen phpBB plugins to integrate with symfony but that's not enough for my purposes, also, mapping database tables is a…
karolsojko
  • 711
  • 1
  • 8
  • 27
2
votes
1 answer

PhpBB attachment files

In the phpbb_attachments table of the database, we can find link between file on server and real name. Example : Physical filename = 2_8f375562c92996d3272ea0b43947b0e7 Real_filename = blah.jpg Then if I try to open the file…
Basj
  • 41,386
  • 99
  • 383
  • 673
2
votes
2 answers

phpBB open link in new tab

I have a phpBB board 3 with prosilver style. When a user clicks on a link in a post the browser will open it in the same tab. Is it possible that I can change it, so that the browser opens the links in a new tab or window?
Adam
  • 25,960
  • 22
  • 158
  • 247
2
votes
1 answer

Ajax success and error

I am using Ajax to post the results from a php form to a database using an API. However when the script runs, I am not getting anything in return stating that it was a success or an error. I can log into the database and see that it has added the…
user3817073
2
votes
3 answers

Integrating Python or Perl with PHP

I'm going to help my friend in a improve of his phpBB board, but I want to make somethings there in Python or Perl. But it's possible to integrate these languages with PHP?
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
2
votes
2 answers

Redirecting Mediawiki User Page and User Talk page to external url

I have mediawiki installed inside mydomain.com/wiki/ folder and I also have phpbb installed in the root like mydomain.com. I already have user profile pages in my phpbb installation and the urls to those pages are like:…
Neel
  • 9,352
  • 23
  • 87
  • 128
2
votes
2 answers

Setting up a test copy of a website

I'm my own developer for my little discussion forum and commerce website. So far so good. Now I want to create a complete/exact copy of my production site so I can do development work without putting the production site at risk. I registered a…
C C
  • 419
  • 1
  • 4
  • 18
2
votes
1 answer

phpbb3 how to modify the profile fields?

Somebody knows how could I add a label underneath the profile information ? what files have I to modify? I want something like this :
Kakitori
  • 901
  • 6
  • 16
  • 41
2
votes
1 answer

phpBB Custom fields for a certain field identification

I'm trying to display a value from a custom profile field if the field has a value. Traditionally phpBB has the following inside viewtopic_body.html
{postrow.custom_fields.PROFILE_FIELD_NAME}:
ngplayground
  • 20,365
  • 36
  • 94
  • 173
2
votes
1 answer

phpbb3 like and unlike issue

Hi I am facing an issue the reputation system works perfectly fine when i use prosilver theme. but i am not getting the like and and unlike images in prosilver_se.i understood where is the problem but could not resolve it. there is a page…
Ethen
  • 161
  • 3
  • 3
  • 16
2
votes
1 answer

Can't send 2 notifications with noczone php-sdk

i am using noczone php-sdk to send notifications about new posts in my forum to my mobile , but sometimes if 2 people write a new post , i only get one notification about the first post . i do not get any notification about the other (and yes the…
Rami Dabain
  • 4,709
  • 12
  • 62
  • 106
2
votes
1 answer

operand should contain 1 columns

SELECT topic_id FROM phpbb_topics AS t WHERE t.topic_id IN ( SELECT p.topic_id, COUNT(p.post_id) AS total_posts FROM phpbb_posts AS p WHERE p.poster_id = 61640 GROUP BY p.topic_id HAVING t.topic_replies_real = total_posts -…
neubert
  • 15,947
  • 24
  • 120
  • 212
2
votes
1 answer

Class conflict while integrating CakePHP with phpBB

I have an existing web application that I'm trying to add a forum to - the forum of choice being phpBB. I'm trying to bridge the two, so that users and sessions are used across both my application and the forum. Unfortunately, phpBB contains a…
2
votes
1 answer

phpBB3 Developing - Where to start?

I'm trying to start building a whole application using phpBB3 user system as a base using CodeIgniter framework. However before starting I would like to hear a piece of advice from any phpBB3 Developer out there. I've been developing for Wordpress…
MarioRicalde
  • 9,131
  • 6
  • 40
  • 42