oxpus, du bist der beste :-)
aber nun möchte ich wissen wie ich option "dankeschön zurücknehmen" abschalten kann? ein danke kann man ja nicht zurücknehmen
Keine Ursache.oxpus, du bist der beste :-)
Es werden 2 Links in der viewtopip.php für den Mod erstellt: Einmal Danke sagen und einmal Danke zurücknehmen. Ersetze diesen 2. Link "Danke zurücknehmen" nur mit dem Text ($lang['...']) oder Button ($images['...']), dann kann der User klicken wie er will, es gibt dann kein zurück mehr.aber nun möchte ich wissen wie ich option "dankeschön zurücknehmen" abschalten kann? ein danke kann man ja nicht zurücknehmen
Code: Alles auswählen
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/ekctpa/public_html/music/db/mysql4.php on line 318
Warning: Cannot modify header information - headers already sent by (output started at /home/ekctpa/public_html/music/db/mysql4.php:318) in /home/ekctpa/public_html/music/includes/sessions.php on line 308
Warning: Cannot modify header information - headers already sent by (output started at /home/ekctpa/public_html/music/db/mysql4.php:318) in /home/ekctpa/public_html/music/includes/sessions.php on line 309
Warning: Cannot modify header information - headers already sent by (output started at /home/ekctpa/public_html/music/db/mysql4.php:318) in /home/ekctpa/public_html/music/viewtopic.php on line 779
Warning: Cannot modify header information - headers already sent by (output started at /home/ekctpa/public_html/music/db/mysql4.php:318) in /home/ekctpa/public_html/music/includes/page_header.php on line 668
Warning: Cannot modify header information - headers already sent by (output started at /home/ekctpa/public_html/music/db/mysql4.php:318) in /home/ekctpa/public_html/music/includes/page_header.php on line 670
Warning: Cannot modify header information - headers already sent by (output started at /home/ekctpa/public_html/music/db/mysql4.php:318) in /home/ekctpa/public_html/music/includes/page_header.php on line 671Code: Alles auswählen
$db->sql_freeresult($result);Code: Alles auswählen
$sql = "SELECT...Code: Alles auswählen
if ($db->sql_numrows($result) != 0)
{
message_die(GENERAL_ERROR, 'Einmal reicht. ;-)', '', __LINE__, __FILE__, $sql);
}Code: Alles auswählen
if ($db->sql_numrows($result) != 0)
break;
case 'add_thx':