vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBRadio v1.0 (https://vborg.vbsupport.ru/showthread.php?t=72227)

TwinsX2Dad 12-14-2004 02:14 PM

What file do I edit to change the appearance of the popup window?

SVTOA 12-14-2004 09:41 PM

Quote:

Originally Posted by docvader
Tremendous ZT. Your work and abilities never cease to amaze me. I have one question though; I just can't figure out how to hard code this, within your coding structure. My navigation bar goes through different parts of my site, ie, Photopost, and if you are NOT in the main vb forum, the link will not call to the WMP pop up box. I've tried different hard code changes in the navbar text, but cannot seem to make it work. Any ideas?

Thanks
rich
russbo.com


I think you sent me a message about this also. I have it working on all sections of my site- The VBAdvanced, Photopost, Reviewpost.
I visted your site, you have kind of a "different" directory structure, but...
Try inserting this code into to your NAVBAR template where you currently have the existing vbRadio link. This works perfectly on my forum (with my folder and filepaths of course!) If I have the incorrect path to your vb and vBRadio.php files, just correct them. As I said, this code works in all segments of my website.

It does appear as if you are using frames (I hate frames!) and that might be causing some issues for you.

Code:

<!-- radio launcher -->
<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('http://x.russbo.com/vb/vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>


docvader 12-15-2004 01:03 AM

Thanks! That worked. (I tried that before, and it "didn't work", because I changed it on the old default style, didn't copy it to the other styles, and tested it on my new default style) Confused? So was I.

Thanks very much. Got to be careful when you've got a lot of styles, and changing templates. They don't automatically upgrade from parent to child, as I'm discovering.

paulz 12-15-2004 04:47 AM

Yeah, I'm in agreement with the Firefox comment. It works unstable at best....

jlegge 12-15-2004 08:49 PM

Has anyone played around with porting the current artist/ track in the player? I cannot seem to get this to work. I have it set up off my radio stream to display the current info on my main page but it doesn't seem to want to 'take' in vBRadio.
PHP Code:

             <fieldset class="fieldset">
    <legend>Current Artist - Track</legend>
    <center>
    <? include("http://www.milwaukeenights.com/radio/sc_status.php"); ?>
    <? include("http://www.milwaukeenights.com/radio/sc_song.php"); ?>
    </center>
    </fieldset>

Again, virtually the exact same include works on my main page. Is it because I am using my forums in a subdomain, just poor scripting or is this something not able to be accomplished in vBulletin and vBRadio?

If need be, I can provide all the code for sc_status and sc_song.

If you want to see it in action:
working script- http://www.milwaukeenights.com (about halfway down, on the right)
not so working - http://forums.milwaukeenights.com (click on Nights Radio)

Other than this, this script is phenomenal! *installed*

Included is a screenshot of it also.......

jamesk 12-18-2004 07:02 AM

I'm trying to figure that out as well,jlegge.

Thanks for all the links everyone. They are all a wonderful resource.
Any other clues on where to get some more TV streams?

paulz 12-19-2004 03:57 PM

Prolly a dumb question, but how do I add in support for winamp or other streaming players? Or do I just have to have users make winamp the default player for these feeds?

jlegge 12-19-2004 11:02 PM

Quote:

Originally Posted by jlegge
Has anyone played around with porting the current artist/ track in the player? I cannot seem to get this to work. I have it set up off my radio stream to display the current info on my main page but it doesn't seem to want to 'take' in vBRadio.
PHP Code:

             <fieldset class="fieldset">
    <legend>Current Artist - Track</legend>
    <center>
    <? include("http://www.milwaukeenights.com/radio/sc_status.php"); ?>
    <? include("http://www.milwaukeenights.com/radio/sc_song.php"); ?>
    </center>
    </fieldset>

Again, virtually the exact same include works on my main page. Is it because I am using my forums in a subdomain, just poor scripting or is this something not able to be accomplished in vBulletin and vBRadio?

If need be, I can provide all the code for sc_status and sc_song.

If you want to see it in action:
working script- http://www.milwaukeenights.com (about halfway down, on the right)
not so working - http://forums.milwaukeenights.com (click on Nights Radio)

Other than this, this script is phenomenal! *installed*

Included is a screenshot of it also.......

LOL.... fine.

$50 to anyone with a paypal account and can make this work perfectly. PM me for any info you need.

pgowder 12-20-2004 08:03 PM

Is there a way to tell it which station you want as the default or 1st in the list?

And what should be showing up in the big black box??? Mine's blank!

lasto 12-20-2004 08:23 PM

black box should be showing loads of nice effects m8 - the sort u see when u put effects on in media player

Mitsuaki 12-21-2004 05:49 PM

Is there a way to integrate the graphic equalizer into this hack??? Other than that Fantastic Hack!!!

Infopro 12-22-2004 01:51 PM

The settings you have in WMP itself, work on this. So if you have visualizations turned on in WMP, they will show here. (in that black box)

Memory hog though and should be disabled.

Anette 12-22-2004 04:17 PM

I did a mistake.Can someone tell me what files to delete after installation PLEASE?

Bloodlust 12-23-2004 07:57 PM

I seem to be having problems with this. I go into it and press play and nothing plays. Also, all of my users get a blank screen when they go into it. Any reason why this is happening?

NYI Fan 12-24-2004 01:36 AM

I SO want to install this but a large portion of my users (myself included generally) are firefox devotees. I have read the entire thread and see there are issues with this otherwise AMAZING addition, any updates or ideas on how to resolve the FF problems?

Thanks!

SVTBlackLight01 12-24-2004 09:54 AM

Quote:

Originally Posted by NYI Fan
I SO want to install this but a large portion of my users (myself included generally) are firefox devotees. I have read the entire thread and see there are issues with this otherwise AMAZING addition, any updates or ideas on how to resolve the FF problems?

Thanks!

I have a few FF users as well. Sure would like a fix for this.

hXc Radio 12-25-2004 01:39 AM

Any chance to get this to work with WinAMP / iTunes too using .pls?

SVTOA 12-25-2004 03:13 PM

Quote:

Originally Posted by SVTBlackLight01
I have a few FF users as well. Sure would like a fix for this.


I tried using this with Firefox and initally it did not work (no audio) but then I updated the plugin for WMP to version 10. Now at least the station plays in Mozilla, but no active display and none of the controls function, but at least the audio plays now.

ForYou 12-25-2004 03:28 PM

Hello Sir ,

I was install the Vbradio Hack but i think there is problem with me , , !!

That when i Click On the (vBRadio) there is blank page , No station and never see any think , Blank page , white page , no data ,, , please help me why when i click on the link there is white blank pop Window ,

Thank you
Regards

SVTOA 12-25-2004 03:40 PM

Quote:

Originally Posted by ForYou
Hello Sir ,

I was install the Vbradio Hack but i think there is problem with me , , !!

That when i Click On the (vBRadio) there is blank page , No station and never see any think , Blank page , white page , no data ,, , please help me why when i click on the link there is white blank pop Window ,

Thank you
Regards


Make sure the RADIO template exists in all of your stylesets. Sounds like the style you are using is missing the template. (blank white pages almost always means missing templates)

spence2 12-27-2004 02:42 AM

Since I have no programming skills, I dunno if this is applicable to trying to solve the firefox problem or not. But, for anyone who DOES know what they are doing, I found the following in a general discussion about issues with windows media & firefox in the mozilla forums.

"my first problem was that my host didn't have a mime type built in for .wma

So I went to Cpanel, which my host provides/uses i dunno, and I went to mime types and added a user defined mime type for wma's which, btw, is

audio/x-ms-wma

But that wasn't enough. SO then i tried this:
Code:

<object> data="/audio/rappineric.wma" codetype="audio/x-ms-wma" </object>

It still claims "play is not a function" and tells me I have an error if I look in the web developer toolbar, but it works!"
...........................
Followed by this:

"It works. This method of embedding audio only requires the Windows Media for Netscape plugin that comes with WMP.

................
As I said... this is NOT SPECIFIC TO THIS HACK! ... only perhaps a clue to anyone trying to "fix" their problems with this hack and firefox. Hope it helps someone who knows what they're doing! Just trying to be helpful here as I need it to function with firefox as well.

Infopro 12-27-2004 12:20 PM

Maybe this will help someone.
http://forums.mozillazine.org/viewtopic.php?t=167260

ncangler 12-29-2004 09:18 AM

Zero Tolerance...you ROCK! Very easy install and it plays great on my forum in OSX Safari. But I opened IExplorer and Firefox and the Navbar had a problem. I had installed a mod earlier to move the calendar and some other items into the Quick Links drop down. With your mod the vBRadio also went into the drop down. (See attached image). In Firefox the entire forum dissappears. Here is the code within Navbar for the section we modified. Anything jump out at you guys? Thanks.

<!-- NAVBAR POPUP MENUS -->

<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
</if>

<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">

<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td></tr>
<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,locatio n=no,menubar=no,resizable=no,status=no,toolbar=no' )

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
<tr><td class="vbmenu_option"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scroll bars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>

<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td></tr>

</table>
</div>
<!-- / user cp tools menu -->
</if>
<if condition="$show['member']">
<!-- user cp drop down menu -->
<div class="vbmenu_popup" id="cpuser_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>

</table>
</div>
<!-- / user cp drop down menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->
</if>

mojo8850 12-29-2004 02:59 PM

Hi Guy's..

This Is My First Post.. So Please Take It Easy With Me, Thanks.
My Question Is:

1. If I Leave This Mod And Say A VB Update Is Available Will It Be Compatible..
2. If Not Then I Know How To Revert The Procedure.. Only 1 Thing.
3. How Would I Remove The DATABASE Entry It Created.. If I So How Can I..

Regards

Mr. Mojo

lanc3lot 01-02-2005 02:02 PM

Quote:

Originally Posted by jlegge
Has anyone played around with porting the current artist/ track in the player? I cannot seem to get this to work. I have it set up off my radio stream to display the current info on my main page but it doesn't seem to want to 'take' in vBRadio.
PHP Code:

             <fieldset class="fieldset">
    <legend>Current Artist - Track</legend>
    <center>
    <? include("http://www.milwaukeenights.com/radio/sc_status.php"); ?>
    <? include("http://www.milwaukeenights.com/radio/sc_song.php"); ?>
    </center>
    </fieldset>

Again, virtually the exact same include works on my main page. Is it because I am using my forums in a subdomain, just poor scripting or is this something not able to be accomplished in vBulletin and vBRadio?

If need be, I can provide all the code for sc_status and sc_song.

If you want to see it in action:
working script- http://www.milwaukeenights.com (about halfway down, on the right)
not so working - http://forums.milwaukeenights.com (click on Nights Radio)

Other than this, this script is phenomenal! *installed*

Included is a screenshot of it also.......


Hmm, how u can display the songs if its radio service?:DD

jlegge 01-04-2005 07:36 PM

Quote:

Originally Posted by lanc3lot
Hmm, how u can display the songs if its radio service?:DD

It's my radio service. I am running the shoutcast stream and server. I am not trying to gaffle someone elses tunes, just get my own stream info to appear in the vBRadio.

Anyone have any ideas on this? I am going to play with it some more in the next couple of days and if I find anything I'll let you guys know.

SVTBlackLight01 01-04-2005 08:33 PM

Anybody ever figure out the problem with Firefox? I tried this on a Windows (XP)system that is only a few months old and it worked fine. I have all the updates and have upgraded to SP2, but mine is about 3 years old. I don't know what the difference is?

Skaterscafe.com 01-06-2005 04:17 AM

For the Fire Fox issue click the link provided above: http://forums.mozillazine.org/viewtopic.php?t=167260

Great hack, installed and works great!

SVTBlackLight01 01-06-2005 12:49 PM

I tried that once and it didn't work, but after going through it all again it's working great now. :D

spence2 01-06-2005 02:13 PM

Quote:

Originally Posted by SVTBlackLight01
I tried that once and it didn't work, but after going through it all again it's working great now. :D

Congratulations! Is there any way that you could shed some light on this for those of us who are less able? Would be much appreciated.

lanc3lot 01-07-2005 03:06 AM

The solution u point out for Firefox Users, is to be done by the user right? not the server.

Can someone please tell me, how can i put a link in the "radio" page in which i say the Firefox users, to go a see this link?
It could be great if this is shown only for Firefox users:)

SVTBlackLight01 01-07-2005 11:10 AM

Quote:

Originally Posted by spence2
Congratulations! Is there any way that you could shed some light on this for those of us who are less able? Would be much appreciated.

It was really just a matter of installing the ActiveX plugin by following the steps listed here: http://forums.mozillazine.org/viewto...?t=167260#FF_1

The problem I had the first time was addressed at Step 0. (must have missed it the first time)
Quote:

IMPORTANT. If you use the Adblock Extension, you must make sure that the setting for OBJ-TABS is disabled. Otherwise, your system will run almost any ActiveX control. See Note 5.
Are you having problems installing the plugin?


lanc3lot,

Yes, the user has to perform these steps to update their Firefox installation.

To add the link, look in the RADIO template, near the botom find </fieldset>, and just below it add

Code:

<br />
<if condition="is_browser('firefox')">
Firefox users: If this player doesn't work, <a target="_blank" href="http://forums.mozillazine.org/viewtopic.php?t=167260">Click Here</a> for a possible solution.
</if>


Sal Collaziano 01-07-2005 04:13 PM

VERY, VERY COOL! Installed. :) Still, it would be nice if it worked with Firebird.. It works perfect with Explorer...

Sal Collaziano 01-07-2005 05:04 PM

Quote:

Originally Posted by SVTBlackLight01
It was really just a matter of installing the ActiveX plugin by following the steps listed here: http://forums.mozillazine.org/viewto...?t=167260#FF_1

The problem I had the first time was addressed at Step 0. (must have missed it the first time)Are you having problems installing the plugin?


lanc3lot,

Yes, the user has to perform these steps to update their Firefox installation.

To add the link, look in the RADIO template, near the botom find </fieldset>, and just below it add

Code:

<br />
<if condition="is_browser('firefox')">
Firefox users: If this player doesn't work, <a target="_blank" href="<a href="http://forums.mozillazine.org/viewtopic.php?t=167260">Click">http://forums.mozillazine.org/viewtopic.php?t=167260">Click Here</a> for a possible solution.
</if>


Hey. When I add that code in, it doesn't show up in the window that Firefox opens.. It's still blank - just like before.. Any advice?

Thanks...

paulz 01-07-2005 06:04 PM

Quote:

Originally Posted by Sal Collaziano
Hey. When I add that code in, it doesn't show up in the window that Firefox opens.. It's still blank - just like before.. Any advice?

Thanks...

the whole window is blank, or the player applet?

if it's the whole window, you're having a seperate issue then what he's fixing.

Sal Collaziano 01-07-2005 06:05 PM

Yeah, it's the whole window that pops up.. What could this mean?

paulz 01-07-2005 06:07 PM

Quote:

Originally Posted by Sal Collaziano
Yeah, it's the whole window that pops up.. What could this mean?

i would try installing the hack step by step again.

paulz 01-07-2005 06:31 PM

I got this player working perfectly in both IE and Firefox. Thanks to all of you for your combined help.

http://www.musicsourcenow.com

Here is my RADIO template to help anyone else out. Note everything else as far as the hack goes is untouched.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        <title>vBRadio</title>
$headinclude

<script language="JavaScript">
<!--

function changeMute(){
Player.settings.mute = 'true';
mute.innerHTML='<a href="#" onClick="changeMute2();">Mute*</a>';
}

function changeMute2(){
Player.settings.mute = 'false';
mute.innerHTML='<a href="#" onClick="changeMute();">Mute</a>';
}

function initiateStation(){
toPlay = document.getElementById('thisStation')
toPlay = toPlay.options[toPlay.options.selectedIndex].value

        newRadio = "";
        newRadio += "<OBJECT ID='Player' height='250' width='300' CLASSID='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'>"
        newRadio += "<PARAM name='URL' value='" + toPlay + "' id='insert_1'>"
        newRadio += "<PARAM name='uiMode' value='mini'>"
        newRadio += "<PARAM name='mute' value='false'>"
        newRadio += "<PARAM name='ShowControls' value='1'>"
        newRadio += "<PARAM name='ShowStatusBar' value='0'>"
        newRadio += "<PARAM name='ShowDisplay' value='0'>"
        newRadio += "<EMBED type='application/x-mplayer2' "
        newRadio += "pluginspage = 'http://www.microsoft.com/Windows/MediaPlayer/' "
        newRadio += "SRC='" + toPlay + "' "
        newRadio += "name='Player' "
        newRadio += "width='300' "
        newRadio += "height='250' "
        newRadio += "AutoStart='true' "
        newRadio += "showcontrols='1' "
        newRadio += "showstatusbar='1' "
        newRadio += "showdisplay='1' "
        newRadio += "id='insert_2'>"
        newRadio += "</EMBED>"
        newRadio += "</OBJECT>"

        document.getElementById('radio').innerHTML = newRadio

}

-->
</script>

</head>
<body>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
    <tr>
        <td class="tcat" colspan="2">
            <a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_radio')"><img id="collapseimg_forumhome_radio" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a>
            <div align='center'>vBRadio</div></td>
    </tr>
</thead>
<tbody id="collapseobj_forumhome_radio" style="{$vbcollapse['collapseobj_forumhome_radio']}">
    <tr>
        <td class="thead" width="50%" align="center">Stations/Control</td>
        <td class="thead" width="50%" align="center">Currently Playing</td>
    </tr>

<tr>
<td class='alt2' valign='top'>

        <fieldset class="fieldset">
        <legend>Available Stations</legend>
        <center>
        {$Station_Select}<br /><br />
        <input type='button' value='Play This Station' class='button' onclick='initiateStation()' />
        </center>
        </fieldset>

        <br/>

       
<if condition="is_browser('firefox')">
Firefox users: If this player doesn't work, Firefox users: If this player doesn't work, <a target="_blank" href="http://forums.mozillazine.org/viewtopic.php?t=167260">Click Here</a> for a possible solution.for the solotion.
</if>
</td>

<td class='alt2' align='center' id='radio'>
        <OBJECT ID='Player' height='250' width='300' CLASSID='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'>
        <PARAM name='URL' value='' id='insert_1'>
        <PARAM name='uiMode' value='mini'>
        <PARAM name='mute' value='false'>
        <PARAM name='ShowControls' value='1'>
        <PARAM name='ShowStatusBar' value='1'>
        <PARAM name='ShowDisplay' value='1'>
        <EMBED type='application/x-mplayer2'
        pluginspage = 'http://www.microsoft.com/Windows/MediaPlayer/'
        SRC=''
        name='Player'
        width='300'
        height='250'
        AutoStart='true'
        showcontrols='0'
        showstatusbar='0'
        showdisplay='0'
        id='insert_2'>
        </EMBED>
        </OBJECT>
</td>

</tr>
</table>
</body>
</html>

Be sure to check it out in IE and Firefox to see if you like the changes I made and that it works for your installation.

Sal Collaziano 01-07-2005 07:01 PM

Quote:

Originally Posted by paulz
i would try installing the hack step by step again.

Even if it works flawlessly with IE. :(

paulz 01-07-2005 07:17 PM

Quote:

Originally Posted by Sal Collaziano
Even if it works flawlessly with IE. :(

are you trying it in Firefox or something else? Also, what version of Windows Media are you using, cuz this only works right on 9 or above, but preferrably 10.


All times are GMT. The time now is 03:31 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.01551 seconds
  • Memory Usage 1,903KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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