vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Group Memberships? (https://vborg.vbsupport.ru/showthread.php?t=115839)

Nathan2006 05-17-2006 02:31 AM

Group Memberships?
 
Hello,

I have setup a new usergroup to have access to another forum on the board.

Everything seems to work but on a users profile it does not say

Quote:

Nathan is a member of the following groups

New Access:
Test forum
All it says is:
Quote:

New Access:
Test forum
Is there something I'm not doing right?

Thank you for any help :)

peterska2 05-17-2006 08:03 PM

Possibly a broken phrase call in your template.

Can you provide a link to your site and a copy of your memberinfo template (wrapped with [ code][ /code] tags please)

Nathan2006 05-25-2006 05:05 AM

1 Attachment(s)
Quote:

Originally Posted by peterska2
Possibly a broken phrase call in your template.

Can you provide a link to your site and a copy of your memberinfo template (wrapped with [ code][ /code] tags please)

Hi Kerry-Anne

I totally forgot about this :(

Here is a copy of my memberinfo

Also added a screen of what it says on the profile page

Thank you for any help :)
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar
<!-- main info - avatar, profilepic etc. -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
 <td class="tcat">
  <!-- checks for warning system -->
  <span class="smallfont" style="float:$stylevar[right]">
  <if condition="THIS_SCRIPT=='member' AND $vboptions[warn_allowoffpost]==1 AND $buttons=='Text'">
  <if condition="$showwarnlink==1">
  <if condition="$vboptions['warn_allownotes']==1">
  <a href='Warn.php?do=NoteUser&id=$post[userid]&post=0'>Add Note for $post[username]</a>&nbsp;</if>
 <a href='Warn.php?do=WarnUserNoPost&id=$userinfo[userid]'>Warn $userinfo[username] (non-post related)</a>&nbsp;<a href='Warn.php?do=ViewWarnings&id=$userinfo[userid]'>View $userinfo[username]'s Warnings</a>
  </if>
  <if condition="$showviewyourslink==1">
        <a href='Warn.php?do=ViewMyWarnings'>View your Warnings</a>
  </if>
  </if>
  <if condition="THIS_SCRIPT=='member' AND $vboptions[warn_allowoffpost]==1 AND $buttons=='Buttons'">
  <if condition="$showwarnlink==1">
  <if condition="$vboptions['warn_allownotes']==1">
  <a href='Warn.php?do=NoteUser&id=$post[userid]&post=0'><input type="button" class="button" name="warn" value="Add Note for $post[username]" accesskey="n" onClick="window.location='Warn.php?do=NoteUser&id=$post[userid]&post=0'"></a> &nbsp;
  </if>
 <a href='Warn.php?do=WarnUserNoPost&id=$userinfo[userid]'><input type="button" class="button" name="warn" value="Warn $post[username] (non-post related)" accesskey="w" onClick="window.location='Warn.php?do=WarnUserNoPost&id=$userinfo[userid]'"></a>&nbsp;<a href='Warn.php?do=ViewWarnings&id=$userinfo[userid]'><input type="button" class="button" name="warn" value="View $post[username]'s Warnings" accesskey="v" onClick="window.location='Warn.php?do=ViewWarnings&id=$userinfo[userid]'"></a>
  </if>
  <if condition="$showviewyourslink==1">
  <a href='Warn.php?do=ViewMyWarnings'><input type="button" class="button" name="warn" value="View Your Warnings" accesskey="v" onClick="window.location='Warn.php?do=ViewMyWarnings'"></a>
  </if>
  </if>
  </span>
  <!-- end of warning system -->
  $vbphrase[view_profile]<span class="normal">: $userinfo[username]</span>
  </td>
  </tr>
<tr>
 <td class="alt2">
  <table cellpadding="0" cellspacing="0" border="0" width="100%">
  <tr>
  <td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" width="100%" colspan="2"> 
    <if condition="$userinfo['rank'] OR $userinfo['reputationdisplay']">
    <div style="float:$stylevar[right]; padding:4px">
      <if condition="$userinfo['rank']"><div align="center">$userinfo[rank]</div></if>
      <if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
    </div>
    </if> 
    <!-- vbPlaza start -->
    <div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
<!-- vbPlaza end -->
    <!-- vbPlaza start -->
<if condition="$userinfo['isstaffrank']">
                                        <div class="smallfont">
                                        <if condition="$userinfo['staffrank_opentag']">$userinfo[staffrank_opentag]</if>
                                                <if condition="$userinfo['staffrank']">$userinfo[staffrank]</if>
                                        <if condition="$userinfo['staffrank_closetag']">$userinfo[staffrank_closetag]</if>
                                        </div>
                                </if>
    <if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->
  </td>
<td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" align="$stylevar[right]" nowrap="nowrap">
  <div class="smallfont">
  <b>User ID :</b> $userinfo[userid]<br />
  <if condition="$showpoints==1">
  <if condition="$userinfo[alerts]>0">
  <font color="#ff0000">
  Alerts: $userinfo[alerts]<BR>
  <font color="#000000">
  </if>
  <if condition="$userinfo[warnings]>0">
  <font color="#ff0000">
  Warnings: $userinfo[warnings]<BR>
  <font color="#000000">
  </if>
  <if condition="$userinfo[warning_level]>0">
  <font color="#ff0000">
  Warnings Level: $userinfo[warning_level]<BR>
  <font color="#000000">
  </if>
  <if condition="$userinfo[warning_bans]>0">
  <font color="#ff0000">
  Number of bans: $userinfo[warning_bans]<BR>
  <font color="#000000">
  </if>
  </if>
  </td>
  <if condition="$show['profilepic']">
  <td valign="top" align="$stylevar[right]" rowspan="2">
    <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
  </td>
  </if>
  </tr>
  <tr valign="top">
  <if condition="$show['avatar']">
    <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
  <else />
    <td>&nbsp;</td>
  </if>
  <td class="smallfont" valign="bottom" align="$stylevar[right]">
    <if condition="$show['admincplink']">
<if condition="$show['lastactivity']">
<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
</if>
<if condition="$show['currentlocation']">
<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
</if>
</if>
  </td>
  </tr>
  </table>
 </td>
</tr>
</table>
<!-- / main info - avatar, profilepic etc. -->
<!-- button row -->
<if condition="$show['profilelinks']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
 <if condition="$userinfo['showvcard']">
  <td class="vbmenu_control"><a href="member.php?$session[sessionurl]do=vcard&amp;u=$userinfo[userid]" rel="nofollow">$vbphrase[download_vcard]</a></td>
 </if>
 <if condition="$show['member']">
 <td class="vbmenu_control">
  <if condition="$show['addbuddylist']">
  <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
  <else />
  <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
  </if>
 </td>
 <td class="vbmenu_control">
  <if condition="$show['addignorelist']">
  <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
  <else />
  <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
  </if>
 </td>
 </if>
 <if condition="can_moderate()">
  <td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
<!-- Start Admin Log In As User -->
 </if>
 <if condition="$show_admin_log_as_user_link">
  <td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]u=$userinfo[userid]&amp;admin_log_in_as_user=$userinfo[userid]">$vbphrase[log_in_as_user]</a></td>
<!-- End Admin Log In As User -->
 </if>
<!-- v3arcade challenge user via profile -->
<if condition="($userinfo['arcadeoptions'] & 1) AND $userinfo['userid']!=$bbuserinfo['userid']"><td class="vbmenu_control">
<a href="arcade.php?do=newchallenge&userid=$userinfo[userid]">Challenge  <b>$userinfo[username]</b> in the arcade</a></td></if>
<!-- / v3arcade challange user via profile -->
</tr>
</table>
</if>
<!-- / button row -->
<br />
<if condition="$pnotes!='' AND $vboptions['warn_allownotes']==1">
  <table border="1" width="100%" align="center" class="alt2">
  <tr>
  <td align="center" class="thead" colspan="5">
  <div class="smallfont">The following notes have been entered for this user</div>
  </td>
  </tr>
  <tr>
  <td align="center" class="smallfont" width="10%">
  Moderator
  </td>
  <td align="center" class="smallfont" width="15%">
  Time
  </td>
  <td align="center" class="smallfont">
  Moderator Note
  </td>
  <td align="center" class="smallfont" width="5%">
  Post
  </td>
  <td width="5%" class='smallfont' align='center'>
  Remove
  </td>
  </tr>
  $pnotes
  </table>
  <br>
  </if>
<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
 <td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
 <td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
 <td class="tcat" width="50%">$vbphrase[forum_info]</td>
 <td class="tcat" width="50%">$vbphrase[contact_info]</td>
</tr>
<tr valign="top">
 <td class="panelsurround" align="center">
 <div class="panel">
  <div align="$stylevar[left]">
 
  <div class="fieldset">
    <div style="padding:$stylevar[formspacer]px">
    $vbphrase[join_date]: <strong>$userinfo[datejoined] - $userinfo[joindays]</strong>
    </div>
  </div>
 
  <fieldset class="fieldset">
    <legend>$vbphrase[posts]</legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    <tr>
    <td>
      $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
    </td>
    </tr>
    <if condition="$vboptions['profilelastpost']">
    <tr>
    <td>
      $vbphrase[last_post]:<br />
      <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
      $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
    </td>
    </tr>
    </if>
    <tr>
    <td><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><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>
    </table>
  </fieldset>
  <!-- vbPlaza start -->
  <if condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
  <if condition="$show['gifts']">$show[gifts]</if>
  <if condition="$show['ribbons']">$show[ribbons]</if>
<!-- vbPlaza end -->
  <if condition="$vboptions['usereferrer']">
  <div class="fieldset">
    <div style="padding:$stylevar[formspacer]px">
    $vbphrase[referrals]: <strong>$referrals</strong>
    </div>
  </div>
  </if>
  <if condition="$show['profileviews']">
  <div class="fieldset">
    <div style="padding:$stylevar[formspacer]px">
    <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>
<if condition="$vboptions['enable_htnx_tag']">
  <div class="fieldset">
    <div style="padding:$stylevar[formspacer]px">
    <img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[total_thanks_received]" border="0" /> = $thanks_count
    </div>
  </div>
  </if>
  <if condition="$show['usernotes']">
  <div class="fieldset">
    <div style="padding:$stylevar[formspacer]px">
    $vbphrase[user_notes]:
    <if condition="$show['usernoteview']">
      <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
    </if>
    <if condition="$show['usernotepost']">
      [<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
    </if>
    <if condition="$show['usernoteview']">
      <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
    </if>
    </div>
  </div>
  </if>
 
  </div>
 </div>
 </td>
 
 <td class="panelsurround" align="center">
 <div class="panel">
  <div align="$stylevar[left]">
 
  <div class="fieldset">
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    <if condition="!$show['contactlinks']">
    <tr>
    <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
    </tr>   
    </if>
    <if condition="$show['homepage']">
    <tr>
    <td>
      $vbphrase[home_page]:<br />
      <a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
    </td>
    </tr>
    </if>
    <if condition="$show['email']">
    <tr>
    <td>
      $vbphrase[email]:<br />
      <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
    </td>
    </tr>
    </if>
    <if condition="$show['pm']">
    <tr>
    <td>
      $vbphrase[private_message]:<br />
      <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
    </td>
    </tr>
    </if>
    </table>
  </div>
 
  <if condition="$show['hasimicons']">
  <fieldset class="fieldset">
    <legend>$vbphrase[instant_messaging]</legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    <if condition="$show['textimicons']">
    <if condition="$userinfo['showicq']">
    <tr>
      <td>$vbphrase[icq]</td>
      <td>$userinfo[icq]</td>
    </tr>
    </if>
    <if condition="$userinfo['showaim']">
    <tr>
      <td>$vbphrase[aim]</td>
      <td>$userinfo[aim]</td>
    </tr>
    </if>
    <if condition="$userinfo['showmsn']">
    <tr>
      <td>$vbphrase[msn]</td>
      <td>$userinfo[msn]</td>
    </tr>
    </if>
    <if condition="$userinfo['showyahoo']">
    <tr>
      <td>$vbphrase[yahoo]</td>
      <td>$userinfo[yahoo]</td>
    </tr>
    </if>
    <if condition="$userinfo['skype']">
    <tr>
      <td>$vbphrase[skype]</td>
      <td>$userinfo[skype]</td>
    </tr>
    </if>
    <else />
    <if condition="$userinfo['showicq']">
    <tr>
      <td>$userinfo[icqicon]</td>
      <td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
    </tr>
    </if>
    <if condition="$userinfo['showaim']">
    <tr>
      <td>$userinfo[aimicon]</td>
      <td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
    </tr>
    </if>
    <if condition="$userinfo['showmsn']">
    <tr>
      <td>$userinfo[msnicon]</td>
      <td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
    </tr>
    </if>
    <if condition="$userinfo['showyahoo']">
    <tr>
      <td>$userinfo[yahooicon]</td>
      <td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
    </tr>
    </if>
    <if condition="$userinfo['showskype']">
    <tr>
      <td>$userinfo[skypeicon]</td>
      <td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 285); return false;">$userinfo[skype]</a></td>
    </tr>
    </if>
    </if>
    </table>
  </fieldset>
  </if>
 
 
  </div>
 </div>
 </td>
 
</tr>
<tr>
 <td class="tcat" width="50%">$vbphrase[additional_information]</td>
 <td class="tcat" width="50%">$vbphrase[group_memberships]</td>
</tr>
<tr valign="top">
 <td class="panelsurround" align="center">
 <div class="panel">
  <div align="$stylevar[left]">
 
  <div class="fieldset">
  <if condition="$show['extrainfo']">
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    <if condition="$show['birthday']">
    <tr>
    <td>
      <strong>$vbphrase[birth_date]</strong>:<br />
      $userinfo[birthday]
    </td>
    </tr>
    </if>
    <if condition="$show['age']">
    <tr>
    <td>
      <strong>$vbphrase[age]</strong>:<br />
      $userinfo[age]
    </td>
    </tr>
    </if>
    $customfields
    </table>
  <else />
    <em>$vbphrase[n_a]</em>
  </if>
  </div>
 
  </div>
 </div>
 </td>
 
 <td class="panelsurround" align="center">
 <div class="panel">
  <div align="$stylevar[left]">
 
  <div class="fieldset">
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    <tr>
    <if condition="$show['membergroups']">
    <td></td>
    <else />
    <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
    </if>
    </tr>
    $membergroupbits
    </table>
  </div>
 
  </div>
 </div>
 </td>
</tr>
</table>
$footer
</body>
</html>


peterska2 05-25-2006 11:00 AM

I've compared it to a default one and there is notthing there that would be stopping it doing this, but neither is there anything in the default one that would make it do this.

So I've rumbled up a fix.

Find

Code:

<tr>
    <if condition="$show['membergroups']">
    <td></td>

Replace with

Code:

<tr>
    <if condition="$show['membergroups']">
    <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_a_member_of_the_following_groups]</phrase></strong></td>

It's a mystery why that is not in there, as it is an existing phrase.

Nathan2006 05-25-2006 11:58 AM

Quote:

Originally Posted by peterska2
I've compared it to a default one and there is notthing there that would be stopping it doing this, but neither is there anything in the default one that would make it do this.

So I've rumbled up a fix.

Find

Code:

<tr>
    <if condition="$show['membergroups']">
    <td></td>

Replace with

Code:

<tr>
    <if condition="$show['membergroups']">
    <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_a_member_of_the_following_groups]</phrase></strong></td>

It's a mystery why that is not in there, as it is an existing phrase.

Thank you Kerry-Anne

its worked great! :D

I did have a look in the very 1st backup of the code before I changed anything and it was not in there :(

Must be just one of those things lol

Thank you very much for your help once again :cool:

peterska2 05-25-2006 01:23 PM

No problem, I compared to a default template, and it wasn't there either.

Nathan2006 05-25-2006 01:27 PM

Quote:

Originally Posted by peterska2
No problem, I compared to a default template, and it wasn't there either.

Looks like they may have forgotten to include it in the updated version :surprised: lol

peterska2 05-25-2006 01:34 PM

I'm going to be having a proper play with it later, and if I can recreate it more than once then I'll report it as a bug.

Nathan2006 05-25-2006 01:37 PM

Quote:

Originally Posted by peterska2
I'm going to be having a proper play with it later, and if I can recreate it more than once then I'll report it as a bug.

Yeah I was thinking about reporting it as a bug but I will leave it to you;)

Thanks again :)

peterska2 05-25-2006 03:05 PM

For your info, the bug report is here


All times are GMT. The time now is 02:11 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.02124 seconds
  • Memory Usage 1,861KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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