vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vS-Interactive Profiles (https://vborg.vbsupport.ru/showthread.php?t=150028)

christi78 01-18-2008 03:24 AM

Yes this mod works in 3.6.8. However you must modify the MEMBERINFO and find a blog/journal system that works in 3.6.8. I am running vbjournal for 3.5.x with slight modification to the code so it works with 3.6.8. I also rewrote the ENTIRE MEMBERINFO to better display the information I wanted to see. If you need help with this installation I will try and help as much as I can but remember I did not code it so somethings may take me a little bit to figure out.

Brandon Sheley 01-18-2008 03:46 AM

Quote:

Originally Posted by carubmun (Post 1423297)
How does this hack compare to the new system coming out in the vB core soon?

I converted over from this mod to the new one with vb 3.7 and I really the new version a lot better.
I like being able to preview the custom profile info when tricking out my own profile, the member albums could use some work.

christi78 01-18-2008 04:01 AM

In looking at your code I do see some errors with your tables but I am trying to invision what this code would look like on a page as you have changed all the original settings and appear to have 1 to many colums. Take a look at my first MEMBERINFO code and adjust your code to follow this table format. If you need me to arrange your tables I can it will just take some time. You should also think about removing
PHP Code:

<if condition="$show['profilepic']">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase></td>
</
tr>
<
tr>
   <
td class="alt1"><img src="$userinfo[profilepicurl]$userinfo[profilepicsizealt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
</
tr>
</
table>

<
br />
</if> 


christi78 01-18-2008 04:02 AM

MEMBERINFO TEMPLATE:

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<
style type="text/css">$userinfo[field35]</style>
<else />
$headinclude
<if condition="$userinfo['iprof_css'] AND !isset($_REQUEST['no_css'])">
<
style type="text/css">
<!--
$userinfo[iprof_css]
-->
</
style>
</if>
</if>
<
title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</
head>
<
body>
<if 
condition="$userinfo['iprof_isprivate']"><div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px; margin: 0 0 1px 0">$vbphrase[iprof_alert_profile_is_private]</div></if>
$header
$navbar

<!-- BEGIN GLOBAL TABLE -->

<
table class="page" width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]"
 
<
tr
<!-- /
BEGIN GLOBAL TABLE -->

<!-- 
BEGIN LEFT TABLE -->


    <
td class="tdleft" valign="top" width="0%">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"
 
<
tr> <td colspan="2" class="tcat">
<
strong>$userinfo[username]</strong>
</
td></tr>
<if 
condition="$userinfo['usertitle']">
<
tbody

 
                            </if> 
 
         <
tr
             <
td><div align="right"><center><if condition="$show['avatar']">
    <
div class="smallfont">
     &
nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
    </
div>
<else /> <
center><img src="http://www.yuwiejunk.com/forum/images/noavatar.gif">
                 </if></
div><br /></center>
<
strong><div align="center"><a href="photoplog/index.php?u=$userinfo[userid]">View Album</a></strong><br /><br /><strong><a href="arcade.php?&act=Arcade&module=report&user=$userinfo[userid]">Arcade Scores</a></div></strong></td>


            <
td align="left" valign="top" class="text"
<
div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<
strong>Gender:</strong$userinfo[field18] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong

        
                

             
$userinfo[age]</if> 


<
br /> <strong>Location:</strong$userinfo[field2]<br /> 

<if 
condition="$userinfo['zodiac_sign']">            <strong>$vbphrase[iprof_zodiac_sign]</strong>:$userinfo[zodiac_sign]</if>

             <
div>$userinfo[onlinestatus]</div
             <
br /> 
<
div class="fieldset">Last Login $userinfo[lastactivitydateat $userinfo[lastactivitytime]<br>$vbphrase[iprof_lastupdate]: <strong>$userinfo[iprof_lastupdate]</strong></div>
<
br>
            <if 
condition="$show['iprof_rating']">
            <
div class="fieldset">
                <
div style="padding:$stylevar[formspacer]px">
                    <if 
condition="$show['who_rated_member']"><a href="#" onclick="who_rated_member($userinfo[userid]); return false;">$vbphrase[iprof_rating]</a><else />$vbphrase[iprof_rating]</if>: 
                    <
div id="memberrating" style="display: inline"><a href="$show[nojs_link]#goto_memberrating" title="<phrase 1="$userinfo[iprof_votenum]" 2="$userinfo[iprof_voteavg]">$vbphrase[iprof_user_rating_x_votes_y_average]</phrase>"><if condition="$userinfo['iprof_rating']"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$userinfo[iprof_rating].gif" border="0" alt="<phrase 1="$userinfo[iprof_votenum]" 2="$userinfo[iprof_voteavg]">$vbphrase[iprof_user_rating_x_votes_y_average]</phrase>" /><else />$vbphrase[iprof_not_rated]</if></a></div>
                    <if 
condition="$show['popups']"><script type="text/javascript"vbmenu_register("memberrating"); </script></if>
                </
div>
            </
div>
            </if>
            
            <
div class="fieldset">
                <
div style="padding:$stylevar[formspacer]px">
                    <if 
condition="$show['who_viewed_member']"><a href="#" onclick="who_viewed_member($userinfo[userid]); return false;">$vbphrase[iprof_profileviews]</a><else />$vbphrase[iprof_profileviews]</if>: <strong>$userinfo[iprof_profileviews]</strong>
                </
div>
            </
div>
</
td
         </
tr
        </
tbody
     </
table

     <
p
     <
table class="tborder" border="1" cellspacing="0" cellpadding="0" width="400">
        <
tr>
         <
td colspan="2" class="tcat"><strong>User Options For $userinfo[username]</td></font></strong>


        </
tr
    <
tr>
        <
td class="tborder">
            <
tr
<
td class="contactTable a img" height="5" nowrap="nowrap" width="50%"> <div align="left"
             <
a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;">
<
img border="0" src="http://www.yuwiejunk.com/forum/images/sendpm.png" align="left" width="120" height="35"></a>
</
td
         <
td class="contactTable a img" height="5" nowrap="nowrap" valign="top" width="50%"
     <
a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow">
<
img border="0" src="http://www.yuwiejunk.com/forum/images/emailicon.png" align="left" width="120" height="35"></a>
             </
td
        </
tr
        <
tr
<
td class="contactTable a img" height="5" nowrap="nowrap" width="50%"> <div align="left"
             <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]">
<
img border="0" src="http://www.yuwiejunk.com/forum/images/addfriend.png" align="left" width="120" height="35"></a>
</
td
         <
td class="contactTable a img" height="5" nowrap="nowrap" valign="top" width="50%"
     <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">
<
img border="0" src="http://www.yuwiejunk.com/forum/images/block.png" align="left" width="120" height="35"></a>
             </if> 
        </
td>
    </
tr>
</
table>

 <
p>
 
 
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"
        <
tr class="tcat"
         <
td class="tcat"><strong>User Information</td> </font></strong>
        </
tr
        <
tr
         <
td valign="top"></td
        </
tr
 
<
tr
         <
td><div class="smallfont"><a href="$userinfo[homepage]target="_blank" 
dir="ltr">My Home Page</a></div></td>
        </
tr
<
tr
         <
td><div class="smallfont"><strong>Yuwie URL:</strong><br /><a href="$userinfo[field12]target="_new">$userinfo[field12]</a></div></td>
        </
tr
         <
td><div class="smallfont"><strong>Myspace URL:</strong><br /><a href="$userinfo[field19]target="_new">$userinfo[field19]</a></div></td>
        </
tr
<
tr
         <if 
condition="$show['profileviews']">
<
td>
<
div class="smallfont">
    <if 
condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
    </
div>
</
div>
</if>
        </
tr
<
tr
         <
td ><div class="smallfont"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td
        </
tr
<
tr
         <
td ><div class="smallfont"><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td
        </
tr
<
tr
         <
td ><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
     </
td></div>
        </
tr
<
tr
         <
td >
<if 
condition="$vboptions['usereferrer']">
<
div class="smallfont">
<
strong>$vbphrase[referrals]:</strong$referrals
    
</div>
</
div>
</if> 
        </
tr
<
tr
         <
td ><div class="smallfont"><a href="payments.php?$session[sessionurl]gift=true&userid=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[buy_x_a_sub]</phrase></a>

        </
td>
     </
td></div>
        </
tr
     </
table
<
br />
 
<if 
condition="$userinfo[field20]"
         <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"
        <
tr
         <
td class="tcat" wrap="" style="" align="left" height="10" valign="center" colspan="2"
            <
span ><strong>$userinfo[username]'s Media </span> </td> </font></strong>
        </tr> 
        <tr > 
         <td align="left" valign="top"> <div align="center"><object width="320" height="240"><param name="movie" value="http://www.youtube.com/v/$userinfo[field20]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$userinfo[field20]" type="application/x-shockwave-flash" wmode="transparent" width="320" height="240"></embed></object></div></td> 
        </tr> 
     </table> 
</if> 

     <p> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> 
        <tr class="tcat"> 
         <td class="tcat" align="left" height="10" valign="center" colspan="2"><strong>$userinfo[username]'
s Details</td> </font></strong>
        </
tr
        <
tr valign="top" 
         <
td align="left" valign="top" width="33%"> <div align="left"><span ><strong>Marital Status:</strong></span></div></td
         <
td style="">$userinfo[field26]</td
        </
tr
        </
tr
        <
tr valign="top" 
         <
td align="left" valign="top" width="33%"> <div align="left"><span ><strong>Children:</strong></span></div></td
         <
td style="">$userinfo[field27]</td
        </
tr>         <tr 
         <
td align="left" valign="top"> <div align="left"><span ><strong>Religion:</strong></span></div></td
         <
td style="">$userinfo[field28]</td
        </
tr
        <
tr 
         <
td align="left" valign="top"> <div align="left"><span ><strong>Hometown:</strong></span></div></td
         <
td style="">$userinfo[field29]</td
        </
tr
        <
tr 
         <
td align="left" valign="top"> <div align="left"><span ><strong>Ethnicity:</strong></span></div></td
         <
td style="">$userinfo[field30]</td
        </
tr
       <
tr 
         <
td align="left" valign="top"> <div align="left"><span ><strong>Occupation:</strong></span></div></td
         <
td style="">$userinfo[field4]</td
        </
tr
     </
table>
<
p>
 <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"
        <
tr class="tcat"
         <
td colspan="3" valign="middle" class="tcat"><strong>$userinfo[username]'s Interests</td></font></strong>
        </tr> 
        <tr valign="top" > 
         <td align="left" valign="top"><span ><strong>General:</strong></span></td> 
         <td align="left" valign="top">$userinfo[field3]</td> 
        </tr> 
        <tr > 
         <td align="left" valign="top"><span ><strong>Hobbies:</strong></span></td> 
         <td align="left" valign="top">$userinfo[field21]</td> 
        </tr> 
        <tr > 
         <td align="left" valign="top"><span ><strong>Music:</strong></span></td> 
         <td align="left" valign="top">$userinfo[field22]</td> 
        </tr> 
        <tr > 
         <td align="left" valign="top"><span ><strong>Movies:</strong></span></td> 
         <td align="left" valign="top">$userinfo[field23]</td> 
        </tr> 
        <tr > 
         <td align="left" valign="top"><span ><strong>TV Shows:</strong></span></td> 
         <td align="left" valign="top">$userinfo[field24]</td> 
        </tr> 
<tr > 
         <td align="left" valign="top"><span ><strong>Books:</strong></span></td> 
         <td align="left" valign="top">$userinfo[field25]</td> 
        </tr>
        <tr > 
         <td align="left" valign="top"><span ><strong>Groups:</strong></span></td> 
         <if condition="$show['
membergroups']"> 
         <td>$membergroupbits</td>
         <else /> 
         <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td> 
         </if> 
     </table>
    </td> 
<!-- / END Left TABLE -->
<!-- BEGIN RIGHT TABLE -->


<td class="tdright" valign="top" width="60%">


<if condition="$show[journalinfo]"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> 
        <tr class="tcat"> 
         <td class="tcat"><strong>$userinfo[username]'
s Latest Blog Entry</td></font></strong
        </
tr
        <
tr 
         <
td><if condition="$show[journalinfo]"> <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a
            (
$journal[lastentry_date])<br /> 
            <else />
$vbphrase[private]</if> </if></td
        </
tr
        <
tr 
         <
td><if condition="$show[journalinfo]"> [<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>] 
            </if></
td
        </
tr

     </
table

     <
p></if> 
     <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"
        <
tr class="tcat"
         <
td class="tcat"><strong>$userinfo[username]'s Blurbs</td></font></strong> 
        </tr> 
        <tr > 
         <td valign="top"><strong>About Me:</strong><br /><br />$userinfo[field1]</td> 
        </tr> 
        <tr > 
         <td valign="top"><strong>Who I'
d Like to Meet:</strong><br /><br /> 
            
$userinfo[field31]</td
        </
tr
     </
table
<
br>


<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="tcat"><if condition="$show['friendlistlink']"><span style="float: right"><a href="friends.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_show_all_friends]</a></span></if><phrase 1="$userinfo[username]">$vbphrase[iprof_friends_for_x]</phrase> ($totalfriends)</td>
</
tr>
</
table>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
<if 
condition="$show['friendlist']">
    
$friendlist
<else />

    <
td  align="center">
        &
nbsp;<br />
        <
phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_friends]</phrase>
        <
br />&nbsp;
    </
td>
</if>
</
tr>
</
table>

<
br />

<!-- 
add profile comment pagenav -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <
td class="smallfont"><if condition="$show['addcomment']"><a href="profilecomment.php?$session[sessionurl]do=newprofilecomment&amp;u=$userinfo[userid]">$vbphrase[iprof_post_new_profile_comment]</a></if>&nbsp;</td>
    <if 
condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</
tr>
</
table>
<!-- / 
add profile comment pagenav -->

<if 
condition="$show['comments']">

    <
div id="comments">
    
$commentbits
    
</div>
    
<else />

    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
    <
tr>
        <
td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[iprof_comments_for_x]</phrase></td>
    </
tr>
    </
table>

    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
    <
tr>
        <
td  align="center">            
            &
nbsp;<br />
            <
phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_profile_comments]</phrase>
            <
br />&nbsp;
        </
td>
    </
tr>
    </
table>
    
</if>    
     
<!-- 
END GLOBAL TABLE -->

</
td>
<!-- /
END RIGHT TABLE -->
    
</
tr>
</
table>
<!-- / 
END GLOBAL TABLE -->



    <if 
condition="$show['iprof_rating']">

<!-- 
member rating menu -->
<
div class="vbmenu_popup" id="memberrating_menu" style="display:none">
<
form action="member.php" method="post">

    <
table cellpadding="4" cellspacing="1" border="0">
    <
tr>
        <
td class="thead">$vbphrase[iprof_rate_this_member]<a name="goto_memberrating"></a></td>
    </
tr>
    <
tr>
        <
td class="vbmenu_option" title="nohilite">
        <
div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_5.gif" alt="$vbphrase[excellent]/><label for="vote5"><input type="radio" name="vote" id="vote5" value="5" $votechecked[5] />$vbphrase[excellent]</label></div>
        <
div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_4.gif" alt="$vbphrase[good]/><label for="vote4"><input type="radio" name="vote" id="vote4" value="4" $votechecked[4] />$vbphrase[good]</label></div>
        <
div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_3.gif" alt="$vbphrase[average]/><label for="vote3"><input type="radio" name="vote" id="vote3" value="3" $votechecked[3] />$vbphrase[average]</label></div>
        <
div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_2.gif" alt="$vbphrase[bad]/><label for="vote2"><input type="radio" name="vote" id="vote2" value="2" $votechecked[2] />$vbphrase[bad]</label></div>
        <
div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_1.gif" alt="$vbphrase[terrible]/><label for="vote1"><input type="radio" name="vote" id="vote1" value="1" $votechecked[1] />$vbphrase[terrible]</label></div>
        </
td>
    </
tr>
    <
tr>
        <
td class="vbmenu_option" title="nohilite" align="center">
            <
input type="hidden" name="s" value="$session[dbsessionhash]/>
            <
input type="hidden" name="u" value="$userinfo[userid]/>
            <
input type="hidden" name="do" value="rate" />
            <
input type="submit" class="button" value="$vbphrase[vote_now]/>
        </
td>
    </
tr>
    </
table>
    
</
form>
</
div>
<!-- / 
member rating menu -->

</if>

<if 
condition="$userinfo['iprof_css']">
<
div align="center" style="align: center; width: 95%; position: absolute; top: 8px; z-index: 9999">
    <
table class="tborder" cellpadding="6" cellspacing="0" border="0" width="40px" align="center">
    <
tr align="center">
        <if 
condition="!isset($_REQUEST['no_css'])">
            <
td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]&amp;no_css=1">$vbphrase[iprof_suppress_customization]</a></td>
        <else />
            <
td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_restore_customization]</a></td>
        </if>
        <if 
condition="$show['can_erase_css']">
            <
td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]&amp;do=erase_css">$vbphrase[iprof_erase_customization]</a></td>
        </if>
    </
tr>
    </
table>
</
div>
</if>
$footer
</body>
</
html


FCS-Webmaster 01-18-2008 04:02 AM

For all those who have problems with a class_core.php error message
Try to instlla the german translation - WORKED for me 100% after trying 1000imes this one
http://www.vbulletin-germany.org/sho...ctive+Profiles

rbrashear68 01-18-2008 12:48 PM

Thanks again Christy!!! I'll have time to digest this later. I know html pretty well, but anything beyond that, I'm a noob :D I'll look this over and see if I can make heads or tails of it.

Rick

FCS-Webmaster 01-18-2008 03:25 PM

Is there any possibility to post the notifications from the navbar into to the header of a nonvb site?!

christi78 01-18-2008 04:42 PM

FCS-Webmaster take a look here it may provide you with help doing what you are asking.

https://vborg.vbsupport.ru/showthrea...=external+site

rbrashear68 01-18-2008 10:44 PM

Christi! You are the ma....uh I mean woman! LOL!

Thanks SOOOOO much for the help! The profile looks great now! :up:

Question though. I don't see how for users to populate some of the profile categories such as 'Marital Status', 'Children', etc. Where do we enter this info?

Thanks again!
Rick

christi78 01-19-2008 06:06 PM

You need to create these fields in your admincp "user profile fields" Just add the new fields with the appoproite name and then copy the field number in to the code and replace the field numbers that I have in the code with yours.


All times are GMT. The time now is 12:51 PM.

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.02366 seconds
  • Memory Usage 2,097KB
  • 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
  • (2)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
  • (2)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