|
|
|
|
![]() ![]() |
Mar 31 2005, 07:28 PM
Post
#1
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 933 Joined: 24-August 04 Member No.: 892 |
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. |
|
|
|
Mar 31 2005, 09:04 PM
Post
#2
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 351 Joined: 19-October 04 From: India Member No.: 1,824 |
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). |
|
|
|
Mar 31 2005, 10:19 PM
Post
#3
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 933 Joined: 24-August 04 Member No.: 892 |
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: CODE <? 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 |
|
|
|
Apr 1 2005, 04:19 AM
Post
#4
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 293 Joined: 14-August 04 Member No.: 808 |
php-nuke is able to integrate the site with the forum
|
|
|
|
Apr 1 2005, 08:40 AM
Post
#5
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 933 Joined: 24-August 04 Member No.: 892 |
I do NOT wnat ANY CMS, I have made a site http://www.toxicsims.co.uk/
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? |
|
|
|
Apr 2 2005, 03:15 PM
Post
#6
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 28 Joined: 20-March 05 Member No.: 4,740 |
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.
|
|
|
|
Apr 2 2005, 11:47 PM
Post
#7
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 39 Joined: 8-March 05 Member No.: 4,293 |
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.
|
|
|
|
Apr 3 2005, 10:39 AM
Post
#8
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 933 Joined: 24-August 04 Member No.: 892 |
Ive kind of got something sorted now, and ive switched to phpBB
Thanks fot all the help people! |
|
|
|
![]() ![]() |
Similar Topics