عذب القوافي
23-04-06, 12:51 AM
السلام عليكم ورحمة الله وبركاته
النسخ الجديده 3.5.0 وما فوق فيها مشكله عدم الترشيح
بمجرد تضغط على الترشيح ومنح النقاط ترتفع الصفحه للاعلى
ولكم الحل الشامل والمؤكد حصريا لنا في منتديات عديل الروح
وتم انزل الموضوع ايضا في ترايدنت
اذهب للاستايل المطلوب
افتح تمبلت postbit_legacy
ابحث عن
<if condition="$show['reputationlink']"><a href="#" onclick="reputation($post[postid]); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
استبدله بالتالي
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> </if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
وعامتا تجد هذا الكود تحت imgdir_misc
لا تنسونا من التقييم واللي ما عرف الطريقه يضيف لي التمبلت وانا حاضر
النسخ الجديده 3.5.0 وما فوق فيها مشكله عدم الترشيح
بمجرد تضغط على الترشيح ومنح النقاط ترتفع الصفحه للاعلى
ولكم الحل الشامل والمؤكد حصريا لنا في منتديات عديل الروح
وتم انزل الموضوع ايضا في ترايدنت
اذهب للاستايل المطلوب
افتح تمبلت postbit_legacy
ابحث عن
<if condition="$show['reputationlink']"><a href="#" onclick="reputation($post[postid]); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
استبدله بالتالي
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> </if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
وعامتا تجد هذا الكود تحت imgdir_misc
لا تنسونا من التقييم واللي ما عرف الطريقه يضيف لي التمبلت وانا حاضر