cragllo 0 Report post Posted March 31, 2005 Is there any way to intergrate a IPB forum with a website? Just using the login system from teh forum and then restrict access to pages on teh site to members who are not logged in?Is this possible?Thanks,Craig. Share this post Link to post Share on other sites
cse-icons 0 Report post Posted March 31, 2005 Even I have been looking for such a feature. I would like to integrate it with Mambo cms.User logging into mambo should be able to post to IPB(i.e. equivalent to logging in) or else just view it(like guests). Share this post Link to post Share on other sites
cragllo 0 Report post Posted March 31, 2005 I want to be able to intergrate it with a normal site, i have an idea of how to do it, check if the session or cookie is set, and let them view the page, else, reditect them to the homepage....Something like this: <?if(isset($HTTP_COOKIE_VARS["login"])){?>Logged in content.<?}else{?>Login here.<?}?> but I dont know what to put as the cookie/sesion.I can find out te db quite easily and call info from it.just wanna be able to restrict access to pages this way Share this post Link to post Share on other sites
Raptrex 0 Report post Posted April 1, 2005 php-nuke is able to integrate the site with the forum Share this post Link to post Share on other sites
cragllo 0 Report post Posted April 1, 2005 I do NOT wnat ANY CMS, I have made a site http://forums.xisto.com/no_longer_exists/I want to add an IPB to it, And would like to restrict access to pages if they are not logged in at the forums....You get me? Share this post Link to post Share on other sites
gongbutan 0 Report post Posted April 2, 2005 All sites lost their category tag. This one is extremely annoying. I have 172 sites that now need to be retagged, and there is no way to do mass changes. That will be one hell of a lot of clicks to change the sites to put them where they belong. Share this post Link to post Share on other sites
GMTech 0 Report post Posted April 2, 2005 Hmm, well, you'd be best off asking for a mod or something at the IPB website, http://www.invisionize.com/ Or you can make your own php scripts using the MySQL that the IPB uses to store the passwords and usernames. Share this post Link to post Share on other sites
cragllo 0 Report post Posted April 3, 2005 Ive kind of got something sorted now, and ive switched to phpBBThanks fot all the help people! Share this post Link to post Share on other sites