Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Επισκόπηση προηγούμενης Θ.Ενότητας Επισκόπηση επόμενης Θ.Ενότητας Πήγαινε κάτω

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από logic21 Τετ Ιουν 10, 2015 10:14 pm

Γεια σας, θα ήθελα να ρωτήσω αν υπάρχει κάποιος τρόπος ώστε να βάλω κι εγώ στο forum μου μέσα στην κατηγορία (δηλαδή στην δημόσια συ2ήτηση) αυτόν που έφτιαξε το post (Συγγραφέας)
Συγγραφέας μέσα στην δημόσια συ2ήτηση. 2ns9nia
Αυτό το είδα εδώ και όπως μου είπε ο owner υπάρχει ήδη στο phpBB2 και δεν ξέρει αν υπάρχει και στο phpBB3. το forum μου είναι αυτό, έχω phpBB3 και όπως έχω ψάξει δεν έχω βρει κάτι, μπορείτε να με βοηθήσετε;
Ευχαριστώ
logic21

logic21
Eνεργό Μέλος

Άντρας
Ηλικία : 23
Τόπος : Αθήνα
Δημοσιεύσεις : 340



logic21 ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από Van-Helsing Τετ Ιουν 10, 2015 11:12 pm

Καλησπέρα @Lote,
Μπορείς να βάλεις εδώ το πρότυπο topics_list_box;
Van-Helsing

Van-Helsing
Διαχειριστής
Διαχειριστής

Άντρας
Ηλικία : 49
Δημοσιεύσεις : 1990



Van-Helsing ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από logic21 Τετ Ιουν 10, 2015 11:13 pm

Ορίστε Van
Κώδικας:
<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
   <!-- BEGIN multi_selection -->
      <script type="text/javascript">

      function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}()
      {
         alert('MAIN');

         var all_checked = true;

         for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++)
         {
            if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
            {
               all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
            }
         }

         document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
      }

      function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}()
      {
         alert('ALL');

         for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++)
         {
            if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
            {
               document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
            }
         }
      }

      </script>
   <!-- END multi_selection -->

   <div class="forumbg announcement">
      <div class="inner"><span class="corners-top"><span></span></span>
      <ul class="topiclist topics">
         <li class="header">
            <dl class="icon">
               <dt>
                  <!-- BEGIN multi_selection -->
                  <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                  <!-- END multi_selection -->
                  {topics_list_box.row.L_TITLE}
               </dt>
               <dd class="posts">{topics_list_box.row.L_REPLIES}</dd>
               <dd class="views">{topics_list_box.row.L_VIEWS}</dd>
               <dd class="lastpost"><span>{topics_list_box.row.L_LASTPOST}</span></dd>
            </dl>
         </li>
      </ul>
      <ul class="topiclist topics bg_none">
<!-- END header_table -->

<!-- BEGIN header_row -->
      <strong>{topics_list_box.row.L_TITLE}</strong>
<!-- END header_row -->

<!-- BEGIN topic -->

   <!-- BEGIN table_sticky -->
         </ul>
         <span class="corners-bottom"><span></span></span></div>
      </div>
      <div class="forumbg">
      <div class="inner"><span class="corners-top"><span></span></span>
      <ul class="topiclist topics">
         <li class="header">
            <dl class="icon">
               <!--<dd class="dterm">-->
               <dd class="dterm" style="padding-left:0;">
                  <!-- BEGIN multi_selection -->
                  <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                  <!-- END multi_selection -->
                  {topics_list_box.row.topic.table_sticky.L_TITLE}
               </dd>
               <dd class="posts" style="padding-left:45px;">{topics_list_box.row.topic.table_sticky.L_REPLIES}</dd>
               <!-- <dd class="authors">{topics_list_box.row.L_AUTHOR}</dd> -->
               <dd class="views">{topics_list_box.row.topic.table_sticky.L_VIEWS}</dd>
               <dd class="lastpost"><span>{topics_list_box.row.topic.table_sticky.L_LASTPOST}</span></dd>
            </dl>
         </li>
      </ul>
      <ul class="topiclist topics bg_none">
   <!-- END table_sticky -->

      <li class="row {topics_list_box.row.ROW_ALT_CLASS}"<!-- BEGIN line_sticky --> style="margin-top:5px;"<!-- END line_sticky --> >
         <dl class="icon" style="background-image:url('{topics_list_box.row.TOPIC_FOLDER_IMG}');">
            <dd class="dterm" title="{topicrow.TOPIC_FOLDER_IMG_ALT}" {topics_list_box.row.ICON}>
               <!-- BEGIN single_selection -->
                  <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
               <!-- END single_selection -->
               {topics_list_box.row.NEWEST_POST_IMG}
               {topics_list_box.row.PARTICIPATE_POST_IMG} 
               {topics_list_box.row.TOPIC_TYPE}
               <div class="topic-title-container"><h2 class="topic-title hierarchy"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2></div>
               <!-- BEGIN switch_description -->
               <br />
               {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
               <!-- END switch_description -->
               <br />
               {topics_list_box.row.GOTO_PAGE_NEW}
               <span class="span-tab">{topics_list_box.row.L_BY} <strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span>
               <!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE_NEW}<!-- END nav_tree -->
            </dd>
            <dd class="posts">{topics_list_box.row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
            <dd class="views">{topics_list_box.row.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
            <dd class="lastpost">

                    <!-- BEGIN avatar -->
                    <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
                    <div style="float:left;">
                    <!-- END avatar -->

               <span>{topics_list_box.row.LAST_POST_AUTHOR}&nbsp;<dfn>{L_LASTPOST}</dfn>
               {topics_list_box.row.LAST_POST_IMG}<br style="clear:left;" />{topics_list_box.row.LAST_POST_TIME}</span>

                    <!-- BEGIN avatar -->
                    </div>
                    <!-- END avatar -->
            </dd>
            <!-- BEGIN multi_selection -->
               <input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
            <!-- END multi_selection -->
         </dl>
      </li>
<!-- END topic -->
<!-- BEGIN no_topics -->
<li class="row row1">
   <dl>
      <dt><strong>{topics_list_box.row.L_NO_TOPICS}</strong></dt>
   </dl>
</li>
<!-- END no_topics -->

<!-- BEGIN bottom -->
</ul>
   <span class="corners-bottom"><span></span></span></div>
</div>
<!-- END bottom -->
<!-- BEGIN spacer --><br /><!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
logic21

logic21
Eνεργό Μέλος

Άντρας
Ηλικία : 23
Τόπος : Αθήνα
Δημοσιεύσεις : 340



logic21 ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από Van-Helsing Τετ Ιουν 10, 2015 11:25 pm

Αλλάξε το topics_list_box με τον παρακάτω κώδικα:

Κώδικας:

    <!-- BEGIN topics_list_box -->
    <!-- BEGIN row -->
    <!-- BEGIN header_table -->
      <!-- BEGIN multi_selection -->
          <script type="text/javascript">

          function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}()
          {
            alert('MAIN');

            var all_checked = true;

            for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++)
            {
                if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
                {
                  all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
                }
            }

            document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
          }

          function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}()
          {
            alert('ALL');

            for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++)
            {
                if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
                {
                  document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
                }
            }
          }

          </script>
      <!-- END multi_selection -->

      <div class="forumbg announcement">
          <div class="inner"><span class="corners-top"><span></span></span>
          <ul class="topiclist topics">
            <li class="header">
                <dl class="icon">
                  <dt>
                      <!-- BEGIN multi_selection -->
                      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                      <!-- END multi_selection -->
                      {topics_list_box.row.L_TITLE}
                  </dt>
                  <dd class="posts">{topics_list_box.row.L_REPLIES}</dd>
                  <dd class="views">{topics_list_box.row.L_VIEWS}</dd>
                  <dd class="lastpost"><span>{topics_list_box.row.L_LASTPOST}</span></dd>
                </dl>
            </li>
          </ul>
          <ul class="topiclist topics bg_none">
    <!-- END header_table -->

    <!-- BEGIN header_row -->
          <strong>{topics_list_box.row.L_TITLE}</strong>
    <!-- END header_row -->

    <!-- BEGIN topic -->

      <!-- BEGIN table_sticky -->
            </ul>
            <span class="corners-bottom"><span></span></span></div>
          </div>
          <div class="forumbg">
          <div class="inner"><span class="corners-top"><span></span></span>
          <ul class="topiclist topics">
            <li class="header">
                <dl class="icon">
                  <!--<dd class="dterm">-->
                  <dd class="dterm" style="padding-left:0;">
                      <!-- BEGIN multi_selection -->
                      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                      <!-- END multi_selection -->
                      {topics_list_box.row.topic.table_sticky.L_TITLE}
                  </dd>
                  <dd class="posts" style="padding-left:45px;">{topics_list_box.row.topic.table_sticky.L_REPLIES}</dd>
                  <!-- <dd class="authors">{topics_list_box.row.L_AUTHOR}</dd> -->
                  <dd class="views">{topics_list_box.row.topic.table_sticky.L_VIEWS}</dd>
                  <dd class="lastpost"><span>{topics_list_box.row.topic.table_sticky.L_LASTPOST}</span></dd>
                </dl>
            </li>
          </ul>
          <ul class="topiclist topics bg_none">
      <!-- END table_sticky -->

          <li class="row {topics_list_box.row.ROW_ALT_CLASS}"<!-- BEGIN line_sticky --> style="margin-top:5px;"<!-- END line_sticky --> >
            <dl class="icon" style="background-image:url('{topics_list_box.row.TOPIC_FOLDER_IMG}');">
                <dd class="dterm" title="{topicrow.TOPIC_FOLDER_IMG_ALT}" {topics_list_box.row.ICON}>
                  <!-- BEGIN single_selection -->
                      <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
                  <!-- END single_selection -->
                  {topics_list_box.row.NEWEST_POST_IMG}
                  {topics_list_box.row.PARTICIPATE_POST_IMG}
                  {topics_list_box.row.TOPIC_TYPE}
                  <div class="topic-title-container"><h2 class="topic-title hierarchy"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2></div>
                  <!-- BEGIN switch_description -->
                  <br />
                  {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
                  <!-- END switch_description -->
                  <br />
                  {topics_list_box.row.GOTO_PAGE_NEW}
                  <!--<span class="span-tab">{topics_list_box.row.L_BY} <strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span>--->
                  <!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE_NEW}<!-- END nav_tree -->
                </dd>
                <dd class="posts">{topics_list_box.row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
                <dd class="post_author"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></dd>
                <dd class="views">{topics_list_box.row.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
                <dd class="lastpost">

                        <!-- BEGIN avatar -->
                        <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
                        <div style="float:left;">
                        <!-- END avatar -->

                  <span>{topics_list_box.row.LAST_POST_AUTHOR}&nbsp;<dfn>{L_LASTPOST}</dfn>
                  {topics_list_box.row.LAST_POST_IMG}<br style="clear:left;" />{topics_list_box.row.LAST_POST_TIME}</span>

                        <!-- BEGIN avatar -->
                        </div>
                        <!-- END avatar -->
                </dd>
                <!-- BEGIN multi_selection -->
                  <input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
                <!-- END multi_selection -->
            </dl>
          </li>
    <!-- END topic -->
    <!-- BEGIN no_topics -->
    <li class="row row1">
      <dl>
          <dt><strong>{topics_list_box.row.L_NO_TOPICS}</strong></dt>
      </dl>
    </li>
    <!-- END no_topics -->

    <!-- BEGIN bottom -->
    </ul>
      <span class="corners-bottom"><span></span></span></div>
    </div>
    <!-- END bottom -->
    <!-- BEGIN spacer --><br /><!-- END spacer -->
    <!-- END row -->
    <!-- END topics_list_box -->
και πατάς Συγγραφέας μέσα στην δημόσια συ2ήτηση. ONIG52p και δημοσίευση.
Van-Helsing

Van-Helsing
Διαχειριστής
Διαχειριστής

Άντρας
Ηλικία : 49
Δημοσιεύσεις : 1990



Van-Helsing ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από logic21 Πεμ Ιουν 11, 2015 5:07 pm

Συγγραφέας μέσα στην δημόσια συ2ήτηση. 30c58aq
Φτιάχτηκε άλλα μπορεί να λέει 'Συγγραφέας' αντί για 'Αναγνώσεις' ;
και επίσης κάτω έχει ένα πρόβλημα
Συγγραφέας μέσα στην δημόσια συ2ήτηση. Nxqj9v
ο ReLaX επειδή έχει μικρό Name χαλάει την δομή μήπως γίνετε να φτιαχτεί γιατί δεν φαίνεται ωραία;

edit: Επίσης: Συγγραφέας μέσα στην δημόσια συ2ήτηση. 16bzq6w
logic21

logic21
Eνεργό Μέλος

Άντρας
Ηλικία : 23
Τόπος : Αθήνα
Δημοσιεύσεις : 340



logic21 ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από Luffy Παρ Ιουν 12, 2015 3:29 pm

@lote δοκίμασε να αντικαταστήσεις το πρότυπό σου με αυτό:
Κώδικας:
<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
  <!-- BEGIN multi_selection -->
      <script type="text/javascript">

      function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}()
      {
        alert('MAIN');

        var all_checked = true;

        for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++)
        {
            if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
            {
              all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
            }
        }

        document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
      }

      function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}()
      {
        alert('ALL');

        for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++)
        {
            if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
            {
              document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
            }
        }
      }

      </script>
  <!-- END multi_selection -->

  <div class="forumbg announcement">
      <div class="inner"><span class="corners-top"><span></span></span>
      <ul class="topiclist topics">
        <li class="header">
            <dl class="icon">
              <dt>
                  <!-- BEGIN multi_selection -->
                  <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                  <!-- END multi_selection -->
                  {topics_list_box.row.L_TITLE}
              </dt>
              <dd class="posts">{topics_list_box.row.L_REPLIES}</dd>
<dd class="post_author">{topics_list_box.row.TOPIC_AUTHOR}</dd>
              <dd class="views">{topics_list_box.row.L_VIEWS}</dd>
              <dd class="lastpost"><span>{topics_list_box.row.L_LASTPOST}</span></dd>
            </dl>
        </li>
      </ul>
      <ul class="topiclist topics bg_none">
<!-- END header_table -->

<!-- BEGIN header_row -->
      <strong>{topics_list_box.row.L_TITLE}</strong>
<!-- END header_row -->

<!-- BEGIN topic -->

  <!-- BEGIN table_sticky -->
        </ul>
        <span class="corners-bottom"><span></span></span></div>
      </div>
      <div class="forumbg">
      <div class="inner"><span class="corners-top"><span></span></span>
      <ul class="topiclist topics">
        <li class="header">
            <dl class="icon">
              <!--<dd class="dterm">-->
              <dd class="dterm" style="padding-left:0;">
                  <!-- BEGIN multi_selection -->
                  <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                  <!-- END multi_selection -->
                  {topics_list_box.row.topic.table_sticky.L_TITLE}
              </dd>
              <dd class="posts" style="padding-left:45px;">{topics_list_box.row.topic.table_sticky.L_REPLIES}</dd>
          <dd class="post_author">{topics_list_box.row.L_AUTHOR}</dd>
              <dd class="views">{topics_list_box.row.topic.table_sticky.L_VIEWS}</dd>
              <dd class="lastpost"><span>{topics_list_box.row.topic.table_sticky.L_LASTPOST}</span></dd>
            </dl>
        </li>
      </ul>
      <ul class="topiclist topics bg_none">
  <!-- END table_sticky -->

      <li class="row {topics_list_box.row.ROW_ALT_CLASS}"<!-- BEGIN line_sticky --> style="margin-top:5px;"<!-- END line_sticky --> >
        <dl class="icon" style="background-image:url('{topics_list_box.row.TOPIC_FOLDER_IMG}');">
            <dd class="dterm" title="{topicrow.TOPIC_FOLDER_IMG_ALT}" {topics_list_box.row.ICON}>
              <!-- BEGIN single_selection -->
                  <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
              <!-- END single_selection -->
              {topics_list_box.row.NEWEST_POST_IMG}
              {topics_list_box.row.PARTICIPATE_POST_IMG}
              {topics_list_box.row.TOPIC_TYPE}
              <div class="topic-title-container"><h2 class="topic-title hierarchy"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2></div>
              <!-- BEGIN switch_description -->
              <br />
              {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
              <!-- END switch_description -->
              <br />
              {topics_list_box.row.GOTO_PAGE_NEW}
              <span class="span-tab"></span>
              <!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE_NEW}<!-- END nav_tree -->
            </dd>
            <dd class="posts">{topics_list_box.row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
<dd class="post_author">{topics_list_box.row.L_AUTHOR}</dd>
            <dd class="views">{topics_list_box.row.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
            <dd class="lastpost">

                    <!-- BEGIN avatar -->
                    <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
                    <div style="float:left;">
                    <!-- END avatar -->

              <span>{topics_list_box.row.LAST_POST_AUTHOR}&nbsp;<dfn>{L_LASTPOST}</dfn>
              {topics_list_box.row.LAST_POST_IMG}<br style="clear:left;" />{topics_list_box.row.LAST_POST_TIME}</span>

                    <!-- BEGIN avatar -->
                    </div>
                    <!-- END avatar -->
            </dd>
            <!-- BEGIN multi_selection -->
              <input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
            <!-- END multi_selection -->
        </dl>
      </li>
<!-- END topic -->
<!-- BEGIN no_topics -->
<li class="row row1">
  <dl>
      <dt><strong>{topics_list_box.row.L_NO_TOPICS}</strong></dt>
  </dl>
</li>
<!-- END no_topics -->

<!-- BEGIN bottom -->
</ul>
  <span class="corners-bottom"><span></span></span></div>
</div>
<!-- END bottom -->
<!-- BEGIN spacer --><br /><!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
Luffy

Luffy
Διαχειριστής
Διαχειριστής

Άντρας
Τόπος : Ελλάδα
Δημοσιεύσεις : 2340



Luffy ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από logic21 Παρ Ιουν 12, 2015 3:42 pm

τώρα έγινε σαν το πρώτο που είχα...
logic21

logic21
Eνεργό Μέλος

Άντρας
Ηλικία : 23
Τόπος : Αθήνα
Δημοσιεύσεις : 340



logic21 ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από Επισκέπτης Παρ Ιουν 12, 2015 9:19 pm

Κώδικας:
<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
   <!-- BEGIN multi_selection -->
      <script type="text/javascript">

      function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}()
      {
         alert('MAIN');

         var all_checked = true;

         for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++)
         {
            if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
            {
               all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
            }
         }

         document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
      }

      function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}()
      {
         alert('ALL');

         for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++)
         {
            if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
            {
               document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
            }
         }
      }

      </script>
   <!-- END multi_selection -->

   <div class="forumbg announcement">
      <div class="inner"><span class="corners-top"><span></span></span>
      <ul class="topiclist topics">
         <li class="header">
            <dl class="icon">
               <dt>
                  <!-- BEGIN multi_selection -->
                  <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                  <!-- END multi_selection -->
                  {topics_list_box.row.L_TITLE}
               </dt>
               <dd class="posts">Συγγραφέας</dd>
               <dd class="posts">{topics_list_box.row.L_REPLIES}</dd>
               <dd class="views">{topics_list_box.row.L_VIEWS}</dd>
               <dd class="lastpost"><span>{topics_list_box.row.L_LASTPOST}</span></dd>
            </dl>
         </li>
      </ul>
      <ul class="topiclist topics bg_none">
<!-- END header_table -->

<!-- BEGIN header_row -->
      <strong>{topics_list_box.row.L_TITLE}</strong>
<!-- END header_row -->

<!-- BEGIN topic -->

   <!-- BEGIN table_sticky -->
         </ul>
         <span class="corners-bottom"><span></span></span></div>
      </div>
      <div class="forumbg">
      <div class="inner"><span class="corners-top"><span></span></span>
      <ul class="topiclist topics">
         <li class="header">
            <dl class="icon">
               <!--<dd class="dterm">-->
               <dd class="dterm" style="padding-left:0;">
                  <!-- BEGIN multi_selection -->
                  <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                  <!-- END multi_selection -->
                  {topics_list_box.row.topic.table_sticky.L_TITLE}
               </dd>
               <dd class="posts" style="padding-left:45px;">{topics_list_box.row.topic.table_sticky.L_REPLIES}</dd>
               <!-- <dd class="authors">{topics_list_box.row.L_AUTHOR}</dd> -->
               <dd class="views">{topics_list_box.row.topic.table_sticky.L_VIEWS}</dd>
               <dd class="lastpost"><span>{topics_list_box.row.topic.table_sticky.L_LASTPOST}</span></dd>
            </dl>
         </li>
      </ul>
      <ul class="topiclist topics bg_none">
   <!-- END table_sticky -->

      <li class="row {topics_list_box.row.ROW_ALT_CLASS}"<!-- BEGIN line_sticky --> style="margin-top:5px;"<!-- END line_sticky --> >
         <dl class="icon" style="background-image:url('{topics_list_box.row.TOPIC_FOLDER_IMG}');">
            <dd class="dterm" title="{topicrow.TOPIC_FOLDER_IMG_ALT}" {topics_list_box.row.ICON}>
               <!-- BEGIN single_selection -->
                  <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
               <!-- END single_selection -->
               {topics_list_box.row.NEWEST_POST_IMG}
               {topics_list_box.row.PARTICIPATE_POST_IMG} 
               {topics_list_box.row.TOPIC_TYPE}
               <div class="topic-title-container"><h2 class="topic-title hierarchy"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2></div>
               <!-- BEGIN switch_description -->
               <br />
               {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
               <!-- END switch_description -->
               <br />
               {topics_list_box.row.GOTO_PAGE_NEW}
               <span class="span-tab">{topics_list_box.row.L_BY} <strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span>
               <!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE_NEW}<!-- END nav_tree -->
            </dd>
                                <dd class="posts">{topics_list_box.row.LAST_POST_AUTHOR}<dfn></dfn></dd>
                                <dd class="posts">{topics_list_box.row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
            <dd class="views">{topics_list_box.row.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
            <dd class="lastpost">

                    <!-- BEGIN avatar -->
                    <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
                    <div style="float:left;">
                    <!-- END avatar -->

               <span>{topics_list_box.row.LAST_POST_AUTHOR}&nbsp;<dfn>{L_LASTPOST}</dfn>
               {topics_list_box.row.LAST_POST_IMG}<br style="clear:left;" />{topics_list_box.row.LAST_POST_TIME}</span>

                    <!-- BEGIN avatar -->
                    </div>
                    <!-- END avatar -->
            </dd>
            <!-- BEGIN multi_selection -->
               <input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
            <!-- END multi_selection -->
         </dl>
      </li>
<!-- END topic -->
<!-- BEGIN no_topics -->
<li class="row row1">
   <dl>
      <dt><strong>{topics_list_box.row.L_NO_TOPICS}</strong></dt>
   </dl>
</li>
<!-- END no_topics -->

<!-- BEGIN bottom -->
</ul>
   <span class="corners-bottom"><span></span></span></div>
</div>
<!-- END bottom -->
<!-- BEGIN spacer --><br /><!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->

Συγγραφέας μέσα στην δημόσια συ2ήτηση. 2wih
avatar

Επισκέπτης
Επισκέπτης


Επισκέπτης ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από logic21 Παρ Ιουν 12, 2015 9:31 pm

Συγγραφέας μέσα στην δημόσια συ2ήτηση. 2prchvk

Ο Συγγραφέας είναι ο Ne[W]B!E άλλα δείχνει τον SPIDERM@N που έκανε το last post..
logic21

logic21
Eνεργό Μέλος

Άντρας
Ηλικία : 23
Τόπος : Αθήνα
Δημοσιεύσεις : 340



logic21 ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από Επισκέπτης Παρ Ιουν 12, 2015 9:50 pm

Έχεις δίκιο με συγχωρείς:

Κώδικας:
Κώδικας:Επιλογή Περιεχομένου
    <!-- BEGIN topics_list_box -->
    <!-- BEGIN row -->
    <!-- BEGIN header_table -->
      <!-- BEGIN multi_selection -->
          <script type="text/javascript">

          function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}()
          {
            alert('MAIN');

            var all_checked = true;

            for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++)
            {
                if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
                {
                  all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
                }
            }

            document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
          }

          function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}()
          {
            alert('ALL');

            for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++)
            {
                if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}')
                {
                  document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
                }
            }
          }

          </script>
      <!-- END multi_selection -->

      <div class="forumbg announcement">
          <div class="inner"><span class="corners-top"><span></span></span>
          <ul class="topiclist topics">
            <li class="header">
                <dl class="icon">
                  <dt>
                      <!-- BEGIN multi_selection -->
                      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                      <!-- END multi_selection -->
                      {topics_list_box.row.L_TITLE}
                  </dt>
                  <dd class="posts">Συγγραφέας</dd>
                  <dd class="posts">{topics_list_box.row.L_REPLIES}</dd>
                  <dd class="views">{topics_list_box.row.L_VIEWS}</dd>
                  <dd class="lastpost"><span>{topics_list_box.row.L_LASTPOST}</span></dd>
                </dl>
            </li>
          </ul>
          <ul class="topiclist topics bg_none">
    <!-- END header_table -->

    <!-- BEGIN header_row -->
          <strong>{topics_list_box.row.L_TITLE}</strong>
    <!-- END header_row -->

    <!-- BEGIN topic -->

      <!-- BEGIN table_sticky -->
            </ul>
            <span class="corners-bottom"><span></span></span></div>
          </div>
          <div class="forumbg">
          <div class="inner"><span class="corners-top"><span></span></span>
          <ul class="topiclist topics">
            <li class="header">
                <dl class="icon">
                  <!--<dd class="dterm">-->
                  <dd class="dterm" style="padding-left:0;">
                      <!-- BEGIN multi_selection -->
                      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
                      <!-- END multi_selection -->
                      {topics_list_box.row.topic.table_sticky.L_TITLE}
                  </dd>
                  <dd class="posts" style="padding-left:45px;">{topics_list_box.row.topic.table_sticky.L_REPLIES}</dd>
                  <!-- <dd class="authors">{topics_list_box.row.L_AUTHOR}</dd> -->
                  <dd class="views">{topics_list_box.row.topic.table_sticky.L_VIEWS}</dd>
                  <dd class="lastpost"><span>{topics_list_box.row.topic.table_sticky.L_LASTPOST}</span></dd>
                </dl>
            </li>
          </ul>
          <ul class="topiclist topics bg_none">
      <!-- END table_sticky -->

          <li class="row {topics_list_box.row.ROW_ALT_CLASS}"<!-- BEGIN line_sticky --> style="margin-top:5px;"<!-- END line_sticky --> >
            <dl class="icon" style="background-image:url('{topics_list_box.row.TOPIC_FOLDER_IMG}');">
                <dd class="dterm" title="{topicrow.TOPIC_FOLDER_IMG_ALT}" {topics_list_box.row.ICON}>
                  <!-- BEGIN single_selection -->
                      <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
                  <!-- END single_selection -->
                  {topics_list_box.row.NEWEST_POST_IMG}
                  {topics_list_box.row.PARTICIPATE_POST_IMG}
                  {topics_list_box.row.TOPIC_TYPE}
                  <div class="topic-title-container"><h2 class="topic-title hierarchy"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2></div>
                  <!-- BEGIN switch_description -->
                  <br />
                  {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
                  <!-- END switch_description -->
                  <br />
                  {topics_list_box.row.GOTO_PAGE_NEW}
                  <span class="span-tab">{topics_list_box.row.L_BY} <strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span>
                  <!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE_NEW}<!-- END nav_tree -->
                </dd>
                                    <dd class="posts">{topics_list_box.row.TOPIC_AUTHOR}<dfn></dfn></dd>
                                    <dd class="posts">{topics_list_box.row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
                <dd class="views">{topics_list_box.row.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
                <dd class="lastpost">

                        <!-- BEGIN avatar -->
                        <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
                        <div style="float:left;">
                        <!-- END avatar -->

                  <span>{topics_list_box.row.LAST_POST_AUTHOR}&nbsp;<dfn>{L_LASTPOST}</dfn>
                  {topics_list_box.row.LAST_POST_IMG}<br style="clear:left;" />{topics_list_box.row.LAST_POST_TIME}</span>

                        <!-- BEGIN avatar -->
                        </div>
                        <!-- END avatar -->
                </dd>
                <!-- BEGIN multi_selection -->
                  <input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
                <!-- END multi_selection -->
            </dl>
          </li>
    <!-- END topic -->
    <!-- BEGIN no_topics -->
    <li class="row row1">
      <dl>
          <dt><strong>{topics_list_box.row.L_NO_TOPICS}</strong></dt>
      </dl>
    </li>
    <!-- END no_topics -->

    <!-- BEGIN bottom -->
    </ul>
      <span class="corners-bottom"><span></span></span></div>
    </div>
    <!-- END bottom -->
    <!-- BEGIN spacer --><br /><!-- END spacer -->
    <!-- END row -->
    <!-- END topics_list_box -->
avatar

Επισκέπτης
Επισκέπτης


Επισκέπτης ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από logic21 Παρ Ιουν 12, 2015 9:56 pm

Οκ φτιάχτηκε:
Συγγραφέας μέσα στην δημόσια συ2ήτηση. 5ydxl3
μπορεί να γίνει Lock και σας ευχαριστώ
logic21

logic21
Eνεργό Μέλος

Άντρας
Ηλικία : 23
Τόπος : Αθήνα
Δημοσιεύσεις : 340



logic21 ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Συγγραφέας μέσα στην δημόσια συ2ήτηση. Empty Απ: Συγγραφέας μέσα στην δημόσια συ2ήτηση.

Δημοσίευση από Van-Helsing Παρ Ιουν 12, 2015 10:46 pm

Το θέμα λύθηκε, κλειδώθηκε και αρχειοθετήθηκε.
Van-Helsing

Van-Helsing
Διαχειριστής
Διαχειριστής

Άντρας
Ηλικία : 49
Δημοσιεύσεις : 1990



Van-Helsing ο/η συγγραφέας σας ευχαριστήσε για την απάντησή σας.

Επισκόπηση προηγούμενης Θ.Ενότητας Επισκόπηση επόμενης Θ.Ενότητας Επιστροφή στην κορυφή

- Παρόμοια θέματα

Δικαιώματα σας στην κατηγορία αυτή
Δεν μπορείτε να απαντήσετε στα Θέματα αυτής της Δ.Συζήτησης