Author Topic: WBB Letzte XX Beiträge in 4images ausgeben / WBB Last XX Post show in 4images  (Read 2221 times)

0 Members and 1 Guest are viewing this topic.

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Getestet mit 4images 1.7.7 und WBBLite2
Tested with 4images 1.77 and WBBLite2

Step 1 WBB + 4images in der gleichen Datenbank / WBB + 4images in the Same Database
Öffne / Open: config.php
Suche / Search:
define("4IMAGES_ACTIVE"1);
Darunter einfügen / Add after:
// Foren Informationen

// Pfad zum Forum und WCF
$forumPath '/forum/';
$wcfPath '/wcf/';
// Auszuschließende Boards
$excludedBoards "0";
// Limit
$limit 5;


Step 2
Downloade das Archiv aus dem Dateianhang und packe alle Dateien in dein Rootverzeichnis
Download the Files from the attachment and copy in your root

Step 3
Um es anzeigen zu können folgenden Code nutzen
To show the Post use this code
<?php include('lastposts.php'); ?>

Have Phun  :P
« Last Edit: March 12, 2010, 09:52:49 PM by Sumale.nin »