SocialAcademy • Forum

Social Academy Community Support Forum & Free Tutorial's & Skins



SocialAcademy • Forum » Support Section » Ask Question 's & Problems » Solved & Trash Files  →   [Answered] Help me PlS, The Post

[Answered] Help me PlS, The Post


    • Please log in to Reply

    View previous topic View next topic Go down  Message [Page 1 of 1]

    #1

    Offlinematonskie23

    matonskie23
     
    Member
    Member

    Posted Fri Sep 26, 2014 6:55 am

     
    Details: How to fix this help.beacause still not solve see
    Screenshot:[Answered] Help me PlS, The Post 30semfq
    Forum Address:http://cyberzero.forum.net.bz/f1-forum-announcements
    Forum Version: Punbb

    #2

    OfflineGrafix

    Grafix
     
    Management Team
     Management Team

    Posted Fri Sep 26, 2014 7:24 am

     
    oh sorry i thought that was index_box ;) give me your Topic_list_box template thanks ..

    https://socialacademy.forumotion.com
    #3

    Offlinematonskie23

    matonskie23
     
    Member
    Member

    Posted Fri Sep 26, 2014 9:08 am

     
    Code:
    <!-- 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}() {
             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}() {
             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="main">
       <div class="main-head">
              <div class="page-title">
          <!-- 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 -->
          <h1 class="page-title" id="titledited">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
       </div>
                 </div>
      </div>
          <div class='ipsBox table_wrap'>
                            <div class='ipsBox_container'>
       <div class="main-content">
       <table cellspacing="0" class="table">
          <tbody class="statused">
    <!-- END header_table -->

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

    <!-- BEGIN topic -->
       <!-- BEGIN table_sticky -->
          </tbody>
       </table>
       </div></div></div>
                     
    <div class="main">
       <div class="main-head">
              <div class="page-title">
          <!-- 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 -->
          <h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
                </div></div></div>
             
          <div class='ipsBox table_wrap'>
                            <div class='ipsBox_container'>
       <div class="main-content">
       <table cellspacing="0" class="table">
          <thead>
             <tr>
                <th class="tcl">{L_TOPICS}</th>
                <th class="tc3" style="color: #A4A4A4!important">{topics_list_box.row.topic.table_sticky.L_REPLIES} replies</th>
                                      {topics_list_box.row.topic.table_sticky.L_VIEWS} views
                              <th class="tcr" style="color: #A4A4A4!important">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
             </tr>
          </thead>
          <tbody class="statused">
       <!-- END table_sticky -->
          <tr>
             <td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                <span class="status">
                   <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
                </span>
                <!-- 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.ICON} 
                {topics_list_box.row.NEWEST_POST_IMG}
                {topics_list_box.row.PARTICIPATE_POST_IMG} 
                {topics_list_box.row.TOPIC_TYPE} 
                <h2 class="topic-title"><a onmouseover="show_tooltip(this,'Title: <font color=red> {topics_list_box.row.TOPIC_TITLE} </font><br><br>Last Posted: <font color=#FF6600>{topics_list_box.row.LAST_POST_TIME}</font><br><br>Views: <font color=#FF66CC> {topics_list_box.row.VIEWS}</font><br><br>Replies: <font color=red>{topics_list_box.row.REPLIES}</font><br><br><font color=#000></font>');" onmouseout="hidetip();" class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2>   
                              {topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE}<br/>
                                      <p style="color: #A4A4A4!important">Started by {topics_list_box.row.TOPIC_AUTHOR}, {topics_list_box.row.LAST_POST_TIME}
                <!-- BEGIN switch_description -->
                <br />
                 {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
                <!-- END switch_description -->
                              </p></td>
                      <td style="color: #A4A4A4!important" class="tc3">{topics_list_box.row.REPLIES} replies<br/>
                                      {topics_list_box.row.VIEWS} views</td>
             <td style="color: #A4A4A4!important" class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.LAST_POST_AUTHOR}</td>
             <!-- BEGIN multi_selection -->
             <td><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} /></td>
             <!-- END multi_selection -->
          </tr>
    <!-- END topic -->
    <!-- BEGIN no_topics -->
    <tr>
       <td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
    </tr>
    <!-- END no_topics -->

    <!-- BEGIN bottom -->
          </tbody>
       </table>
       </div></div></div>
    <div class="main">
       <div class="main-head">
              <div class="page-title">
          <!-- 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 -->
          <p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
          <p class="options">
             <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM}&nbsp;<a href="#top">{L_BACK_TO_TOP}</a>
          </p>
       </div>
      </div>
      </div>
    <!-- END bottom -->
    <!-- BEGIN spacer --><br /><!-- END spacer -->
    <!-- END row -->
    <!-- END topics_list_box -->
      <script src="http://illiweb.com/rs3/24/frm/admin/admin.js" type="text/javascript"></script>
    <style>/* Topic Information Tooltip  */
        #tooltip .header {display:none}
        #tooltip .tiplFMvi{border-bottom:1.5px dashed;padding-bottom:5px;margin-bottom:5px}
        #tooltip{max-width:550px;position:absolute;background-color:#FFF;border:2px solid #000000;padding:5px;border-radius:3px;color:#000;z-index:99;}
    </style>

    Thanks you can help mr.Red

    #4

    OfflineGrafix

    Grafix
     
    Management Team
     Management Team

    Posted Fri Sep 26, 2014 10:10 am

     
    replace your Topic_list_box into this
    Code:
    <!-- 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}() {
            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}() {
            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="main">
      <div class="main-head">
              <div class="page-title">
          <!-- 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 -->
          <h1 class="page-title" id="titledited">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
      </div>
                </div>
      </div>
          <div class='ipsBox table_wrap'>
                            <div class='ipsBox_container'>
      <div class="main-content">
      <table cellspacing="0" class="table">
          <tbody class="statused">
    <!-- END header_table -->

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

    <!-- BEGIN topic -->
      <!-- BEGIN table_sticky -->
          </tbody>
      </table>
      </div></div></div>
                     
    <div class="main">
      <div class="main-head">
              <div class="page-title">
          <!-- 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 -->
          <h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
                </div></div></div>
             
          <div class='ipsBox table_wrap'>
                            <div class='ipsBox_container'>
      <div class="main-content">
      <table cellspacing="0" class="table">
          <thead>
            <tr>
                <th class="tcl">{L_TOPICS}</th>
                <th class="tc3" style="color: #A4A4A4!important">{topics_list_box.row.topic.table_sticky.L_REPLIES} replies</th>
                                      {topics_list_box.row.topic.table_sticky.L_VIEWS} views
                              <th class="tcr" style="color: #A4A4A4!important">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
            </tr>
          </thead>
          <tbody class="statused">
      <!-- END table_sticky -->
          <tr>
            <td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                <span class="status">
                  <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
                </span>
                <!-- 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.ICON}
                {topics_list_box.row.NEWEST_POST_IMG}
                {topics_list_box.row.PARTICIPATE_POST_IMG}
                {topics_list_box.row.TOPIC_TYPE}
    <h2 class="topic-title"><a onmouseover="show_tooltip(this,'Title: <font color=red> {topics_list_box.row.TOPIC_TITLE} </font><br><br>Last Posted: <font color=#FF6600>{topics_list_box.row.LAST_POST_TIME}</font><br><br>Views: <font color=#FF66CC> {topics_list_box.row.VIEWS}</font><br><br>Replies: <font color=red>{topics_list_box.row.REPLIES}</font><br><br><font color=#000></font>');" onmouseout="hidetip();" class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2>  
              {topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE} <br/>
              <p style="color: #A4A4A4!important">Started by {topics_list_box.row.TOPIC_AUTHOR}, {topics_list_box.row.LAST_POST_TIME}</p>
                <!-- BEGIN switch_description -->
                <br />
                {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
                <!-- END switch_description -->
                              </p></td>
                      <td style="color: #A4A4A4!important" class="tc3">{topics_list_box.row.REPLIES} replies<br/>
                                      {topics_list_box.row.VIEWS} views</td>
            <td style="color: #A4A4A4!important" class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.LAST_POST_AUTHOR}</td>
            <!-- BEGIN multi_selection -->
            <td><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} /></td>
            <!-- END multi_selection -->
          </tr>
    <!-- END topic -->
    <!-- BEGIN no_topics -->
    <tr>
      <td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
    </tr>
    <!-- END no_topics -->

    <!-- BEGIN bottom -->
          </tbody>
      </table>
      </div></div></div>
    <div class="main">
      <div class="main-head">
              <div class="page-title">
          <!-- 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 -->
          <p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
          <p class="options">
            <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM}&nbsp;<a href="#top">{L_BACK_TO_TOP}</a>
          </p>
      </div>
      </div>
      </div>
    <!-- END bottom -->
    <!-- BEGIN spacer --><br /><!-- END spacer -->
    <!-- END row -->
    <!-- END topics_list_box -->
      <script src="http://illiweb.com/rs3/24/frm/admin/admin.js" type="text/javascript"></script>
    <style>/* Topic Information Tooltip  */
        #tooltip .header {display:none}
        #tooltip .tiplFMvi{border-bottom:1.5px dashed;padding-bottom:5px;margin-bottom:5px}
        #tooltip{max-width:550px;position:absolute;background-color:#FFF;border:2px solid #000000;padding:5px;border-radius:3px;color:#000;z-index:99;}
    </style>
     

    https://socialacademy.forumotion.com
    #5

    Offlinematonskie23

    matonskie23
     
    Member
    Member

    Posted Fri Sep 26, 2014 11:20 am

     
    sorry mr.red still there the problem?

    #6

    Offlinematonskie23

    matonskie23
     
    Member
    Member

    Posted Fri Sep 26, 2014 12:16 pm

     
    Thx a lot mr.red but i solve the problem now thanks :bravo:

    #7

    OfflineGrafix

    Grafix
     
    Management Team
     Management Team

    Posted Mon Sep 29, 2014 1:49 am

     
    Problem Answered

    https://socialacademy.forumotion.com
    #8

    OfflineSponsored content


     

    Posted

     

    Message (Page 1 of 1)



      Share Topics Url

      Url
      BBcode
      HTML

      Permissions in this forum:
      You cannot reply to topics in this forum

       
      • Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com


      Social Academy Forum
      © Social Academy 2013-2022