Tagged Questions

Free and open source forum software written in PHP

learn more… | top users | synonyms

9
votes
5answers
359 views

Handling unread posts in PHP / MySQL

For a personal project, I need to build a forum using PHP and MySQL. It is not possible for me to use an already-built forum package (such as phpBB). I'm currently working through the logic needed ...
8
votes
1answer
539 views

ASP .Net MVC 3 authenticate user against PhPbb database

Recently I have started implementing a solution which will use a PhPbb database for forms authorization, I have used the class from this below thread: PhPbb C# Authentication Port So i wrote a ...
7
votes
1answer
563 views

Converting phpBB BBCode posts to Markdown

I have a phpBB2 forum with posts stored in BBCode. The forum posts are stored like this in the database: [quote:e5adceb8e8][quote:e5adceb8e8="Person 2"][quote:e5adceb8e8="Person 3"]Nested ...
6
votes
3answers
675 views

Replicate PHPBB password hashing in ASP.net c#

I'm using phpbb 3.0.8 at the moment. It has 3,000 users and around 60,000 posts. I'm changing the forum to a different one, written in classic ASP (I know people are going to disapprove of this but ...
5
votes
2answers
1k views

Eclipse HTML editor for HTML template files

I'm trying to edit phpbb HTML template file with Eclipse Ganymedes version 3.4.1 containing Web Developer Tools. These template files contain HTML markup with template variable marks in form ...
4
votes
1answer
81 views

phpbb3's slow indexing of new messages

I try to found solution to improve phpbb3 new message indexing. I have about 10000 messages on my forum, and each new message adds VERY long time (20-30 sec). I've checked mysql_slow.log and found ...
4
votes
4answers
3k views

How can I integrate users' logins from my site into phpBB?

I need some help with what is probably a newbie question in terms of modifying phpBB. I have a whole system developed in PHP, and I would like to integrate phpBB so that people can navigate into the ...
3
votes
1answer
139 views

Share session between phpBB and a rails app

This might be a nonsensical question, but I have this task to create a rails app that shares session information, specifically login/authorization info, with an installation of a phpBB that some other ...
3
votes
2answers
111 views

Adding a new element HERE where the code is, not after another element

Made some BBcode for phpBB to allow users to post flickr pics with certain tags. Each photo div in the thread needs to be unique, and the images load when the thread is loaded. When it comes to the ...
3
votes
4answers
1k views

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

Migrate phpBB forum to phpFox

I am struggling to find a migration tool from phpBB to phpFox. It seems that there is no ready made script so I would have to do it myself. I want to use the default phpFox forum. I would appreciate ...
2
votes
3answers
123 views

Parse multiline BBCode with C# Regex

I'm working on a C# class to parse BBCodes out of text pulled from a database for PHPBB posts. On the PHPBB there is a custom BBCode added which looks like this: [deck={TEXT1}]{TEXT2}[/deck] Which, ...
2
votes
1answer
54 views

phpBB auto-scaling

I'm currently working on a large project which is expected to have a large amount of user activity. We're currently developing the website using Amazon Web Services so that we can ensure that if ...
2
votes
2answers
199 views

Strip phpbb bbcode

I want to display the most recent posts from my phpbb3 forum on my website, but without the bbcode. so I'm trying to strip the bbcode but without succes one of the posts for example could be: ...
2
votes
2answers
157 views

What is my best option for converting my phpbb2 latin1 DB to a phpbb3 utf8 DB?

I am upgrading a phpBB 2.x forum to phpBB 3.x and I'm trying to figure out what the best option is for converting to utf8 from the previous latin1 encoding. Right now I'm still just working on my ...
2
votes
2answers
362 views

phpBB3 auto-login

I've integrated a phpbb3 forum to my already existing website. I've been able to make my registration process add the user to the phpbb db as well. Now i'm facing a problem where I am trying to get ...
2
votes
1answer
384 views

ASP .Net MVC 3 Membership Provider based on PhPbb database

I am just wondering how to go about implementing a forms Membership provider based off of a PhPbb forum database. I have looked at simply hashing the password using a function port of 'phpbb_hash' and ...
2
votes
1answer
118 views

phpbb3 after username is acceptable inject code

I have a list of reserved usernames that I would like to prevent new users from using before I've had a chance to authenticate them. Authentication would be done by putting a secret code on a website ...
2
votes
3answers
317 views

Php design patterns

Ok, i'd like to firstly make you notice that i have looked for "php mvc design patterns" and so and i haven't really found what i was looking for; still now, writing my question, i cannot find any ...
2
votes
3answers
84 views

look for a forum in php module

I am looking for a forum script in PHP. Some time ago I installed phpBB but I had to remove it since my site was hacked and attacks cam from some security problems in this script. So I am looking for ...
2
votes
0answers
253 views

Simple Forum Software? [closed]

I'm looking for extremely simple forum software. Something that simply allows a user to create an account, make a post, and for users to comment on that post. No HTML, no user profiles, no private ...
2
votes
2answers
221 views

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 ...
2
votes
3answers
385 views

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?
2
votes
1answer
177 views

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 ...
2
votes
3answers
763 views

Use PHPBB2 Login Credentials in my site

I'm currently using a PHPBB2 forum for a section of one of my sites, and I would like to extend this site (add new pages, scripts, etc). I would like to restrict access to these pages to the users ...
2
votes
2answers
351 views

Scaling phpBB?

I'm looking to scale an existing phpBB installation by separating the read queries from the write queries to two separate, replicated MySQL servers. Anyone succeeded in doing this, specifically with ...
1
vote
2answers
28 views

mod_rewrite 2 variables, but only 1 needed in output

I have tried the whole evening figuring out how to do this rewrite. I want to redirect visitors who get to my old phpbb forum URLs to my new URL structure. ...
1
vote
0answers
53 views

last thing in checking url function

I'm trying to create a function which checks if a url has been posted before,and if it has then an error is given. This is what I have so far in /includes/functions_posting.php function ...
1
vote
2answers
21 views

website cannot connect after pressing submit on post in phpbb

Around 1 out of 5 times when I write a post in phpbb then press submit it will give a server error with the following - The connection was reset. The connection to the server was reset while the page ...
1
vote
2answers
70 views

cakephp website with phpBB or simple machines forums possible?

I have a website made with CakePHP 1.3.7. This website has it's own login system. Now the client wants to include a forum in the website. I've been looking at different free solutions and phpBB and ...
1
vote
2answers
38 views

Changing RELATIVE path to ABSOLUTE path

I got these relative links in my phpbb forum which I'd like to replace with absolute links: For example, in HTML the links are written like: <a href="./viewforum.php?f=5">Bladiebla</a> ...
1
vote
1answer
73 views

Staying logged into forum

I have created a C# application that connects to a my phpBB forum and logs in. I am now trying to use a webclient to go to a page and grab the page as a string. However I keep getting logged out. How ...
1
vote
2answers
45 views

How do disable auto add <br> end of every element in CKEditor?

I am using ckeditor in phpbb. when adding content in my post page. I am getting break tag between every line which look my page content odd.how can we disable the <br/> tag in ckeditor ? ...
1
vote
1answer
35 views

presets for ASP.Net forum

I was thinking of a forum in ASP.Net. I have seen a bit of PHP and you must be aware of phpbb. It give a lot of open source presets for developing forums in php and I have seen a lot of forums made ...
1
vote
1answer
47 views

Django, phpBB and MediaWiki unified login

I have a website built with Django that I would like to combine with phpBB (negotiable; if you have suggestions for better suited full-featured forums, please let me hear them) and MediaWiki. ...
1
vote
2answers
131 views

Why not use forums like PHPBB, VBulletin as Bug tracking tool? [closed]

I just started using Git; and I looked at several bug tracking tools to go along with my repository - LightHouseApp, FogBugz, BugZilla, Trac and so on. When I create bugs, I often put screenshots with ...
1
vote
2answers
107 views

CSS conditional statement for alternating row color (start at last row?)

Minor cosmetic issue.. I am in the process of developing a forum based site with dynamic PHP tables that include headers and footers. I currently have a CSS conditional statement for alternating ...
1
vote
2answers
95 views

Regular expression help generate links

I currently have the following code in a loop: $message = preg_replace("/({$data[0]})/i","<a href=\"{$data[1]}\" class=\"postlink\">$1</a>",$message,1); The point of this loop is to ...
1
vote
0answers
29 views

What are some good tips and tools to use when fixing PHPBB DB corruption?

Good evening! I run a moderately large, PHPBB forum, which has various (for the time being) non-fatal amount of data corruption. for example, I started noticing what appear to be PHPBB "names" ...
1
vote
1answer
56 views

Web Application Integration with other applications

I have a web application that requires Blog Forum Chat support etc Now my web application have different functionality but these above are additional value added services that we provide ...
1
vote
1answer
153 views

How to make a register form for phpbb

I was wondering if anyone could help me make a register form for phpbb. I need this for a website I'm doing, which the client would like to not have 2 different accounts for the same person. So I ...
1
vote
1answer
190 views

How do I integrate a PHP page with phpBB3?

I've read the Add a New Custom Page to phpBB guide several times, but still can't get this to work. I'm trying to integrate this calendar with phpBB3. I want the calendar code to have access to phpBB ...
1
vote
1answer
90 views

Bulk - registration in phpbb forum

Is bulk registration possible in phpbb forum. I want to add more than 1 user at a time from the admin control panel. Is any plugins already available for this? Or is any other way to implement this ...
1
vote
2answers
97 views

phpbb session across folders

I'm using a phpBB (2.0.22) in a website, located at myWebSite.com/forum I am creating some other pages in myWebSite.com/otherForders What I want, is to check whether a person in logged into ...
1
vote
6answers
130 views

Scrambled PHP code needs some fixing

I was adding a modification for my phpBB3 discussion board and one of the steps was to add a line of code to includes/functions.php So when I copied that file and opened in wordpad I saw that it ...
1
vote
1answer
133 views

How to get a post's author ID in phpBB?

How to get the author ID from inside a theme, in the viewtopic.php file? The author-theme id is in viewforum (or topic - it doesn't matter very much). I want to know how to get the ID and use it in ...
1
vote
0answers
111 views

problem jomsocial profile update in adminpanel

I have used following requirements. joomla1.5 jomsocial phpbb3 i got problem in jomsocial profile update in adminpanel. * phpbb3 Username Update: * phpbb3: A user has been found that ...
1
vote
2answers
150 views

Populating posting.php message field from form submission on phpBB3 forum

I'm trying to add a form button that will take a variable string and insert it into $_POST['message'], such that when someone presses my 'post this on forum' button it takes them to the new topic page ...
1
vote
1answer
428 views

phpBB integration with zend framework

Can any one explain how to integrate PHPBB forum with zend framework? Thanks in advance
1
vote
1answer
274 views

Deny user registration if custom field 1 is equal to a regex

I'm beginner - mid range when it comes to php knowledge and complete beginner when it comes to modifying phpbb. I have found it very hard to find any useful information on molding phpbb on phpbb's ...

1 2 3 4 5