I've 'bridged' a phpBB2 and phpBB3 system successfully on two separate
occasions.  For phpBB3, you can use the bridge I wrote here.

http://bakery.cakephp.org/articles/view/phpbb3-api-bridge

And certainly you could extend it to match your ACL, Who's Online and
read/unread requirements.  Some of these may already be included in
phpBB3's API.

To display the forum, in the body of the page, I used the Dynamic
Drive iFrame script.

http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm

On Jan 20, 4:00 pm, Miles J <mileswjohn...@gmail.com> wrote:
> What if there are like 1000+ unread threads, with thousands of users.
> Why would I want to store all that information in the system. Plus I
> would also have to extract the array from the database, remove indexes
> depending on what threads they have read, update the db again, etc.
>
> Anyways, anyone have answers to my initial questions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to