phpBB CMS Mod

Discussion forum for MOD Writers regarding MOD Development.
User avatar
Peter_Smith
Registered User
Posts: 95
Joined: Sun May 25, 2008 3:02 pm
Location: Gloucester, UK
Name: Pete Smith

phpBB CMS Mod

Post by Peter_Smith »

Hello,

I've spent the last few weeks working on a series of modules for a version based content management system for phpBB, after wanting a seamless CMS integration with phpBB, which still offered features such as hierarchical site structure, support for Apache's mod_rewrite and a rich text editor.

Some screenshots are attached below, I am interested in hearing any feedback/suggestions. The code isn't quite finished yet, although I am hoping to release it soon as a mod when done :D

The CMS main page
Image

The page editor
Image

Page version control
Image

Creating a HTML page with the RTE
Image

Creating a link page
Image
xxxgamer
Registered User
Posts: 574
Joined: Mon Jul 16, 2007 11:25 pm

Re: phpBB CMS Mod

Post by xxxgamer »

Woah thats awesome. Nice work dude. I made my own little CMS but in a different way. I mite actually try to make it all into the admin panel. At the moment I update my pages on the page I want to update.
Trash-Master
Registered User
Posts: 20
Joined: Tue Nov 25, 2008 6:21 pm

Re: phpBB CMS Mod

Post by Trash-Master »

That looks awesome.
Can't wait for it comeing out. :)

Best Regards,
Trash-Master
phpBB Version: 3.0.4
Style: Prosilver, Prosilver SE
cryptoknight
Registered User
Posts: 19
Joined: Tue Sep 23, 2003 11:02 pm

Re: phpBB CMS Mod

Post by cryptoknight »

I too will wait patiently...

That's pretty cool btw...
User avatar
Nelsaidi
Registered User
Posts: 525
Joined: Mon Feb 11, 2008 1:59 pm
Location: London, UK
Contact:

Re: phpBB CMS Mod

Post by Nelsaidi »

The integration into the admin panel looks awesome!
Image
Click here to find out what eRepublik is.
User avatar
olalavui
Registered User
Posts: 104
Joined: Sat Dec 13, 2008 3:02 am
Location: Vietnam
Name: Bui Thanh Tung
Contact:

Re: phpBB CMS Mod

Post by olalavui »

Wait release :D
joannemojo
Registered User
Posts: 55
Joined: Tue Oct 14, 2008 1:25 am
Location: Birmingham, UK
Contact:

Re: phpBB CMS Mod

Post by joannemojo »

Wow that would be amazing.

I'm currently looking for an existing cms in which you can integrate phpbb.
jujolina
Registered User
Posts: 50
Joined: Sun Sep 09, 2007 1:43 pm

Re: phpBB CMS Mod

Post by jujolina »

Is it available ? :) I've looked for a long time for something similar !! :D
cmalo
Registered User
Posts: 1
Joined: Fri Apr 17, 2009 2:55 am

Re: phpBB CMS Mod

Post by cmalo »

wow, this has been what I have been looking for.. please let me know when this has been released I would even be willing to beta this!
pwaring
Registered User
Posts: 13
Joined: Sun Mar 31, 2002 6:55 pm
Contact:

Re: phpBB CMS Mod

Post by pwaring »

Is this ready for release yet? I'm currently starting my own CMS on top of phpBB as all the existing ones are out of date and unmaintained, but I'd much prefer to build on an existing solution than start one from scratch...
User avatar
Peter_Smith
Registered User
Posts: 95
Joined: Sun May 25, 2008 3:02 pm
Location: Gloucester, UK
Name: Pete Smith

Re: phpBB CMS Mod

Post by Peter_Smith »

Glad to hear all you liked the CMS. I am hoping to release it as soon as I can, although I've been a bit busy lately so haven't had much time to work on it, as a student with exams approaching!

I'll let you know when it's finished, although it's going to be a few months before I can really release anything for production use, so you might want to look at another CMS solution in the meantime!

I have since integrated phpBB's diff engine with the CMS, so there is the functionality to compare the differences between versions in a "wikipedia" style, although I still need to finish the front end that displays the pages, as well as packaging it in a format so that it can be installed and just generally giving stuff a polish ;)
cornix
Registered User
Posts: 2
Joined: Sun Jan 25, 2004 11:32 pm
Contact:

Re: phpBB CMS Mod

Post by cornix »

Love it! Exactly what I was planning to write. Guess I can save the time now. Hope we'll be seeing a release soon!
Desdenova
Registered User
Posts: 646
Joined: Sat Feb 23, 2008 7:25 pm

Re: phpBB CMS Mod

Post by Desdenova »

That's pretty snazzy, but is it storing the pages in the database?

If so, how much is it inflating the database size (if you had maybe 5 pages, each with 3 versions) for a vanilla installation of phpBB3?
User avatar
Peter_Smith
Registered User
Posts: 95
Joined: Sun May 25, 2008 3:02 pm
Location: Gloucester, UK
Name: Pete Smith

Re: phpBB CMS Mod

Post by Peter_Smith »

Desdenova wrote:That's pretty snazzy, but is it storing the pages in the database?

If so, how much is it inflating the database size (if you had maybe 5 pages, each with 3 versions) for a vanilla installation of phpBB3?
Yeah, everything is stored in the DB. Theres two tables behind it; one for the pages, and another which holds the versions of the pages.

So a site with 5 pages, each with 3 versions would mean that there are, in effect, 15 pages held in the database.

There is the option to delete a version of a page, but I'm considering allowing versioning to be disabled.
g3ckoman
Registered User
Posts: 47
Joined: Mon Jun 04, 2007 5:46 am

Re: phpBB CMS Mod

Post by g3ckoman »

It'll be nice to see how this will work.

I'd like to see your RT Page Editor able to produce PHP pages and templates, to make it a fully dynamic CMS.

I'll keep my eye on this. :mrgreen:
muddling through 3.x after years of modding 2.x!
requests for support welcome on forums or through private message.

GBH-Clan | MOD Dev Site
Locked

Return to “[3.0.x] MOD Writers Discussion”