vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Modification System (https://vborg.vbsupport.ru/showthread.php?t=191465)

mokonzi 10-31-2008 04:55 PM

First a bug I've noticed... the The Developer section includes the vBulletin version.

I've noticed that in displaying the version number... it displays the version number of the user viewing the page, not the developers user details. I don't think this is intended, as it's not helpful to the end user really...

Also... as a suggestion, I wondered whether we can possibly get the system setup so that the text for the 'vbulletin' version and the image it uses can be configured through the admin CP. I'm using the mod for mods of a popular game, and, though I've edited the template direct, it would be a nice feature. :) (for reference... the code in the template is:
PHP Code:

<if condition="$post['user_vb']"><div><a name="vbversion"><img src="$stylevar[imgdir_misc]/vbv.gif" width="16" height="16" border="0" alt="" class="inlineimg" /> vBulletin v$post[user_vb]</a></div></if> 

)

I've also improved the style of the Modification Info section... which I'm including below for reuse by other users... or for incorporation if someone feels it's useful. :)

The template edited is: modsystem_post

edit: it's too long for one post, so I'm posting the change in the next post... :)

mokonzi 10-31-2008 04:57 PM

Edited template: modsystem_post

PHP Code:

<table class="tborder" id="post$post[postid]cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
 <
tr>
  <
td class="tcat" align="left">
   <
a style="float:right" href="#top" onclick="return toggle_collapse('showthread_modinfo')"><img id="collapseimg_showthread_modinfo" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a>
   <
strong>$post[title$vbphrase[modsystem_details] &raquo;&raquo;</strong>
  </
td>
 </
tr>
</
thead>
<
tbody id="collapseobj_showthread_modinfo">
 <
tr style="vertical-align: top">
  <
td class="alt1">
   <
div>
    <
div>
     <
strong class="bigusername">$post[title]</strong><br />

     <
div style="width:175px;position:relative;float:right;margin:5px;padding:5px;z-index:1">
      <
table cellpadding="0" cellspacing="0" border="0" width="175" align="right">
       <
tr>
        <
td style="padding-left:10px">    
         <
table border="0" cellspacing="2" cellpadding="4"><!--class="navlist"-->
          <
tr>
           <
td class="tcat" style="padding: 6px;">$vbphrase[modsystem_mod_information]</td>
          </
tr>
              <!-- 
MOTM -->
              <if 
condition="$show['motm']">
               <if 
condition="$show['is_motm']">
                <
tr><td class ="alt"><span style="display:block;text-align:center"><a href="forumdisplay.php?f=$post[motm_forumid]rel="nofollow"><img src="$stylevar[imgdir_misc]/motm.gif" alt="$vbphrase[modsystem_motm]title="$vbphrase[modsystem_motm]width="146" height="50" border="0" /></a></span></td></tr>
               </if>
              </if>
              <!-- / 
MOTM -->
          <
tr>
           <
td class="alt2">
              <
div><a href="newreply.php?do=newreply&amp;noquote=1&amp;p=$post[postid]rel="nofollow">$vbphrase[modsystem_add_comment]</a></div>
    
              <if 
condition="$show['member']">
               <if 
condition="$show['modpermission']">
                <
div><a href="modsystem_miscactions.php?do=editsettings&amp;threadid=$thread[threadid]rel="nofollow">$vbphrase[modsystem_edit_settings]</a></div>
               </if>
              </if>
    
              <if 
condition="$post['mod_owner']">
               <
div><a href="editpost.php?do=editpost&amp;p=$post[postid]">$vbphrase[modsystem_edit_modification]</a></div>
               <if 
condition="$show['modpermission']">
                <if 
condition="$post['manual_notify']">
                 <
div><a href="modsystem_miscactions.php?do=updatemail&amp;threadid=$thread[threadid]rel="nofollow">$vbphrase[modsystem_send_update]</a></div>
                </if>
               </if>
              </if>
    
              <if 
condition="$show['member']">
    
               <if 
condition="$show['modpermission']">
                <
div id="mods_install_sidebar">
                 <if 
condition="$post['has_installed']">
                  <
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_mark_uninstalled]</a>
                 <else />
                  <
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_mark_installed]</a>
                 </if>
                </
div>
               </if>
    
               <if 
condition="$show['modpermission']">
                <if 
condition="!$show['is_motm']">
                 <if 
condition="$post['mod_nominated']">
                  <
div id="mods_nominate_sidebar"><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_nominate_motm_clear]</a></div>
                 <else />
                  <
div id="mods_nominate_sidebar"><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_nominate_motm]</a></div>
                 </if>
                </if>
               </if>
    
               <if 
condition="$show['thx_button']">
                <
div><a href="post_thanks.php?$session[sessionurl]do=post_thanks_add&amp;p=$post[postid]&amp;securitytoken=$bbuserinfo[securitytoken]">Thanks to the Author</a></div>
               </if>
              </if>
              <if 
condition="$show['jump_comment']">
               <
div><a href="showthread.php?t=$thread[threadid]#comments" rel="nofollow">$vbphrase[modsystem_jump_comments]</a></div>
              </if>
            </
td>
           </
tr>
           <
tr>
            <
td class="tcat" style="padding: 4px;">$vbphrase[modsystem_the_developer]</td>
           </
tr>
           <
tr>
            <
td class="alt2">
              <if 
condition="$show['avatar']"><div><span style="display:block;text-align:center"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]$post[avwidth$post[avheightalt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></span></div></if>
              <
div><a href="member.php?u=$post[userid]title="$vbphrase[modsystem_last_online]$post[developer_last_online]alt="$vbphrase[modsystem_last_online]$post[developer_last_online]"><img src="$stylevar[imgdir_misc]/customer.gif" alt="" class="inlineimg" border="0" height="16" width="20" /> $vbphrase[modsystem_about_developer]</a></div>
    
              <!-- 
begin donate -->
              <if 
condition="$show['member']">
    
               <if 
condition="$show['donate']">
                <if 
condition="$post['paypal_email']">
                 <
div id="moddonate"><a href="showthread.php?t=$thread[threadid]&amp;nojs=1#moddonate" rel="nofollow"><img src="$stylevar[imgdir_misc]/paypal_icn.gif" width="16" height="16" border="0" alt="" class="inlineimg" /> $vbphrase[modsystem_support_developer]</a></div>
                 <if 
condition="$post['paypal_verified']">
                  <
div><a href="https://www.paypal.com/us/verified/pal=$post[paypal_email]target="_blank" rel="nofollow"><img src="$stylevar[imgdir_misc]/paypal_verify.gif" width="16" height="16" border="0" alt="Paypal verification - you must have an account." class="inlineimg" /> $vbphrase[modsystem_paypal_verification]</a></div>
                 </if>
                 <
script type="text/javascript"vbmenu_register("moddonate"true); </script>
                </if>
               </if>
    
              </if>
              <!-- / 
end donate -->
    
              <if 
condition="$post['user_vb']"><div><a name="vbversion"><img src="$stylevar[imgdir_misc]/vbv.gif" width="16" height="16" border="0" alt="" class="inlineimg" /> vBulletin v$post[user_vb]</a></div></if>
              <if 
condition="$post['homepage']"><div><a href="$post[homepage]target="_blank" alt="$post[homepage]title="$post[homepage]"><img src="$stylevar[imgdir_misc]/web.gif" width="16" height="16" border="0" alt="" class="inlineimg" /> $vbphrase[modsystem_visit_web_site]</a></div></if>
             </
div>
            </
td>
           </
tr>
           <
tr>
            <
td class="tcat" style="padding: 6px;">&nbsp;</td>
           </
tr>
          </
table>
        </
td>
       </
tr>
      </
table>
     </
div>

     <!-- 
about the Developer -->
     <
strong>$vbphrase[modsystem_version]: $post[mod_version]</strong>, by <strong><a href="member.php?u=$post[userid]">$post[musername]</a></strong> <if condition="$post['usertitle']"> (<a style="text-decoration:none; color:#000088;" href="member.php?u=$post[userid]#mods" title="$show[usertitle_renomee]alt="$show[usertitle_renomee]">$post[usertitle]</a>)</if>
     
$post[onlinestatus]
     <
br />
     
$vbphrase[modsystem_developer_last_online]: $post[developer_last_online
     <if 
condition="$show['reputationlink']">
      <
span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
      <if 
condition="$show['popups']"><script type="text/javascript"vbrep_register("$post[postid]")</script></if>&nbsp;
     </if>
     <if 
condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> &nbsp;</if>
     <if 
condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]border="0" /></a> </if>
     <
a href="printthread.php?$session[sessionurl]t=$thread[threadid]accesskey="3" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" border="0" alt="$vbphrase[show_printable_version]title="$vbphrase[show_printable_version]/></a
     <
a href="sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$thread[threadid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" border="0" alt="$vbphrase[email_this_page]title="$vbphrase[email_this_page]/></a
     <if 
condition="$show['member']">
      <if 
condition="$show['subscribed']">
       <
a href="subscription.php?$session[sessionurl]do=removesubscription&amp;t=$thread[threadid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[unsubscribe_from_this_thread]border="0" /></a>
      <else />
       <
a href="subscription.php?$session[sessionurl]do=addsubscription&amp;t=$thread[threadid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscribe_to_this_thread]border="0" /></a>
      </if>
     </if>
     
$post[iplogged]
     <!-- / 
about the Developer -->
    </
div>
    <if 
condition="$post['mod_tagged']"><strong style="color:#FF6600;">$vbphrase[modsystem_istagged]</strong></if>

    <if 
condition="$post['mod_verified']"><span style="float:right"><img src="$stylevar[imgdir_misc]/certified.gif" alt="" title="" width="100" height="100" /></span></if>

    <
hr />

    <!-- 
about the MOD -->
    <
table border="0" cellspacing="2" cellpadding="4">
     <
tr>
      <if 
condition="$thread[prefix_rich]"><td class="alt2"><strong>$vbphrase[modsystem_category]:</strong$thread[prefix_rich]</td></if>
      <
td class="alt2" colspan="<if condition="$thread['prefix_rich']">2<else />3</if>"><strong>$vbphrase[modsystem_version]:</strong$post[mod_vbversion]</td>
      <
td class="alt2" <if condition="!$show['mod_licence']">colspan="2"</if>>
       <if 
condition="$show['rating']">
        <
strong>$vbphrase[rating]:</strong> <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="" title="" border="0" /> <span class="smallfont">(<phrase 1="$thread[votenum]2="$thread[voteavg]">$vbphrase[modsystem_mod_rating]</phrase>) </span>
       <else />
        <
strong>$vbphrase[rating]:</strong> <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_0.gif" alt="" title="" border="0" />
       </if>
      </
td>
      <if 
condition="$show['mod_licence']"><td class="alt2"><strong>$vbphrase[modsystem_licence]:</strong$post[licence_used]</td></if>
     </
tr>
     <
tr>
      <
td class="alt2" align="left"><strong>$vbphrase[modsystem_released]</strong>: $post[mod_released]</td>
      <
td class="alt2" align="left" colspan="2"><strong>$vbphrase[modsystem_last_update]</strong>: $post[last_update]</td>
      <
td class="alt2" align="left" colspan="2"><strong>$vbphrase[modsystem_installs]</strong>: <span id="mods_install_count">$post[mod_installcount]</span></td>
     </
tr>
     <
tr>
      <
td class="alt2" colspan="5" nowrap="nowrap">
       <if 
condition="$post['mod_supported']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_supported] </span></if>
       <if 
condition="$post['mod_dbchanges']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_db_changes] </span></if>
       <if 
condition="$post['mod_usesplugins']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_uses_plugins] </span></if>
       <if 
condition="$post['mod_edtemplates']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_template_edits] </span></if>
       <if 
condition="$post['mod_autemplates']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_auto_template] </span></if>
      </
td>
     </
tr>
     <
tr>
      <
td class="alt2" colspan="5" nowrap="nowrap">    
       <if 
condition="$post['mod_reuseable']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_reuseable_code] </span></if>
       <if 
condition="$post['mod_codechange']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_code_changes] </span></if>
       <if 
condition="$post['mod_additional']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_additional_files] </span></if>
       <if 
condition="$post['mod_translation']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/check.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_translations] </span></if>
       <if 
condition="$post['mod_external']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/warning.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_external_content] </span></if>
       <if 
condition="$post['mod_betastage']"><span class="" style="float:left;width:155px"><img src="$stylevar[imgdir_misc]/warning.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_is_beta_stage] </span></if>
      &
nbsp;</td>
     </
tr>
     <if 
condition="!$post['mod_supported']">
     <
tr>
      <
td class="alt2" colspan="5"><img src="$stylevar[imgdir_misc]/warning.gif" alt="" width="16" height="16" /> $vbphrase[modsystem_no_support]</td>
     </
tr>
     </if>
    </
table>
    <!-- / 
about the MOD -->

    <
br />
    <if 
condition="$post['mod_supported']"><span style="float:right"><img src="$stylevar[imgdir_misc]/supported.gif" alt="" width="68" height="68" /></span></if>
    <
div id="moddesc"

Posting remainder of the template int he next post... still too long...

mokonzi 10-31-2008 04:57 PM

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> 


TheSupportForum 11-02-2008 07:29 AM

the mod version number is not showing

Coroner 11-02-2008 08:42 AM

This is the version of the Modification (vB 3.x.x).
See my image

TheSupportForum 11-02-2008 09:02 AM

Quote:

Originally Posted by Coroner (Post 1657725)
This is the version of the Modification (vB 3.x.x).
See my image


this is what it is also showing for me

i tried uploading the mod from scratch and this is what mine says

RobbieZ 11-02-2008 12:15 PM

Is it possible to make the forum you use to post mods in optional?

So you would have a question saying. Do you want to post a mod or a normal thread?

Coroner 11-02-2008 12:41 PM

No. You can't do it here and you can't do it with the Mod-System.

Allan 11-02-2008 01:44 PM

Hey Coroner, will you out version to vB 3.8 soon ?

Coroner 11-02-2008 02:23 PM

I never made for Beta versions. There could be too many changes. When there's a stable/final/gold will hope that a day have 78 hours, to make all my mods for 3.7.8 :D


All times are GMT. The time now is 09:22 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01899 seconds
  • Memory Usage 2,111KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete