@ stchretien.
Don't reply with your own problem when mine has not been resolved yet.
Or start your own thread.
Thank you,
itsanogo
You are not logged in. Please login or register.
PunBB Forums → Posts by itsanogo
Pages 1
@ stchretien.
Don't reply with your own problem when mine has not been resolved yet.
Or start your own thread.
Thank you,
itsanogo
*BUMP*
Does it have to do with <div> ?
I still haven't figured it out
Thanks!
I am so happy to have reCAPTCHA part of the registration process because I was having 3 or 4 spam registrations from bots everyday...
Thank you!
I am getting there
I have added <pun_include "header.php"> and <pun_include "footer.php"> into main.tpl.
Just need an adjustment in my code so the forum gets below the header and not behind.
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
</head>
<body>
<pun_include "header.php">
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
<div id="brdheader" class="block">
<div class="box">
<pun_navlinks>
<pun_status>
</div>
</div>
<pun_announcement>
<pun_main>
<pun_footer>
</div>
</div>
<pun_include "footer.php">
</div>
</body>
</html>
Can anyone help me with this?
Thanks!
I was talking with the guys that makes the program to generate HTML code and they pointed out something really interesting.
When accessing a punbb forum, after looking at the source code, the main page have this code as part of the header:
<link rel="top" href="http://punbb.informer.com/forums" title="Forum index" />
and the "top" should be replaced by "self" so the forum does not dissappear inside the iFrame...
Where should I insert that line of code?
itsanogo
I made my header (header.htm) of DTD HTML 4.01 Transitional.
Is it possible to call the file header.htm into the main.tpl with <pun_include "header.htm"> ?
Or does it need to be made of xhtml1-strict?
itsanogo
I'll see what I can do. It needs to be easily editable since I often change the header and use an HTML editor to do so...
itsanogo
Here is the link:
http://reverendkill.com/forum.php
The forum.php page is the one holding the inline frame.
The forum work good by itself, but when displayed in iFrames, when "redirecting" after a post or administative task, that's while it's all going wrong.
I created a forum for testing purposes with guest postings.
Thanks,
itsanogo
I am using punbb into inside an iFrame and it sometimes disappear when I login/logout or when I post new topics or replies... To bring it back, I have to reload the page.
Why is that?
itsanogo
I am using Sadness.
I will take a look at the style and change it if I find what to change.
itsanogo
When we close a topic, it puts a line across the subject.
Is it possible to just lock the topic so people cannot reply and also the subject line do not get the line across?
itsanogo
Thank you for the reply, you made me realize we are in xhtml.... that helped alot! I was creating pages with different doctype.
With your advice, I managed to display my header into Gallery2 and punBB, but:
Problem:
All I need to do is make sure the gallery and punbb stays under the header.
http://<?>.org/
http://<?>.org/gallery2
http://<?>.org/punbb
Can anyone help me with this?
itsanogo
Good day, I am new to punbb. I have read a few topics about the subject. I did try it but without success.
All I want to do is add my top menu with background image to punbb.
This is my main.tpl code:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
</head>
<body>
<div id="headermenu">
<pun_include "http://mydomain.com/punbb/include/user/headermenu.php">
</div>
<!-- ............. begin punbb code ......... -->
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
<div id="brdheader" class="block">
<div class="box">
<pun_navlinks>
<pun_status>
</div>
</div>
<pun_announcement>
<pun_main>
<pun_footer>
</div>
</div>
<!-- .................. end punbb code ..................... -->
</body>
</html>
This is my headermenu.php code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<style type="text/css">
img { behavior: url("pngfix.htc"); }
</style>
</head>
<body background="images/backstripe.jpg" bgcolor="#FFFFFF" text="#000000" style="background-attachment:fixed;background-repeat:repeat-x;">
<div id="wb_Image1" style="overflow:hidden;position:absolute;left:149px;top:16px;z-index:0" align="left">
<img src="images/header_iconbox_community.png" id="Image1" alt="" align="top" border="0" style="width:60px;height:60px;"></div>
</body>
</html>
Questions:
1- My headermenu.php file is generated from a webpage software. Does the code need to be made a certain way or something?
2- My headermenu.php file includes a background image. What is the trick for background images? 'cause mine don't show up..
3- I put the images into /include/user/images/ (is that alright?)
Any help would be appreciated,
Thank you,
itsanogo
Pages 1
PunBB Forums → Posts by itsanogo
Powered by PunBB, supported by Informer Technologies, Inc.