| Author |
Post |
|
|
#1 Fri Nov 17, 2006 12:26 am
|
|
Member
Registered: Nov 2006
Posts: 7
|
i have a problem with the linking it seams. when using a button, whichever, i get something like ..../UseBB/index.php/admin.php?act=categories or .../UseBB/index.php/online.php and so on. it adds an extra index.php and that messes up the graphics and the layout. as we say in norwegian: "what dæven do i do" translates into: what do i do? 
|
|
|
#2 Fri Nov 17, 2006 4:22 am
|
|
Member
Registered: May 2005
Posts: 298
Location: 98671
|
Can not remember topics that explain it, and if the same.
Leave this $conf['board_url'] = ''; empty in config.php and reupload, you'll have change setting again, since reuploading this file will change settings to default.
|
|
|
#3 Fri Nov 17, 2006 4:33 am
|
|
Member
Registered: May 2005
Posts: 298
Location: 98671
|
And change below to reflect your database, before reuploading.
// // Define database configuration // $dbs['type'] = 'mysql'; $dbs['server'] = 'localhost'; $dbs['username'] = ''; $dbs['passwd'] = ''; $dbs['dbname'] = ''; $dbs['prefix'] = '';
Plus what I wrote above post cannot remember names of topics.
|
|
|
#4 Fri Nov 17, 2006 11:37 am
|
|
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
|
See UseBB 1 FAQ, second question.
|
|
|
#5 Sat Nov 18, 2006 11:48 am
|
|
Member
Registered: May 2005
Posts: 298
Location: 98671
|
Dietrich wrote See UseBB 1 FAQ, second question.
Didn't know that was there. Note to self again: I need to look and/or read. 
|
|
|
#6 Sun Nov 19, 2006 1:04 pm
|
|
Member
Registered: Nov 2006
Posts: 7
|
you were right. i had, for some reason filled $conf['board_url'] = ''; my fault.
tnx for the help
|