up
2 2005-11-28 19:39
Re: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
i use private message and easybbcode like mods, isn't there here the problem ?
my new page is simply text :
look at my html code :
<div id="bgcomments" class="ctbox">
<p>
<h1>welcome area members</h1>
<form method="post" action="viewer.php">
Your name : <imput type="text" value="" name="autor" /> <br />
Your email<imput type="text" value="" name="email" /> <br />
Your country<imput type="" value="" name="country" /> <br />
Comments<textarea name="comments" value="" />
</form>
</p>
</div>
3 2005-11-28 07:08
Re: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
in fact, the problem doesn't come from my new page,but from code header or footer i include.
if i put :" blalalablablabalabalbaa " between header & footer the problem is it!
Can you give me a model, to put in a page header.php, "some text : blbalbalabalalla", and footer ?
Thank you so much
4 2005-11-27 18:17
Re: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
yes of course, all my pages run ok!
but this error is comming ever!
i just want include header and footer, use all functions in parser.php and common.php!
between both, put my new page, but ...
5 2005-11-27 09:41
Re: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
sorry but i have the same error, i've modify
6 2005-11-27 09:31
Re: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
if my new page is named : galery.php
i have to put => $page_title = pun_htmlspecialchars($pun_config['o_board_title']) . ' / galery.php'; ????
7 2005-11-27 00:03
Re: easybbcode (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
thank you Rikard
thank you too for punbb
8 2005-11-26 23:56
Topic: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
hi
i just make a smiley's galery on a new file.
i want to apply files header.php and footer.php in my new galery's file.
so i am worry at present, because i put in my nex file this code, but i've an error:
my code =>
<?php
/***********************************************************************
Copyright (C) 2002-2005 Rickard Andersson (rickard@punbb.org)
This file is part of PunBB.
PunBB is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
PunBB is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA
************************************************************************/
define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';
// Load the index.php language file
require PUN_ROOT.'lang/'.$pun_user['language'].'/index.php';
$page_title = pun_htmlspecialchars($pun_config['o_board_title']);
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'header.php';
?>
my galery's file here ....
<?
require ('./footer.php');
?>
my problem =>
Erreur : unable to find guest's informations.
9 2005-11-20 13:23
Topic: easybbcode (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hi
i just want to know which version easybbcode mod is compatible with punbb 1.2.10 ?
because i 'm seeing easybbcode mod compatible with punbb 1.2.0 & 1.2.1
thank you fo reply