PDA

View Full Version : Ver 1.0 Works fine with e107 .617



BrainDamage
09-29-2004, 08:04 PM
Just did the upload and my CMS Forum Hack works just fine with e107 .617 !!!!

I tried to upload my forum to Invision Board 2.0 But I can't find a link to download from ! :huh: Can anybody help me out with this ???

lalo
10-01-2004, 04:05 PM
you need to get if from someone who has already downloaded it like a week ago or so, its gone paid now, so thats the only way to get it, let me see if I can post a link here (if thats ok with the admin) :)

Patrick
10-01-2004, 10:02 PM
Wow, that is going to cause IPB popularity to plummet, of course who didn't see that coming? What is the leading free forum software now then? phpBB?

BrainDamage
10-02-2004, 05:36 PM
:angry: Bastards !

Anyway... i'm running a site on IBF 1.2 and it's working fine....

And to be honest, I don't see much difference between the versions 1.2 and 1.3 <_<

And just wanted to try the 2.0 is it worth the while upgrading from 1.3 ????

BrainDamage
10-02-2004, 11:03 PM
Another Happy news : This script works even if you install another login menu on e107 !!! :P

I'm using eXtendLogin at the moment and It ROCKS !!!!!

Just wanted to ask a question ! :o Is there a way to make users on the forum appear on the online users list on e107 ??? My site looks empty while there are more than 10 people in the forum ! <_<

Patrick
10-03-2004, 09:04 AM
My site looks empty while there are more than 10 people in the forum ! <_<
That's because your site IS empty ;)

BrainDamage
10-03-2004, 06:36 PM
But the forum is integrated ??

This question ain't about the hack... Just a code request if you know a way to do it... ;)

Patrick
10-03-2004, 08:02 PM
It is a pain because you have to work with session manipulation / cookie manipulation / database session storage. It really is a bother to explain, and even more difficult to code. You could try looking into the login / logout functions of the CMS Forum Member hack script for hints.

BrainDamage
10-03-2004, 10:35 PM
:P YOu won't believe me but I've made it !!!!

If anyone's interesed in having the members on the forum to show on the users online menu (e107) here's the method :

Open your forum index.php and find :



<?php


Add just after :



require_once("../class2.php");


Supposing you have your forum installed in a folder 1 lever after your e107

www.yoursite.com/forum

Works great for me... but it sucks cause it shows the users as connected on index.php

I'll try and rename index.php into ibf.php but I needs lots of work... and is very optional ;)

Have a nice day !

Patrick
10-03-2004, 11:10 PM
You give thanks for the ability to do that to the Invision crew, as their forum is nice and self-contained to the point where the sloppy code of e107 doesn't conflict.

BrainDamage
10-08-2004, 11:54 PM
It did with older versions of e107 !!

Anyway, have a look at my site, I integrated IBF into e107 theme... so now I don't really need redirection !! The users still have the menu by their right !


NextRock WebSite (http://www.nextrock.com/)
NextRock Forums (http://www.nextrock.com/forum/)

Beatphreak
10-09-2004, 05:25 AM
so now ppl dont need to register on your site twice to use the forum aswell ???
and if not how did you do that ??