TBDev Forum
Programming board
Main Page Forum Rules Privacy Policy Members Contact Us
Welcome Guest (Login | Register)
TBDev Forum TBDev.net - Help General Support how to include an inviosion power board ?

how to include an inviosion power board ?

2006-07-19 03:07:00
Group: Member
Posts: 2
Topics participated: 1
Topics started: 1
First post: 2006-07-19 03:07:00
Last post: 2006-07-19 13:01:00
hi, im using TBdev_DR_0.25a and i want to include an ipb (Invision Power Board v2.1.3) as forum. it should be shown right under the top menu an besides the left menu just like any other content at the tracker. i don't get this thing to work correctly. would be nice if someone could help me on this.

thx in advance - cheers nbd

edit ->

i get it like you can see on the attachment when i add this to the top of the index.php of the forum

require "../include/bittorrent.php";
dbconn();

stdhead();


and at the bottom

just stdfoot();

but that only looks like it should be - 0% working... :(
 
2006-07-19 06:29:00
Group: Member
Posts: 453
Topics participated: 212
Topics started: 26
First post: 2006-05-01 01:45:00
Last post: 2008-04-09 16:53:00
Adding a third party forum is difficult... believe me, im integrating phpBB2 with tbdev source code... you may use my modification when its ready, if you like, but im not sure when exactly it will be ready.. couple days, to a couple weeks, who knows. The project link is here:



Or you may use devinkrays punBT integration if you dont want to wait

 
2006-07-19 13:01:00
Group: Member
Posts: 2
Topics participated: 1
Topics started: 1
First post: 2006-07-19 03:07:00
Last post: 2006-07-19 13:01:00
thx a lot - that was in fact all i need. ;) i don't realy need this whole combined login - user thing at all ;) just a stupid iframe.

thx mate



require "include/bittorrent.php";
dbconn();
loggedinorreturn();

stdhead("Forums");

echo '';

stdfoot();

?>
 
2006-07-19 14:01:00
Group: Member
Posts: 453
Topics participated: 212
Topics started: 26
First post: 2006-05-01 01:45:00
Last post: 2008-04-09 16:53:00
thats good, but you must watch. Sometimes the program might 'break out' of the iframe by using a redirect.... a good idea is to check for such redirects all over the place, and if so, then you might need to modify your forums.php again, so it might look something like this
$action = $_GET["action"];
if ($action == "login") {

echo '';}


all that does, is check to see if you are taking a redirect from a failed login attempt, and redirect you back to the same page.
 

Similar threads

Topic Posts Last post
Use Invision Power Board v2.2.1 as your forum 291 2008-12-12 20:33:00
Invision Power Board integration 124 2007-11-13 08:56:00
Invision Power Torrent Board 23 2007-04-10 03:23:00
Download the Invision Power Torrent Board ? 4 2007-07-28 21:37:00
Please help, include not workin 1 2008-04-22 15:47:00