is it possible to automaticly edit silent within 10 or 15 minutes?
after that 'edited by' is displayed.

i noticed this feature on other forums

2

(11 replies, posted in PunBB 1.2 troubleshooting)

big_smile

thank you all very much for helping me so quick and good!!!

3

(11 replies, posted in PunBB 1.2 troubleshooting)

ok the code is now in the head of main.tpl.

looks like this:

<head>
<link rel=\"icon\" href=\"http://www.electricbounce.nl/mt.ico\" type=\"image/x-icon\">
<link rel=\"shortcut icon\" href=\"http://www.electricbounce.nl/mt.ico\" type=\"image/x-icon\">
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
</head>

black text is gone but still no favicon to be seen

4

(11 replies, posted in PunBB 1.2 troubleshooting)

i removed it because it looks so ugly smile

but i put it back now for bugtesting.

the exact code =

echo "<link rel=\"icon\" href=\"http://www.electricbounce.nl/mt.ico\" type=\"image/x-icon\">";
echo "<link rel=\"shortcut icon\" href=\"http://www.electricbounce.nl/mt.ico\" type=\"image/x-icon\">";

5

(11 replies, posted in PunBB 1.2 troubleshooting)

the one in my signature wink

6

(11 replies, posted in PunBB 1.2 troubleshooting)

hi,

i want to add a favico to my forum and placed the following code, which i found on google, in header.php
after <?php

echo "<link rel=\"icon\" href=\"img/favicon.ico\" type=\"image/x-icon\">";
echo "<link rel=\"shortcut icon\" href=\"img/favicon.ico\" type=\"image/x-icon\">";

the favico loads but all the bodytext inside the forum turns black. (it was white)

what happens here?
and how can i solve it?

thanks for helping out.

7

(15 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:

What's up with the ending }? That shouldn't be there, delete it tongue

thanx for your sharp eye Smartsys!

that was the problem and it works now!
no idea how that } got there though

8

(15 replies, posted in PunBB 1.2 troubleshooting)

ps.

this is what my config.php looks like:

--start code--
<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'xxxxx';
$db_username = 'xxxxx';
$db_password = 'xxxxx';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '1918bad4';

define('PUN', 1);}
--end code--

9

(15 replies, posted in PunBB 1.2 troubleshooting)

hi,

I have the same problem:
installed the forum
cmods changed for the cache folder and the avatarts folder
uploaded the config.php file without a space on the first line

I get a blank page on the index.php

does anybody have any suggestions?

where can i find .htaccess to view my error??

thank you for helping out.