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
You are not logged in. Please login or register.
PunBB Forums → Posts by machinetaal
Pages 1
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
thank you all very much for helping me so quick and good!!!
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
i removed it because it looks so ugly
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\">";
the one in my signature
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.
What's up with the ending }? That shouldn't be there, delete it
thanx for your sharp eye Smartsys!
that was the problem and it works now!
no idea how that } got there though
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--
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.
Pages 1
PunBB Forums → Posts by machinetaal
Powered by PunBB, supported by Informer Technologies, Inc.