Seite 4 von 20

Verfasst: 08.09.2003 11:09
von Gast
Meerschweinchen-TV hat geschrieben:Hab noch ein Problem gefunden:
Der Admin kann die falschen Antworten der User lesen.
Die anderen User nicht.
sollen sie auch nicht :D

Verfasst: 08.09.2003 11:25
von Meerschweinchen-TV
Ist ja auch gut so..Nur warum klcike ich in der Konfiguration an, dass der Admin mit machen darf.
Ich möchte ja, dass der Admin die Antworten nicht sieht. :lol:

Verfasst: 08.09.2003 12:51
von saerdnaer_
zu 1: naja die links sollten eigedlich schon gehen... übrigends meinte ich nicht den quelltext der admin_quiz.php sondern den html quelltext der seite auf der du diese pn liest. das heißt du musst die pn in der pn verwaltung öffnen und dann wenn du diese pn liest auf die rechte maustaste drücken und auf 'quelltext anzeigen' gehen. dann siest du den html quelltext der seite. und den will ich sehn ;-)

zu 2: scheind ein js fehler zu sein... ich muss mal nachsehen...

zu 3: okay dann stimmt da anscheinend irgendwas mit der löschen funktion noch nicht... wird korrigiert...

zu 4: ( damit ist das thema teilen gemeint ) muss ich mir bei mir mal ansehen...

zu 5: das mit dem antworten anzeigen: ich wollte das eigendlich sollte das so sein das der admin wenn er antworten darf die antworten der anderen user erst sieht wenn er selbst bereits eine antwort geschrieben hat... kann aber sein das ich das vergessen habe...

ah

Verfasst: 08.09.2003 14:13
von Meerschweinchen-TV
saerdnaer_ hat geschrieben:zu 1: naja die links sollten eigedlich schon gehen... übrigends meinte ich nicht den quelltext der admin_quiz.php sondern den html quelltext der seite auf der du diese pn liest. das heißt du musst die pn in der pn verwaltung öffnen und dann wenn du diese pn liest auf die rechte maustaste drücken und auf 'quelltext anzeigen' gehen. dann siest du den html quelltext der seite. und den will ich sehn ;-)

ah
ohhh peinlich, hatte mir schon fast sowas gedacht, denn du hast ja selber den quellcode... :oops:

aber hier ist der quelltext der pn verwaltung:

Code: Alles auswählen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<meta http-equiv="Content-Style-Type" content="text/css">

<link rel="top" href="index.php" title="" />
<link rel="search" href="search.php" title="" />
<link rel="help" href="faq.php" title="" />
<link rel="author" href="memberlist.php" title="" />

<title>Meerschweinchen-TV :: Nachricht lesen</title>
<!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #636B84;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link, a:active, a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(templates/subSilver/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url('templates/subSilver/images/cellpic1.gif');
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight, td.catRight, td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft, td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom, td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "T_FONTFACE2"};
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen, a.genmed, a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle, h1, h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
</style>
<script language="Javascript" type="text/javascript">
<!--
	if ( 0 )
	{
		window.open('privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>

</head>
<body bgcolor="#636B84" text="#000000" link="#006699" vlink="#5493B4" />

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
	<tr>
		<td class="bodyline">
        <table width="100%" cellspacing="0" cellpadding="0" border="1" bordercolor="#636B84" style="border-collapse: collapse">
			<tr>
				<td bgcolor="#636B84"> <a href="http://www.meerschweinchenchat.de/phpBB2"><script language="JavaScript" src="http://www.meerschweinchen-tv.de/potw/potw1.js" vspace="1"></script></a>
<center>
<font color="#FFFFFF">
<font size="1">Bild der Woche</font> </font>
</center>
		</td>
				<td align="center" width="100%" valign="middle" bgcolor="#636B84">
                <font color="#FFFFFF"><span class="maintitle">Meerschweinchen-TV</span><br />
                </font><span class="gen"><font color="#FFFFFF">Das Meerschweinchen-TV Forum</font></span><p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
				<table cellspacing="0" cellpadding="2" border="0" height="19" width="793">
					<tr>
						<td align="center" valign="top" nowrap="nowrap" height="1" width="789">
                        <p style="margin-top: 0; margin-bottom: 0">
                        <span class="mainmenu">&nbsp; &nbsp;</span><a href="profile.php?mode=editprofile" class="mainmenu"><font color="#FFFFFF"><span class="mainmenu"><img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="Profil" hspace="3" /></span></font></a><span class="mainmenu"><a href="album.php" class="mainmenu"><font color="#FFFFFF">Fotoalbum</font></a>&nbsp;
                        <a href="profile.php?mode=editprofile" class="mainmenu"><font color="#FFFFFF"><img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="Profil" hspace="3" />Profil</font></a><font color="#FFFFFF">&nbsp;
                        </font>
                        <a href="http://www.meerschweinchen-tv.de/index.html" style="color: T_BODY_LINK" class="mainmenu">
                        <font color="#FFFFFF">
                        <img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" target="_blank" border="0" alt="www.Meerschweinchen-TV.de" title="www.Meerschweinchen-TV.de" hspace="3" align="top" />Meerschweinchen-TV.de</font></a><font color="#FFFFFF">&nbsp;
                        </font>
                        <a href="http://www.meerschweinchen-tv.de/index.html" style="color: T_BODY_LINK" class="mainmenu">
                        <font color="#FFFFFF">
                        <img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" target="_blank" border="0" alt="Das alte Forum! Nur lesen!" title="Das alte Forum! Nur lesen!" hspace="3" align="top" /></font></a><a style="color: T_BODY_LINK" class="mainmenu" target="_blank" href="http://30618.rapidforum.com"><font color="#FFFFFF">Das
                        alte Forum</font></a><font color="#FFFFFF">&nbsp; </font> <a href="memberlist.php" class="mainmenu"><font color="#FFFFFF"><img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="Mitgliederliste" hspace="3" />Mitgliederliste</font></a><font color="#FFFFFF">&nbsp; </font> <a href="http://www.meerschweinchenchat.de/web/phpMyChat.php3" class="mainmenu">
                        <font color="#FFFFFF">
                        <img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" target="_blank" border="0" alt="Chat" hspace="3" align="top"/>Chat</font></a><font color="#FFFFFF">&nbsp;
                        </font><a href="ranks.php" class="mainmenu"><font color="#FFFFFF"><img src="templates/subSilver/images/meeri1.gif" width="15" height="16" border="0" alt="Ränge" hspace="3" />Ränge</font></a><font color="#FFFFFF">
                        </font><a href="faq.php" class="mainmenu"><font color="#FFFFFF"><img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="FAQ" hspace="3" />FAQ</font></a><font color="#FFFFFF">
                        </font><a href="search.php" class="mainmenu"><font color="#FFFFFF"><img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="Suchen" hspace="3" />Suchen</font></a></span></td>
					</tr>
					<tr>
						<td align="center" valign="top" nowrap="nowrap" height="10" width="789">
                        <p style="margin-top: 0; margin-bottom: 0">
                        <span class="mainmenu"><a href="quiz.php?mode=faq" class="mainmenu">
                        <img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="Quiz FAQ" hspace="3" /><font color="#FFFFFF">[Quiz FAQ</font></a><font color="#FFFFFF"> |
                        </font><a href="quiz.php?mode=suggest" class="mainmenu"><font color="#FFFFFF">Quizfragen vorschlagen</font></a><font color="#FFFFFF"> | <a href="http://www.meerschweinchenchat.de/phpBB2/statistics.php" class="mainmenu"><font color="#FFFFFF">Top10</font></a>]
                        </font><font color="#FFFFFF">&nbsp;</font><a href="profile.php?mode=register" class="mainmenu"><font color="#FFFFFF"><img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="Registrieren" hspace="3" />Registrieren</font></a><font color="#FFFFFF">
                        </font><a href="privmsg.php?folder=inbox" class="mainmenu"><font color="#FFFFFF"><img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="Du hast keine neuen Nachrichten" hspace="3" />Du hast keine neuen Nachrichten</font></a><font color="#FFFFFF">&nbsp;
                        </font><a href="login.php?logout=true&sid=82c66961e48a09010c0e51a57cb71e77" class="mainmenu"><font color="#FFFFFF"><img src="http://www.meerschweinchenchat.de/phpBB2/images/meeri1.gif" width="15" height="16" border="0" alt="Logout [ Peter ]" hspace="3" />Logout [ Peter ]</font></a></span></td>
					</tr>
					</table></td>
			</tr>
		</table>

		    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="15">
              <tr>
                <td width="100%" height="1">
                <img src=http://www.meerschweinchenchat.de/phpBB2/images/logo_un.jpg border=0 width="100%" height=27></td>
              </tr>
              <tr>
                <td width="100%" height="19">&nbsp;</td>
              </tr>
            </table>

		<br />

<table cellspacing="2" cellpadding="2" border="0" align="center">
  <tr>
	<td valign="middle"><a href="privmsg.php?folder=inbox"><img src="templates/subSilver/images/msg_inbox.gif" border="0" alt="Posteingang" /></a></td>
	<td valign="middle"><span class="cattitle"><a href="privmsg.php?folder=inbox">Posteingang</a> &nbsp;</span></td>
	<td valign="middle"><a href="privmsg.php?folder=sentbox"><img src="templates/subSilver/images/msg_sentbox.gif" border="0" alt="Gesendete Nachrichten" /></a></td>
	<td valign="middle"><span class="cattitle"><a href="privmsg.php?folder=sentbox">Gesendete Nachrichten</a> &nbsp;</span></td>
	<td valign="middle"><a href="privmsg.php?folder=outbox"><img src="templates/subSilver/images/msg_outbox.gif" border="0" alt="Postausgang" /></a></td>
	<td valign="middle"><span class="cattitle"><a href="privmsg.php?folder=outbox">Postausgang</a> &nbsp;</span></td>
	<td valign="middle"><a href="privmsg.php?folder=savebox"><img src="templates/subSilver/images/msg_savebox.gif" border="0" alt="Archiv" /></a></td>
	<td valign="middle"><span class="cattitle"><a href="privmsg.php?folder=savebox">Archiv</a></span></td>
  </tr>
</table>

<br clear="all" />

<form method="post" action="privmsg.php?folder=inbox">
<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr>
	  <td valign="middle"><a href="privmsg.php?mode=reply&p=445"><img src="templates/subSilver/images/lang_german/reply.gif" alt="Auf Nachricht antworten" border="0" /></a></td>
	  <td width="100%"><span class="nav">&nbsp;<a href="index.php" class="nav">Meerschweinchen-TV Foren-Übersicht</a></span></td>
  </tr>
</table>

<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
	<tr>
	  <th colspan="3" class="thHead" nowrap="nowrap">Posteingang :: Nachricht</th>
	</tr>
	<tr>
	  <td class="row2"><span class="genmed">Von:</span></td>
	  <td width="100%" class="row2" colspan="2"><span class="genmed">Quizmaster</span></td>
	</tr>
	<tr>
	  <td class="row2"><span class="genmed">An:</span></td>
	  <td width="100%" class="row2" colspan="2"><span class="genmed">Peter</span></td>
	</tr>
	<tr>
	  <td class="row2"><span class="genmed">Verfasst am:</span></td>
	  <td width="100%" class="row2" colspan="2"><span class="genmed">08.09.2003, 14:06</span></td>
	</tr>
	<tr>
	  <td class="row2"><span class="genmed">Titel:</span></td>
	  <td width="100%" class="row2"><span class="genmed">[Quizbot] Neue Quizfrage wurde vorgeschlagen</span></td>
	  <td nowrap="nowrap" class="row2" align="right"> <a href="privmsg.php?mode=quote&p=445"><img src="templates/subSilver/images/lang_german/icon_quote.gif" alt="Nachricht zitieren" border="0" /></a> </td>
	</tr>
	<tr>
	  <td valign="top" colspan="3" class="row1"><span class="postbody">Soeben wurde von Peter eine neue Quizfrage vorgeschlagen. Sie können sich die Quizfrage im Adminbereich in der <a href="http://www.meerschweinchenchat.de/phpBB2/admin/admin_quiz.php" target="_blank" class="postlink">Quizfragen Übersicht</a> oder gleich direkt unter <a href="http://www.meerschweinchenchat.de/phpBB2/admin/admin_quiz.php?mode=edit&quiz_id=508" target="_blank" class="postlink">Quizfragen bearbeiten</a> ansehen.<br /><br />MfG<br /> der Quizbot dieses Boards</span>
	  </td>
	</tr>
	<tr>
	  <td width="78%" height="28" valign="bottom" colspan="3" class="row1">
		<table cellspacing="0" cellpadding="0" border="0" height="18">
		  <tr>
			<td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=38"><img src="templates/subSilver/images/lang_german/icon_profile.gif" alt="Benutzer-Profile anzeigen" title="Benutzer-Profile anzeigen" border="0" /></a>  <a href="profile.php?mode=email&u=38"><img src="templates/subSilver/images/lang_german/icon_email.gif" alt="E-Mail senden" title="E-Mail senden" border="0" /></a>
			  <a href="http://www.meerschweinchen-tv.de" target="_userwww"><img src="templates/subSilver/images/lang_german/icon_www.gif" alt="Website dieses Benutzers besuchen" title="Website dieses Benutzers besuchen" border="0" /></a>   </td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><script language="JavaScript" type="text/javascript"><!--

		if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
			document.write('');
		else
			document.write('<div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px"></div></div>');

		  //--></script><noscript></noscript></td>
		  </tr>
		</table>
	  </td>
	</tr>
	<tr>
	  <td class="catBottom" colspan="3" height="28" align="right"> <input type="hidden" name="sid" value="82c66961e48a09010c0e51a57cb71e77" /><input type="hidden" name="mark[]" value="445" />
		<input type="submit" name="save" value="Nachricht speichern" class="liteoption" />
		&nbsp;
		<input type="submit" name="delete" value="Nachricht löschen" class="liteoption" />
	  </td>
	</tr>
  </table>
  <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
	<tr>
	  <td><a href="privmsg.php?mode=reply&p=445"><img src="templates/subSilver/images/lang_german/reply.gif" alt="Auf Nachricht antworten" border="0" /></a></td>
	  <td align="right" valign="top"><span class="gensmall">Alle Zeiten sind GMT + 1 Stunde</span></td>
	</tr>
  </table>
</form>

<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
  <tr>
	<td valign="top" align="right"><span class="gensmall">
<form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
	<tr>
		<td nowrap="nowrap"><span class="gensmall">Gehe zu:&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Forum auswählen</option><option value="-1">&nbsp;</option><option value="-1">Meerschweinchen</option><option value="-1">----------------</option><option value="1">Allgemeine Fragen</option><option value="2">Ernährung</option><option value="3">Gesundheit</option><option value="4">Haltung, Käfig & Zubehör</option><option value="5">Meeris & ihre Besitzer stellen sich vor</option><option value="6">Tipps & Ratschläge</option><option value="7">Verhalten</option><option value="8">Engelchen</option><option value="9">Galerie</option><option value="-1">&nbsp;</option><option value="-1">Fun</option><option value="-1">----------------</option><option value="10">Plauderecke</option><option value="13">Umfragen</option><option value="14">Tier-News</option><option value="16">Quiz</option><option value="-1">&nbsp;</option><option value="-1">Support</option><option value="-1">----------------</option><option value="11">Hilfe</option><option value="12">Ankündigungen</option></select>&nbsp;<input type="submit" value="Go" class="liteoption" /></span></td>
	</tr>
</table></form>

</span></td>
  </tr>
</table>


<div align="center"><span class="copyright"><br /><a href="admin/index.php?sid=82c66961e48a09010c0e51a57cb71e77">Administrations-Bereich</a><br /><br /><br />
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the
	Powered by phpBB 2.0.4 line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected.

	The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> 2.0.4 &copy; 2001, 2002 phpBB Group<br /></span></div>
		</td>
	</tr>
</table>

</body>
</html>
mfg
Peter

Verfasst: 08.09.2003 14:38
von Schumi
Ein Fehler in der Anleitung (functions_post.php):

Code: Alles auswählen

if ($mode == 'newtopic' || $mode == 'reply')
gibt es nicht. Zumindest in meinem phpBB 2.0.6 nicht :wink:
Richtig ist

Code: Alles auswählen

#
#-----[ FIND ]------------------------------------------
#
	if ($mode == 'newtopic' || $mode == 'reply' || $mode == 'editpost' ) 
#
#-----[ REPLACE WITH ]------------------------------------------
#
	if ( !isset($post_data['flood_control_off']) && ( $mode == 'newtopic' || $mode == 'reply' || $mode == 'editpost' ) ) // ADDED ' !isset($post_data['flood_control_off']) && ( ' AND ')' BY Quiz Hack

Verfasst: 08.09.2003 18:01
von Schwarzer-Schlumpf
Läuft die Version 0.2.0 nun auch unter phpbb2.0.3 oder net??

Verfasst: 08.09.2003 19:15
von Schumi
Ich habe mal die lang_quiz_faq.php verbessert, es wurden insgesamt 18 Zeichen- und Rechtschreibfehler beseitigt :wink:
Download: http://taucherforum.net/phpbb/lang_quiz_faq.txt

Ansonsten funktioniert der Mod sehr gut, es fehlt im Download allerdings noch der Ordner
quiz_export.

Verfasst: 08.09.2003 21:06
von saerdnaer_
neue version 0.2.1:

https://sourceforge.net/project/showfil ... _id=183253

@schumi: deine änderungen sind noch nicht drin...

ah

Verfasst: 08.09.2003 21:45
von Philippt
wie kann man das ganze mit dem points/cash mod zusammenbringen ?

Egal tolles update :D

Verfasst: 08.09.2003 22:04
von Gast
saerdnaer_ hat geschrieben:neue version 0.2.1:

https://sourceforge.net/project/showfil ... _id=183253

@schumi: deine änderungen sind noch nicht drin...

ah
Hi!

Werde jetzt erst mal die fehler überprüfen.. :wink: :wink:
In der update anleitung von 0.2.0 auf 0.2.1 steht am ende, dass man die install_quiz_hack.php ausführen soll.. habe ich gemacht und habe dann update gewählt.da kam dann diese meldung:
Allgemeiner Fehler

Einige Queries konnten nicht ausgeführt werden. Versuchen sie es später noch einmal.

Fehler Liste:
SQL Error: 1064 You have an error in your SQL syntax near '; ' at line 1
SQL Query: ALTER TABLE phpbb_quiz ADD answer_explain TEXT NOT NULL AFTER answer4;


habe die datei noch mal ausgeführt und dann auf "install". da klappte dann alles...

ich habe auch das gefühl, dass nach dem update von 0.2.0 auf 0.2.1 das forum wieder schneller geworden ist..ist das jetzt nur subjektiv??

mfg
peter