حذف اسم المنتدى من المواضيع والاقسام للجيل الخامس

الفارس

New member
21 فبراير 2019
1,010
0
0
السلام عليكم ورحمة الله
شرح بسيط وسريع

ادخل الى قالب 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>