Gastenboek
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

-
- Berichten: 87
- Lid geworden op: 30 jan 2003, 10:33
- Contacteer:
Gastenboek
http://www.lagulalupis.nl/foto/forum.jpg
Ik heb een mod voor een gastenboek gevonden.
Deze is echter in het engels.
Nu heb ik een nederlandstalige mod en ik krijg een error.
Ook krijg ik geen tekst bij de image bovenaan in het menu.
Niemand weet dus waarom dat pootje er staan.
Geldt trouwenns voor het fotoalbum.
Mijn vragen
Waar kan ik eventueel de tekst veranderen ?
Waar kan ik de tekst achter het pootje toevoegen ?
En wat betelend de error ?
Groetjes,
Nicky
Ik heb een mod voor een gastenboek gevonden.
Deze is echter in het engels.
Nu heb ik een nederlandstalige mod en ik krijg een error.
Ook krijg ik geen tekst bij de image bovenaan in het menu.
Niemand weet dus waarom dat pootje er staan.
Geldt trouwenns voor het fotoalbum.
Mijn vragen
Waar kan ik eventueel de tekst veranderen ?
Waar kan ik de tekst achter het pootje toevoegen ?
En wat betelend de error ?
Groetjes,
Nicky
Open overall_header.tpl en zoek effe het stukje op wat je hebt toegevoegd voor de mod... kijk dan effe hoe de andere regels eruit zien die wel goed zijn...
Controleer of page_tail.php in includes staat...
Als je trouwens dingen wil gaan vertalen moet je dit doen in lang_main en belangrijk is dat je in een woord bijv: extra's niet die vliegende comma gebruikt...
Controleer of page_tail.php in includes staat...
Als je trouwens dingen wil gaan vertalen moet je dit doen in lang_main en belangrijk is dat je in een woord bijv: extra's niet die vliegende comma gebruikt...
Alleen support via het forum, dus geen support via email, msn of pb.
-
- Berichten: 87
- Lid geworden op: 30 jan 2003, 10:33
- Contacteer:
Ik zie het zo niet hoor.
Hier de regels onder elkaar.
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
<a href="{U_GUESTBOOK}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_guestbook.gif" width="12" height="13" border="0" alt="{L_GUESTBOOK}" hspace="3" />{L_GUESTBOOK}</a>
<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
</tr>
Hier de regels onder elkaar.
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
<a href="{U_GUESTBOOK}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_guestbook.gif" width="12" height="13" border="0" alt="{L_GUESTBOOK}" hspace="3" />{L_GUESTBOOK}</a>
<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
</tr>
maak van die regel met guestbook erin dit:
<a href="{U_GUESTBOOK}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_guestbook.gif" width="12" height="13" border="0" alt="{L_GUESTBOOK}" hspace="3" />{L_GUESTBOOK}</a>
<a href="{U_GUESTBOOK}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_guestbook.gif" width="12" height="13" border="0" alt="{L_GUESTBOOK}" hspace="3" />{L_GUESTBOOK}</a>
Alleen support via het forum, dus geen support via email, msn of pb.
-
- Berichten: 87
- Lid geworden op: 30 jan 2003, 10:33
- Contacteer:
-
- Berichten: 87
- Lid geworden op: 30 jan 2003, 10:33
- Contacteer:
oke dit zijn de error die je krijgt dus:
Volgens mij duidt dat toch echt op een missende page_tail.php...Warning: main(): Unable to access ./includes/page_tail.php in /mnt/host-users/d/i/e/dierenliefde/forum/admin/addentry.php on line 35
Warning: main(./includes/page_tail.php): failed to open stream: No such file or directory in /mnt/host-users/d/i/e/dierenliefde/forum/admin/addentry.php on line 35
Warning: main(): Failed opening './includes/page_tail.php' for inclusion (include_path='.:/opt/lib/php') in /mnt/host-users/d/i/e/dierenliefde/forum/admin/addentry.php on line 35
Alleen support via het forum, dus geen support via email, msn of pb.
-
- Berichten: 87
- Lid geworden op: 30 jan 2003, 10:33
- Contacteer:
Voordat ik vanalles probeer...
Kan iemand hierin zie of het klopt ??
<?php
$include_path = dirname(__FILE__);
include_once $include_path."/admin/config.inc.php";
include_once $include_path."/lib/$DB_CLASS";
include_once $include_path."/lib/image.class.php";
include_once $include_path."/lib/template.class.php";
include_once $include_path."/lib/vars.class.php";
include_once $include_path."/lib/add.class.php";
$gb_post = new addentry($include_path);
if (isset($HTTP_POST_VARS["gb_action"])) {
$gb_post->name = (isset($HTTP_POST_VARS["gb_name"])) ? $HTTP_POST_VARS["gb_name"] : '';
$gb_post->email = (isset($HTTP_POST_VARS["gb_email"])) ? $HTTP_POST_VARS["gb_email"] : '';
$gb_post->url = (isset($HTTP_POST_VARS["gb_url"])) ? $HTTP_POST_VARS["gb_url"] : '';
$gb_post->comment = (isset($HTTP_POST_VARS["gb_comment"])) ? $HTTP_POST_VARS["gb_comment"] : '';
$gb_post->location = (isset($HTTP_POST_VARS["gb_location"])) ? $HTTP_POST_VARS["gb_location"] : '';
$gb_post->icq = (isset($HTTP_POST_VARS["gb_icq"])) ? $HTTP_POST_VARS["gb_icq"] : '';
$gb_post->aim = (isset($HTTP_POST_VARS["gb_aim"])) ? $HTTP_POST_VARS["gb_aim"] : '';
$gb_post->gender = (isset($HTTP_POST_VARS["gb_gender"])) ? $HTTP_POST_VARS["gb_gender"] : '';
$gb_post->userfile = (isset($HTTP_POST_FILES["userfile"]["tmp_name"]) && $HTTP_POST_FILES["userfile"]["tmp_name"] != "") ? $HTTP_POST_FILES : '';
$gb_post->user_img = (isset($HTTP_POST_VARS["gb_user_img"])) ? $HTTP_POST_VARS["gb_user_img"] : '';
$gb_post->preview = (isset($HTTP_POST_VARS["gb_preview"])) ? 1 : 0;
$gb_post->private = (isset($HTTP_POST_VARS["gb_private"])) ? 1 : 0;
echo $gb_post->process($HTTP_POST_VARS["gb_action"]);
} else {
echo $gb_post->process();
//
// Show the overall footer.
//
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
exit;
}
?>
Kan iemand hierin zie of het klopt ??
<?php
$include_path = dirname(__FILE__);
include_once $include_path."/admin/config.inc.php";
include_once $include_path."/lib/$DB_CLASS";
include_once $include_path."/lib/image.class.php";
include_once $include_path."/lib/template.class.php";
include_once $include_path."/lib/vars.class.php";
include_once $include_path."/lib/add.class.php";
$gb_post = new addentry($include_path);
if (isset($HTTP_POST_VARS["gb_action"])) {
$gb_post->name = (isset($HTTP_POST_VARS["gb_name"])) ? $HTTP_POST_VARS["gb_name"] : '';
$gb_post->email = (isset($HTTP_POST_VARS["gb_email"])) ? $HTTP_POST_VARS["gb_email"] : '';
$gb_post->url = (isset($HTTP_POST_VARS["gb_url"])) ? $HTTP_POST_VARS["gb_url"] : '';
$gb_post->comment = (isset($HTTP_POST_VARS["gb_comment"])) ? $HTTP_POST_VARS["gb_comment"] : '';
$gb_post->location = (isset($HTTP_POST_VARS["gb_location"])) ? $HTTP_POST_VARS["gb_location"] : '';
$gb_post->icq = (isset($HTTP_POST_VARS["gb_icq"])) ? $HTTP_POST_VARS["gb_icq"] : '';
$gb_post->aim = (isset($HTTP_POST_VARS["gb_aim"])) ? $HTTP_POST_VARS["gb_aim"] : '';
$gb_post->gender = (isset($HTTP_POST_VARS["gb_gender"])) ? $HTTP_POST_VARS["gb_gender"] : '';
$gb_post->userfile = (isset($HTTP_POST_FILES["userfile"]["tmp_name"]) && $HTTP_POST_FILES["userfile"]["tmp_name"] != "") ? $HTTP_POST_FILES : '';
$gb_post->user_img = (isset($HTTP_POST_VARS["gb_user_img"])) ? $HTTP_POST_VARS["gb_user_img"] : '';
$gb_post->preview = (isset($HTTP_POST_VARS["gb_preview"])) ? 1 : 0;
$gb_post->private = (isset($HTTP_POST_VARS["gb_private"])) ? 1 : 0;
echo $gb_post->process($HTTP_POST_VARS["gb_action"]);
} else {
echo $gb_post->process();
//
// Show the overall footer.
//
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
exit;
}
?>