Forums

Unfortunately no one can be told what FluxBB is - you have to see it for yourself.

You are not logged in.

#1 Re: General support (1.2) » where am i going wrong? » 2008-10-03 15:49:18

1320club

i did have them, just in the include file, i had to re-think that the index.php ALSO needs to read them so i put the css files into the main sub.
thanks.

#2 General support (1.2) » where am i going wrong? » 2008-10-03 09:20:37

1320club
Replies: 2

Im trying to intergrate my CSS template with my Forum.. im using the Main.tpl which iv been told too, The below code is working for the forum but its not showing the website css template.

any help?
http://1320club.net/


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>">
<head>
  <title>TeesideZS</title>
  <meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
    <pun_head>
  <link rel="stylesheet" type="text/css" href="css/layout.css" media="screen, projection, tv " />
  <link rel="stylesheet" type="text/css" href="css/html.css" media="screen, projection, tv " /> 
</head>
<body>
<div id="content">
  <div id="header" class="width">
    <img src="images/logo.gif" alt="Your logo goes here"/>
    <ul>
      <li><a href="index.php">Back to Main page</a></li>
    </ul>
  </div>
  <div id="headerImg" class="width"></div>
  <div id="menu" class="width">
    <ul>
      <li>
        <a href="index.php" onfocus="blur()">
          <span class="title ">Index</span>
          <span class="desc">Forum Index</span>        </a>      </li>
      <li>
        <a href="#.html" class="forum" onfocus="blur()">
          <span class="title ">Meets</span>
          <span class="desc style3">When is the next meet</span>        </a>      </li>
      <li>
        <a href="links.html" onfocus="blur()">
          <span class="title ">Links</span>
          <span class="desc">Friends & Sponsors</span>
        </a>
      </li>
      <li>
        <a href="media.html" onfocus="blur()">
          <span class="title ">Media</span>
          <span class="desc">Images & Videos</span>
        </a>
      </li>
    </ul>
  </div>
  <div id="page">
  <div id="columns" class="widthPad">
  
  
  
    <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>



    </div>
  </div>
</div>
<div id="footer">
  <div id="bg" class="width">
    <img src="images/logo.gif" alt="Your logo goes here"/>
    <ul>
      <li><a href="">Sitemap</a></li>
      <li><a href="">Register</a></li>
      <li><a href="http://opensourcetemplates.org">opensourcetemplates.org</a></li>
      <li><a href="http://www.studio7designs.com" class="last">studio7designs.com</a></li>
     </ul>
  </div>
</div>
</body>
</html>

#3 Re: General support (1.2) » Login/Redirect Bug or Code Error? » 2008-10-02 15:40:22

1320club

Yeah i just did post the standard FluxBB pages in the standard Css pages. Im not very experianced coder as you can tell, i havent even touthced main.tpl at the moment. Just the standard pages in the UPLOAD file with the exeptin of header.php and footer.php.

Il sort out the problem with the header already being sent and il see if it works.

#4 Re: General support (1.2) » Login/Redirect Bug or Code Error? » 2008-10-02 15:27:57

1320club
Paul wrote:

Moved. This belongs in the 1.2 forum.

Sorry, thankyou for moving.

How can i fix it, any ideas?

#5 General support (1.2) » Login/Redirect Bug or Code Error? » 2008-10-02 15:11:29

1320club
Replies: 4

Iv added FluxBB to a CSS Template, all the pages now work fine (still need re-do template).
There is a code error on the login page (just about the header has already been sent, not sure if this needs be fixed for login to work)
My cookies are enabled.

www.1320club.net is my url if you need to check some stuff out.

When i try and login it says it is correct and im re-directed back to the previous page like i should be, however im not logging in.
I cant login.

any help or suggestions?

Board footer

Powered by FluxBB 1.5.0