عرض مشاركة واحدة
احصائياتى

الردود
2

المشاهدات
1886
S!L3NT H!LL
.:: كبار شخصيات المنتدى ::.
المنتدى مراقب من خلاله
  • S!L3NT H!LL is a jewel in the roughS!L3NT H!LL is a jewel in the roughS!L3NT H!LL is a jewel in the roughS!L3NT H!LL is a jewel in the rough

  • S!L3NT H!LL غير متواجد حالياً

المشاركات
1,369

+التقييم
76

تاريخ التسجيل
Jan 2016

الاقامة
الامارات العربية المتحدة

نظام التشغيل
windows 8.1

رقم العضوية
721
01-02-2019, 12:53 AM
المشاركة 1
01-02-2019, 12:53 AM
المشاركة 1
pen حذف اسم المنتدى من المواضيع والاقسام للجيل الخامس
السلام عليكم ورحمة الله
شرح بسيط وسريع

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