Help met Mod for the Advance Quick Reply Management!
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.

Help met Mod for the Advance Quick Reply Management!
Hey, ik heb de 'Mod for the Advance Quick Reply from RustyDragon and for Smartors Quick Reply' geinstalleerd (eindelijk pff) alleen weet nu niet hoe ik de quickreply box daadwerkelijk moet activeren (en waar?!), ik zie niks ervan in de admin cp...
Ja ik heb de mod van RustyDragon geinstalleerd...
Ja ik heb de mod van RustyDragon geinstalleerd...
Laatst gewijzigd door Legend op 10 mei 2007, 22:05, 2 keer totaal gewijzigd.
Ok ik heb hem gevonden waar ik hem kan aanpassen maar ik krijg de volgende error:

What to do? en wees aub zo gedetailleerd mogelijk wank ben een noobCouldn't update forum information
DEBUG MODE
SQL Error : 1054 Unknown column 'quickallow' in 'field list'
UPDATE phpbb_forums SET forum_name = 'Zero News and Announcements Forum', cat_id = 1, forum_desc = 'For all the clanrelated news and announcements.', forum_status = 0, quickallow = 1, prune_enable = 0 WHERE forum_id = 1
Line : 445
File : admin_forums.php

zet dit eens in een bestand (db_update.php) surf er dan naar, en zeg dan wat je ziet. (op jouw site natuurlijk
)

Code: Selecteer alles
<?php
/***************************************************************************
* db_update.php
* -------------------
*
* copyright : ©2003 Freakin' Booty ;-P & Antony Bailey
* project : http://sourceforge.net/projects/dbgenerator
* Website : http://freakingbooty.no-ip.com/ & http://www.rapiddr3am.net
*
***************************************************************************/
/***************************************************************************
*
* This program 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.
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//
if( !$userdata['session_logged_in'] )
{
$header_location = ( @preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')) ) ? 'Refresh: 0; URL=' : 'Location: ';
header($header_location . append_sid("login.$phpEx?redirect=db_update.$phpEx", true));
exit;
}
if( $userdata['user_level'] != ADMIN )
{
message_die(GENERAL_MESSAGE, 'You are not authorised to access this page');
}
$page_title = 'Updating the database';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
echo '<table width="100%" cellspacing="1" cellpadding="2" border="0" class="forumline">';
echo '<tr><th>Updating the database</th></tr><tr><td><span class="genmed"><ul type="circle">';
$sql = array();
$sql[] = "ALTER TABLE " . $table_prefix . "forums ADD quickallow tinyint (1) NOT NULL default '1'";
for( $i = 0; $i < count($sql); $i++ )
{
if( !$result = $db->sql_query ($sql[$i]) )
{
$error = $db->sql_error();
echo '<li>' . $sql[$i] . '<br /> +++ <font color="#FF0000"><b>Error:</b></font> ' . $error['message'] . '</li><br />';
}
else
{
echo '<li>' . $sql[$i] . '<br /> +++ <font color="#00AA00"><b>Successfull</b></font></li><br />';
}
}
echo '</ul></span></td></tr><tr><td class="catBottom" height="28"> </td></tr>';
echo '<tr><th>End</th></tr><tr><td><span class="genmed">Installation is now finished. Please be sure to delete this file now.<br />If you have run into any errors, please visit the <a href="http://www.phpbbsupport.co.uk" target="_phpbbsupport">phpBBSupport.co.uk</a> and ask someone for help.</span></td></tr>';
echo '<tr><td class="catBottom" height="28" align="center"><span class="genmed"><a href="' . append_sid("index.$phpEx") . '">Have a nice day</a></span></td></table>';
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
gek, even zeggen wat we nu gedaan hebben, phpBB zegt dat hij een waarde in de tabel niet kan vinden en met gevolg niet kan aanpassen.
De mysql waarde zetten we erin, en die blijkt er toch al in te zitten. Dat zegt duplicated dinges ....
Ik raak er niet wijs uit, als je wilt kan ik je via msn helpen, dan neem ik een kijkje contact me anders via msn : svennson56[at]hotmail*dot*com
De mysql waarde zetten we erin, en die blijkt er toch al in te zitten. Dat zegt duplicated dinges ....
Ik raak er niet wijs uit, als je wilt kan ik je via msn helpen, dan neem ik een kijkje contact me anders via msn : svennson56[at]hotmail*dot*com