Poll

How many would like to see phpbb integration in the next update

yes
10 (66.7%)
no
5 (33.3%)

Total Members Voted: 13

Voting closed: July 20, 2002, 01:00:51 PM

Author Topic: phpbb integration Poll  (Read 11739 times)

0 Members and 1 Guest are viewing this topic.

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
phpbb integration Poll
« on: June 30, 2002, 01:00:51 PM »
A quick poll on how many would like phpbb integration in the next update , this would be a cool feature and great for our members who dont have to log into the forum and then into 4images !

Giffy :lol:

Offline helpme

  • Newbie
  • *
  • Posts: 19
    • View Profile
phpbb integration Poll
« Reply #1 on: June 30, 2002, 03:39:17 PM »
u see ur topics got like 30 views but no1 have voted yet  :lol:

Offline Alan @ ArtScans

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • http://www.qcs-software.com
phpbb integration Poll
« Reply #2 on: June 30, 2002, 03:44:07 PM »
7 people has voted according to the poll.

Thanks,
Alan.
Alan Wagstaff,
Software Development Manager, SDT
QCS Software

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
phpbb integration Poll
« Reply #3 on: June 30, 2002, 03:57:30 PM »
Hmm i think helpme needs help counting  :wink:  , the whole point is to see if there are others with the same idea thats why a poll is great for such things  :idea:

Giffy :lol:

Offline helpme

  • Newbie
  • *
  • Posts: 19
    • View Profile
phpbb integration Poll
« Reply #4 on: June 30, 2002, 06:32:01 PM »
yeah sorry i didn't see the resuts :( but anyways, i've already intergrate 4images with my phpbb2.0.1 forum.

Well, its not really intergrate but i've merged the two users table in one. And when the user click on the register link, they will be redirect to my forum registration, once they login the forum, they can view images, download files on the 4images page, also according to their permission ;)

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
phpbb integration Poll
« Reply #5 on: June 30, 2002, 07:24:23 PM »
Yo, helpme help ME ?

I want this too !!

please post the details  8O  8O  8O

Oh and, where oh where is your site ???
Thats It !

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
phpbb integration Poll
« Reply #6 on: June 30, 2002, 09:56:30 PM »
I would love this too , please post details or pm me , thats just what i want  :!:

giffy :P

Offline helpme

  • Newbie
  • *
  • Posts: 19
    • View Profile
phpbb integration Poll
« Reply #7 on: July 01, 2002, 10:27:36 AM »
hey guys, i haven't done this with my live board and site yet, only testing...

If u look carefully in the user tables of 4images and phpbb, i will see that most of the field are the same so its fairy easy to to the import.

The next things to worry about is u want to make sure users have to login via the phpbb board before they can view 4images pages...just add this codes to any of ur php files

Code: [Select]


<?php

define
&#40;'IN_PHPBB', 1&#41;; 

$no_page_header TRUE

$phpbb_root_path "./your forum dir"

require&
#40;$phpbb_root_path . 'extension.inc'&#41;; 

include&#40;$phpbb_root_path . 'common.'.$phpEx&#41;; 

$userdata session_pagestart&#40;$user_ip, PAGE_INDEX&#41;; 

init_userprefs&#40;$userdata&#41;; 

if&#40; !$userdata['session_logged_in'&#93; &#41; &#123; 

header&#40;"Location&#58; http&#58;//www.yoursite.com/phpbb/login.php?redirect=fileToRedirec.php"&#41;; 

&#125; 

?>



Also look at the phpbb forum, u will find codes that allow u to specify only certain user in a certain group to view the files, just create a group call every1 and allow access for all user, u shoudl be fine