Topic Extraction 0.2.1

Hulp nodig bij een modificaties of op zoek naar een MOD?
Forumregels

LEES: Richtlijnen voor Support. Vul de support template in!
phpBB3.0.x
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
Plaats reactie
Svensational
Berichten: 8
Lid geworden op: 16 nov 2007, 14:27

Topic Extraction 0.2.1

Bericht door Svensational » 20 nov 2007, 22:00

  • Modificatie & Versie:Topic Extraction 0.2.1
    Directe link naar de modificatie: http://www.vinabb.com/download.php?id=1309
    Adres van je forum: http://www.tuigvandewibaut.nl/forum
    phpBB versie: 3.0.RC7
    Heb je onlangs een andere modificatie of stijl geïnstalleerd? Ja, QuickReply: http://www.vinabb.com/viewtopic.php?f=7 ... &sk=t&sd=a

    Wat is het probleem?Ik heb, voor zover ik 'm snapte, de ReadMe file gevolgd, maar krijg nu op m'n homepage ( http://www.tuigvandewibaut.nl/indextest2.php de volgende meldingen:

    Code: Selecteer alles

    Warning: include(www.tuigvandewibaut.nl/forum/topic_top.php) [function.include]: failed to open stream: No such file or directory in /www/t/u/i/tuigvandewibaut.nl/public_html/indextest2.php on line 3
    
    Warning: include() [function.include]: Failed opening 'www.tuigvandewibaut.nl/forum/topic_top.php' for inclusion (include_path='.:/usr/local/share/pear:/www/scripts/webshop:/www/scripts/public') in /www/t/u/i/tuigvandewibaut.nl/public_html/indextest2.php on line 3
    
    Warning: include(www.tuigvandewibaut.nl/forum/topic_bottom.php) [function.include]: failed to open stream: No such file or directory in /www/t/u/i/tuigvandewibaut.nl/public_html/indextest2.php on line 81
    
    Warning: include() [function.include]: Failed opening 'www.tuigvandewibaut.nl/forum/topic_bottom.php' for inclusion (include_path='.:/usr/local/share/pear:/www/scripts/webshop:/www/scripts/public') in /www/t/u/i/tuigvandewibaut.nl/public_html/indextest2.php on line 81

Svensational
Berichten: 8
Lid geworden op: 16 nov 2007, 14:27

Re: Topic Extraction 0.2.1

Bericht door Svensational » 20 nov 2007, 22:06

  • Wat ik dus gedaan heb:
  • topic_config.php geopend en aangepast
  • topic_look.php geopend en weer gesloten, uit de ReadMe werd me niet precies duidelijk wat ik hier moest doen:
    ===============================
    2) Open the file topic_look.php
    ===============================
    In here are the various ways you can show the topics on your website.

    Line 14 is when you only show the link.

    Line 20 to 26 is the look where you display the topic title, the actual post etc.

    Line 32 to 38 is used when you set $show to '' and when you set $topic_link_type to 'topic'.
    This is when a topic title is clicked to then view the topic on your website.
  • De bestanden geüpload naar de map forum
  • <?php include('www.tuigvandewibaut.nl/forum/topic_top.php'); ?> boven aan indextest2.php gezet
  • <?php include('www.tuigvandewibaut.nl/forum/topic_bottom.php'); ?> op de gewenste plek in indextest2.php gezet.

Plaats reactie