Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
The only way I can see a Post Nuke and UBB link up is the PHP call thats used in UBBNews etc. (Or you can use it if your calling to a .php page) But Post Nuke is still pretty new to me. All I know if you need to create a block of some sort and put the code in. Or something like that.
Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
I have Postnuke running and have a couple PHP forums that sync up no problemo. I imagine threads should be easy to do. we know what the short comings for getting UBB to work are. That's why I'm talking about a project that is "similar" to the way that postnuke is being developed but for UBB Portal instead.
_________________________
3 time Spotlight winner. Believe The Lie
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Lord Dexter: The only way I can see a Post Nuke and UBB link up is the PHP call thats used in UBBNews etc. (Or you can use it if your calling to a .php page) But Post Nuke is still pretty new to me. All I know if you need to create a block of some sort and put the code in. Or something like that.</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Editing of apaches config files to allow SSI calls to php pages would work.
why don't we start an Open Source project using PostNuke or *other* as a base? if it's Open Source we can easily get hosting and other resources from SourceForge or any other Open Source hosting sites.
Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
I'm glad we're on the right track with PN. I'm still new to it though, only been using it fdor 2 weeks or so. I know how the blocks and that work, but no idea on where the code should be added etc.
We don't use ubb news but the latest threads. To do this go to your postnuke admin section and choose to make a new block. It has to be a core/php block and put this in it:
include ("http://www.yoursite.com/ubb/latest_threads_1.html");
_________________________
"I have not failed. I've just found 10,000 ways that won't work." - Edison -
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by [ #1 Stunna ]: why don't we start an Open Source project using PostNuke or *other* as a base? if it's Open Source we can easily get hosting and other resources from SourceForge or any other Open Source hosting sites.</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Because we have to use ubb's datafiles and routines to interface with the portal, would be easier if it was the same language and database system..
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25448
Loc: Texas
I spent a good while working on it last night... just the beginning stages of layout. We'll have some announcements regarding ubb.portal development tonight.