Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Mesaje new, no new in dreapta

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Mesaje new, no new in dreapta

Mesaj Scris de Vizitator Mier Feb 06, 2013 6:47 pm

Doresc icon-urile cu "new" "no new" in dreapta.. stiu ca mi-a facut SGSS odata dar imi trebuie pentru punBB
Uitati template-ul index_box
Cod:
<div class="pun-crumbs">
   <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
   <!-- BEGIN tablehead -->
      <div class="main-head">
         <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
         <table cellspacing="0" class="table">
            <thead>
               <tr>
                  <th class="tcl"></th>
                  <th class="tc3"></th>
                  <th class="tcr">{L_LASTPOST}</th>
               </tr>
            </thead>
            <tbody class="statused">
   <!-- END tablehead -->

   <!-- BEGIN forumrow -->
               <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                     <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                     </span>
                     <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                     <br />
                     {catrow.forumrow.FORUM_DESC}
                     <!-- BEGIN switch_moderators_links -->
                     <br />
                     {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                     <!-- END switch_moderators_links -->
                     {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                     <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                  </td>
                  
                  <td class="tc3"><div class="romanian"> <div class="posts"><b>{catrow.forumrow.POSTS}</b> Mesaje</div> <br><div class="topics">  <b>{catrow.forumrow.TOPICS}</b> Subiecte </div></div></td>
                                         
                                         
                                         
                                          <td class="tcr">
               <div class="gensmall chenarlastposts">{catrow.forumrow.LAST_POST}</div>
      </td>
               </tr>
   <!-- END forumrow -->

   <!-- BEGIN tablefoot -->
            </tbody>
         </table>
      </div>
   <!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
   <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   </ul>
   <!-- BEGIN switch_delete_cookies -->
   <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   </p>
   <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Daca se poate doresc sa mearga atunci cand adaug in css
Cod:
    .icon-f {
    position: relative;
    left: 480px;
  top:-10px !important;
    }
sa functioneze.. Râset
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Mesaje new, no new in dreapta

Mesaj Scris de Cassius Dio Mier Feb 06, 2013 6:57 pm

Inlocuiti acest fragment de cod:
Cod:
<th class="tcl"></th>
                  <th class="tc3"></th>
                  <th class="tcr">{L_LASTPOST}</th>
cu:
Cod:
<th class="tcl"></th>
                  <th class="tc3"></th>
                  <th class="tcr">{L_LASTPOST}</th>
                  <th class="tci"></th>

Identificati si stergeti acest fragment de cod:
Cod:
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                    </span>

Identificati acest fragment de cod:
Cod:
<td class="tcr">
              <div class="gensmall chenarlastposts">{catrow.forumrow.LAST_POST}</div>
      </td>
iar dupa el adaugati:
Cod:
<td class="tci"><span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                    </span></td>
Salvati si publicati template-ul.

Adaugati in Foaie de stil CSS:
Cod:
.pun table .tcl {
width: 55% !important;
}

Cat despre codul CSS, nu am verificat, insa cred ca va trebui sa inlocuiti:
Cod:
left: 480px;
cu:
Cod:
right: 480px;
Totusi, va trebui sa va "jucati" putin cu valorile proprietatii.
Cassius Dio

Cassius Dio
Membru onorific
Membru onorific

Mesaje : 10826
Varsta : 26
Localizare : Strawberry Fields
Data înscrierii : 13/07/2012
Mulțumiri : 84
Internet Explorer phpBB3

http://beatles.forummo.com/
Cassius Dio a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Mesaje new, no new in dreapta

Mesaj Scris de Vizitator Mier Feb 06, 2013 7:09 pm

Ciudat.. foarte ciudat. Am reusit cu
Cod:
span.status {
position: relative;
left: -500px;
top: 10px;
}
Multumesc foarte mult ! De acord drink
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Mesaje new, no new in dreapta

Mesaj Scris de Cassius Dio Mier Feb 06, 2013 7:12 pm

Pentru putin. Fericit

topic rezolvat
Cassius Dio

Cassius Dio
Membru onorific
Membru onorific

Mesaje : 10826
Varsta : 26
Localizare : Strawberry Fields
Data înscrierii : 13/07/2012
Mulțumiri : 84
Internet Explorer phpBB3

http://beatles.forummo.com/
Cassius Dio a fost mulțumit de autorul acestui subiect.

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum