The third version of the phpBB forum software.

learn more… | top users | synonyms

0
votes
2answers
21 views

How to install phpbb in cakephp?

I have downloaded recent copy of phpbb3 and cakephp 2.3.5 and I have installed cakephp successfully. Now the thing is I want to install the phpbb3 and integrate it with my cakephp so that it can be ...
-3
votes
0answers
38 views

Existing website login to be integrated with phpbb3 [closed]

I already have a fully working website built in Codeigniter. Now, I want to add phpbb3 forum to it. The main problem I am facing is that : I want to remove the register functionality from the forum. ...
1
vote
1answer
28 views

SMF to phpBB3 bbcode trouble

Hi for the last 3 years my site has used SMF2 the time came to move away from it i wont go into detail on that but anyway Ive converted all of it to phpBB3 everything works fine until you see a quote ...
0
votes
0answers
37 views

phpbb navbar in external website

I have phpbb3 integrated in my site. I have the login in my header webpage like is explained in https://wiki.phpbb.com/External_Login. All works fine, but I would like to go a bit further, I would ...
0
votes
1answer
12 views

PHPBB3 group leader ontop on external page

I am trying to display the group members and group leader from phpbb3 on an external page. I can successfully display all the members, but instead I want the group leader on top just like the phpbb3 ...
0
votes
0answers
17 views

Iframe wordpress chat widget into PHPBB3

I have a chat plugin which I am using on our site which I would like to use on our PHPBB3 forums. The only way I can think of it working is via an iframe but I am unsure how or if you can iframe the ...
-1
votes
2answers
47 views

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 ...
3
votes
3answers
112 views
+50

phpBB remote file upload

I want to be able to upload a remote file to my server through phpbb without having the file downloaded to my PC first. How can this be achieved? I have some simple code that I have tested and it ...
0
votes
1answer
42 views

Qt /cookie - How send post on website (phpbb3)

My english is low. I have problem: I can't send message on forum phpbb3. I can login. I can't send message. Login to forum is success. Sending a post is not doing. My source code: dialog.h #ifndef ...
0
votes
1answer
19 views

PHPBB3 refuses to see a redirect term

I'm trying to create a login strip utilising the PHPBB3 forum logins at the top of a page using the following code: if ( !$user->data['is_registered'] ) { $c .= '<form ...
2
votes
1answer
35 views

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 ...
-2
votes
0answers
12 views

Slow Download of phpbb3 Attachments [closed]

Downloading files attached to my phpbb3 forum posts is very slow, and I'm unable to discover the root of the problem. The attachmentn do download, but it takes over two minutes for the file transfer ...
0
votes
2answers
17 views

phpbb poll - Enlarge Images on hover

I'm using phpbb forum software. I have a few images as a set of options in a phpbb poll . I display the images using the bbcode [img] path to image [/img] What i would like to do is when the ...
-2
votes
1answer
15 views

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

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 ...
0
votes
0answers
20 views

phpbb3 is unable to detect postgreSQL while it is already installed

I just installed Phpbb3, Postgresql and PHP5. When I go through the installation procedure of Phpbb3, in the requirements part it shows Postgresql unavailable. I don't get this since it has been ...
-1
votes
0answers
32 views

Allowing registered users of my site to login into my phpbb site forum without registering again on the forum

I have my own site built in java and a phpbb forum for that. Now I want all the registered users of my site dont have to register again for forum and use the same login and passwords for the ...
1
vote
2answers
54 views

Show blob file(text + img) in website. From phpbb database

I have a phpbb forum and I want to show the latest 3 post in my website. I can connect to the DB and retrieve what I want but not img from post. Post content is stored as Blob, when I do a post looks ...
0
votes
1answer
17 views

reputation module installation in phpbb3

Hi i am trying to install phpbb-reputation system i followed the xml file for installation but while executing install_reputation.php i am getting this error ERROR: Could not open the file ...
-1
votes
1answer
40 views

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 ...
0
votes
0answers
7 views

phpbb3: Forum Customization That is User Dependant

Different users see different things. PHPBB3 is made pretty customizable, and it was quite self evident on how to move/add/change stuff on any page that you that want or all all new pages. But I am ...
0
votes
2answers
22 views

customizing registration fields for new users in phpbb3

i am new to phpbb. i have a requirement where i need to remove some fields from registration page.(Some are mandatory and some are not). Can anybody please suggest where should i edit in file. i ...
0
votes
0answers
40 views

IRC integration with phpBB

I am using an IRC client called KiwiIRC. I am wondering whether I can make users authenticate themselves through a phpBB3 forum rather than freely picking their own username. I know this feature is ...
0
votes
0answers
27 views

sessions with codeigniter and phpbb3

I have a web made with Codeigniter and now I need to use phpbb. What I exactly need, and I don't know how to do it, is to get phpbb session from my codeigniter controller in order to have username and ...
0
votes
0answers
38 views

How to open Phpbb3 from codeigniter

I'm trying to include PhpBB3 on my web (built with codeigniter) I'm not able to open the forum from my controller. What should I do? I have my phpbb folder outside application folder, and I'm using ...
0
votes
0answers
29 views

Work flow of PHPBB

Hello I have been working in OpenCart since few months and now I know the file and directory structure of OpenCart very well. Like if the url says: index.php?route=product/product&product_id=43 ...
0
votes
1answer
10 views

Formatting post data extracted from phpbb3 database

I want to integrate specific posts from my phpbb3 forum into other areas of my website. I have already written the sql code to isolate the right posts and pull out the right post, but it comes out as ...
0
votes
0answers
30 views

How does phpBB3's caching mechanism read files? [closed]

I have some experience with php but not a ton. I have been designing my own blog and thought it would be helpful to download phpBB and look through all the code. I was going over the caching mechanism ...
0
votes
1answer
45 views

How to customise PHPBB Template

Here is the PHPBB i have installed. http://demo.phpbb3styles.net/Artodia%3A+Black It's based upon the standard prosilver. I want to customize it in 3 ways, but i am finding it difficult to do so. ...
1
vote
1answer
39 views

How can I mass edit mysql tables in one field ONLY WHEN another field meets exact requirements?

A situation looks like that: I want to make a mass edit in MySQL database for phpBB 3. I have already seen MySQL queries here that told me how can I do such a mass edit for (for example) post_text and ...
0
votes
0answers
100 views

PHP/PHPBB3 Ajax Chat / IFRAME, New tab on posted link

before i begin, let me tell you i am not good with php, just very basic. I have a phpBB3 forum, with which I installed an AJAX Chat mod, by Handyman, which I think isn't being updated any more. ...
0
votes
1answer
58 views

URLs showing in anchor tag text

Got a real head-scratcher, I have a forum using PHPBB3 in my site, it works fine on most browsers but am having some issues with IE and Firefox on PC revealing the HREF attribute directly in the tag ...
0
votes
2answers
57 views

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( ...
0
votes
1answer
42 views

phpBB template Design modification

Successfully I installed phpBB. I need to change the design format. How can i change ? . Any user guide is available ? Thanks. Please help me.
1
vote
2answers
66 views

Javascript Making BBcode regex ungreedy

thanks to another question: removing BBcode from textarea with Javascript I managed to create this: http://jsfiddle.net/hVgAh/1/ text = $('textarea').val(); while ...
1
vote
2answers
95 views

removing BBcode from textarea with Javascript

I'm creating a small javscript for phpBB3 forum, that counts how much character you typed in. But i need to remove the special characters(which i managed to do so.) and one BBcode: quote my problem ...
0
votes
1answer
12 views

PHP BB users post visible based on groups

I am using the phpbb forum. I have created two Groups named :British Airways and Oman Airways. The post created by both airways will be treated differently. ie, The posts made by british airways will ...
0
votes
0answers
39 views

phpbb: special topic icon with “admin” posts inside

Is it possible to create a if function that looks for posts by special group inside thread? I need to display a small mark/icon/text in "viewforum" next to the topic headline, when posts of a curtain ...
1
vote
1answer
124 views

PHPBB3 Forum feed on external page for non-authenticated users

I am trying to integrate Forum Feeds of a PHPBB3 Forum into an external Frontpage. For this I'm using an example from the phpbbwiki : here is the code My problem is that this only works if the user ...
3
votes
2answers
108 views

Connecting to second database not working in CodeIgniter

Im trying to intergrate phpbb3 with code igniter. im pretty successful but im tryying to access the forum database and it not working. This is currently what I have in my database file. /** FORUM ...
0
votes
0answers
25 views

Will there be conflicts if I add a .htaccess file to phpmyadmin?

I had to add it in order to manually wire the directoryindex to index.php because for some reason it returned a 403 whenever I didn't. I'm curious to know if adding an .htaccess will ever conflict ...
0
votes
0answers
63 views

403 error on some directories caused by AllowOverride set to All?

Basically I wanted to create a custom index.php page using .htaccess but setting AllowOverride to All, although allows use of .htaccess perfectly fine, creates 403 errors on other folders. The ...
0
votes
1answer
75 views

Pass logged in username from phpbb3 to phpfreechat

Hey I've built a membership site around the phpbb3 login system. You can't access some parts of the site unless you're logged in, including the chat room. I want phpfreechat to autologin with the ...
0
votes
0answers
31 views

phpBB3 intergration problems

I do not know any much about phpbb but i did follow the phpbb3 sessions guide. I cant figure out how to integrate the sessions to a subdomain. EXAMPLE subdomain.domain.com is the subdomain link ...
0
votes
0answers
44 views

phpbb latest “admin” posts on index page

I have a sidebar on my phpbb board index page where i want to display the latest post by a specific group. I am looking for a mod that can display latest topics headlines and posts. I know there are ...
0
votes
0answers
69 views

Login in PHPBB3 using own table that uses md5

I'm trying to make user login into phpbb3 site through my own app where s/he is already logged in and also they need not to supply userid/password again. I can import data from my user table to ...
1
vote
0answers
87 views

POST to forum using requests lib (python)

I'm trying to use Requests in order to post messages to a phpBB3 forum. It's part of a larger project and this part is supposed to populate the forum with a few thousand posts from a database. I'm ...
2
votes
1answer
157 views

PHPBB Authentication + Rails

I have a phpbb forum and i am developing a rails application that will be used for a mobile friendly app. I need a way to perform SSO between phpbb and rails. I found a ruby gem called phpbb-auth on ...
1
vote
3answers
106 views

Deny acces from proxy to my PHP website

Is this even possible? I have a website running PHPBB3 and there is a user that got banned, but still keeps comming back. I ha ve found out he is using Proxies to bypass his IP ban and new accounts ...
1
vote
0answers
223 views

facebook postToFeed() on phpbb3 post, slight issue, help required

I have a phpbb3 forum that I have modified for my requirements. I have used the Facebook post to feed dialog to allow users to send the text from their forum post to their facebook wall. I have added ...
0
votes
2answers
48 views

search diffrent tags and replace in a single preg_replace function

I have this kind of retrieved record from a database where I want to decode formatting values and replace it with appropriate html tag so that it will work fine on display: ...

1 2 3 4 5