http://bit.ly/2CYW8LN
لتحسين وتقوية الارشفة للنسخة الخامسة من منتديات في بي ازالة اسم المنتدى من المواضيع والاقسام للنسخة الخامسة
مثال
اليكم الشرح
ادخل الى قالب header فى الاستايل و ابحث عن <title>
القديم هيكون بالشكل ده
كود:
    <title>         <vb:if condition="$page['channelid'] != $nodeid AND !empty($conversationStarter) AND isset($conversationStarter['htmltitle']) AND !empty($conversationStarter['htmltitle'])">             {vb:raw conversationStarter.htmltitle} -          <vb:elseif condition="isset($page['title'])" />             <vb:if condition="!empty($page['titleprefix'])"> {vb:raw page.titleprefix} -  </vb:if>             {vb:var page.title} - <vb:comment>We have a page, not a channel. We don't allow html in page titles at the moment.</vb:comment>         </vb:if>         {vb:var vboptions.bbtitle}     </title>
كود:
   <title>               <vb:if condition="$page['channelid'] != $nodeid AND !empty($conversationStarter) AND isset($conversationStarter['htmltitle']) AND !empty($conversationStarter['htmltitle'])">                   {vb:raw conversationStarter.htmltitle}          <vb:elseif condition="isset($page['title'])" />                         <vb:if condition="!empty($page['titleprefix'])">{vb:raw page.titleprefix}</vb:if>                         {vb:var page.title}<vb:comment>We have a page, not a channel. We don't allow html in page titles at the moment.</vb:comment>                </vb:if>                  </title>
