topics_anywhere

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
sebas
Berichten: 11
Lid geworden op: 31 aug 2003, 15:42
Locatie: den haag
Contacteer:

topics_anywhere

Bericht door sebas » 27 okt 2003, 18:30

ik was het aan het installeren maar als ik het doe doet iehet wel maar als ik de gemaakte code op de site zet of een pagina doet ie het niet dan zie je niks in plaats van dingen die de persone hebben gepost...ol: :cry:
heb lol in het leven dan heeft het leven lol in jou! ????? Afbeelding

Gebruikersavatar
FlorisD
Berichten: 1595
Lid geworden op: 12 nov 2002, 21:06
Locatie: Vijfhuizen
Contacteer:

Bericht door FlorisD » 27 okt 2003, 19:05

Heb je de variabelen in het topics_anywhere.php bestand wel ingevuld? Deze staan bovenaan dit bestand en daarin staan o.a. de URL waar het forum staat e.d.
MessageBoard.nl, gratis phpBB forum hosting

sebas
Berichten: 11
Lid geworden op: 31 aug 2003, 15:42
Locatie: den haag
Contacteer:

Bericht door sebas » 27 okt 2003, 19:39

ja maar het staat vol met codes...
Laatst gewijzigd door sebas op 27 okt 2003, 19:46, 1 keer totaal gewijzigd.

Gebruikersavatar
FlorisD
Berichten: 1595
Lid geworden op: 12 nov 2002, 21:06
Locatie: Vijfhuizen
Contacteer:

Bericht door FlorisD » 27 okt 2003, 19:46

Dit is het stuk wat je zo moet instellen, maar zo te zien zit de waarde er niet meer tussen.

Code: Selecteer alles

// 
// Config Section 
// 

// Who may view the Topics Anywhere setup page and generate scripts to copy and paste? 
// Everybody: 0 
// Administrators only: 1 
// Moderators only: 2 
// Administrators and moderators: 3 
// All registered users: 4 
$topics_anywhere_authlevel = 0; 

// By default, only public forums are shown in the picklist. If you want, you can let 
// Topics Anywhere show all forums in the picklist (this is including private and hidden forums). 
// To do this, change 'true' to 'false' below. 
// You can still exclude specific forums from the picklist by changing next config option. 
$public_only = true; 

// Don't show following forums in the picklist on the setup page. 
// This is an array of numbers which are the forum ID's. 
// For example use "$hide_forums = array(1, 5, 10);" to hide forums with ID 1, 5 and 10 
// Leave the array empty (as below) to show all the forums. 
// Note: it is never possible to let Topics Anywhere show topics from excluded forums, 
// not even by modifying the URL generated by Topics Anywhere. 
$hide_forums = array(); 

// You can change the format of date and time here... 
// For American type dates you probably want to use the other array below 
// You can also make your own formats, as long as you use the syntax of PHP's function date() 
// Of course, do not add or remove any quotes! (unless escaped) 
$date_formats = array('d/m/y', 'd/m/Y', 'd/m/Y H:i:s', 'D d-M-y', 'D d-M-Y', 'D d-M-Y H:i:s', 'l j F Y', 'l j F Y H:i:s'); 

// Some American style date formats - to enable them uncomment following line by removing the '// ' 
// $date_formats = array('m/d/y', 'm/d/Y', 'm/d/Y g:i:s A', 'D M d, y', 'D M d, Y', 'D M d, Y g:i:s A', 'l, F jS, Y', 'l, F jS, Y g:i:s A'); 

// Array of possible bullets 
// You can add your own bullets if you want. 
// Do not add or remove any quotes! (unless escaped) 
$bullets = array('-', '+', '>', '›', '»', '°', '*'); 

// 
// End of Config Section - nothing needs to be modified below... 
// 
MessageBoard.nl, gratis phpBB forum hosting

sebas
Berichten: 11
Lid geworden op: 31 aug 2003, 15:42
Locatie: den haag
Contacteer:

Bericht door sebas » 27 okt 2003, 19:48

maar hij maakt decode wel maar toont het niet goed...
en ik weet niet hoe dat goed moet...
heb lol in het leven dan heeft het leven lol in jou! ????? Afbeelding

Gebruikersavatar
w0lfie.be
Berichten: 777
Lid geworden op: 16 mar 2003, 13:59
Locatie: Gent (België)
Contacteer:

Bericht door w0lfie.be » 27 okt 2003, 22:55

Werkt op http://www.GSMforum.be perfect...
Die mod heb ik zonder problemen kunnen toepassen.

sebas
Berichten: 11
Lid geworden op: 31 aug 2003, 15:42
Locatie: den haag
Contacteer:

Bericht door sebas » 01 nov 2003, 13:30

en hoe doe je zon plaatje? waat die de gegevens verteld?
heb lol in het leven dan heeft het leven lol in jou! ????? Afbeelding

Gebruikersavatar
SPyKoN
Berichten: 1224
Lid geworden op: 27 aug 2003, 07:41
Locatie: België
Contacteer:

Bericht door SPyKoN » 01 nov 2003, 17:16


Gesloten