Author Topic: Integration 4images 1.7.x / phpBB  (Read 648843 times)

0 Members and 1 Guest are viewing this topic.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / phpBB
« Reply #75 on: November 13, 2002, 09:05:55 AM »
Nein, hast Du es denn schon probiert. Du musst keine PHP sondern nur die Installationsanleitung lesen können ;)

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Andiz

  • Pre-Newbie
  • Posts: 5
    • View Profile
Integration 4images 1.7 / phpBB
« Reply #76 on: November 17, 2002, 09:44:12 AM »
Hallo,

ich habe es jetzt auch versucht, aber irgendwie funktioniert es nicht....

Bei 4images steht oben immer folgendes:

Code: [Select]
DB Error: Bad SQL Query: UPDATE 4images_sessions SET session_user_id = -1, session_start = 1037521748, session_time = 1037521748, session_page = 0, session_logged_in = 0 WHERE session_id = '8baa86e2ef273822e6d06cb6890c5a44' AND session_ip = '508143c9'
Unknown column 'session_start' in 'field list'

DB Error: Bad SQL Query: INSERT INTO 4images_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in) VALUES ('94dfe4e37dabf1805cfb759a0a650054', -1, 1037521748, 1037521748, '508143c9', 0, 0)
Unknown column 'session_start' in 'field list'

DB Error: Bad SQL Query: SELECT u.user_id, u.user_level, u.username, u.user_allow_viewonline, s.session_user_id, s.session_time, s.session_ip FROM 4images_users u, 4images_sessions s WHERE u.user_id = s.session_user_id AND (s.session_time >= 1037521448 OR u.user_session_time >= 1037521448) ORDER BY u.user_id ASC, s.session_ip ASC
Unknown column 'u.username' in 'field list'

DB Error: Bad SQL Query: SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.username FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND c.cat_id = i.cat_id ORDER BY RAND()
Unknown column 'u.username' in 'field list'

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.username FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 3, 1, 2, 4) ORDER BY i.image_date DESC LIMIT 3
Unknown column 'u.username' in 'field list'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/web7/html/4images/includes/db_mysql.php on line 116


Ich habe 4images nicht neu installiert. Würde das helfen?

Sowieso ist einiges noch offen:

1. Muss ich die ganzen Dateien bei 4images oder bei phpBB2 oder bei beidem ändern?

2. Darf ich phpBB2 erst installieren nachdem ich das ganze gemacht habe?

Danke schonmal im Voraus!


Anzuschauen unter:
http://web7.gutepage.net/4images
http://web7.gutepage.net/phpBB2

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / phpBB
« Reply #77 on: November 17, 2002, 10:58:50 PM »
Lies Dir die Installationsanleitung nochmal durch. Du hast nicht alle nötigen Änderungen durchgeführt.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Andiz

  • Pre-Newbie
  • Posts: 5
    • View Profile
Integration 4images 1.7 / phpBB
« Reply #78 on: November 18, 2002, 05:18:11 PM »
Danke danke.

Irgendwie funktioniert bei meinem Texteditor kein suchen und ersetzen. Jetzt hab ichs!
  :)

Offline boxerbay

  • Newbie
  • *
  • Posts: 18
    • View Profile
Postnuke to phpBB2 to 4images
« Reply #79 on: November 19, 2002, 02:12:39 AM »
Jan,
I tried it and I think I am VERY close to integrating all three.  Here's what I did.  
First I installed Postnuke.  http://www.postnuke.com

Then I installed the phpbb 2 postnuke module http://phpbb2pnmod.sourceforge.net/index.php

Got those to work fine then I did a fresh install of 4images and the integration to phpbb mod.

IT WORKS!!!  well sort of.  A few bugs that I don't think are major but unfortunately I am not a PHP'er. :(

For it to work you need to log into to POSTNUKE first.  For testing use login: tester1 password: 123456

As you can see it logs you in to postnuke but if you go to paparazzi pics (upper right block) it takes you in to 4images but you are not logged in.

BUT... if you go into the phpbb forum first then go back to the paparazzi pics it has logged you in!!!  yay!

So that's my first problem and also I have noticed that it gives an error if you try to log out from 4images.  This could be solved by eliminating the log in / log out feature in 4images since postnuke should be the one controlling the log in / out.  

Ideally I would like to have postnuke user table as the primary user table.

I hope you can help out because that would be VERY cool to get all three working.
Thanks Alex.

Offline boxerbay

  • Newbie
  • *
  • Posts: 18
    • View Profile
any help?
« Reply #80 on: November 24, 2002, 09:29:25 PM »
any help?
Thanks Alex.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / phpBB
« Reply #81 on: November 24, 2002, 09:48:50 PM »
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Mr Wiz

  • Pre-Newbie
  • Posts: 2
    • View Profile
I have 13,000 members
« Reply #82 on: December 08, 2002, 07:51:47 AM »
I have 13,000 members with 4images and I want to integrate with phpbb. Is there anyway I can do this without making them all reregister? Could editing phpbb be an alternative? Also, I cannot send an email to all of the members...is there anything I can do to the script that will allow me to send an email to them? Another thing is, I can't make backups unless I use a server control panel, the backup script doesn't work. Thanks, Aaron

Offline sam[deluxe]

  • Newbie
  • *
  • Posts: 30
    • View Profile
Integration 4images 1.7 / phpBB
« Reply #83 on: December 08, 2002, 03:21:34 PM »
Hallo,

kann sein das die Frage schon gestellt wurde, keine Ahnung aber ich frage nochmal:

Ich hab dies auch eingebunden funktioniert soweit gut, klicke Ich jedoch auf einen der User in der Gallery, so komme Ich (logischerweise) zu dem Profil aus dem phpBB Board. Hier kann ich mir aber beispielsweise nicht die Bilder des User anzeigen lassen. Wie kann ich das ändern, das ich auf klick eines Users zu seinem ursprünglichen 4images Profil weitergeleitet werde?

Danke im Vorraus

sam[deluxe]

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / phpBB
« Reply #84 on: December 08, 2002, 08:54:53 PM »
Das geht nicht. Du kannst aber den Link in die Profile-Seite vom phpBB einfügen.
Code: [Select]
http://www.dowmain.com/4images/search.php?search_user={USERNAME}
Die URL natürlich anpassen.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline sam[deluxe]

  • Newbie
  • *
  • Posts: 30
    • View Profile
Integration 4images 1.7 / phpBB
« Reply #85 on: December 08, 2002, 11:11:50 PM »
danke so hats geklappt

Offline Mr Wiz

  • Pre-Newbie
  • Posts: 2
    • View Profile
help? anyone?
« Reply #86 on: December 09, 2002, 01:39:26 AM »
I have 13,000 members with 4images and I want to integrate with phpbb. Is there anyway I can do this without making them all reregister? Could editing phpbb be an alternative? Also, I cannot send an email to all of the members...is there anything I can do to the script that will allow me to send an email to them? Another thing is, I can't make backups unless I use a server control panel, the backup script doesn't work. Thanks, Aaron.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / phpBB
« Reply #87 on: December 09, 2002, 08:19:40 AM »
Maybe you can try to convert the 4images user table to the phpBB format.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline bennos

  • Pre-Newbie
  • Posts: 4
    • View Profile
bessere lösung der anmeldeprozedur
« Reply #88 on: December 11, 2002, 01:59:14 PM »
Hi. habe bei mir @home alles mal installiert.
4images und phpBB

was mich ein wenig stört ist die anmeldeprozedur.
 von 4images werden die leutz jetzt einfach in forum umgeleitet.

eigentlich halb so wild. nur verbleiben sie ja auch nach der REG da.
kleiner schönheitsfehler finde ich.

könnte mann den Reg Vorgang nicht in einem PopUp Fenster öffnen, das sich nach dem vorgang wieder schliesst????

jemand ne idee oder sowas vielleicht schon realisiert.???

gruss
bennos

Offline manica

  • Newbie
  • *
  • Posts: 41
    • View Profile
Änderungen
« Reply #89 on: December 27, 2002, 04:11:33 PM »
Also die Änderungen sind klar, aber bitte welche session.php wird geändert? die von 4images oder phpbb?
Und wo kommt das loginformular rein?

Dann steht da was von den UserIDs. Bezieht sich das auf 4images oder phpbb? Wenn man die ID2 nun einfach löscht was passiert dann? Ein vertauschen wäre dann ja nicht mehr möglich oder? Dann würde der eine User seine bilder verlieren aber nicht gleich alle.