outshine.com Forum Index outshine.com
feedback on the poetry, PHP code, Perl code, etc.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Please read before posting.

Porting phpBB Blog to phpBB3

 
Post new topic   Reply to topic    Home -> Forums -> phpBB Blog & phpBB Podcast -> Porting phpBB Blog to phpBB3
View previous topic :: View next topic  
Author Message
moonchilddave
Drive-By Poster


Joined: 08 Sep 2008
Posts: 6

PostPosted: Monday, 08 September 2008, 22:26    Post subject: Porting phpBB Blog to phpBB3 Reply with quote

I'm in the process of porting this to work with phpBB3 - but it's going kinda slow since I'm not TOO familiar with the phpBB3 code. I've got it kind of working but I'm kinda stuck in the process of having it convert BBCode. Anyone interested in helping me along with the port? You can see what I've got working so far:

Example: http://www.arlo.net/forums/blog/

Download: http://www.arlo.net/forums/phpBB3_Blog.zip


Last edited by moonchilddave on Thursday, 13 August 2009, 06:23; edited 4 times in total
Back to top
View user's profile Send private message
moonchilddave
Drive-By Poster


Joined: 08 Sep 2008
Posts: 6

PostPosted: Tuesday, 09 September 2008, 16:32    Post subject: Reply with quote

Managed to get the BBCode working... and am almost done fixing a few other things with it. Might have a beta of the ported code for phpBB3 by the end of the week... stay tuned!
Back to top
View user's profile Send private message
moonchilddave
Drive-By Poster


Joined: 08 Sep 2008
Posts: 6

PostPosted: Tuesday, 16 September 2008, 02:40    Post subject: Reply with quote

Here's the ported code... it doesn't all work yet, but for the most part it's functional - or at least to the point I needed. If you post your issues here, I may be able to correct any issues you might have.

phpBB3 Blog:
http://www.arlo.net/forums/phpBB3_Blog.zip

I am almost positive that if you enable posting comments in the blog and not through the forum that won't work. Bad idea in my opinion anyway.
Back to top
View user's profile Send private message
aboyd
Site Admin


Joined: 10 Jan 2004
Posts: 519
Location: USA

PostPosted: Tuesday, 16 September 2008, 20:13    Post subject: Reply with quote

Dude, that is seriously cool. I'll sticky this topic.

_________________
Publisher Database - tools & forums for writers
Back to top
View user's profile Send private message Visit poster's website AIM Address
moonchilddave
Drive-By Poster


Joined: 08 Sep 2008
Posts: 6

PostPosted: Tuesday, 16 September 2008, 21:02    Post subject: Reply with quote

Just made a few changes/fixes to the code... Anyone who downloaded it may want to grab it again. Changes made to:

blog.php
comment.php
index.php
settings.php

Basically I changed the way the text was processed, to be more in line with the code in viewtopic.php (which meant I needed to include additional files in settings.php). I also changed the charset to UTF-8 because some things weren't displaying properly (bullets, cent sign, etc).

I don't think smilies are working, and I'm not sure why, but I am working on it.
Back to top
View user's profile Send private message
avf
Drive-By Poster


Joined: 26 Sep 2008
Posts: 1

PostPosted: Saturday, 27 September 2008, 14:10    Post subject: Reply with quote

What's that .index.php.fwp file?
Back to top
View user's profile Send private message
expanoncolin
Drive-By Poster


Joined: 30 Dec 2008
Posts: 1

PostPosted: Tuesday, 30 December 2008, 12:29    Post subject: Reply with quote

Thanks for this! I think there is something funny with the smiley url code though. Check this:
http://www.experimentalistsanonymous.com/blog/?permalink=1810
vs
http://www.experimentalistsanonymous.com/board/viewtopic.php?t=1810

Note that the smiley image is dead on the blog post. The URL has the absolute path to the directory... on my host my web site is contained in the folder hsphere/local/home/coraffel/experimentalistsanonymous.com/, so but experimentalistsanonymous.com/board really goes to hsphere/local/home/coraffel/experimentalistsanonymous.com/board, but the updated version of the blog mod includes the extra stuff giving a dead image. I'm not sure what the change made was, and it's not that big of a deal, but just an FYI.

-Colin
Back to top
View user's profile Send private message
xcvmvcx
Repeat Customer


Joined: 04 Aug 2006
Posts: 12

PostPosted: Wednesday, 04 February 2009, 10:02    Post subject: Reply with quote

Thank you very much for getting this project started! I'll be making major modifications to fit this to my site (as I've done with phpbblog and phpbb2).

if it's okay with everyone, I'll post the smiley fix up when I get to it (as I want to have it working on my site as well).
Back to top
View user's profile Send private message
Carter
Drive-By Poster


Joined: 17 Nov 2005
Posts: 8

PostPosted: Sunday, 03 May 2009, 23:04    Post subject: Reply with quote

Any chance anyone's made any updates to these files? I'm getting ready to see if this mod is working with phpbb3 and just wanted to be sure. Very Happy

EDIT: Got it up and running as far as I needed, which was posting topics as news on a separate page, so thank you for porting this! It seems that the RSS feed is malfunctioning though, neither Firefox nor IE7 like the feed. Anyway to shut it off?
Back to top
View user's profile Send private message
Arild Holta
Repeat Customer


Joined: 19 Mar 2006
Posts: 15

PostPosted: Wednesday, 05 August 2009, 19:53    Post subject: Reply with quote

Thank you! It works. The link will disappear. This is only a test.

http://www.rockngo.net/test/phpBB-2.0.23/midlertidig/blog/

(Folder-name: Upgrade-project to phpbb3)
Back to top
View user's profile Send private message
moonchilddave
Drive-By Poster


Joined: 08 Sep 2008
Posts: 6

PostPosted: Tuesday, 11 August 2009, 07:03    Post subject: Reply with quote

Anyone ever get the smilies to work? Or the RSS feed? Just wanted to check - as I'm planning on playing around with the code again to resolve these issues and just want to be sure I'm not beating my head for something someone else has already done.
Back to top
View user's profile Send private message
Arild Holta
Repeat Customer


Joined: 19 Mar 2006
Posts: 15

PostPosted: Tuesday, 11 August 2009, 08:26    Post subject: Reply with quote

I need the RRS...
Back to top
View user's profile Send private message
moonchilddave
Drive-By Poster


Joined: 08 Sep 2008
Posts: 6

PostPosted: Thursday, 13 August 2009, 06:20    Post subject: Reply with quote

Finally got the smilies and RSS feed working... The download link in the first post will grab the updated version. Let me know of any other problems with the code.
Back to top
View user's profile Send private message
Arild Holta
Repeat Customer


Joined: 19 Mar 2006
Posts: 15

PostPosted: Thursday, 13 August 2009, 07:25    Post subject: Reply with quote

Thank you! I'll try it in a week or two.
Back to top
View user's profile Send private message
moonlight172
Repeat Customer


Joined: 15 Jul 2010
Posts: 15

PostPosted: Friday, 20 August 2010, 06:32    Post subject: Reply with quote

This tutorial has instructions for installing Apache, PHP, MySQL and running phpBB3 on a localhost, a server which runs on your computer. Using phpBB3 on your localhost can speed up development of your Web site or MODs. Development and MOD installations on a localhost do not require the repetitive cycle of FTP uploads since the entire production is on one computer. In addition, a localhost offers the opportunity to detect and prevent errors before your site is deployed live, thus decreasing downtime for the Web site and server.
_______________
Online Dating Agencies
free online chat
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Home -> Forums -> phpBB Blog & phpBB Podcast -> Porting phpBB Blog to phpBB3 All times are GMT - 8 Hours
Page 1 of 1


Jump to:  
Login or register to post new topics
Login or register to reply to topics
Login or register to edit your posts
Login or register to delete your posts
Login or register to vote in polls

 

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../../../ad_network_ads_441.txt) is not within the allowed path(s): (/home/outshine:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/outshine/private_html/digitalpoint_ad_network.php on line 38

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../../../../../ad_network_ads_441.txt) is not within the allowed path(s): (/home/outshine:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/outshine/private_html/digitalpoint_ad_network.php on line 38

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../../../../../../../ad_network_ads_441.txt) is not within the allowed path(s): (/home/outshine:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/outshine/private_html/digitalpoint_ad_network.php on line 38

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../../../../../../../../../ad_network_ads_441.txt) is not within the allowed path(s): (/home/outshine:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/outshine/private_html/digitalpoint_ad_network.php on line 38
You must set the ad_network_ads_441.txt file to be writable (check file name as well).


Powered by phpBB © 2001, 2005 phpBB Group