SitePoint Sponsor |
|
User Tag List
Results 1 to 13 of 13
Thread: How do I put RSS
-
Jan 17, 2008, 15:51 #1
- Join Date
- Jan 2008
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
How do I put RSS
feed on my site and in my forum? I use Powered by phpBB // Template by Mike Lothar
-
Jan 17, 2008, 17:48 #2
- Join Date
- Jul 2005
- Location
- West Springfield, Massachusetts
- Posts
- 17,290
- Mentioned
- 198 Post(s)
- Tagged
- 3 Thread(s)
feed on forum
I haven't upgraded to phpBB3 yet. Do you have phpBB2?
In any case, hacking around with the code isn't all that easy. Much better to install a vetted MOD.
http://www.phpbb.com/community/viewtopic.php?t=144548
http://www.phpbb.com/community/viewtopic.php?t=254606
http://www.google.com/cse?oe=utf8&ie...=en&q=RSS+feedBig Change Coming Soon - if you want your PMs save them now!
What you need to do to prepare for our migration to Discourse
A New SitePoint Forum Experience: Our Move to Discourse
-
Jan 18, 2008, 14:00 #3
- Join Date
- Jan 2008
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
New phpbb?
Any sites that you like that use the new one?
-
Jan 18, 2008, 14:04 #4
- Join Date
- Jan 2008
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Last edited by Icemanku; Jan 18, 2008 at 14:47.
-
Jan 18, 2008, 16:13 #5
- Join Date
- Jul 2005
- Location
- West Springfield, Massachusetts
- Posts
- 17,290
- Mentioned
- 198 Post(s)
- Tagged
- 3 Thread(s)
phpBB
I don't imagine it's that difficult upgrading a "vanilla" install of phpBB2 to phpBB3. The problem for me is the number of MODs I've installed. When I do upgrade I'll have to determine if they are still necessary as some of the features may have made it into the core. And if I want to install them I'll need to figure out how and if I can install a MOD originally written for phpBB2 to phpBB3, or find a replacement written for the new version. I'm not looking forward to the perceived amount of work involved.
Originally Posted by Icemanku
IMHO you would be better off to get the forum online first, at least enough for you to work with it before going live, and then look for features such as RSS to add after you get it working.
If you don't have either, it probably would be best to just start with the newer version. If your template won't work you could find another or tweak it. Or if you want that teplate bad enough I suppose you could start with the older version.Big Change Coming Soon - if you want your PMs save them now!
What you need to do to prepare for our migration to Discourse
A New SitePoint Forum Experience: Our Move to Discourse
-
Jan 18, 2008, 16:37 #6
- Join Date
- Jan 2008
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I do have a forum set up and I believe it's the first version of phpbb. As you've probably figured out I'm at the beginning stages of being able to run my site from the back end; code, MOD, RSS and ect.
I'm trying to save money and do it myself.
I have access to the phpbb templates and anything else I'd need access to. I don't know what MOD or where to find the correct MOD code to drop in and on what templates to drop it in at? Didn't know what kind of experience you guys had with this?
My main goal is upgrade to phpbb3 and to add RSS and Google reader to my site to help with traffic.
-
Jan 18, 2008, 16:51 #7
- Join Date
- Jul 2005
- Location
- West Springfield, Massachusetts
- Posts
- 17,290
- Mentioned
- 198 Post(s)
- Tagged
- 3 Thread(s)
phpBB MODs
Most MODs don't involve the template at all. Unless maybe if they have a new page. If you get the MODs from the phpBB site (the first 2 links I posted before), then the code will have been reviewed by the MOD team and should be nearly 100% safe to install. Once you understand the MOD syntax standard, eg,
OPEN filename.php
FIND line of code
INSERT AFTER / REPLACE WITH etc. new line of code
it's easy to edit the files yourself. But some MODs are also "EasyMOD" compatable (phpBB2 only?) if you'ld rather do it that way.Big Change Coming Soon - if you want your PMs save them now!
What you need to do to prepare for our migration to Discourse
A New SitePoint Forum Experience: Our Move to Discourse
-
Jan 18, 2008, 17:03 #8
- Join Date
- Jan 2008
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Looking at my forum can you tell what version I have?
-
Jan 18, 2008, 17:20 #9
- Join Date
- Jul 2005
- Location
- West Springfield, Massachusetts
- Posts
- 17,290
- Mentioned
- 198 Post(s)
- Tagged
- 3 Thread(s)
version
If you look at the config.php file you should see something like
PHP Code:// phpBB 2.x auto-generated config file
// Do not change anything in this file!
phpBB 2.0.x README
phpBB 2.0.x CHANGELOGBig Change Coming Soon - if you want your PMs save them now!
What you need to do to prepare for our migration to Discourse
A New SitePoint Forum Experience: Our Move to Discourse
-
Jan 18, 2008, 17:29 #10
- Join Date
- Jan 2008
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
Okay, so that's good I have two.
-
Jan 18, 2008, 17:35 #11
- Join Date
- Jan 2008
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Your second link in your 1st post...where would I drop that?
-
Jan 18, 2008, 18:53 #12
- Join Date
- Jul 2005
- Location
- West Springfield, Massachusetts
- Posts
- 17,290
- Mentioned
- 198 Post(s)
- Tagged
- 3 Thread(s)
Mod
That MOD doesn't require any file editing (unless you want the addon features). So you can download the zip and then upload the files as specified by
Code:# #-----[ COPY ]------------------------------------------ # copy rss.php to rss.php copy includes/rss_config.php to includes/rss_config.php copy includes/rss_functions.php to includes/rss_functions.php copy templates/rss.xsl to templates/rss.xsl copy templates/subSilver/rss_body.tpl to templates/subSilver/rss_body.tpl copy templates/subSilver/atom_body.tpl to templates/subSilver/atom_body.tpl
Code:## You will be able to configure this MOD by setting some constants at rss_config.php.
Big Change Coming Soon - if you want your PMs save them now!
What you need to do to prepare for our migration to Discourse
A New SitePoint Forum Experience: Our Move to Discourse
-
Feb 13, 2008, 23:42 #13
- Join Date
- Jan 2008
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Bookmarks