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)

dukegotgame 07-06-2007 02:51 AM

Quote:

Originally Posted by jasculs (Post 1284035)
Do you mean the css layout or the profile (MEMBERINFO) layout?

both lol.... they are pretty sweet, and mine is not looking too hot right now. thanks!

atropos4 07-06-2007 06:56 AM

Downloaded

<----reservered for comments if needed----->

Thank you in advance!

cheat-master30 07-06-2007 07:42 AM

Quote:

Originally Posted by Juju Man (Post 1282435)
Since you guys shared a style I will share a custom one I came up with.
I hope you enjoy it.

Quote:

Originally Posted by Loco.M (Post 1272684)
If you are talking about the Zodiac fix, I have updated already for that one. :(

I'll look to see if there was another.

I'll also try reverting the memberinfo template and redoing the edits

*yup, I must of missed some code b4, all is working now :)*


oh, and if someone wants a red and black style that was made up real fast, here is one :)

Code:

body { 
background:#000000;

color:#ff0000;
}
.tcat {

background:#000000;

color:#ff0000;
}
.thead { 
background:#000000;

color:#ff0000;
}
.tborder {

border:dotted #FF0000;
}
.tbody { 
background:#000000;
}
.tfooter {

background:#000000;

color:#ff0000;
}

Let me know if you have some others,
thanks

Quote:

Originally Posted by Loco.M (Post 1272862)
here is a grey - black one that is nice :)
Code:

body { 
background:#dddddd; 
 
color:#000000; 

.tcat { 
 
background:#aaaaaa; 
 
color:#000000; 

.thead { 
background:#bbbbbb; 
 
color:#000000; 

.tborder {
border:dotted #0000FF; 

.tbody { 
background:#cccccc;
color:#000000; 

.tfooter {
background:#bbbbbb; 
 
color:#000000; 
}

and here is another attempted from me..
it's grey - blue

Code:

body { 
background:#f3f2f2;

color:#1c05fa;
}
.tcat {

background:#f3f2f2;

color:#ff0000;
}
.thead { 
background:#f3f2f2;

color:#1c05fa;
}
.tborder {

border:dotted #1c05fa;
}
.tbody { 
background:#f3f2f2;
}
.tfooter {

background:#f3f2f2;

color:#7ad8e3;
}

I think some other cool stuff can be done, but CSS isn't really my thing :(

People have posted these, and said if people want them... does that mean they're free to use by anyone, including me? Because my members don't have a clue about CSS, I am seriously not going to spend 6 pages teaching people about it, and I think they expected ready made templates...

dukegotgame 07-06-2007 08:50 PM

Quote:

Originally Posted by jasculs (Post 1284035)
Do you mean the css layout or the profile (MEMBERINFO) layout?

could you please post the css layout and memberinfo temp?? if you want you can pm me if you would rather do that. thank you

TheMilkCarton 07-07-2007 10:27 AM

Was it this mod that added line break support to profile fields?? If so... THANK YOU! I remember being really pissed off with vBulletin shortly after getting it because of this (I started with 3.6.4). Anyway, just noticed that line breaks actually parse now (at least in the Bio field) and got really excited! :)

Also, I've cleaned up the comment postbit and friendbit.. If anyone is interested I can share the code. I gave a max-width to avatars (big ones can really kill the layout), added some valigns where they were needed (postbit text was vertically aligning = ugly), and this was a personal choice, but I thought the "Last Profile Update" in the friendbit was really unnecessary. Well, nothing too big, but thought I'd ask while I was here. :)

jasculs 07-07-2007 06:43 PM

Quote:

Originally Posted by dukegotgame (Post 1284688)
could you please post the css layout and memberinfo temp?? if you want you can pm me if you would rather do that. thank you

Here is my MEMBERINFO template. You also have to make sure that you add user profile feilds and change the feild numbers in the template.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field35]">
<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

<center><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="panel" align="center">
<div align="center" class="bigusername"><strong>$userinfo[musername]</div></strong><br><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a>
</td>
</tr>
</table></center>
 
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 
<tr>
    <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2">
<div class="smallfont"><strong>$userinfo[username]</td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>

 
                            </if>
 
        <tr class="alt2">
            <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.grapplersguide.com/forums/images/noavatar.gif">
                </if></div><br /></center>
<!--<strong><div align="center"><a href="/gallery/browseimages.php?do=member&amp;imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>-->

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

               
                               

            $userinfo[age]</if>


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

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

            <div>$userinfo[onlinestatus]</div>
            <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> <br>$vbphrase[iprof_lastupdate]: <strong>$userinfo[iprof_lastupdate]</strong>
<br>
<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" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="2"><strong>Contacting $userinfo[username]</td></font></strong>
        </tr>
        <tr class="alt2">
<td 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.fitnessmasterminds.com/images/sendpm.gif" align="left" width="79" height="22"></a>
</td>
        <td 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.fitnessmasterminds.com/images/sendmailicon2.gif" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>
        <tr class="alt2">
<td 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.fitnessmasterminds.com/images/addbuddy.gif" align="left" width="79" height="22"></a>
</td>
        <td 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.fitnessmasterminds.com/images/block.jpg" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>   
</table>
 
 
 
 
 
 
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>User Information</td> </font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"></td>
        </tr>
 
<tr>
        <td class="alt2"><div class="smallfont"><a href="$userinfo[homepage]" target="_blank"
dir="ltr">My Home Page</a></div></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><strong>MySpace URL:</strong><br /><a href="$userinfo[field33]" target="_blank">$userinfo[field33]</a></div></td>
        </tr>
<tr>
        <if condition="$show['profileviews']">
<td class="alt2">
<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 class="alt2"><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 class="alt2"><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 class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
    </td></div>
        </tr>
<tr>
        <td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><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[field30]">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Media </span> </td> </font></strong>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="center"><object width="320" height="240"><param name="movie" value="http://www.youtube.com/v/$userinfo[field30]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$userinfo[field30]" 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 colspan="3" valign="middle"><strong>$userinfo[username]'s Interests</td></font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top"><span class=""><strong>General:</strong></span></td>
        <td align="left" valign="top">$userinfo[field10]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Styles:</strong></span></td>
        <td align="left" valign="top">$userinfo[field11]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Experience:</strong></span></td>
        <td align="left" valign="top">$userinfo[field12]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Martial Arts:</strong></span></td>
        <td align="left" valign="top">$userinfo[field13]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Competition:</strong></span></td>
        <td align="left" valign="top">$userinfo[field14]</td>
        </tr>
<tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Hobbies:</strong></span></td>
        <td align="left" valign="top">$userinfo[field15]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><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>
 
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Details </span> </td> </font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Status:</strong></span></div></td>
        <td style="">$userinfo[field17]</td>
        </tr>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td>
        <td style="">$userinfo[field34]</td>
        </tr>        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
        <td style="">$userinfo[field19]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Hometown:</strong></span></div></td>
        <td style="">$userinfo[field20]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Body Type:</strong></span></div></td>
        <td style="">$userinfo[field21]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td>
        <td style="">$userinfo[field22]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Smoke
            / Drink:</strong></span></div></td>
        <td style="">$userinfo[field23] / $userinfo[field24]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Children:</strong></span></div></td>
        <td style="">$userinfo[field31]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Education:</strong></span></div></td>
        <td style="">$userinfo[field25]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Religion:</strong></span></div></td>
        <td style="">$userinfo[field26]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Occupation:</strong></span></div></td>
        <td style="">$userinfo[field27]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Height:</strong></span></div></td>
        <td style="">$userinfo[field28]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Grappling Weight Class:</strong></span></div></td>
        <td style="">$userinfo[field29]</td>
        </tr>
    </table></td>

    <td 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><strong>$userinfo[username]'s Latest Blog Entry</td></font></strong>
        </tr>
        <tr class="alt2">
        <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 class="alt2">
        <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><strong>$userinfo[username]'s Blurbs</td></font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"><strong>About Me:</strong><br /><br />$userinfo[field8]</td>
        </tr>
        <tr>
        <td class="alt2"><strong>Who I'd Like to Meet:</strong><br /><br />
            $userinfo[field9]</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 class="alt1" align="center">
        &nbsp;<br />
        <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_friends]</phrase>
        <br />&nbsp;
    </td>
</if>
</tr>
</table>



<!-- 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>
<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 class="alt1" align="center">           
            &nbsp;<br />
            <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_profile_comments]</phrase>
            <br />&nbsp;
        </td>
    </tr>
    </table>
   
</if>       
</table>
<!-- / add profile comment / pagenav -->




<br />
    </td>
</tr></table></td>
</table>
<br />
<center>
<if condition="can_moderate()">Moderator Tools<br />
<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td><br />
</if>
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
<if condition="$mh_upcd_last_changed">
    <div style="padding:$stylevar[formspacer]px">
    <strong>Profile last updated: $mh_upcd_last_changed</strong>
    </div>
    </if>
</center>

$footer
<br />
</body>
</html>


Brandon Sheley 07-07-2007 06:45 PM

Quote:

Originally Posted by cheat-master30 (Post 1284185)
People have posted these, and said if people want them... does that mean they're free to use by anyone, including me? ...

yes, you are welcome to use those :)
I was hoping a few others would come up with some templates too.. I guess I'll just have to make up a few more.

any color request ?

Vizionz 07-07-2007 07:30 PM

i will make a bunch very soon :) just trying to finish my site

cheat-master30 07-07-2007 09:25 PM

Quote:

Originally Posted by Loco.M (Post 1285259)
yes, you are welcome to use those :)
I was hoping a few others would come up with some templates too.. I guess I'll just have to make up a few more.

any color request ?

Thanks. Maybe actual red (not black background), or green, or yellow or white styles?

And the templates are pretty awesome, although you need to add this to them:

Quote:

.page {
background:[put page background colour here];
color: [put page font colour here];
}
As vBulletin nests much of the page inside a div with a class name of 'page'.

cheat-master30 07-07-2007 10:50 PM

I may have a new profile style for this (makes everything various shades of green):
Code:

body {
background:#006600;
color:#FFFFFF;
}
.tcat {
background:#339900;
color:#ffffff;
}
.thead {
background:#66FF00;
color:#336666;
}
.panelsurround {
background: #33FF33;
color: #000000;
}
.page {
background:#006600;
color:#FFFFFF;
}
.tfoot {
background:#66FF00;
color:#FFFFFF;
}
.usercpoptions {
background:#66FF00;
color:#FFFFFF;
}
.vbmenu_popup {
background:#66FF00;
color:#FFFFFF;
}
.vbmenu_control {
background:#66FF00;
color:#FFFFFF;
}

I know, very complex code, but I wanted to turn EVERYTHING some type of green colour, not just the profile information...


All times are GMT. The time now is 09:06 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.01413 seconds
  • Memory Usage 1,878KB
  • 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
  • (5)bbcode_code_printable
  • (9)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