Thread: Major Additions - Modification System
View Single Post
  #384  
Old 10-31-2008, 04:57 PM
mokonzi's Avatar
mokonzi mokonzi is offline
 
Join Date: Nov 2007
Location: SW Scotland
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the remainder of the template change:

PHP Code:
     <!-- message -->
     <
div id="post_message_$post[postid]">$post[message]</div>
     <!-- / 
message -->

     <if 
condition="$show['attachments']">
     <!-- 
attachments -->

      <if 
condition="$show['mod_download']">
       <
class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_mod_download_now]</p>
       <
p>
        <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
         
$post[otherattachments]
        </
table>
       </
p>
      </if>

      <if 
condition="$show['mod_images']">
       <
class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_mod_screenshots]</p>
       <
p>
        <
span style="padding:$stylevar[cellpadding]px">
          
$post[thumbnailattachments]
          
$post[imageattachments]
          <if 
condition="$show['imageattachmentlink']">
           <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
            
$post[imageattachmentlinks]
           </
table>
          </if>
          
$post[moderatedattachments]
        </
span>
       </
p>
      </if>

     <!-- / 
attachments -->
     </if>

     <if 
condition="$show['mod_licence']">
      <
class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_licence_agreement]</p>
      
$post[mod_licence]
     </if>

     <if 
condition="$show['supporters']">
     <
class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_mod_supporters]</p>
     <
ul>$post[coauthors]</ul>
     </if>

     <
class="bigusername" style="border-bottom:2px solid #cccccc">$vbphrase[modsystem_mod_support]</p>
     <
ul>
      <if 
condition="$show['member']">

       <if 
condition="$show['modpermission']">
        <
li id="mods_install_div">
         <if 
condition="$post['has_installed']">
          
$vbphrase[modsystem_mod_support_uninstalled]<a href="modsystem_miscactions.php?do=uninstallmod&amp;threadid=$thread[threadid]<if condition="$show[ajax]">onclick="javascript: mods_install($thread[threadid],false); return false;"</if> rel="nofollow">$vbphrase[modsystem_mod_support_uninstalled_b]</a>.
         <else />
          
$vbphrase[modsystem_mod_support_installed]<a href="modsystem_miscactions.php?do=installmod&amp;threadid=$thread[threadid]<if condition="$show[ajax]">onclick="javascript: mods_install($thread[threadid],true); return false;"</if> rel="nofollow">$vbphrase[modsystem_mod_support_installed_b]</a>.
         </if>
        </
li>
       </if>

       <if 
condition="$show['modpermission']">
        <if 
condition="!$show['is_motm']">
         <
li id="mods_nominate_div">
          <if 
condition="$post['mod_nominated']">
           
$vbphrase[modsystem_mod_support_unnominate]<a href="modsystem_miscactions.php?do=unnominate&amp;threadid=$thread[threadid]&amp;type=1" <if condition="$show[ajax]">onclick="javascript: mods_nominate($thread[threadid],1,false); return false;"</if> rel="nofollow">$vbphrase[modsystem_mod_support_unnominate_b]</a$vbphrase[modsystem_mod_support_unnominate_c]
          <else />
           
$vbphrase[modsystem_mod_support_nominate]<a href="modsystem_miscactions.php?do=nominate&amp;threadid=$thread[threadid]&amp;type=1" <if condition="$show[ajax]">onclick="javascript: mods_nominate($thread[threadid],1,true); return false;"</if> rel="nofollow">$vbphrase[modsystem_mod_support_nominate_b]</a$vbphrase[modsystem_mod_support_nominate_c]
          </if>
         </
li>
        </if>
       </if>

      </if>
      <!-- 
begin donate -->
      <if 
condition="$show['donate']">
       <if 
condition="$post['paypal_email']">
        <
li>$vbphrase[modsystem_mod_support_donate]</li>
       </if>
      </if>
      <!-- / 
end donate -->
      <if 
condition="$show['thx_button']">
       <
li>
        If 
you like to thanks you by the author -> Click <a href="post_thanks.php?$session[sessionurl]do=post_thanks_add&amp;p=$post[postid]&amp;securitytoken=$bbuserinfo[securitytoken]">Thanks to the Author</a>
       </
li>
      </if>
      <
li>$vbphrase[modsystem_mod_support_published]</li>
     </
ul>

    </
div>
   </
div>
  </
td>
 </
tr>
</
tbody>
</
table>

<if 
condition="$show['similarmods']">
<!-- 
similar mods -->
<
br />
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
 <
thead>
  <
tr>
   <
td class="tcat" width="100%" colspan="5">
    <
a style="float:right" href="#top" onclick="return toggle_collapse('similarthreads')"><img id="collapseimg_similarthreads" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a>
    
$vbphrase[modsystem_similar_mod]<a name="similarthreads"></a>
   </
td>
  </
tr>
 </
thead>
 <
tbody id="collapseobj_similarthreads" style="">
  <
tr class="thead" align="center">
   <
td class="thead" width="40%">$vbphrase[mod]</td>
   <
td class="thead" width="15%" nowrap="nowrap">$vbphrase[modsystem_developer]</td>
   <
td class="thead" width="20%">$vbphrase[modsystem_type]</td>
   <
td class="thead" width="5%">$vbphrase[replies]</td>
   <
td class="thead" width="20%">$vbphrase[last_post]</td>
  </
tr>
  
$post[similar_mod_bits]
 </
tbody>
</
table>
<!-- / 
similar mods -->
</if>

$template_hook[postbit_end]

<if 
condition="$show['jump_comment']">
 <
br />
 <
a name="comments"></a>
 <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" style="width:100%" align="center">
  <
tr><td class="tcat" width="100%">$vbphrase[modsystem_comments]</td></tr>
 </
table>
</if> 
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01175 seconds
  • Memory Usage 1,908KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete