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

Phpbb3.1 MyIsam database corrupted

everyone! I'm trying to avoid breaking of my database in the phpbb3.1 forum. It was crushed twice this month. So I have two questions: 1) Is it safe to convert MyISAM to InnoDB? I mean will extensions work fine? Will forum be workable after…
young B
  • 127
  • 1
  • 11
-1
votes
1 answer

How to get a field from a result set and print as a string to the page (php/mysql/phpbb)

Im trying to make a custom function for my forum based on php. I have my index landing style page separate to my phpbb forums. I am trying to display the latest registered users username, as part of a statistics type widget for the home page. I have…
-1
votes
1 answer

Uncaught ReferenceError: writeHTML is not defined

Sorry my English, I am of another nationality I have a code in js but unfortunately it does not work because of this warning How to fix it and make it work, thank you You're right, excuse me, here's the full code, i included this script in phpBB…
-1
votes
1 answer

Trying to place avatar on every page in PHPbb Forum. Only showing up in index page... any ideas?

The website that im trying to make it work on is http://www.phone7forum.com/ The way I get it to show up on the index page is adding this code to the core index.php page right below this: // Assign index specific vars 'S_AVATAR' => get_user_avatar( …
Oneezy
  • 4,881
  • 7
  • 44
  • 73
-1
votes
1 answer

How can I add banners after categories in main page in Phpbb?

How can I add banners after categories in main page in Phpbb? I tried in forumlist_body.html, viewforum_body.html and viewtopic_body.html. But I never see a difference. I use phpbb 3.1. its my style in admin panel. I used DVGFX theme but it…
mymiracl
  • 583
  • 1
  • 16
  • 24
-1
votes
1 answer

importing a text dump impossible due to slash comments

i exported a phpbb3.2 forum with the vanilla2 forum exporter. i got a nice export.txt.gz extracted it, and tried to import the 40Mo file with the command line into my "test" database: mysql -uroot -p test < export_forum_2016-12-31_054650.txt Enter …
Ty Kayn
  • 719
  • 7
  • 24
-1
votes
1 answer

phpBB custom fields a href

I am using custom style on my rpg type forum and I wanted to add simple button using custom fields that will redirect you to character sheet (which is a thread). This button can be viewed in meberlist.php?mode=viewprofile which is simply preview of…
Gorzalt
  • 1
  • 2
-1
votes
1 answer

My Php Script Error

i have a script named remauth.php it connects to phpbb database and use some information of users. its code:
-1
votes
1 answer

LDAP failing to bind

We have been using LDAP on a phpBB install for about 3 months now, went to login today and received a "Could not connect to LDAP server." error. I know my LDAP configuration in phpBB is correct and has not changed. I am still able to connect from my…
sbdthru
  • 27
  • 2
  • 4
-1
votes
1 answer

phpBB3 add sound on button click

for a Halloween special I'd like to add spooky sounds when pressing "Post Reply", "New Topic" or even when clicking on smilies. However I don't know how and where phpBB handles button clicks. Is it even possible? One problem I can imagine is that…
Granolaboy
  • 323
  • 1
  • 6
  • 15
-1
votes
1 answer

How to integrate phpBB with yii 2.0

For yii 1.1 ,proper documentation is there but for yii 2.0 they specified nothing. http://www.yiiframework.com/extension/phpbb-integration-kit - for yii 1.1 If any have answer please reply.
-1
votes
1 answer

PHPBB Order Forums by Post/Topic Date

I'm new to PHPbb but I had this great idea but I'm not sure if it's possible or not. What I want to have is a "Category" which contains multiple forums inside - Pretty easy. But, I would like it if the forums could be programed so that they…
-1
votes
1 answer

AJAXify won't work on phpBB?

According to PHPBB's website AJAXify is enabled on the software however I can not get it to work at all. I have followed their insturctions documented on their website here: https://wiki.phpbb.com/Using_AJAX Here is my code:
Peter Stuart
  • 2,362
  • 7
  • 42
  • 73
-1
votes
1 answer

Parse error: syntax error, unexpected '}' in

I'm getting this error: Parse error: syntax error, unexpected '}' in /home/bottl632/public_html/forums/cache/ctpl_admin_overall_header.html.php on line 216 It all happened when I installed Automod, then I attempted to install mchat for my phpBB…
-1
votes
1 answer

Facebook link preview not showing for a phpBB3 forum post

I have this forum running on phpBB3 forum software. It is working fine by itself. But when I try to add a forum post link on facebook, it does not show preview of the page. When I tried this with facebook debugger…
Manish
  • 1,735
  • 2
  • 17
  • 30
1 2 3
30
31