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
Is there a way for this plugin to show the whole of the title of the punbb post?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#38 2006-08-28 09:17:14
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
Currently using this on one of my sites
bc..
<?php $ch = curl_init(“http://www.yoursitename.com/forum/extern.php?action=active&show=6”); curl_exec($ch); curl_close($ch); ?>
The URL is pointing directly to my installation of punbb.. works a treat
Offline
Re: [plugin] [ORPHAN] fgr_punbb_info: PunBB forum info plugin
Ace of Dubs wrote:
Currently using this on one of my sites…
Did you place that in the plugin? and where?
>Edit
By using it as pure php this is what I get (none show titles and they are not linked, they are parsed as text)
http://forum.neme.org/ The most recently active topics at NeMe forum en-us http://forum.neme.org/viewtopic.php?id=68&action=new http://forum.neme.org/viewtopic.php?id=67&action=new http://forum.neme.org/viewtopic.php?id=66&action=new http://forum.neme.org/viewtopic.php?id=64&action=new http://forum.neme.org/viewtopic.php?id=65&action=new http://forum.neme.org/viewtopic.php?id=63&action=new http://forum.neme.org/viewtopic.php?id=55&action=new http://forum.neme.org/viewtopic.php?id=54&action=new http://forum.neme.org/viewtopic.php?id=53&action=new http://forum.neme.org/viewtopic.php?id=50&action=new http://forum.neme.org/viewtopic.php?id=49&action=new http://forum.neme.org/viewtopic.php?id=44&action=new http://forum.neme.org/viewtopic.php?id=48&action=new http://forum.neme.org/viewtopic.php?id=24&action=new http://forum.neme.org/viewtopic.php?id=23&action=new
Last edited by colak (2006-08-28 10:09:49)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline