Pagina 1 van 1

topics_anywhere

Geplaatst: 27 okt 2003, 18:30
door sebas
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:

Geplaatst: 27 okt 2003, 19:05
door FlorisD
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.

Geplaatst: 27 okt 2003, 19:39
door sebas
ja maar het staat vol met codes...

Geplaatst: 27 okt 2003, 19:46
door FlorisD
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... 
// 

Geplaatst: 27 okt 2003, 19:48
door sebas
maar hij maakt decode wel maar toont het niet goed...
en ik weet niet hoe dat goed moet...

Geplaatst: 27 okt 2003, 22:55
door w0lfie.be
Werkt op http://www.GSMforum.be perfect...
Die mod heb ik zonder problemen kunnen toepassen.

Geplaatst: 01 nov 2003, 13:30
door sebas
en hoe doe je zon plaatje? waat die de gegevens verteld?

Geplaatst: 01 nov 2003, 17:16
door SPyKoN