phpbb2 Forum in Typo3 einbinden

  • Terry Tornado Terry Tor...
    Padawan
    0 x
    37 Beiträge
    0 Hilfreiche Beiträge
    20. 05. 2003, 20:34

    Hallo alle Profis und die es werden wollen.

    Hat den jemand eine Ahnung ob es überhaupt möglich ist in Typo3 das phpbb2-Forum zu integrieren und wenn ja, wie das vonstatten geht.

    Herzlichsten Dank an alle

    Stephan


  • Batcher Batcher
    Typ im Roten Hemd
    0 x
    3 Beiträge
    0 Hilfreiche Beiträge
    25. 02. 2004, 08:38

    Also ich habe mal versucht das Update einzubinden.
    1. Files einfach drüber kopiert.
    2. Mit dem SQL-Dump einen abgleich gemacht.

    Viele Fehler weg, aber auch neue Fehler drin.....

    So gehen die Smilies nicht mehr und ich habe Probleme mit der Loginübername. Dafür geht jetzt der Quote, der Avatar und anderes.

    Ich habe leider noch zu wenig Ahnung von PHP um die Fehler selbst zu beseitigen. Der Fehler mit den Smilies liegt aber wohl daran das er den Rootpath nicht mit übergibt, sondern nur "imagessmiliessmilie1.gif" übergibt.

    cu

  • bnai bnai
    Jedi-Meister
    0 x
    458 Beiträge
    0 Hilfreiche Beiträge
    25. 02. 2004, 10:04

    ach ich find das echt arm, das es kein vernünftiges board für typo gibt. konntest du deine alten beiträge behalten? was meinst du mit loginübernahme?

  • Batcher Batcher
    Typ im Roten Hemd
    0 x
    3 Beiträge
    0 Hilfreiche Beiträge
    26. 02. 2004, 10:57

    [quote:1e52898db7="bnai"]ach ich find das echt arm, das es kein vernünftiges board für typo gibt. konntest du deine alten beiträge behalten? was meinst du mit loginübernahme?[/quote:1e52898db7]

    Wir haben hier auf der Intranetseite ein Login. Das heißt also man meldet sich einmal im FE an und sollte dann überall ohne erneute PWeingabe reinkommen.

    Das Problem ist das phpBB das Login nicht übernimmt.
    Man muß teilweise die Seite aktualisieren, oder hin und herklicken, dann erscheint auf wundersame weise auch im Forum der angemeldete Benutzer.

    Beiträge waren alle noch da

  • profsk profsk
    Padawan
    0 x
    18 Beiträge
    0 Hilfreiche Beiträge
    29. 02. 2004, 19:22

    Die Registirerung neuer Benutzer funktioniert auch nicht. Man kann aber die Datei usercp_register.php der Vorgängerversion benutzen (einfach über die neue Version rüberkopieren). Die funktioniert.

  • bnai bnai
    Jedi-Meister
    0 x
    458 Beiträge
    0 Hilfreiche Beiträge
    01. 03. 2004, 09:04

    also hört sich so an, als ob sich nicht wirklich viel verbessert hat. für die bugs, die gefixt wurden, sind halt jetzt neue drin. dann kann ich auch bei der alten version bleiben.

  • Flow Flow
    Jar Jar Binks
    0 x
    1 Beiträge
    0 Hilfreiche Beiträge
    07. 03. 2004, 14:43

    Ich würd die Extension gerne ausprobieren, allerdings funktioniert der Download auf der typo3-seite nicht! Gibt es einen anderen Link, wo ich das Extensionfile herunterladen kann?

    Gruß, Flo

  • bnai bnai
    Jedi-Meister
    0 x
    458 Beiträge
    0 Hilfreiche Beiträge
    08. 03. 2004, 08:56

    die neuste version:

    here's the tgz:
    http://www.aegee-utrecht.nl/fileadmin/t3dev/lzphpbb-beta1.tgz

    here's the sql-dump (don't use this at home!):
    http://www.aegee-utrecht.nl/fileadmin/t3dev/lzphpbb-beta1.sql.gz

    in dem thread auf seite 6 ganz unten findest du mehr infos darüber.

  • xaos xaos
    T3PO
    0 x
    20 Beiträge
    0 Hilfreiche Beiträge
    09. 03. 2004, 09:39

    Hallo,

    in der englischen Mailingliste gibt es eine neue, hoffentlich sehr gute Entwicklung!
    Vielleicht löst dies all die Probleme rund um Typo und seine Boards :-)

    news://news.netfielders.de:119/mailman.370.1078757448.32178.typo3-english@lists.netfielders.de

    [size=9:4cd516314e]
    Hello everyone,

    I've been working on a typo3 site for a university for the last 5 or 6 months. The university operates along a consortial model and, as such, is rather decentralized (details are difficult to explain, and probably not that important). Currently, all of our students use a program called "Webboard" (http://www.akiva.com/products/webboard/index.cfm) for cross-campus discussion. Our goal at this point is to migrate discussion boards from webboard to the typo3 site. AFAIK, the only two real solutions for integrating a discussion board into typo3 are tt_board and the phpBB plugin. Without wanting to sound like I'm criticizing anyone, tt_board doesn't do everything we'd want it to, and the implementation of PHPbb still has one major problem IMO (besides being a bit buggy), which is that it keeps track of groups on its own rather than through the typo3 group table. We have all kinds of users for our site -- students, faculty, staff, advisors, grad students, class of 2005, 2006, 2007, etc -- and we needed to be able to create private conferences on the fly (for example, for a class of 15 or 20 students), which meant coming up with a way to deal with typo3 groups.

    So, to solve these problems, I've been coding, on and off, a discussion board for the last 4 or 5 months. The bulk of the work is done, and the forum works well as far as I can tell. I still need to finish coding the administrative page (ultimately, users should be able to administer the board from the frontend or the backend). In addition to the usual message board features (posting, moderator message editing / deleting, new posts alerts, etc), I've also written a PHP script that can be executed via cron (perhaps there's a better way to do this?), which basically grabs any new messages from the DB, adds them to a queue, and sends copies to FEusers who have opted to receive new posts via email.

    I think the extension works well, and I plan on being done with a beta version in 2 to 3 weeks (like I said, I still have to finish coding the admin interface). Once I go beta, I would love to have a second pair of eyes look over the code. I'm pretty much self taught when it comes to PHP, and I'm concerned that I've overlooked some security related issue, or that there are better ways to do certain things. The code is adequately commented, I think, and I hope it's not too hard to follow.

    If anyone is interested in this extension, please let me know, and I will send you a copy via email as soon as it's done (again, 2 to 3 weeks). I'd like to have someone take a look at it before putting it in the extension repository, since I'd hate to release an extension that could potentially cause harm to somebody's setup. Anyhow, if you're interested, shoot me an email at zach@crito.org. I'm hoping that this extension could be really useful to some people, especially to other academic institutions that have similar needs.

    best,
    Zach [/size:4cd516314e]

  • 0 x
    13 Beiträge
    0 Hilfreiche Beiträge
    16. 03. 2004, 13:14

    Hallo,
    unter http://typo3.hachmeister.org/index.php?id=95&L=1 ist ein hervorragendes Tutorial veröffentlicht, das beschreibt, wie man mit dem Typo-Forum ein Forum gestalten kann, das ähnlich wie das phpbb-Forum gestaltet werden kann (verschiedene Foren, Kategorien). Es ist wesentlich einfacher, bietet allerdings auch nicht so viele Funktionen.

    Vielleicht hilft das ja dem ein oder anderen.
    Christian