edit about electronic journal code Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    edit about electronic journal code

    coolkool
    coolkool
    Forumember


    Male Posts : 140
    Reputation : 3
    Language : Arabic
    Location : SA

    Solved edit about electronic journal code

    Post by coolkool September 12th 2015, 12:46 pm

    hi 

    I've programmed electronic journal template
    But they appear in this form
    edit about electronic journal code 1Cjb4pS

    i want hide The words that appear at the bottom

    to try in my template:

    the template :
    the template mod_news

    Code:
      <!-- BEGIN post_row --><!-- BEGIN saut -->
    <center>
    <table width="50%" border="0" cellspacing="0" cellpadding="0">
      <tr>
          <td height="2px"></td>
      </tr>
    </table><!-- END saut -->
    <table class="forumline mod_news" width="50%" height="50%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="catLeft" height="25">
            <a name="news_{post_row.ID}"></a><span class="genmed">{post_row.TITLE}</span>
          </td>
      </tr>
      <tr>
          <td class="row2" height="24"><span class="gensmall"><img src="{ICON_TIME}" alt="" />{post_row.TIME} {BY} <b>{post_row.POSTER}</b></span></td>
      </tr>
      <tr>
          <td class="row1">
            <span class="gensmall content" style="line-height:50%">
                {post_row.TEXT}<br /><br />
                <!-- BEGIN switch_attachments -->
                <dl class="attachbox">
                  <dt>{post_row.switch_attachments.L_ATTACHMENTS}</dt>
                  <dd>
                      <!-- BEGIN switch_post_attachments -->
                      <dl class="file">
                        <dt>
                            <img src="{post_row.switch_attachments.switch_post_attachments.U_IMG}" />
                            <!-- BEGIN switch_dl_att -->
                            <a class="postlink" href="{post_row.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{post_row.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {post_row.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                            <!-- END switch_dl_att -->
                            <!-- BEGIN switch_no_dl_att -->
                            {post_row.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {post_row.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                            <!-- END switch_no_dl_att -->
                        </dt>
                        <!-- BEGIN switch_no_comment -->
                        <dd>
                            <em>{post_row.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                        </dd>
                        <!-- END switch_no_comment -->
                        <!-- BEGIN switch_no_dl_att -->
                        <dd>
                            <em><strong>{post_row.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                        </dd>
                        <!-- END switch_no_dl_att -->
                        <dd>({post_row.switch_attachments.switch_post_attachments.FILE_SIZE}) {post_row.switch_attachments.switch_post_attachments.NB_DL}</dd>
                      </dl>
                      <!-- END switch_post_attachments -->
                  </dd>
                </dl>
                <!-- END switch_attachments -->

                                                      {post_row.OPEN}
                            <a href="{post_row.U_READ_FULL}"></a>
                            {post_row.CLOSE}
                                      <a href="{post_row.U_VIEW_COMMENTS}">
                                        قراءة كامله
                                             
            </span>
          </td>
      </tr>
      <tr>
          <td class="row3" height="24"><span class="gensmall"><a href="{post_row.U_VIEW_COMMENTS}">{L_COMMENTS}</a>: {post_row.REPLIES}</span></td>
      </tr>
    </table><!-- END post_row -->
    <!-- BEGIN switch_image_resize -->
    <script type="text/javascript">
    //<![CDATA[
    $(resize_images({ 'selector' : '.mod_news .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
    //]]>
    </script>
      </center>
    <!-- END switch_image_resize -->

    and go to css :

    Code:
    table.forumline.mod_news {
        box-shadow: 0 2px 1px rgba(0,0,0,0.2);
        float: left;
        height: 7px;
        margin-bottom: 10px;
        margin-right: 10px;
        position: relative;
        width: 18%;
        height: 440px;
    }

    and thank you 


    Last edited by coolkool on September 14th 2015, 3:41 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: edit about electronic journal code

    Post by SLGray September 12th 2015, 6:10 pm

    Where is this on your forum? Are you referring to the image codes at the bottom?



    edit about electronic journal code Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    coolkool
    coolkool
    Forumember


    Male Posts : 140
    Reputation : 3
    Language : Arabic
    Location : SA

    Solved Re: edit about electronic journal code

    Post by coolkool September 12th 2015, 6:15 pm

    it's in portal
    x-gaming.lforum.biz/portal

    and the template is : mod_news
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: edit about electronic journal code

    Post by SLGray September 12th 2015, 6:18 pm

    So you want to completely remove the text below the image?



    edit about electronic journal code Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    coolkool
    coolkool
    Forumember


    Male Posts : 140
    Reputation : 3
    Language : Arabic
    Location : SA

    Solved Re: edit about electronic journal code

    Post by coolkool September 12th 2015, 6:19 pm

    yes i want the image only and hide a text

    I apologize not good at English well
    coolkool
    coolkool
    Forumember


    Male Posts : 140
    Reputation : 3
    Language : Arabic
    Location : SA

    Solved Re: edit about electronic journal code

    Post by coolkool September 13th 2015, 10:34 pm

    We have over the latest post 24 hour
    coolkool
    coolkool
    Forumember


    Male Posts : 140
    Reputation : 3
    Language : Arabic
    Location : SA

    Solved Re: edit about electronic journal code

    Post by coolkool September 14th 2015, 3:34 pm

    Locked
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: edit about electronic journal code

    Post by SLGray September 15th 2015, 1:52 am

    Locked as Requested



    edit about electronic journal code Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.