النتائج 1 إلى 10 من 10

الموضوع: للي عنده عضوية في vbulletin تكفون

  1. #1
    عضو نشيط
    تاريخ التسجيل
    Jan 2008
    المشاركات
    52

    Lightbulb للي عنده عضوية في vbulletin تكفون



    تحتاج هذا الهاك الله يرضى عليكم
    http://www.vbulletin.org/forum/showthread.php?t=114726





    __________________
    شكراً سوالف سوفت ,,


  2. #2
    صاحب موقع المعهد العربي
    تاريخ التسجيل
    Sep 2006
    المشاركات
    797


    تفضل فى المرفقات





    الملفات المرفقة الملفات المرفقة
    __________________
    {يَا أَيُّهَا النَّاسُ اتَّقُوا رَبَّكُمْ إِنَّ زَلْزَلَةَ السَّاعَةِ شَيْءٌ عَظِيمٌ }سورة الحج1

  3. #3
    عضو نشيط
    تاريخ التسجيل
    Jan 2008
    المشاركات
    52


    الله يعطيك العافيه ويكثر خيرك
    ممكن برضو طلب ثاني !
    Right (or left) side bar on forumhome - vBulletin.org Forum
    Left Sidebar on all pages. - vBulletin.org Forum





    __________________
    شكراً سوالف سوفت ,,

  4. #4


    الله يعطيك العافيه ويكثر خيرك
    ممكن برضو طلب ثاني !
    Right (or left) side bar on
    forumhome - vBulletin.org Forum
    Template mod: 1
    - FORUMHOME

    If you want to make your custom cell(s) collapsable, REPLACE:
    كود:
    <tbody>
    	<tr>
    		<td class="thead">
    			Your custom cell.
    		</td>
    	</tr>
    </tbody>
    <tbody>
    	<tr>
    		<td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
    	</tr>
    </tbody>
    WITH:
    كود:
    <tbody>
    	<tr>
    		<td class="thead">
    			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
    			Your custom cell.
    		</td>
    	</tr>
    </tbody>
    <tbody>
    	<tr>
    		<td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
    	</tr>
    </tbody>
    وهذا بالمرفق

    بالتوفيق





    الملفات المرفقة الملفات المرفقة
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  5. #5
    عضو نشيط
    تاريخ التسجيل
    Jan 2008
    المشاركات
    52


    شكراً لك وان شالله ما اكون كثرت طلبات
    ياليت برضو هذا الهاك
    Left Sidebar on all pages. - vBulletin.org Forum





    __________________
    شكراً سوالف سوفت ,,

  6. #6
    عضو سوبر نشيط
    تاريخ التسجيل
    Feb 2004
    المشاركات
    627


    تفضل اخوي

    كود PHP:
    ********************************
    Left sidebar on all pages... *
    By Dark_Wizard *
    1/06/2004 *
    Update 2/12/2004 *
    ********************************

    Create a new template called sidebar
    ************************************************************
    Add this to it (you will need to edit it with your content):
    ************************************************************
    <
    table cellpadding="$stylevar[outerborderwidth]cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]align="center">
        <
    tr>
            <
    td>
    <
    table cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" style="width:100%">
        <
    tr align="center">
            <
    td class="thead"><span class="smallfont"><b>My Content</b></span></td>
        </
    tr>
        <
    tr>
            <
    td class="alt1">some stuff here</td>
        </
    tr>
    </
    table>
            </
    td>
        </
    tr>
    </
    table>
    <
    br />


    ************************************************************
    Edit your header template and add this at the end:
    ************************************************************
    <!-- 
    Sidebar -->
    <
    table width="$stylevar[tablewidth]cellpadding="0" cellspacing="7" border="0">
        <
    tr>
            <
    td style="width:150px" valign="top">$sidebar</td>
            <
    td valign="top">
    <!-- 
    Update -->
    <
    table width="$stylevar[tablewidth]cellpadding="0" cellspacing="0" border="0">
    <
    tr>
            <
    td style="width:100%">
    <!-- /
    Update -->
    <!-- /
    Sidebar -->


    ************************************************************
    Edit your footer template and add this to the top of it:
    ************************************************************
    <!-- 
    Sidebar -->
    <!-- 
    Update -->
            </
    td>
        </
    tr>
    </
    table>
    <!-- /
    Update -->
            </
    td>
        </
    tr>
    </
    table>
    <!-- /
    Sidebar -->


    ************************************************************
    Open global.php and find this:
    ************************************************************
    eval(
    '$header = "' fetch_template('header') . '";'); 

    ************************************************************
    Add this above:
    ************************************************************
    eval(
    '$sidebar = "' fetch_template('sidebar') . '";'); 

    ************************************************************
    Save and upload global.php

    ************************************************************
    Done!


    Addition:
    To add a right sidebar as well follow the instructions below:

    Just change the footer piece as follows:

    From:
    ************************************************************
    <!-- 
    Sidebar -->
    <!-- 
    Update -->
            </
    td>
        </
    tr>
    </
    table>
    <!-- /
    Update -->
            </
    td>
        </
    tr>
    </
    table>
    <!-- /
    Sidebar -->


    To:
    ************************************************************
    <!-- 
    Sidebar -->
    <!-- 
    Update -->
            </
    td>
        </
    tr>
    </
    table>
    <!-- /
    Update -->
            </
    td>
            <
    td style="width:150px" valign="top">$rightsidebar</td>
        </
    tr>
    </
    table>
    <!-- /
    Sidebar -->
    ************************************************************

    Then you must create another template as you did before and call it rightsidebar:
    ************************************************************
    <
    table cellpadding="$stylevar[outerborderwidth]cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]align="center">
        <
    tr>
            <
    td>
    <
    table cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" style="width:100%">
        <
    tr align="center">
            <
    td class="thead"><span class="smallfont"><b>My Content</b></span></td>
        </
    tr>
        <
    tr>
            <
    td class="alt1">some stuff here</td>
        </
    tr>
    </
    table>
            </
    td>
        </
    tr>
    </
    table>
    <
    br />
    ************************************************************

    Edit global.php as follows:

    Find:
    ************************************************************
    eval(
    '$sidebar = "' fetch_template('sidebar') . '";');
    ************************************************************
    Save and upload global.php

    ************************************************************

    Add below:
    ************************************************************
    eval(
    '$rightsidebar = "' fetch_template('rightsidebar') . '";');
    ************************************************************


    Then edit your template and add your content.... 






    __________________
    اللهم أغفر لنا ولوالدينا وللمؤمنين والمؤمنات والمسلمين والمسلمات
    الأحياء منهم والأموات يا أرحم الراحمين

  7. #7
    عضو نشيط
    تاريخ التسجيل
    Jan 2008
    المشاركات
    52


    شكراً جربت كل الهاكات بس ابغى حاجه ممكن اتحكم في محتواها عن طريق لوحة التحكم
    ممكن هذولي
    Global Tag Cloud in Side Bar or Anywhere - Page 5 - vBulletin.org Forum
    UA Sidebar 3.0.6 for VB 3.6.x - VB 3.7 Beta 3 - vBulletin.org Forum
    جزاكم الله الف خير
    وكيف يكون لي عضويه في vbulletin بعد ما آخذ الترخيص؟





    __________________
    شكراً سوالف سوفت ,,

  8. #8
    عضو سوبر نشيط
    تاريخ التسجيل
    Feb 2004
    المشاركات
    627


    السلام عليكم

    أخوي اول شي تسجل بالمنتدى بعدين لازم يكون اميلك نفسه الاميل إلي بالمنتدى الاساسي و فيه رابطه ادش عليها عشان تفع الاشتراك وخلاص







    __________________
    اللهم أغفر لنا ولوالدينا وللمؤمنين والمؤمنات والمسلمين والمسلمات
    الأحياء منهم والأموات يا أرحم الراحمين

  9. #9
    عضو سوبر نشيط
    تاريخ التسجيل
    Feb 2004
    المشاركات
    627


    بالمرفع الملفات + مواضيع





    الملفات المرفقة الملفات المرفقة
    __________________
    اللهم أغفر لنا ولوالدينا وللمؤمنين والمؤمنات والمسلمين والمسلمات
    الأحياء منهم والأموات يا أرحم الراحمين

  10. #10
    عضو سوبر نشيط
    تاريخ التسجيل
    Dec 2004
    المشاركات
    624


    ممكن هذا اخواني الكرام
    DownloadsII - Page 59 - vBulletin.org Forum










ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •  

أضف موقعك هنا| اخبار السيارات | حراج | شقق للايجار في الكويت | بيوت للبيع في الكويت | شركة كشف تسربات المياه | شركة عزل اسطح بالرياض | عزل فوم بالرياض| عزل اسطح بالرياض | كشف تسربات المياة بالرياض | شركة عزل اسطح بالرياض