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)
-   -   Add-On Releases - [AJAX] Helpful Answers - Allow users to rate individual posts (https://vborg.vbsupport.ru/showthread.php?t=204139)

mariocaz 05-02-2009 04:52 AM

Ted,

I saw in another post here that another user had the same problem as me (position button with the thank you hack), I saw that you helped him and put him another product file, but that was another version of the mod so I couldn?t test it. :(

Here is the post that I am talking about:

https://vborg.vbsupport.ru/showpost....9&postcount=77

Thanks.

Ted S 05-02-2009 05:17 PM

No need for a different plugin file.

Simply turn on manual template placement and add the variable shown in the admin to you to your postbit template where you want it to show.

mariocaz 05-02-2009 05:24 PM

Ufff Ted and how could I do that ??? :(

Please help me..........

Here is my postbit if you want to take a look.

Code:

$template_hook[postbit_start]
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead" $post[scrolltothis]>
                <div class="normal" style="float:$stylevar[right]">
                        &nbsp;
                        <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> &nbsp;</if>
                        <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> &nbsp;</if>
                        $post[iplogged]
                        <if condition="$show['inlinemod']">
                        <input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
                        </if>
                </div>

                <div class="normal">
                        <!-- status icon and date -->
                        <a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
                        <if condition="!$show['announcement']">
                                $post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
                        <else />
                                <phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
                        </if>
                        $post[firstnewinsert]
                        <!-- / status icon and date -->
                </div>
        </td>
</tr>
<tr>
        <td class="alt2" style="padding:0px">
                <!-- user info -->
                <table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%">
                <tr>
                        <if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
                        <td nowrap="nowrap">

                                <div id="postmenu_$post[postid]">
                                        <if condition="$show['profile']">
                                        <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                                        $post[onlinestatus]
                                        <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                                        <else />
                                        $post[musername]
                                        </if>
                                </div>

                                <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
                                <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
                                $template_hook[postbit_userinfo_left]

                        </td>
                        <td width="100%">&nbsp;</td>
                        <td valign="top" nowrap="nowrap">

                                <div class="smallfont">
                                        <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                                        <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                                        <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                                        <div>
                                                $vbphrase[posts]: $post[posts]
                                        </div>
                                        $template_hook[postbit_userinfo_right_after_posts]
                                        <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                                        <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                                        $template_hook[postbit_userinfo_right]
                                        <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
                                </div>

                        </td>
                </tr>
                </table>
                <!-- / user info -->
        </td>
</tr>
<tr>
        <if condition="$show['moderated']">
        <td class="alt2" id="td_post_$post[postid]">
        <else />
        <td class="alt1" id="td_post_$post[postid]">
        </if>       
        <!-- message, attachments, sig -->

                $template_hook[postbit_messagearea_start]

                <if condition="$show['messageicon'] OR $post['title']">
                        <!-- icon and title -->
                        <div class="smallfont">
                                <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
                                <if condition="$post['title']"><strong>$post[title]</strong></if>
                        </div>
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
                        <!-- / icon and title -->
                </if>

                <!-- message -->
                <div id="post_message_$post[postid]">
                        $ad_location[ad_showthread_firstpost_start]
                        $post[message]
                </div>
                <!-- / message -->

                <if condition="$show['attachments']">
                <!-- attachments -->
                        <div style="padding:$stylevar[cellpadding]px">

                        <if condition="$show['thumbnailattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_thumbnails]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                        $post[thumbnailattachments]
                                        </div>
                                </fieldset>
                        </if>

                        <if condition="$show['imageattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_images]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                        $post[imageattachments]
                                        </div>
                                </fieldset>
                        </if>

                        <if condition="$show['imageattachmentlink']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_images]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[imageattachmentlinks]
                                        </table>
                                        </fieldset>
                        </if>

                        <if condition="$show['otherattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_files]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[otherattachments]
                                        </table>
                                </fieldset>
                        </if>

                        <if condition="$show['moderatedattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attachments_pending_approval]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[moderatedattachments]
                                        </table>
                                </fieldset>
                        </if>

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

                $template_hook[postbit_signature_start]
                $ad_location[ad_showthread_firstpost_sig]

                <if condition="$post['signature']">
                <!-- sig -->
                        <div>
                                __________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>

                $template_hook[postbit_signature_end]

                <if condition="$show['postedited']">
                <!-- edit note -->
                        <div class="smallfont">
                                <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
                                <em>
                                        <if condition="$show['postedithistory']">
                                                <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>
                                        <else />
                                                <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>
                                        </if>
                                        <if condition="$post['edit_reason']">
                                                $vbphrase[reason]: $post[edit_reason]
                                        </if>
                                </em>
                        </div>
                <!-- / edit note -->
                </if>

                <div style="margin-top: 10px" align="$stylevar[right]">
                        <!-- controls -->
                        <if condition="$post['editlink']">
                                <img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
                                <a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
                        </if>
                        <if condition="$post['forwardlink']">
                                <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
                        </if>
                        <if condition="$post['replylink']">
                                <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
                        </if>
                        <if condition="$show['multiquote_post']">
                                <a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
                        </if>
                        <if condition="$show['quickreply'] AND !$show['threadedmode']">
                                <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
                        </if>
                        <if condition="$show['moderated']">
                                <img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
                        </if>
                        <if condition="$show['spam']">
                                <img src="$stylevar[imgdir_misc]/spam_detected.png" alt="$vbphrase[spam_post]" border="0" />
                        </if>
                        <if condition="$show['deletedpost']">
                                <if condition="$show['managepost']">
                                        <a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
                                <else />
                                        <img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
                                </if>
                        </if>
                        <if condition="$show['redcard']">
                                <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
                        <else />
                                <if condition="$show['yellowcard']">
                                        <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
                                </if>
                        </if>
                        $template_hook[postbit_controls]
                        <!-- / controls -->
                </div>

        <!-- message, attachments, sig -->

        </td>
</tr>
</table>
$template_hook[postbit_end]

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none;">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">$post[username]</td>
        </tr>
        <if condition="$show['profile']">
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
        </if>
        <if condition="$show['pmlink']">
                <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show['emaillink']">
                <tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show['homepage']">
                <tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
        </if>
        <if condition="$show['search']">
                <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr>
        </if>
        <if condition="$post['userid'] AND $show['member']">
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
        </if>
        $template_hook[postbit_user_popup]
        </table>
</div>
<!-- / post $post[postid] popup menu -->

the thanks button is: $template_hook[postbit_controls]

mariocaz 05-02-2009 05:42 PM

Yesterday I tried to move it a lot of times but I couldn?t. :(

Ted S 05-02-2009 08:12 PM

Place the variable under $template_hook[postbit_controls] and you'll be good.

mariocaz 05-02-2009 08:20 PM

Ted but what variable I have to put under $template_hook[postbit_controls] ???

I think the one of your mod but I don´t know which one is it.

mariocaz 05-03-2009 03:21 PM

Please help Ted, I want to have your mod working perfectly in my forum. =)

Ted S 05-04-2009 12:38 AM

The variable for your forum is stated in the admin options next to the manual template placement option.

Also please note that while I understand you want to get a response now I can't promise any response let alone an instant one. Thanks.

mariocaz 05-04-2009 03:30 AM

Ted sorry I don?t understand you my friend in this: "The variable for your forum is stated in the admin options next to the manual template placement option."

I understan that the variable of the thanks button is $template_hook[postbit_controls] of the tahnk you mod, right ??? so please tell me which one is the variable that I need to put under $template_hook[postbit_controls] ???

Or tell me exact the instrucions to fix the problem, you have ther my navbar code.

http://img5.imageshack.us/img5/6873/buttonp.jpg
http://img5.imageshack.us/img5/6873/buttonp.jpg

I thinke that the variable that have to be under $template_hook[postbit_controls] is the one of your mod, but I don?t know what is the variable. :(

I hope now you understand me better jejeje

Ted S 05-05-2009 01:52 AM

Go to your admin and look for the manual template option. The variable is states right there.

mariocaz 05-05-2009 02:03 AM

uufff but where I will see the variable ???

If I click in the edit then I see all the templates.... postbit, header, navbar, etc.

and I don´t know where to see the variable you are talking about, I am there.

I can give you access to my ACP.

mariocaz 05-05-2009 04:20 PM

I think Ted if you tell me what is the variable that I have to put under $template_hook[postbit_controls] I could fix my problem, I don´t know which one is the other variable your are telling me, because I don´t see the option in the ACP that you told me and I looked in all the options, I am a little desperate, because my users are confusend with the thank you mod and yours because the position of the buttons.

Like I told you if it will be mor easy I can give you totally ACP access, just tell me.

Or tell me the exactly instructions to edit my postbit and I will do it.

Really thank you so much my friend for all your awesome help and of course your patience!!

Cheers,

Mario

mariocaz 05-06-2009 09:51 PM

I did it Ted!!!

I enable the manual edit in the ACP, I didn´t know that you refer to this option, sorry.

Now please tell me how my users will see the helpful post please ??

mariocaz 05-06-2009 11:18 PM

Ok Ted, Finally I get the button in the correct place.

But I don´t know and I re-read all your explanation of your mod and I don´t know if my users could see with a link or something all the helpful posts in X time (like the new posts) of the forum ???? or only this is for the administrator ?

Please tell me Ted, I think that you are thinking that I stupid jejeje, sorry if yes.

Thanx!!

Mario

Ted S 05-07-2009 01:36 AM

Quote:

Originally Posted by mariocaz (Post 1806103)
But I don?t know and I re-read all your explanation of your mod and I don?t know if my users could see with a link or something all the helpful posts in X time (like the new posts) of the forum ???? or only this is for the administrator ?

I have no idea what you're looking to do. Please rephrase your question.

mariocaz 05-07-2009 03:01 AM

Ok jeje sorry Ted!!!

The users could see the Helpful posts like this ??

https://vborg.vbsupport.ru/attachmen...7&d=1233711334

Or how the user could know the helpful posts of my forum ?? only entering to the threads and see which posts are helpful ??

I hope this time yes you understand me, sorry again.

Ted S 05-07-2009 03:44 AM

You would have to extend the addon to bring that functionality into the front-end. This addon does not do this.

mariocaz 05-07-2009 03:51 AM

So it is only for the administrators (staff) ?

mariocaz 05-07-2009 03:53 AM

Or how can I extend theaddon to bring that functionaluty into the front-end ?

Thanx Ted !!

Ted S 05-07-2009 02:51 PM

Quote:

Originally Posted by mariocaz (Post 1806193)
Or how can I extend theaddon to bring that functionaluty into the front-end ?

Thanx Ted !!

You would have to replicate the functionality as you see fit by coding it in a new script.

Ted S 05-07-2009 02:52 PM

Quote:

Originally Posted by mariocaz (Post 1806191)
So it is only for the administrators (staff) ?

AdminCP tools are intended for admins.

mariocaz 05-07-2009 03:51 PM

Oh ok Ted, now I understand better the Mod, so this one is like the Post Thank You Mod that the users will see if the post is helpful or not entering to the thread and see which ones there are helpful, right ?

Trana 05-23-2009 03:38 AM

Can someone please tell me where I can edit the hardcoded icon sizes and the <br> in front of the template? I did the manual template edit in my postbit_legacy and replaced the icons but the size is still set somewhere. I see the codes in the helpfulanswer_roll template but even after editing it nothing is changing.

Can someone help me find what I need to change?

Thanks!

Ted S 05-23-2009 03:45 AM

The size is in the plugin code. Remove the variable and add your own img tags.

Trana 05-23-2009 03:54 AM

Is the helpfulanswers.php where I can view the stats and best posts? When I open that page I just get a blank white page.

Trana 05-23-2009 03:59 AM

Quote:

Originally Posted by Ted S (Post 1815593)
The size is in the plugin code. Remove the variable and add your own img tags.

Cool, thanks for that! Also, where is the <br> just at the beginning of the template? When I insert it manually it drops down a line and I want it all on the same line with the post number and the inline checkbox.

Thanks.

Ted S 05-25-2009 03:52 AM

Quote:

Originally Posted by Trana (Post 1815596)
Is the helpfulanswers.php where I can view the stats and best posts? When I open that page I just get a blank white page.

Have you enabled the page from your admincp?

Ted S 06-08-2009 02:28 AM

1.8.3 Has been released.

This is a small bug fix which addresses two issues:
- Fixes problems with the reputation module not working
- Fixes problems with disabling negative voting and using different rating styles

To update just upload the xml file to your Admin CP. No changes have been made to script files.

Ted S 06-09-2009 12:21 AM

Version 1.8.4 has been released which fixes an SQL bug. This bug was introduced in 1.8.3 when I used an old version of a query. Users who did not upload helpfulanswers.php will not be impacted.

To upgrade upload helpfulanswers.php. You can update the plugin file as well to change the version number although this is not required.

reddyink 07-25-2009 10:59 AM

I would like to use this excellent mod for rating replies.

Can we integrate this mod with a point systems where users get points based on
ratings received (quality & quantity)
ratings provided

thanks -

Ted S 07-25-2009 05:30 PM

This mod integrated with a vbCredits via third party addon and the reputation system.

Is there another system you would like to integrate it with?

TK1990 07-29-2009 05:46 PM

Hello.

I changed the phrases and it shows still the same. :S

Jah-Hools 07-30-2009 02:02 PM

Hi

Can this be added on a selective per forum basis? (so not forum-wide just on some forums?)

Thanks

Ted S 07-30-2009 03:39 PM

Quote:

Originally Posted by Jah-Hools (Post 1858530)
Hi

Can this be added on a selective per forum basis? (so not forum-wide just on some forums?)

Thanks

Yup.

Ted S 08-08-2009 07:29 PM

After several months of testing by many users I have released 1.9.5 which is a large update to the Helpful Answers system.

Some of the changes in this release:
- The notification system can now be used to tell them when someone voted on their post
- You can now display a message under the first post linking to the top rated post
- Updates to the hooks and plugin system to meet vbulletin guides
- Fixes to several small bugs
- Improved installer code
- Specific threads can be excluded or included via the admin

Note: Installing this version will rework your existing votes updating each one to include additional data. Please be mindful of this as an upgrade will take a few minutes for larger sites.

libertylounge 08-10-2009 05:16 PM

If I disable the giving of reputation in specific forums.. can this still add reputation to users overall scores?

libertylounge 08-10-2009 06:33 PM

Additionally, there's something wrong with the query you say to run if you switch between the 10 point scale and the up/down vote:

Code:

UPDATE post SET goodrank = '', totalrank = '';
DELETE FROM helpfulanswer;

I get the following error:

Quote:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1054
error desc: Unknown column 'goodrank' in 'field list'
And:

Quote:


An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELETE FROM helpfulanswer' at line 2


Ted S 08-11-2009 04:20 PM

Thank you. I will be sure to update this asap.

schmidt123a 08-12-2009 05:44 PM

where is usergroup permission ?

Ted S 08-12-2009 09:32 PM

Quote:

Originally Posted by schmidt123a (Post 1866010)
where is usergroup permission ?

Looks like you double posted this, please check the other thread and stick to one thread so I don't end up trying to answer you twice. Thanks.


All times are GMT. The time now is 02:25 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.01526 seconds
  • Memory Usage 1,927KB
  • 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_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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