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)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=166094)

AndrewD 09-29-2008 04:47 PM

Quote:

Originally Posted by maroceve (Post 1633011)
Hey andrew :) ...nevermind, i fixed the problem, thank you.

Good :) what was the solution?

AndrewD 09-29-2008 04:50 PM

Quote:

Originally Posted by Saint_I_Am (Post 1632643)
I have a problem with vbadvanced integration. I have all the files integrated and have done what it says in the manual



The only problem is that the new window cuts off half way. It would be good if the new window had vertical scroll bars so you could scroll down and see the rest of the page including the left and right sidebars of vbadvanced.

I think the real solution is to pull the standalone and embedded player code into a different code file. I'll do this in the next version of 2.3.0, and also put the scroll bars back.

Saint_I_Am 09-29-2008 11:14 PM

ok thanks. Will wait for this before taking it live

vbboarder 09-30-2008 02:39 AM

There were some bugs in the flash-sites extras plugin, so I decided to debug them. There are a total of 10 video sites whose videos can be embedded. Here are the fixes:

1. Added ?transparent? wmode to all flash sites so videos can be played in Firefox 2.
2. Changed allowScriptAccess from ?always? to ?sameDomain? to reduce security risks.
3. Added 4 missing icons for supported video sites.
4. Added Spike video site. Actually, this is a pattern & embed fix for the iFilm site, which was bought by Spike so iFilm is not accessible.

Known Issues:
DailyMotion & ThatVideoSite embedding do not work. VSocial works, but has limited use since it?s a paid service.
Request: Andrew, can you debug the DailyMotion pattern matching so videos can be embedded (no rush, not a top request)?

Included in zip file (for release with the next LDM version):
flash-sites-plugin.xml ? no change
sample-test-videos.xml ? changed iFilm link to Spike link
readme.txt ? added note about above known issues
local_links_flashsites.php ? fixed 4 bugs mentioned above
icon folder ? added 4 more icons

To install, read the readme.txt file?. that's what it?s for ;)

vbboarder 09-30-2008 02:41 AM

Quote:

Originally Posted by AndrewD (Post 1633200)
I think the real solution is to pull the standalone and embedded player code into a different code file. I'll do this in the next version of 2.3.0, and also put the scroll bars back.

Since you're thinking about redoing the code for the player pages, can you consider using either the Shadowbox or LightWindow media viewer?
The presentation of both the standalone and embedded players are not user friendly like that of the JW flv & wmv players. The standalone player requires a new window, which is against users' preference of no popups, and the embedded player requires a new page load, which is time & resource consuming. The JW players are user friendly because users can view videos on category's entries listing pages without requiring popups or page loads. The Shadowbox & LightWindow would create a more user friendly interface.

Both the Shadowbox & LightWindow are similar to Lightbox, but for videos - they can display Windows, Quicktime, & Flash videos. They can even show entire web pages, forms, image galleries, & PDF's. There's 2 main differences between those scripts. LightWindow is MIT licensed so it's freely available; however, it's dependent on the Prototype & Scriptaculous libraries. On the other hand, Shadowbox is licensed under the Creative Commons Noncommercial_Share-Alike license so it's free for personal use, but $20 for commercial use; however, it's much more flexible with required JS libraries - you can use the author's custom JS library, Yahoo YUI, Prototype, jQuery, Dojo, etc. In my experience from trying both media viewers with the Image Resizer mod, I found that Shadowbox is more compatible with vBulletin than LightWindow - ie: it can show images in posts, profiles, groups, albums, and even LDM!
You can find out more about the media viewers at:
Shadowbox: http://mjijackson.com/shadowbox/
LightWindow: http://stickmanlabs.com/lightwindow/#why

Thanks for considering. :)

AndrewD 09-30-2008 03:44 AM

Quote:

Originally Posted by vbboarder (Post 1633647)
Since you're thinking about redoing the code for the player pages, can you consider using either the Shadowbox or LightWindow media viewer?
The presentation of both the standalone and embedded players are not user friendly like that of the JW flv & wmv players. The standalone player requires a new window, which is against users' preference of no popups, and the embedded player requires a new page load, which is time & resource consuming. The JW players are user friendly because users can view videos on category's entries listing pages without requiring popups or page loads. The Shadowbox & LightWindow would create a more user friendly interface.

Both the Shadowbox & LightWindow are similar to Lightbox, but for videos - they can display Windows, Quicktime, & Flash videos. They can even show entire web pages, forms, image galleries, & PDF's. There's 2 main differences between those scripts. LightWindow is MIT licensed so it's freely available; however, it's dependent on the Prototype & Scriptaculous libraries. On the other hand, Shadowbox is licensed under the Creative Commons Noncommercial_Share-Alike license so it's free for personal use, but $20 for commercial use; however, it's much more flexible with required JS libraries - you can use the author's custom JS library, Yahoo YUI, Prototype, jQuery, Dojo, etc. In my experience from trying both media viewers with the Image Resizer mod, I found that Shadowbox is more compatible with vBulletin than LightWindow - ie: it can show images in posts, profiles, groups, albums, and even LDM!
You can find out more about the media viewers at:
Shadowbox: http://mjijackson.com/shadowbox/
LightWindow: http://stickmanlabs.com/lightwindow/#why

Thanks for considering. :)

I will certainly consider these. Web presentation of videos has moved on quite a lot since 2004, when the players were originally coded. I think that a javascript based approach is the right way to go at the moment.

However, there are limits to the time I have available for this work and each new feature added is one more item to support. This is a particular problem when there are several interdependent pieces of software which are not under my own control - there are not many good people like you who are willing to devote time to debugging and documenting.

So the short answer is, I'll see what I can do, but I'm not going to commit to anything at this stage.

AndrewD 09-30-2008 03:50 AM

Quote:

Originally Posted by vbboarder (Post 1633644)
There were some bugs in the flash-sites extras plugin, so I decided to debug them. There are a total of 10 video sites whose videos can be embedded. Here are the fixes:

1. Added ?transparent? wmode to all flash sites so videos can be played in Firefox 2.
2. Changed allowScriptAccess from ?always? to ?sameDomain? to reduce security risks.
3. Added 4 missing icons for supported video sites.
4. Added Spike video site. Actually, this is a pattern & embed fix for the iFilm site, which was bought by Spike so iFilm is not accessible.

Known Issues:
DailyMotion & ThatVideoSite embedding do not work. VSocial works, but has limited use since it?s a paid service.
Request: Andrew, can you debug the DailyMotion pattern matching so videos can be embedded (no rush, not a top request)?

Included in zip file (for release with the next LDM version):
flash-sites-plugin.xml ? no change
sample-test-videos.xml ? changed iFilm link to Spike link
readme.txt ? added note about above known issues
local_links_flashsites.php ? fixed 4 bugs mentioned above
icon folder ? added 4 more icons

To install, read the readme.txt file?. that's what it?s for ;)

Thanks - will include in next release.

Simon Lloyd 09-30-2008 07:00 AM

Andrew i know you're busy but i asked a question at VBulletin.com about notices in 3.7.3 PL1 because i couldnt set a notice to be shown if a user was viewing http://www.thecodecage.com/forumz/local_links.php they told me to ask back here, of course local links is your page in VB, i was wondering whether you can help me with this issue?

abdelghani68 09-30-2008 09:41 AM

I have a suggestion please if it's possible :

l want that we can choose for all modules of vbadvanced the id of categorie.

exemple :

we can do that the module ldm_tagcloud works only with the categorie 3.

thanks very mush.

AndrewD 09-30-2008 09:53 AM

Quote:

Originally Posted by Simon Lloyd (Post 1633725)
Andrew i know you're busy but i asked a question at VBulletin.com about notices in 3.7.3 PL1 because i couldnt set a notice to be shown if a user was viewing http://www.thecodecage.com/forumz/local_links.php they told me to ask back here, of course local links is your page in VB, i was wondering whether you can help me with this issue?

It's straightforward to write a plugin which will display a notice when users visit LDM. What do you want to say and how do you want it said? (i.e. is this to be added to the page layout, to be a popup or what?)

AndrewD 09-30-2008 09:54 AM

Quote:

Originally Posted by abdelghani68 (Post 1633758)
I have a suggestion please if it's possible :

l want that we can choose for all modules of vbadvanced the id of categorie.

exemple :

we can do that the module ldm_tagcloud works only with the categorie 3.

thanks very mush.

I will take a look to see. Several of the modules already have this choice.

Simon Lloyd 09-30-2008 02:36 PM

Quote:

Originally Posted by AndrewD (Post 1633762)
It's straightforward to write a plugin which will display a notice when users visit LDM. What do you want to say and how do you want it said? (i.e. is this to be added to the page layout, to be a popup or what?)

I wanted to use vbulletins notice system (doesn't matter if its your own) to show a disclaimer (pop up is better i feel) to users something like:
Quote:

BIG FAT DISCLAIMER!!!!
{musername}, whilst here at The Code Cage Upload/Download Center we cannot guarantee that the items available for download are correct or "Fit for the purpose" and as such take no responsibility for its usefulness or integrity. You use the code entirely at your own risk!, if you have specific questions why not post in the forums to get a taylor made solution!

That said there is loads of great stuff here, enjoy!

The Code Cage Team
of course i would like to be able to edit it, and it needs to be persistant but show only once per visit, if you're not using vbulletin notice maybe it can be a click to accept or decline (decline should take them back to /.home.php), thanks for taking the time to look at this!

AndrewD 09-30-2008 02:44 PM

Quote:

Originally Posted by Simon Lloyd (Post 1633913)
I wanted to use vbulletins notice system (doesn't matter if its your own) to show a disclaimer (pop up is better i feel) to users something like:
of course i would like to be able to edit it, and it needs to be persistant but show only once per visit, if you're not using vbulletin notice maybe it can be a click to accept or decline (decline should take them back to /.home.php), thanks for taking the time to look at this!

Perhaps integration with the vb notice system is something I should look into. Have your already spotted that LDM offers a force_accept setting? Whe this is on, users must accept standard terms (set out in the links_agreement template and the ll_agreement phrase) before being able to access and download entries. A user is presented with this form at most once per day.

Simon Lloyd 09-30-2008 03:28 PM

Quote:

Originally Posted by AndrewD (Post 1633917)
Perhaps integration with the vb notice system is something I should look into. Have your already spotted that LDM offers a force_accept setting? Whe this is on, users must accept standard terms (set out in the links_agreement template and the ll_agreement phrase) before being able to access and download entries. A user is presented with this form at most once per day.

Guess i've been pretty dim!, anyway i have edited that only, how do i get it to show the username {username} or {musername} and when they click decline they get thet decline message (which i edited) but also get the accept message along with the accept/decline buttons, clicking on the decline takes you back to the same message?

7lanet 09-30-2008 05:43 PM

can you add arabic language to Plugin ?

AndrewD 09-30-2008 06:39 PM

Quote:

Originally Posted by vbboarder (Post 1633647)
Since you're thinking about redoing the code for the player pages, can you consider using either the Shadowbox or LightWindow media viewer?
The presentation of both the standalone and embedded players are not user friendly like that of the JW flv & wmv players. The standalone player requires a new window, which is against users' preference of no popups, and the embedded player requires a new page load, which is time & resource consuming. The JW players are user friendly because users can view videos on category's entries listing pages without requiring popups or page loads. The Shadowbox & LightWindow would create a more user friendly interface.

Both the Shadowbox & LightWindow are similar to Lightbox, but for videos - they can display Windows, Quicktime, & Flash videos. They can even show entire web pages, forms, image galleries, & PDF's. There's 2 main differences between those scripts. LightWindow is MIT licensed so it's freely available; however, it's dependent on the Prototype & Scriptaculous libraries. On the other hand, Shadowbox is licensed under the Creative Commons Noncommercial_Share-Alike license so it's free for personal use, but $20 for commercial use; however, it's much more flexible with required JS libraries - you can use the author's custom JS library, Yahoo YUI, Prototype, jQuery, Dojo, etc. In my experience from trying both media viewers with the Image Resizer mod, I found that Shadowbox is more compatible with vBulletin than LightWindow - ie: it can show images in posts, profiles, groups, albums, and even LDM!
You can find out more about the media viewers at:
Shadowbox: http://mjijackson.com/shadowbox/
LightWindow: http://stickmanlabs.com/lightwindow/#why

Thanks for considering. :)

I took a look at Shadowbox - I agree that this is a sensible way to go. Let's see what we can do...

AndrewD 09-30-2008 06:40 PM

Quote:

Originally Posted by 7lanet (Post 1634068)
can you add arabic language to Plugin ?

I can't :)

Do you want to do a full translation? - early on, someone did a very partial one, but they stopped quite quickly.

AndrewD 09-30-2008 06:42 PM

Quote:

Originally Posted by Simon Lloyd (Post 1633962)
Guess i've been pretty dim!, anyway i have edited that only, how do i get it to show the username {username} or {musername} and when they click decline they get thet decline message (which i edited) but also get the accept message along with the accept/decline buttons, clicking on the decline takes you back to the same message?

Perhaps I misled you - the force_accept does not provide an interface to the vb notice system, nor does it handle any replacable parameters.

Simon Lloyd 09-30-2008 06:50 PM

Quote:

Originally Posted by AndrewD (Post 1634122)
Perhaps I misled you - the force_accept does not provide an interface to the vb notice system, nor does it handle any replacable parameters.

Yes i understand that (except replacable parameters, im very new to this coding lark!), right now it is what i need but i would like to be able to show the username, if its not possible then no worries, but when you click decline you get the decline message along with the accept message can we seperate them?

abdelghani68 10-01-2008 08:03 AM

Quote:

Originally Posted by AndrewD (Post 1633763)
I will take a look to see. Several of the modules already have this choice.

Thanks !

I have a little probleme with the comments when I upgrade LDM 2.3.0.

why there is write 0 comments but there is a comment :

https://vborg.vbsupport.ru/

Sandgrinder 10-01-2008 08:50 AM

Is there anyway that you can make so you can upload like 2 images to the file you've uploaded?

First (3 images or 1 showing the content of the file etc)
http://img297.imageshack.us/img297/1135/inthecatnn2.jpg

Second (When you've opened the file in the category).
http://img150.imageshack.us/img150/4...nupfilerb0.jpg

Many thanks.

AndrewD 10-01-2008 10:07 AM

Quote:

Originally Posted by Sandgrinder (Post 1634569)
Is there anyway that you can make so you can upload like 2 images to the file you've uploaded?

First (3 images or 1 showing the content of the file etc)
http://img297.imageshack.us/img297/1135/inthecatnn2.jpg

Second (When you've opened the file in the category).
http://img150.imageshack.us/img150/4...nupfilerb0.jpg

Many thanks.

Yes, this can be done with the "Additional Attributes" features. Basically, you define on the admin attributes page how many and what type of additional information you want to be able to add (extra images, extra files, etc). You then refine the settings on the category control settings page, to allow you to control the layout and display per-category.

These were a new feature in version 2.2.9, and the interface is still being developed, so the 2.3.0 beta will add more flexibility. However, they work, and I think they can do what you want.

Sandgrinder 10-01-2008 12:31 PM

Quote:

Originally Posted by AndrewD (Post 1634591)
Yes, this can be done with the "Additional Attributes" features. Basically, you define on the admin attributes page how many and what type of additional information you want to be able to add (extra images, extra files, etc). You then refine the settings on the category control settings page, to allow you to control the layout and display per-category.

These were a new feature in version 2.2.9, and the interface is still being developed, so the 2.3.0 beta will add more flexibility. However, they work, and I think they can do what you want.

Ah, very nice.

One thing though, I made a test file > http://crinale.com/forums/local_link...id=10&linkid=5

But the image doesn't work, I made so you have to put in a image URL but it seem not to work, nor show the thumbnail in the category list.

Simon Lloyd 10-01-2008 12:48 PM

Quote:

Originally Posted by Simon Lloyd (Post 1634134)
Yes i understand that (except replacable parameters, im very new to this coding lark!), right now it is what i need but i would like to be able to show the username, if its not possible then no worries, but when you click decline you get the decline message along with the accept message can we seperate them?

Andrew any ideas on the above?

Simon Lloyd 10-01-2008 08:45 PM

Is it possible to perhaps add a boolean something like in a php (don't know which one):
PHP Code:

if ($ldm_accep '0')
{
     
$ldm_denied true;
}
else
{
     
$ldm_denied false;


and then perhaps this in the links_agreement template (i guessed that one!):
PHP Code:

<if condition "$ldm_denied">
     <
span class="highlight">$vbphrase[ll_agreement_declined]</span>
</if> 

to show just the declined message, it doesn't matter about an ok button as in the message i have a link to take them back to forums.

obmob 10-02-2008 03:32 PM

Quote:

Originally Posted by AndrewD (Post 1634591)
Yes, this can be done with the "Additional Attributes" features. Basically, you define on the admin attributes page how many and what type of additional information you want to be able to add (extra images, extra files, etc). You then refine the settings on the category control settings page, to allow you to control the layout and display per-category.

These were a new feature in version 2.2.9, and the interface is still being developed, so the 2.3.0 beta will add more flexibility. However, they work, and I think they can do what you want.

OK, I've been trying to figure out how to use this, i want to use one entry per wallpaper set, some wallpapers have widescreen version and a normal one.

I only want to add some sort of text link or image link to allow widescreen download, doesn't matter if the thumbnail is only one... so. How can i do this? :eek:

Totally lost on attributes u.u

Hmm... Andrew is there a faq in your site for this? :D

Thanks

vbboarder 10-02-2008 08:45 PM

Quote:

Originally Posted by AndrewD (Post 1634116)
I took a look at Shadowbox - I agree that this is a sensible way to go. Let's see what we can do...

Great, I'm glad you like Shadowbox also :D Let me know if you want any help testing your new scripts.

Simon Lloyd 10-03-2008 11:07 AM

Quote:

Originally Posted by Simon Lloyd (Post 1635029)
Is it possible to perhaps add a boolean something like in a php (don't know which one):
PHP Code:

if ($ldm_accep '0')
{
     
$ldm_denied true;
}
else
{
     
$ldm_denied false;


and then perhaps this in the links_agreement template (i guessed that one!):
PHP Code:

<if condition "$ldm_denied">
     <
span class="highlight">$vbphrase[ll_agreement_declined]</span>
</if> 

to show just the declined message, it doesn't matter about an ok button as in the message i have a link to take them back to forums.

Andrew, is there anyway to seperate the messages perhaps like the above? if so i need some guidance please!

AndrewD 10-03-2008 11:24 AM

Quote:

Originally Posted by Simon Lloyd (Post 1636391)
Andrew, is there anyway to seperate the messages perhaps like the above? if so i need some guidance please!

Simon, I have seen your posts but I have a full time job to do. I will try to give you an answer at the weekend. Please be patient :)

Simon Lloyd 10-03-2008 12:28 PM

Quote:

Originally Posted by AndrewD (Post 1636405)
Simon, I have seen your posts but I have a full time job to do. I will try to give you an answer at the weekend. Please be patient :)

Forgive me! :( i understood that when i visited your site a short while ago!

obmob 10-03-2008 02:45 PM

Oh, I checked the wiki, now i'm playing to make my link, should have read before, sorry u.u

AndrewD 10-04-2008 05:57 AM

Quote:

Originally Posted by Sandgrinder (Post 1634654)
Ah, very nice.

One thing though, I made a test file > http://crinale.com/forums/local_link...id=10&linkid=5

But the image doesn't work, I made so you have to put in a image URL but it seem not to work, nor show the thumbnail in the category list.

Hi, have you enabled images by setting a thumbnail size using ldm/admin/settings/link_imagesize?

AndrewD 10-04-2008 06:09 AM

Quote:

Originally Posted by Simon Lloyd (Post 1635029)
Is it possible to perhaps add a boolean something like in a php (don't know which one):
PHP Code:

if ($ldm_accep '0')
{
     
$ldm_denied true;
}
else
{
     
$ldm_denied false;


and then perhaps this in the links_agreement template (i guessed that one!):
PHP Code:

<if condition "$ldm_denied">
     <
span class="highlight">$vbphrase[ll_agreement_declined]</span>
</if> 

to show just the declined message, it doesn't matter about an ok button as in the message i have a link to take them back to forums.


It's easier than that.

Edit the links_agreement template, and find these lines:

Code:

        <if condition="$ldm_accept<0">
        <span class="highlight">$vbphrase[ll_agreement_declined]</span>
        </if>
        <br /><br />
        $vbphrase[ll_agreement]

and replace them with this:

Code:

        <if condition="$ldm_accept<0">
        <span class="highlight">$vbphrase[ll_agreement_declined]</span>
        <else />
        $vbphrase[ll_agreement]
        </if>

That way, the two phrases (ll_agreement and ll_agreement_declined) are kept totally separate.

Simon Lloyd 10-04-2008 06:57 AM

Andrew, thanks for the support and time you spent on this but if i could just make one more request, is it possible not to show the radio buttons or the go button when decline has been selected, as i said the decline message has a link in it back to forums, i could of course add another link back to the ldm page and perhaps call the links "Back to forums" and "Try again".

AndrewD 10-04-2008 08:15 AM

Quote:

Originally Posted by Simon Lloyd (Post 1636976)
Andrew, thanks for the support and time you spent on this but if i could just make one more request, is it possible not to show the radio buttons or the go button when decline has been selected, as i said the decline message has a link in it back to forums, i could of course add another link back to the ldm page and perhaps call the links "Back to forums" and "Try again".

Missed that part, sorry.

It's just a matter of moving the close of the <if> test a bit further down in the links_agreement template, for example

Code:

        <if condition="$ldm_accept<0">
        <span class="highlight">$vbphrase[ll_agreement_declined]</span>
        <else />
        $vbphrase[ll_agreement]
        <br /><br />
        <input type="radio" name="ldm_accept_form" value="1" /> $vbphrase[ll_accept]
        &nbsp;&nbsp;
        <input type="radio" name="ldm_accept_form" value="-1" checked="checked"/> $vbphrase[ll_decline]
        <br /><br />
        <input type="submit" class="button" name="submit" value="$vbphrase[ll_go]" />
        </if>


Simon Lloyd 10-04-2008 09:36 AM

Andrew, briliant thanks!!!!!!

support-vb.com 10-04-2008 11:22 AM

Hello ,
I have a problem when I try to import the product please look at this picture :

http://t7meel.cc//uploads/images/t7m...0fb22a3dbf.png


and I have this database error when I try to open the hack CP :

Code:

MySQL Error : Unknown column 'language.phrasegroup_local_links' in 'field list'
I have traid to import the product in 3 different forums but still same problem

please tell me how to resolve it

thank you

AndrewD 10-04-2008 12:08 PM

Quote:

Originally Posted by support-vb.com (Post 1637086)
Hello ,
I have a problem when I try to import the product please look at this picture :

http://t7meel.cc//uploads/images/t7m...0fb22a3dbf.png


and I have this database error when I try to open the hack CP :

Code:

MySQL Error : Unknown column 'language.phrasegroup_local_links' in 'field list'
I have tried to import the product in 3 different forums but still same problem

please tell me how to resolve it

thank you

It looks as if it is not completing the installation, but I have no idea why. If you send me a PM with site details and an admin account, I will take a look.

AndrewD 10-04-2008 12:27 PM

Quote:

Originally Posted by vbboarder (Post 1635990)
Great, I'm glad you like Shadowbox also :D Let me know if you want any help testing your new scripts.

Maybe you can try this. It patches LDM to use Shadowbox for the Jukebox and as an alternative lightbox for the LDM image magnifier.

vbboarder 10-04-2008 04:39 PM

Quote:

Originally Posted by AndrewD (Post 1637106)
Maybe you can try this. It patches LDM to use Shadowbox for the Jukebox and as an alternative lightbox for the LDM image magnifier.

Wow, you are amazingly fast Andrew! Will test it out and report back. Thanks ;)


All times are GMT. The time now is 08:07 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.02711 seconds
  • Memory Usage 1,923KB
  • 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_php_printable
  • (30)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (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