+ الرد على الموضوع
النتائج 1 إلى 5 من 5
  1. #1
    أبن الموصل is on a distinguished road
    تاريخ التسجيل
    22 / 03 / 2010
    الدولة
    مجهولة
    المشاركات
    18
    معدل تقييم المستوى
    190

    Exll رسالة انت غير مسجل للزوار +امكانية تسجيل الدخول + جديدة + مميزة + حصرياً الحق حالك

    هلا اخوانى ان شاء الله تكونوا بخيير

    بمناسبة افتتاح منتديات لقاء الحب احببت ان اهديكم هذا الكود الجميل جداا

    وهذا الهاك هاك بسيط جدا ولكن جميل جدا

    وهو عبارة عن رسالة تظهر للزوار تعلمه بانه غير مسجل ولو عضو يمكنه تسجيل الدخول منها

    ايضا


    مثال حى

    شرح التركيب

    اولا ارفع هذه الصورة فى مجلد

    images/misc

    الاســـم:        w152mb6jn6n8.gif
المشاهدات: 578
الحجـــم:        890 بايت

    ثانى شئ

    التعديل على القوالب

    بنفتح قالب

    headinclude

    نبحث عن

    رمز PHP:
    <meta name="description" content="$vboptions[description]" />
    </if></if>

    نضيف تحته مباشرة

    رمز PHP:
    <if condition="$bbuserinfo['usergroupid'] == 1">
    <
    style type="text/css">

    #topbar{
    position: absolute;
    border: 1px solid black;
    padding: 5px;
    background-color: #323232;
    width: 450px;
    visibility: hidden;
    z-index: 400;
    }

    </
    style>
    <
    script type="text/javascript">

    var
    persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
    var startX = 30 //set x offset of bar in pixels
    var startY = 5 //set y offset of bar in pixels
    var verticalpos="fromtop" //enter "fromtop" or "frombottom"

    function iecompattest(){
    return (
    document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }

    function
    get_----ie(Name) {
    var
    search = Name + "="
    var returnvalue = "";
    if (
    document.----ie.length > 0) {
    offset = document.----ie.indexOf(search)
    if (
    offset != -1) {
    offset += search.length
    end
    = document.----ie.indexOf(";", offset);
    if (
    end == -1) end = document.----ie.length;
    returnvalue=unescape(document.----ie.substring(offset, end))
    }
    }
    return
    returnvalue;
    }

    function
    closebar(){
    if (
    persistclose)
    document.----ie="remainclosed=1"
    document.getElementById("topbar").style.visibility="hidden"
    }

    function
    staticbar(){
    barheight=document.getElementById("topbar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var
    d = document;
    function
    ml(id){
    var
    el=d.getElementById(id);
    if (!
    persistclose || persistclose && get_----ie("remainclosed")=="")
    el.style.visibility="visible"
    if(d.layers)el.style=el;
    el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
    el.x = startX;
    if (
    verticalpos=="fromtop")
    el.y = startY;
    else{
    el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
    el.y -= startY;
    }
    return
    el;
    }
    window.stayTopLeft=function(){
    if (
    verticalpos=="fromtop"){

    var
    pY = ns ? pageYOffset : iecompattest().scrollTop;
    ftlObj.y += (pY + startY - ftlObj.y)/8;
    }
    else{
    var
    pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
    ftlObj.y += (pY - startY - ftlObj.y)/8;
    }
    ftlObj.sP(ftlObj.x, ftlObj.y);
    setTimeout("stayTopLeft()", 10);
    }
    ftlObj = ml("topbar");
    stayTopLeft();
    }

    if (
    window.addEventListener)
    window.addEventListener("load", staticbar, false)
    else if (
    window.attachEvent)
    window.attachEvent("onload", staticbar)
    else if (
    document.getElementById)
    window.onload=staticbar
    </script>
    </if>

    ثم نسوى حفظ

    وبعدين نفتح قالب

    Header

    نضيف فى اوله
    رمز Code: <if condition="$bbuserinfo['usergroupid'] == 1">
    <div id="topbar">
    <a href="" onClick="closebar(); return false"><img src="$stylevar[imgdir_misc]/close.gif" hspace="0" vspace="0" border="0" /></a>
    <font color="#FFFFFF">انت غير مسجل بالمنتدى للتسجيل اضغط</font> <strong> <a href="$vboptions[bburl]/register.php">
    <font color="#FFFFFF">هنا</font></a><font color="#FFFFFF"> واذا كنت مسجل
    بالمنتدى قم بتسجيل دخولك من هنا</font></strong>.
    <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vbopt ions[simpleversion]"></script>
    <form action="login.php?do=logi n" method="post" onsubmit="md5hash(vb_logi n_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
    <table height="24" border="0" align="center" cellpadding="0" cellspacing="$stylevar[formspacer]">
    <tr>
    <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">$vb phrase[username]:</label></td>
    <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="14" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
    <td nowrap="nowrap" class="smallfont"><label for="navbar_password">$vb phrase[password]:</label></td>
    <td nowrap="nowrap" class="smallfont"><input name="vb_login_password" type="password" class="bginput" id="navbar_password" style="font-size: 11px" tabindex="102" size="10" /></td>
    <td nowrap="nowrap" class="smallfont"><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_o r_register]" accesskey="s" /></td>
    </tr>
    </table>
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="do" value="login" />
    <input type="hidden" name="vb_login_md5passwor d" />
    <input type="hidden" name="vb_login_md5passwor d_utf" />
    </form>
    <!-- / login form -->
    </div>
    </if>
    <!-- / By Hema Www.hema4.net -->
    <!-- / تعريب Www.hema4.net -->
    ومبروك عليك التركيب





    الصور المرفقة  

     
  2. #2
    أحباب دوم is on a distinguished road
    تاريخ التسجيل
    05 / 07 / 2009
    الدولة
    المملكة العربية السعودية
    المشاركات
    136
    معدل تقييم المستوى
    317

    افتراضي رد: رسالة انت غير مسجل للزوار +امكانية تسجيل الدخول + جديدة + مميزة + حصرياً الحق حالك

    شكراً لك اخي الكريم ومبروك افتتاح موقعك بالتوفيق


    كن بخير

     
  3. #3
    أبن الموصل is on a distinguished road
    تاريخ التسجيل
    22 / 03 / 2010
    الدولة
    مجهولة
    المشاركات
    18
    معدل تقييم المستوى
    190

    افتراضي رد: رسالة انت غير مسجل للزوار +امكانية تسجيل الدخول + جديدة + مميزة + حصرياً الحق حالك

    اهلا وسهلا

     
  4. #4
    عـ العزيز ـبد is on a distinguished road
    تاريخ التسجيل
    13 / 06 / 2007
    الدولة
    السـ الرياض ـعودية
    المشاركات
    32
    معدل تقييم المستوى
    238

    افتراضي رد: رسالة انت غير مسجل للزوار +امكانية تسجيل الدخول + جديدة + مميزة + حصرياً الحق حالك

    ،
    ،

    جميل ورائع وذوق

    وأهم شي إن حجمة صغير ..!

    ،
    ،

    مشكوووور +

    ،
    ،

     
  5. #5
    مرجان التميمي is on a distinguished road الصورة الرمزية مرجان التميمي
    تاريخ التسجيل
    07 / 04 / 2010
    الدولة
    IRAQ
    العمر
    53
    المشاركات
    72
    معدل تقييم المستوى
    245

    افتراضي رد: رسالة انت غير مسجل للزوار +امكانية تسجيل الدخول + جديدة + مميزة + حصرياً الحق حالك

    والله عملتها الحركة هذي في ستايلي وقلبت لي الستايل مرة في غلط في if في السطر الثالث مااعرف لية اصلحها يقولي في غلط في if في السطر 127 واخر ماتوصلت الية اني رجعت القوالب الى حالتها الاولى وارتحت وريحت بالي وشكرااااااااااااااااااااا اا ليك على المجهود الرائع بارك الله بك ...

     

 
+ الرد على الموضوع

معلومات الموضوع

الأعضاء الذين يشاهدون هذا الموضوع

الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)

     

مواقع النشر (المفضلة)

مواقع النشر (المفضلة)

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

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