Pagina 1 din 1
topics_anywhere.php
Scris: 14-Aug-2003, 16:54:31
de BuGsY
Pagina este
http://www.streetlaw.as.ro/phpBB/topics_anywhere.php si imi da acea eroare, cu toate ca am schimbat adresa, poate este din cauza versiunilor.
Ma poate ajta careva?
Scris: 14-Aug-2003, 21:45:19
de mihaitza
It appears you haven't changed the $full_url-variable inside the config section of topics_anywhere.php - currently it's still set to '
http://www.streetlaw.as.ro/phpBB'. You at least need to change this variable for Topics Anywhere to work!
În cadrul fişierului de configurare a acestui MOD trebuie să existe o variabilă
$full_url, aceasta trebuie să conţină adresa completă a forumului
http://www.streetlaw.as.ro/phpBB
Cod: Selectaţi tot
// Where is Topics Anywhere? It is the same as the URL to the root of your forum.
// NO trailing slash!
// This is the only variable that NEEDS to be changed for Topics Anywhere to work correctly.
//
// BEWARE: if you don't change this, or you give a wrong URL, Topics Anywhere will not display any
// topic titles. So check this one twice to see if it's really correct!
$full_url = 'http://www.mydomain.com/phpBB';
Acest paragraf este chiar la începutul fişierului topics_anywere.php (rândul 34)