سلامبرای نمایش آیکن ها باید قالب خود را ویرایش نمایید
نقل قول از: نوید در پنجشنبه, 18 ژوئن 2009 - 21:28سلامبرای نمایش آیکن ها باید قالب خود را ویرایش نماییدآقا نويد، لطفا راهنمايي در اين زمينه بفرماييد
پس باید تغییرات در این فایل را به صورت دستی انجام بدید بعد در قالب تغییر دهید
شما فایل xml بسته را باز کنید در قسمت sub.php توضیحات لازم آمده
<?xml version="1.0"?><!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification"><modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/"> <id>din1031:ThankOMatic</id> <version>1.1.4</version> <info>This Version Check for a Version 1.1.4 and earlier or a Version 1.1.5 and above...</info> <homepage>http://www.ayu-kult.de</homepage> <file name="$sorecedir/Subs.php"> <operation error="ignore"> <search position="before"><![CDATA[ if (isset($data['unreadMessages'])) $data['unreadMessages'] = 'IF(' . $data['unreadMessages'] . ' < 0, 0, ' . $data['unreadMessages'] . ')';]]></search> <add><![CDATA[ if (isset($data['thank_you_post_became'])) $data['thank_you_post_became'] = 'IF(' . $data['thank_you_post_became'] . ' < 0, 0, ' . $data['thank_you_post_became'] . ')'; if (isset($data['thank_you_post_made'])) $data['thank_you_post_made'] = 'IF(' . $data['thank_you_post_made'] . ' < 0, 0, ' . $data['thank_you_post_made'] . ')';]]></add> </operation> <operation error="ignore"> <search position="before"><![CDATA[ if (isset($data[$type]) && preg_match('~^' . $type . ' - ([\d]+)~', $data[$type], $match) === 1) $data[$type] = 'CASE WHEN ' . $type . ' <= ' . $match[1] . ' THEN 0 ELSE ' . $data[$type] . ' END';]]></search> <add><![CDATA[ if (isset($data['thank_you_post_became'])) $data['thank_you_post_became'] = 'IF(' . $data['thank_you_post_became'] . ' < 0, 0, ' . $data['thank_you_post_became'] . ')'; if (isset($data['thank_you_post_made'])) $data['thank_you_post_made'] = 'IF(' . $data['thank_you_post_made'] . ' < 0, 0, ' . $data['thank_you_post_made'] . ')';]]></add> </operation> </file></modification>
حالا باید عبارت خواسته شده را پیدا و موارد را جایگزین نمایید