I have added a costum New post icon but it shows new post on every topic in the forum. even if i read the topic it's still marked as an unreaded. please fix that to the nex verision.
2 2006-09-30 14:22
Re: Mysko fel på menyn i Profilsidan (2 replies, posted in Archive)
Jag har fixat det nu.
3 2006-09-30 11:26
Re: Profiles URL error (4 replies, posted in PunBB 1.2 troubleshooting)
Now it works!
it was the functions.php file that was needed to update
4 2006-09-30 11:12
Re: Profiles URL error (4 replies, posted in PunBB 1.2 troubleshooting)
No i didn't edit the file. and i don't find any links in the php file
EDIT: i tried to download a fresh copy but it didn't change anything. Can i mannually edit the links in the file an on wich lines is them?
5 2006-09-30 10:37
Topic: Mysko fel på menyn i Profilsidan (2 replies, posted in Archive)
som rubriken antyder har jag fått ett fel i Profilsidans meny.
länkarna går till file:/// sen sökvägen som jag har på min hårddisk.
någon som vet hur jag ska fixa det här?
6 2006-09-30 10:27
Topic: Profiles URL error (4 replies, posted in PunBB 1.2 troubleshooting)
I got something wrong in the URL's in the profile menu.
it's linked to file:///C:/downloads/punbb1.2.13/upload/include/profile.php?whatever it is after this...
anyone know how to slove?
7 2006-09-30 08:42
Topic: Problems integrating forum (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I haveing problems when i trying to integrate my PunBB forum.
How to do?
I have editet the main.tpl to my design but nothing happens.
the code in mail.tpl looks like this
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css" media="screen"><!--
body { background-color: #000; }
#lankar { height: 334px; width: 132px; left: 20px; top: 220px; position: absolute; visibility: visible; }
#logo { height: 100px; width: 410px; left: 170px; top: 30px; position: absolute; visibility: visible; }
#reklam { height: 80px; width: 490px; left: -10px; top: -90px; position: absolute; visibility: visible; }
#main { background-color:#fff; width: 766px; left: 180px; top: 220px; position: absolute; visibility: visible; }
--></style>
<link href="style/datasidan.css" rel="stylesheet" type="text/css" media="all" />
<pun_head>
</head>
<body bgcolor="#000000">
<div id="logo">
<img src="img/datasidan/logo.png" alt="" border="0" />
</div>
<div id="reklam">
<?php include("ad.php") ?>
</div>
<div id="lankar">
<img src="img/datasidan/nyheter.png" alt="" border="0" /><br/>
<img src="img/datasidan/guider.png" alt="" border="0" /><br/>
<img src="img/datasidan/forum.png" alt="" border="0" /><br/>
</div>
<div id="main">
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<pun_title>
<pun_desc>
</div>
<pun_navlinks>
<pun_status>
</div>
</div>
<pun_announcement>
<pun_main>
<pun_footer>
</div>
</div>
<p></p>
</body>
</html>