الدعم العربي
مشكلة فى تركيب هاكين - نسخة قابلة للطباعة

+- الدعم العربي (https://www.mybbarab.com)
+-- قسم : :: . + الأقسام الإدارية + . :: (https://www.mybbarab.com/forum-36.html)
+--- قسم : الأرشـيـف (https://www.mybbarab.com/forum-39.html)
+---- قسم : تطوير منتديات MyBB 1.2 (https://www.mybbarab.com/forum-86.html)
+----- قسم : منتدى الطلبات والمشاكل والحلول منتديات ماى بى بى mybb (https://www.mybbarab.com/forum-2.html)
+----- الموضوع : مشكلة فى تركيب هاكين (/thread-1495.html)



مشكلة فى تركيب هاكين - ahmedabdalla - 2007-11-01

المشكلة فى اضافة أزرار المحرر الكامل للرد السريع

حيث لم أجد الكود المطلوب البحث عنه فى showthread.php

وكذلك فى اضافة ازرار المحرر فى تعديل التوقيع

حيث لم أجد الكود أيضا والنسخة اللتىأستخدمها هى 1.2.9


منتدى حدائق الجنة


Re: مشكلة فى تركيب هاكين - Pepo - 2007-11-01

صراحة لا اجد سبب مقنع لعدم اضافة كل طلب فى موضوع الهاك نفسه.
لكن على كل حال, بالنسبة للكود الموجود بملف showthread.php هو موجود قرب السطر رقم 512
قم بحذف اى مسافات بالكود حتى تستيطع البحث عنه!.

والكود المطلوب البحث عنه بملف usercp.php نفس الشئ ابحث عن الكود بدون مسافات فى بدايته او اخره
وسوف تجد الكود قرب السطر رقم 1439


Re: مشكلة فى تركيب هاكين - ahmedabdalla - 2007-11-01

ياأخى أفول لك لا أجد الأكواد وهذ ملف usercp.php

إقتباس :
<html>
<head>
<title>{$lang->user_cp}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme

['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}"><strong>{$lang->brief_summary}

</strong></td>
</tr>
<tr>
{$avatar}
<td class="trow1" width="50%"><strong>{$lang->username}</strong></td>
<td class="trow1" width="50%">{$username}</td>
</tr>
<tr>
<td class="trow2" width="50%"><strong>{$lang->primary_usergroup}

</strong></td>
<td class="trow2" width="50%">{$usergroup}</td>
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->registration_date}

</strong></td>
<td class="trow1" width="50%">{$regdate}</td>
</tr>
<tr>
<td class="trow2" width="50%"><strong>{$lang->postnum}</strong></td>
<td class="trow2" width="50%"><a href="search.php?action=finduser&uid=

{$mybb->user['uid']}">{$mybb->user['postnum']}</a> {$lang->posts_day}</td>
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->email}</strong></td>
<td class="trow1" width="50%">{$mybb->user['email']}</td>
</tr>
{$reputation}
</table>
</td>
</tr>
<tr>
</tr>
</table>
{$footer}
</body>
</html>



Re: مشكلة فى تركيب هاكين - Pepo - 2007-11-01

وهذا ليس الكود الموجود داخل ملف usercp.php ده كود قالب usercp وليس الملف


Re: مشكلة فى تركيب هاكين - ahmedabdalla - 2007-11-02

وأين أجد ملف usercp.php



Re: مشكلة فى تركيب هاكين - Pepo - 2007-11-02

داخل مجلد vb الموجود به ملفات منتداك!