Announcement

Collapse
No announcement yet.

מוד קטגוריה למערכת ויבוליטין 4 (cs)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • מוד קטגוריה למערכת ויבוליטין 4 (cs)

    "FORUMHOME" מצא את התבנית העיצוב הבא

    קוד:
    Code:
    <!-- main -->
    {vb template_hook.forumhome_above_forums}
    <ol id="forums" class="floatcontainer">
    {vb forumbits}
    </ol>
    {vb template_hook.forumhome_below_forums}
    <!-- /main -->
    מחק אותו וכתוב במקומו

    קוד:
    Code:
    <!-- main -->
    {vb template_hook.forumhome_above_forums}
    <div style=" margin-right: 42px; margin-top: 13px; ">
    {vb forumbits}
    </div>
    {vb template_hook.forumhome_below_forums}
    <!-- /main -->
    .שמור וסגור את התבנית

    "forumhome_forumbit_level1_nopost" ,מחק את כל תוכנו וכתוב בתבנית במקומו

    קוד:
    Code:
    <div class="cat_cs" id="cat{vb:raw forum.forumid}" style="height: 300px;width: 160.5px; float: right; margin: 0 6px 30px; border: 1px solid hsla(0, 0%, 0%, 0.26); border-radius: 5px; padding: 1px;"> <div class="cat_cs_title" style=" background: url(images/toc/new_cs_title.gif);width: 155px!;height: 41px;"> <table style="height: 92%;margin-right: 5px;"><tbody><tr><td>
    <a href="{vb:link forum, {vb:raw forum}}" style="text-decoration: none; color: hsl(199, 100%, 20%); font: bold 16px arial;">{vb:raw forum.title}</a></td></tr></tbody></table>
    </div>
    <img src="newcs/{vb:raw forum.forumid}.png" style="height: 50px;width: 159px;margin-bottom: -1px;">
    
    <ol id="c_cat{vb:raw forum.forumid}" class="childforum" style="background: url(images/toc/new_cs_forum.gif) top center; background-repeat: repeat-x; padding-top: 5px; padding-right: 5px;">
    {vb:raw childforumbits}
    
    </ol> </div>
    שמור וסגור

    פתח את הקובץ "forumhome_forumbit_level2_post" ,מחק את כל תוכנו וכתוב בתבנית במקומו

    קוד:
    Code:
    <li id="forum{vb:raw forum.forumid}"> <img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" id="forum_statusicon_{vb:raw forum.forumid}" alt="" width="6" height="6" style="vertical-align: middle;"> <a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a> </li>
    שמור וסגור

    "forumhome.css" והוסף בסוף תבנית העיצוב:

    קוד:
    Code:
    .childforum > li > a {
    color: hsl(0, 0%, 49%);
    font: bold 11px arial;
    text-decoration: none;
    }
    .childforum > li > a {
    color: hsl(202, 78%, 41%);
    text-decoration: underline;
    }

    שמור וסגור

    כעת הורד את הקובץ המצורף למטה והעלה את הקבצים לשרת

    כדי לשנות את תמונת הקטגוריה, עליך להעלות את התמונה לתיקייה "newcs". יש לתת לתמונה שם לפי התבנית הבאה: *ID*.png. לדוגמה, אם מזהה הקטגוריה הוא "1", יש לקרוא לתמונה 1.png.
    לחץ על תמונה לגרסה גדולה יותר  שם: cs.png צפיות: 0 גודל: 147.5 KB מזהה: 38

    קרדיט ליוצר המקורי Vladig
Working...
X