phpbb

jQuery Flow Control (if then from URL params)

Strangely enough I am more familiar with jQuery than I am with javascript. I need to be able to add a class to the body tag of a document depending on what specific forum page i'm on in a phpbb forum. Due to the nature of phpbb I can't actually do this flow control in php, so I am using jquery. Here's my code (the first part is an ex...

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? ...

Link phpbb usernames to drupal profiles

I'm using drupal and phpbb with a bridge called phpbbforum. It works quite well, the user information is synched between the drupal and phpbb databases. The forum is embeded in a drupal page, so all variables that come with page.tpl.php should be avaliable. I want drupal to be the only profile handler, so when someone clicks on a phpbb...

any good phpbb themes for iphone / mobile

Does anyone know of any good iphone / smartphone ready themes for phpBB? ...

Forum achievements on a phpBB3 board?

I recently started a new community. The forum software is phpBB3, and so far so good. In an attempt to make my community more unique and interesting, I had to idea of having user achievements. Let me give you a quick run-down. Each user has achievements that they can earn (these will probably be across all users), for example an achieve...

Integrate forum software into existing Zend site

I've searched around and haven't really found anything on this, so maybe someone here has tried this before. My company already has a website built with Zend, and we'd like to add in a forum as well. All I really need is something that will work with postgresql and has foreign language support (particularly Japanese, but if worst comes...

un able to phpbb session login through my own website

We are unable to login phpbb through my own site using session. please help us. <?php session_start(); include "conn.php"; include "PHPBB_Login.php"; echo $_SESSION['username']; $data=mysql_query("select * from people where username='".$_SESSION['username']."'"); $data_data=mysql_fetch_array($data); echo $_SESSION['usernam...

unable to login in to phpbb through session of wesite

With the below code we unable to session ingrate please help us how to integrate is there any modification let give modification. Thank you <?php session_start(); include "conn.php"; include "PHPBB_Login.php"; echo $_SESSION['username']; $data=mysql_query("select * from people where username='".$_SESSION['username'...

phpbb forum unable to get the forums when logged in.

we uanble to get the marked in the link.we are logged in to the forum but we are not getting any forum in the index.php page. please help us. ...

XPath expression for a phpBB forum

I'm writing a Greasemonkey script, and I wanted to change the text of a forum post on a phpBB2 forum by using XPath to select the body of the post that occurs after a certain username, but the whole thing is a giant mess of tables. <tr> <td> <span class="name"> <a> <b>username</b> </span> <span></span> </td> ...

Need an open source php based forum to be integrated into my custom made cms

Hi guys, I've built a simple membership based website for a client - the client would like a forum integrated such that whenever a user registers on the membership site a corresponding account is created on the forums end as well etc. I checked out simple machines forums and phpBB - however I'mn not sure as to how to get this implemente...

Joomla and PHPBB3 integration

Hey folks, I'm on a current web project, on which there's a working PHPBB3 installation in (root)/phpbb3 All other files of the page are directly on (root)/ and are manually programmed. now I have to refactor the whole page with Joomla and want to integrate the PHPBB3 directly into the main page, so that header, menu and footer of t...

Using Pygments with PHP (Python in PHP)

Is it possible to use Python (specifically Pygments) with PHP? Currently, I have a phpBB forum that I'm developing for and JS Syntax Highlighters just haven't been working for me. There's already a GeSHI mod, but I want to develop something myself just for experience. Also, would there be performance issues? ...

Unable to load dynamic library Error showing up with phpbb forum?

i've a forum and i've installed phpbb3 and i happened to see my forum is not showing anything.. I've uploaded a test file and phpinfo() function and all is working fine but all others are not working.. the error log shows PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/http.so' - ...

PHPBB forum login from my site(Linking Forum Login to User Login)

Is anyone know How can I login to my PHPBB forum from my site. I need to PHPBB forum login from my site without login to forum. I heard about PHPBB_Login class but i dont know how to config it.need quick reply. Thanks. ...

phpBB3 - using $_GET

I want to do a modification to my phpBB3 and it requires using $_GET method by grabbing a variable in the URL. But just using $_GET increases the vulnerability to my phpBB3 wouldn't it? Is there a function in phpBB3 that would make it safer or anything? Thanks. ...

Cron job in phpbb?

Hi, I have phpbb installation with some automatic scripts set up but I don't know how are they run. There's "cron" folder in root directory and there are those scripts in it. The thing is that I haven't used cron job before and I don't know how to create them. Can I set them up from cpanel? ...

How do I create same username and password at phpBB forum as the username and password already saved

Hi. I have a site where all users need to sign up with username and password. Today I added the phpBB forum to my site. The problem is that users need to sign up for my site and the phpBB form separately. Can I just add to the phpbb_users db with php at the same time as they register for my site? In that case I need to know what kind o...

What does ACM stand for?

I see that phpBB uses the term often to describe things like XCache, ACP, eAccelerator: http://wiki.phpbb.com/display/DEV/Cache, but what does ACM actually stand for? I understand that all of these are PHP caching mechanisms and I use XCache myself, but I could not find what "ACM" actually translates to. ...

Can't connect to MySQL Database in phpBB

I am trying to connect to a MySQL database using the mysql_connect() command however I keep getting the error message: Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://ravenwolftest.db.4292619.hostedresource.com:3306) in C:\Data\GITA\We...