diff --git a/inc/plugins/thankyoulike.php b/inc/plugins/thankyoulike.php index 10083e2..1906b20 100644 --- a/inc/plugins/thankyoulike.php +++ b/inc/plugins/thankyoulike.php @@ -379,7 +379,7 @@ function thankyoulike_activate() '); find_replace_templatesets("postbit_classic","#".preg_quote('
')."#i","
{\$post['thankyoulike_data']}
\n
"); - find_replace_templatesets("postbit","#".preg_quote('
')."\n".preg_quote('
')."\n".preg_quote('')."#i"," \n\n
{\$post['thankyoulike_data']}
\n"); + find_replace_templatesets("postbit","#".preg_quote('
')."#i","
{\$post['thankyoulike_data']}
\n
"); find_replace_templatesets("postbit", "#".preg_quote('{$post[\'button_edit\']}')."#i", '{$post[\'button_tyl\']}{$post[\'button_edit\']}'); find_replace_templatesets("postbit_classic", "#".preg_quote('{$post[\'button_edit\']}')."#i", '{$post[\'button_tyl\']}{$post[\'button_edit\']}'); find_replace_templatesets("postbit_author_user", "#".preg_quote(' {$lang->postbit_threads} {$post[\'threadnum\']}
')."#i", ' {$lang->postbit_threads} {$post[\'threadnum\']}
@@ -434,11 +434,16 @@ function thankyoulike_activate() } .tyllist{ + background-color: #f5f5f5; + border-top: 1px dotted #ccc; + border-bottom: 1px dotted #ccc; + padding: 2px 5px; } .tyllist_classic{ - border-bottom: 1px dotted #ffffff; - border-top: 1px dotted #ffffff; + background-color: #f5f5f5; + border-top: 1px dotted #ccc; + border-bottom: 1px dotted #ccc; padding: 2px 5px; }