السلام عليكم
كيفكم يالربع
يالربع اان عندي مشكلة التنقل بين الستايلات
فيالصفحة الرئيسة في الاسفل موجودة قائمة الستايلات
لكن لما اختار ..
ماينقلني لها ..
اتمنى ان اجد الحل
السلام عليكم
كيفكم يالربع
يالربع اان عندي مشكلة التنقل بين الستايلات
فيالصفحة الرئيسة في الاسفل موجودة قائمة الستايلات
لكن لما اختار ..
ماينقلني لها ..
اتمنى ان اجد الحل
ولا شي حلها بسيط جدا هذا سببه انك لم تعمل ترقيه للستايل مثلا من الاصدار 3.0.7 الى 3.6.0 او ما شابه :-
اتبع التالي :- افتح تمبلت الستايل footer وابحث عن :-
واستبدله بهذا الكود :-كود PHP:
<form
..... ...
.........
.......
الى
</form>
كود PHP:
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td class="tfoot">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]" width="100%">
<div class="smallfont">
<strong>
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>
<br />
<div style="text-align: center"><em>تعريب واعاده تصميم <a href="http://www.ضع هنا اسم موقعك.com" target="_blank"><strong>اسم موقعك</strong></a></em></div>
<br />
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
هلا يابعدي
سويت المطلوب
ولا نفع
ارسل لي الفوتر الان اذا سمحت
تفضل
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<p align="center">$spacer_close
<!-- /content area table -->
</p>
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" id="ressel" onchange="switch_styleid(this)">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]">
<div class="smallfont">
<strong>
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>
<br />
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
// Initialize 'Active' Table Cells
//activecells_init();
//-->
</script>
<td width="21" background="ramadan/w1.jpg"> </td>
</tr>
<tr>
<td width="21">
<img border="0" src="ramadan/t2.jpg" width="21" height="63"></td>
<td background="ramadan/t5.jpg">
<map name="FPMap3">
<area href="http://www.traidnt.net/vb" shape="rect" coords="388, 52, 441, 62">
</map>
<img border="0" src="ramadan/t4.gif" width="442" height="63" align="right" usemap="#FPMap3"></td>
<td background="ramadan/t5.jpg"> </td>
<td background="ramadan/t5.jpg">
<map name="FPMap2">
<area href="mailto:?subject=!+ تصميم بو عبود +! الف مبروك عليكم الشهر " shape="rect" coords="8, 52, 77, 62">
</map>
<img border="0" src="ramadan/t3.gif" width="296" height="63" align="left" usemap="#FPMap2"></td>
<td width="21">
<img border="0" src="ramadan/t1.jpg" width="21" height="63"></td>
</tr>
</table>
تفضل
الله يعطيك مليون الف عافيه اخوي
ماقصرت شكراً لك
عندي طلب أخير ..
عناوين المواضيع واسماء الاعضاء والمتواجدون الان يجي تحتها خط
كيف اشيله
مع اني من css الرئيسي
خليت زخرفة النص كلها none
أدخل يا غالى كما وضح بالصوره
وعند خيار
زخرفة النص
ولا يوجد حل غيرة
ضع كلمة none
![]()
1- خيارات الإستايل
2- حدد جدول Css
3- فى كل الخانات الموجود بها زخرفة النص ضع كلمة none
ولا تنسانا بالدعاء
أخوك فى الله
Ali Losha
__________________
۞---لوشا لخدمات وتطبيقات الويب---۞
{ سُبْحَانَكَ لاَ عِلْمَ لَنَا إِلاَّ مَا عَلَّمْتَنَا إِنَّكَ أَنتَ الْعَلِيمُ الْحَكِيمُ }
أما بخصو عدم إمكانية التبديل بين الإستيلات فتأكد تماماً ان النسخه غير مطابقه
حتى لو غيرت الفوتير
فالقوالب كامله مختلفه تماماً
فلا بد من إسترجاع كافة القوالب ثم إعادة التوزيع مره أخرى
__________________
۞---لوشا لخدمات وتطبيقات الويب---۞
{ سُبْحَانَكَ لاَ عِلْمَ لَنَا إِلاَّ مَا عَلَّمْتَنَا إِنَّكَ أَنتَ الْعَلِيمُ الْحَكِيمُ }
جزاك الله خير اخوي
واكيد مابنساك من الدعاء مع قرب رمضان
شكراً لك