اضف الامر التالى في قاعدة البيانات phpmyadmin
لاظهار الاعضاء المتخفيين
كود PHP:
UPDATE user SET invisible='0'
وافتح تمبلت registeradult
وابحث عن:
كود PHP:
<tr>
<td bgcolor="#E3F1FF"><normalfont><b>Invisible Mode?</b></normalfont><br>
<smallfont>Selecting yes allows you to surf the forums without appearing in the 'Logged In Users' list.</smallfont></td>
<td bgcolor="#E3F1FF"><normalfont>
<input type="radio" name="invisible" value="yes"> yes
<input type="radio" name="invisible" value="no" checked> no
</normalfont></td>
</tr>
واحذفه
وايظا تمبلت
وابحث عن :
كود PHP:
<tr>
<td bgcolor="#E3F1FF"><normalfont><b>Invisible Mode?</b><br>
<smallfont>Selecting yes allows you to surf the forums without appearing in the 'Logged In Users' list.</smallfont></normalfont></td>
<td bgcolor="#E3F1FF"><normalfont>
<input type="radio" name="invisible" value="yes" $invisiblechecked> yes
<input type="radio" name="invisible" value="no" $invisiblenotchecked> no
</normalfont></td>
</tr>
واحذفه
انتهى.
طبعا عند البحث في التمبلت راح يختلف لاختلاف التعريب واصلا الى عندى بالانجليزي
لاكن مثلا
ابحث عن:
name="invisible"
واحذف من
<tr>
الى
</tr>