Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
Does anyone have this working with txp 4.0.3?
Refresh Dallas and other Refreshing Cities.
Offline
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
If the plugin stops working, you can do it by yourself (look at PunBB documentation). You don’t need a plugin.
Offline
Offline
#16 2006-05-05 14:06:20
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
I get this error
Am I able to edit the php.ini file if i’m with DreamHost?
Offline
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
FireFusion,
Have you tried the extern.php file included in PunBB?
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
#18 2006-05-05 18:45:53
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
Yeah it doesn’t produce anything. You can put PHP straight in to forms can’t you?
Offline
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
FireFusion wrote:
You can put PHP straight in to forms can’t you?
<?php include 'http://phpxref.net/extern.php?action=new&show=10&fid=2'; ?>
I’m using the above code in a page, I don’t see why it can’t be used in a form.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
#20 2006-05-06 07:33:43
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
It just doesn’t want to display anything for me but my forum RSS feed works ok. It must be this php.ini file don’t you think?
Offline
#21 2006-05-06 20:08:22
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
If you’re going to put it in a form, you need to make sure PHP is enabled for that (check advanced admin prefs), and it would need to be like:
<txp:php>include 'http://phpxref.net/extern.php?action=new&show=10&fid=2';</txp:php>
Offline
#22 2006-05-07 06:59:20
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
Well it must be something to do with my hosting as I tried the following in both a form and an article. No luck.
<code><txp:php>include ‘http://awakenyourself.org/kadampa-forums/extern.php?action=new’;</txp:php></code>
Offline
#23 2006-05-07 16:37:39
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
And you’ve got PHP enabled for pages?
Offline
#24 2006-05-07 18:07:02
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
Yep.
“Allow PHP on pages?” and “Allow PHP on articles?” are set to yes in advanced preferences.
Offline