vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Smiliecreator v1.1 (https://vborg.vbsupport.ru/showthread.php?t=50450)

Kars10 03-25-2003 04:48 AM

@ C. Birch, have no Idea.
Maybe a Browser-Problem?!? :confused:

Kars

mr e 03-25-2003 04:52 AM

doesn't this whole hack work off javascript? if it does than anyone with jv disabled wont be able to run it

Kars10 03-25-2003 04:54 AM

Yes Mr. E, it uses Javascript.
But i think most users should have Javascript enabled...

linuxfreaky 04-26-2003 08:57 PM

hello
very nice hack was looking so long for it lol i saw it only for phpbb now i ahve it for vb may i ask what should i add text2schild.php
so i get my users use arabic posting in created smiles
what should it be add somthing simler to elseif ($font == "verdana.ttf") {
$align = 6;
$fontsize = 11;
}
what is aligan var :ninja:
iam lost and should i ask my hosting company to install some arabic fonts in /usr/local/fonts/ttf/
iam lost :dead: time to shut up.......
thanx for the help

redstaing0 05-17-2003 12:36 PM

i have a porblem it is
whene i add a smile the can not show in the forum but give link
like theis

http://www.xxx.xxx.net/forum/text2schild.php?text=Tsts ur &typ=6&col=0,0,0&shcol=255,255,255


ican not se and pic befoer iam enter in the linke

Kars10 05-17-2003 12:44 PM

@, redstaing0

Quote:

19.03.03 at 14:27 Kars10 said this in Post #1

[high]NOTE: Also you must have Dynamic URL for [img] tags enabled in your Posting Code Settings.[/high]

gmarik 05-17-2003 08:46 PM

Good idea.

vB-Host.com 05-18-2003 11:22 AM

this works if i open in new window.. but i can't get the javascript to open by clicking it... java script works on my browser as i can open "get more smilies"

redstaing0 05-18-2003 11:24 AM

Quote:

Yesterday at 02:44 PM Kars10 said this in Post #86
@, redstaing0

i will test it now :) :lick: :lick: :lick:

redstaing0 05-18-2003 12:01 PM

i have tryed img code dont help it is enabellll 100%

Morpheus84 05-24-2003 12:59 PM

For all german people, I translated the english Template into german :)

odl2000 05-25-2003 12:25 AM

Quote:

05-17-03 at 02:36 PM redstaing0 said this in Post #85
i have a porblem it is
whene i add a smile the can not show in the forum but give link
like theis

http://www.xxx.xxx.net/forum/text2schild.php?text=Tsts ur &typ=6&col=0,0,0&shcol=255,255,255


ican not se and pic befoer iam enter in the linke

I have the same problem

If I add a smiley, i have this code :
PHP Code:

[img]http://www.mydomain.com/forum/text2schild.php?text=test un petit test&typ=1&col=255,210,0&shcol=197,248,163[/img] 

But after submit, I don't see smiley, I just see the url code, and if I see the source code (html). I see this :
PHP Code:

<a href="http://www.mydomain.com/forum/text2schild.php?text=test un petit test&typ=1&col=255,210,0&shcol=197,248,163" target="_blank">[url]http://www.mydomain.com/forum/text2schild.php?text=test[/url] un petit test&typ=1&col=255,210,0&shcol=197,248,163</a> 

Could you help me ?

Thanks

odl2000 05-25-2003 09:26 AM

ACP --> vBulletin Options -->

Allow Dynamic URL for [img] tags?
If this is set to 'no', the [img] tag will not be displayed if the path to the image contains dynamic characters such as ? and &. This can prevent malicious use of the tag.

Thanks to ManagerJosh from :
http://www.vbulletin.com/forum/showt...019#post458019

Quote:

Today at 02:25 AM odl2000 said this in Post #92
I have the same problem

If I add a smiley, i have this code :
PHP Code:

[img]http://www.mydomain.com/forum/text2schild.php?text=test un petit test&typ=1&col=255,210,0&shcol=197,248,163[/img] 

But after submit, I don't see smiley, I just see the url code, and if I see the source code (html). I see this :
PHP Code:

<a href="http://www.mydomain.com/forum/text2schild.php?text=test un petit test&typ=1&col=255,210,0&shcol=197,248,163" target="_blank">[url]http://www.mydomain.com/forum/text2schild.php?text=test[/url] un petit test&typ=1&col=255,210,0&shcol=197,248,163</a> 

Could you help me ?

Thanks


GuN 05-27-2003 01:04 PM

Thanks a lot for this good hack !
Fantastic !
(and thanks odl2000 ;) )

k?re 06-06-2003 11:59 AM

i have done all steps..and the script not working.. it will not open smiliecreator when i try to push this link...then i get error... and no popup window is comming..

k?re 06-06-2003 12:29 PM

i fixed it with changing this.
Quote:

// Smiliecreatorhack by Kars10

function opensmileycreator(x,y,sessionhash) {
window.open("misc.php?action=getsmileycreator&s="+ sessionhash, "smileycreator", "toolbar=no,scrollbars=yes,resizable=yes,width="+x +",height="+y);
}

// Smiliecreatorhack by Kars10 End


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ 2. Open 'misc.php' ~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

search for:

?>

and above that add this:


// Smiliecreatorhack by Kars10

if ($action=="getsmileycreator") {
$templatesused = "vbcode_popup_smiliecreator";
include("./global.php");

eval("dooutput(\"".gettemplate("vbcode_popup_smili ecreator")."\");");
}

// Smiliecreatorhack by Kars10 End
with this

Quote:

// Smiliecreatorhack by Kars10

function opensmilieycreator(x,y,sessionhash) {
window.open("misc.php?action=getsmilieycreator&s=" +sessionhash, "smilieycreator", "toolbar=no,scrollbars=yes,resizable=yes,width="+x +",height="+y);
}

// Smiliecreatorhack by Kars10 End


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ 2. Open 'misc.php' ~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

search for:

?>

and above that add this:


// Smiliecreatorhack by Kars10

if ($action=="getsmilieycreator") {
$templatesused = "vbcode_popup_smiliecreator";
include("./global.php");

eval("dooutput(\"".gettemplate("vbcode_popup_smili ecreator")."\");");
}

// Smiliecreatorhack by Kars10 End
:banana:

Sc0rp 06-06-2003 12:35 PM

very very nice! would be ever better if u could have users make their own smilie sets.. :D

S.Shady 06-06-2003 02:24 PM

this is my gd settings from phpinfo

Code:

gd
GD Support  enabled 
GD Version  bundled (2.0.12 compatible) 
FreeType Support  enabled 
FreeType Linkage  with freetype 
GIF Read Support  enabled 
JPG Support  enabled 
PNG Support  enabled 
WBMP Support  enabled 
XBM Support  enabled

would gif,jpg,png disabled make the images not to work for some ppl ?

k?re 06-06-2003 03:34 PM

im not sure ..but this change made the error gone where i do my test before i upload files ect to the real board.. then this will not work.. i get error when i try push smilecreator.. can anyone please tell me why.???

Dark Shogun 06-08-2003 07:14 AM

I am getting a link also. I checked and Dynamic Linking is ON and I have gd 2. Does anyone know why it is not showing the smilie only the link?

Dark Shogum

Dark Shogun 06-12-2003 05:01 AM

I am still having this probably. Can anyone help?

Dark Shogun

subu1 06-17-2003 07:43 AM

Allow BB IMG Code in posts must be on

Dark Shogun 06-17-2003 08:29 AM

I had that on but it still didn't work. I have removed that board and fresh installed a vb3 anyway so it is no problem anymore.

Dark Shogun

subu1 06-17-2003 08:22 PM

Quote:

<script language="javascript">
<!--
var postmaxchars = $postmaxchars;
function validate(theform) {
if (theform.message.value=="") {
alert("Bitte f?lle Das Beitrags Feld aus.");
return false; }
if (postmaxchars != 0) {
if (theform.message.value.length > $postmaxchars) {
alert("Dein Beitrag ist zu lang.\n\nVerk?rze Deinen Beitrag auf $postmaxchars Zeichen.\nDein Beitrag ist "+theform.message.value.length+" Zeichen lang.");
return false; }
else { return true; }
} else { return true; }
}
function checklength(theform) {
if (postmaxchars != 0) { message = "\nDein Beitrag darf maximal $postmaxchars Zeichen lang sein."; }
else { message = ""; }
alert("Dein Beitrag ist "+theform.message.value.length+" Zeichen lang."+message);
}
//-->
</script>
<form enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="postreply">
<input type="hidden" name="threadid" value="$threadid">
<input type="hidden" name="title" value="">
<input type="hidden" name="iconid" value="0">
<input type="hidden" name="parseurl" value="yes">
<input type="hidden" name="email" value="">
<input type="hidden" name="disablesmilies" value="">
<input type="hidden" name="closethread" value="">
<input type="hidden" name="hiddenreply" value="">
<input type="hidden" name="signature" value="yes">
<input type="hidden" name="rating" value="0">

<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" colspan="2"><normalfont color="{tableheadtextcolor}" class="thtcolor"><b>schnelle Antwort Box :</b></normalfont></td>
</tr>
$logincode
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Betreff: </b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1"></normalfont> <smallfont>(Optional)</smallfont></td>
</tr>
<td bgcolor="{secondaltcolor}" valign="top" nowrap><normalfont><b>deine Antwort :</b></normalfont></td>
<td bgcolor="{secondaltcolor}">
<a href="http://www.burning-board.de/vBulletin/misc.php?action=getsmilies&s=" target="_blank">Smilies</a>
<a href="javascript:opensmileycreator(320,290,'$sessi on[sessionhash]')">Smiliecreator</a>
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top"> <textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1"></textarea><br>
<smallfont><a href="javascript:checklength(document.vbform);">[Beitragsl?nge pr?fen]</a></smallfont></td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>

<br>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td align="center"><normalfont>
<input type="submit" class="bginput" name="submit" value="Antworten" accesskey="s" tabindex="3">
<input type="reset" class="bginput" name="reset" value="Antwort Zur?cksetzen" accesskey="r" tabindex="3">
</normalfont>
<input type="submit" class="bginput" name="preview" value="Vorschau" accesskey="p" tabindex="3"></td>
</tr>
</table>

</form>
bekomme nicht den Creatorlink in der Antwortbox ans laufen.

The Link in the Replybox don't work, why

can everybody hepl me

MrNase 06-17-2003 09:03 PM

du bist nicht der einzige mit Problemen :)


for me, no popup is opening... i can click the link or lick the link... no popup is opening :(

Kars10 06-18-2003 07:01 AM

@ Subu, ich muss mir das mal auf deinen Board ankucken. Schick dir später eine PN.
@ MrNase, hast du die vbcode.js richtig angepasst? Schick mir die mal zu.

MrNase 06-18-2003 05:23 PM

oh, jetzt geht es... nur leider hab ich wohl keine gdlib installiert :(

Da wird ein rotes X angezeigt... ich guck mir mal die phpinfo() an :)


Doch, ist installiert!
Quote:

GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with TTF library
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
... und nun?


So sieht der Quelltext aus:
Quote:

<img src="http://www.sportboard.de/v2/text2schild.php?text=opa - rente&typ=11&col=0,0,0&shcol=255,255,255" border="0" alt="">
Hier der Beitrag: http://www.sportboard.de/v2/showthre...=5148#post5148

Kars10 06-18-2003 05:59 PM

@ Mr. Nase can you make a admin account so i can have a look... ;)

MrNase 06-18-2003 06:23 PM

you got a private message :)

tell me when you are finished :)

Bezane 06-26-2003 01:46 PM

Hello,

I?ve got some bugs in my hack...
what kann I do?

Here are the bugs

Bezane 06-27-2003 12:07 PM

Hallo, kann mir jemand dabei helfen? ich sehe gerade das der bug hier schoneinmal in der selben form wie bei mir vorkam... aber es wurd per PN nicht ?ffentlich geregelt... somit kann ich auch nicht viel machen... :(

Ninth Dimension 06-27-2003 02:36 PM

wow, fantastic little hack, adding just that personal touch, love it (and i'm sure my members will to).

one thing, can i suggest that you make the smile box close once it's been submitted to the form? I'm sure this is easy to do, but as I don't know JS i personally can't do it.

again thank you :)

Bezane 06-29-2003 11:08 AM

kann mir hier keiner helfen? :(

Ninth Dimension 06-29-2003 03:45 PM

For people annoyed at the smile box staying open after adding the smile, you can make the box close automaticly after clicking the button:

Open:
vbcode_popup_smiliecreator (template)

Find:
Quote:

<input type="button" value="Ok, generate Smilie!" onclick="opener.smilie('https://vborg.vbsupport.ru/');">
Replace with:
Quote:

<input type="button" value="Generate Smilie!" onclick="opener.smilie('https://vborg.vbsupport.ru/');self.close();" class="bginput">
Additionally, this add's the standard button css class to your button so it's fits with the rest of the site, I hope this helps :)

voogru 07-03-2003 09:36 PM

I keep getting 'document.schild.typ' is not an object" When opening the smily creator window.

Im not sure what the problem is, I followed instructions. Also they do not work with the [IMG] tags (And yes I did enable "Allow Dynamic URL for [img] tags" ).

It works fine if I use HTML to link the image.

What am I doing wrong? Running vb2.3.0

Bezane 07-04-2003 09:24 AM

i have almost this bug....

voogru 07-07-2003 03:53 AM

*Bump* Still need help on this :/

Eskito 07-07-2003 08:50 PM

Sorry, my English is not the very Best and I could not understand all from the Posters before me.

The Hack works fine, but in the finaly Posting I get the f... red x. Can anybody explain me where my Problem could be?

--------------------------------------------------------------------------

Hallo zusammen,

habe versucht diesen Hack einzubauen, es funktioniert auch soweit alles. Wenn ich jedoch abschliessend zu meinem Posting gehe wird nur das rote x angezeigt. Hat jemand eine Idee, da ich die englischen Postings nicht in allen Einzelheiten verstehe.

Gruss Uwe

fantasma 07-08-2003 12:18 AM

I get the same error "'document.schild.typ' is not an object etc."

I delete the line below from the template "vbcode_popup_smiliecreator":

var vtyp = findtyp();

and then all works fine.

I'm not expert in Javascript and I don't understand wich is the scope for this line.

In anyway thanks to Kars10 for this great Hack!

Bezane 07-08-2003 03:34 AM

i?ve done it... bug ist already existing...

can i have your hack files?

or make an example at this here:

Code:

<html>
<head>
<title>$bbtitle Smiliecreator</title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="MSThemeCompatible" content="Yes">

<script>
function findtyp() {
var szReturn;
for (var i=0;i<document.schild.typ.length;i++) {
 if (document.schild.typ[i].checked) {
  szReturn = document.schild.typ[i].value;
  break;
 }
}
return szReturn;
}

var vtyp = findtyp();
</script>

$headinclude
</head>

<body>
<br>
<center>
<form name="schild"><table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="{tablebordercolor}">
  <tr>
        <td align="center" bgcolor="{categorybackcolor}"><normalfont color="{categoryfontcolor}"><strong>$bbtitle
          Smiliecreator</strong></normalfont></td>
  </tr>
  <tr>
    <td bgcolor="{firstaltcolor}"><table bgcolor="" width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
  <tr>
            <td width="99%" valign="top">
              <table width="100%" border="0" cellpadding="1" cellspacing="1">
                <tr>
                  <td width="33%" bgcolor="{firstaltcolor}"> <input name="typ" type="radio" value="1" checked>
                    <img src="images/smilies/schilde/vorlage1.png" alt="" width="29" height="22" border="0"></td>
                  <td width="33%" bgcolor="{firstaltcolor}"> <input type="radio" name="typ" value="6">
                    <img src="images/smilies/schilde/vorlage6.png" alt="" width="29" height="22" border="0"></td>
                  <td width="33%" bgcolor="{firstaltcolor}"> <input type="radio" name="typ" value="11">
                    <img src="images/smilies/schilde/vorlage11.png" alt="" width="29" height="22" border="0"></td>
                </tr>
                <tr>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="2">
                    <img src="images/smilies/schilde/vorlage2.png" alt="" width="29" height="22" border="0"></td>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="7">
                    <img src="images/smilies/schilde/vorlage7.png" alt="" width="29" height="22" border="0"></td>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="12">
                    <img src="images/smilies/schilde/vorlage12.png" alt="" width="29" height="22" border="0"></td>
                </tr>
                <tr>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="3">
                    <img src="images/smilies/schilde/vorlage3.png" alt="" width="29" height="22" border="0"></td>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="8">
                    <img src="images/smilies/schilde/vorlage8.png" alt="" width="29" height="22" border="0"></td>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="13">
                    <img src="images/smilies/schilde/vorlage13.png" alt="" width="29" height="22" border="0"></td>
                </tr>
                <tr>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="4">
                    <img src="images/smilies/schilde/vorlage4.png" alt="" width="29" height="22" border="0"></td>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="9">
                    <img src="images/smilies/schilde/vorlage9.png" alt="" width="29" height="22" border="0"></td>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="14">
                    <img src="images/smilies/schilde/vorlage14.png" alt="" width="29" height="22" border="0"></td>
                </tr>
                <tr>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="5">
                    <img src="images/smilies/schilde/vorlage5.png" alt="" width="29" height="22" border="0"></td>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="10">
                    <img src="images/smilies/schilde/vorlage10.png" alt="" width="29" height="22" border="0"></td>
                  <td bgcolor="{firstaltcolor}"><input type="radio" name="typ" value="15">
                    <img src="images/smilies/schilde/vorlage15.png" alt="" width="29" height="22" border="0"></td>
                </tr>
              </table>
      <br> <table border="0" width="100%" cellpadding="3" cellspacing="1">
        <tr>
                  <td colspan="2" bgcolor="{firstaltcolor}"><smallfont><strong>Your Text:</strong></smallfont></td>
        </tr>
        <tr>
          <td colspan="2" bgcolor="{firstaltcolor}" align="center"><input name="text" type="text" onFocus="this.value='';" onBlur="if (this.value=='') {this.value='Enter your Text...';}" value="Enter your Text" size="35" maxlength="50"></td>
        </tr>
        <tr>
                  <td bgcolor="{firstaltcolor}"><smallfont><strong>Fontcolor:</strong></smallfont></td>
          <td bgcolor="{firstaltcolor}"><select name="col">

          <option value="0,0,0" selected style="background-color:#000000; color:#FFFFFF">Black</option>

          <option value="0,0,255" style="background-color:#0000FF">Blue</option>

          <option value="185,207,232" style="background-color:#B9CFE8">Softblue</option>

          <option value="255,153,0" style="background-color:#FF9900">Orange</option>

          <option value="255,210,0" style="background-color:#FFD200">Yellow</option>

          <option value="0,255,0" style="background-color:#00FF00">Green</option>

          <option value="197,248,163" style="background-color:#C5F8A3">Softgreen</option>

          <option value="13,105,3" style="background-color:#0D6900; color:#FFFFFF">Darkgreen</option>

          <option value="147,81,3" style="background-color:#935103; color:#FFFFFF">Brown</option>

          <option value="255,255,255">White</option>

</select>
</td>
        </tr>
        <tr>
                  <td bgcolor="{firstaltcolor}"><smallfont><strong>Background:</strong></smallfont></td>
          <td bgcolor="{firstaltcolor}"><select name="shcol">

          <option value="255,255,255" selected>White</option>

          <option value="0,0,255" style="background-color:#0000FF">Blue</option>

          <option value="185,207,232" style="background-color:#B9CFE8">Softblue</option>

          <option value="255,153,0" style="background-color:#FF9900">Orange</option>

          <option value="248,241,163" style="background-color:#F8F1A3">Yellow</option>

          <option value="0,255,0" style="background-color:#00FF00">Green</option>

          <option value="197,248,163" style="background-color:#C5F8A3">Softgreen</option>

          <option value="248,203,251" style="background-color:#F8CBFB">Pink</option>

          <option value="228,195,164" style="background-color:#E4C3A4">Brown</option>

          <option value="0,0,0" style="background-color:#000000; color=#FFFFFF">Black</option>

        </select>
</td>
        </tr>
        <tr>
          <td colspan="2" align="center" height="30" valign="bottom"><input type="button" value="Ok, generate Smilie!" onclick="opener.smilie('[img]$bburl/text2schild.php?text='+document.schild.text.value+'&typ='+findtyp()+'&col='+document.schild.col.value+'&shcol='+document.schild.shcol.value+'[/img]');">
                      <br>
                      <br>
                      <smallfont><a href="javascript:self.close()">Close Window</a></smallfont></td>
        </tr>
      </table>
            </td>
</table></td>
  </tr>
</table></form></td>
</center>
</body>
</html>



All times are GMT. The time now is 03:12 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.01491 seconds
  • Memory Usage 1,914KB
  • 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
  • (4)bbcode_php_printable
  • (11)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