vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... (https://vborg.vbsupport.ru/showthread.php?t=195884)

kmoh 11-29-2010 02:25 AM

I was waiting for your reply about adding the moveshare (moveshare.net) & novamov (novamov.net) definitions and still didn't get a reply. Can you add it so i can use that to my forum?
Thanks in advance. :D

BirdOPrey5 11-29-2010 02:51 AM

Is there a good site that explains regular expressions so we can make some definitions ourselves? Is there anything special about the way AME handles regular expressions?

MjrNuT 11-29-2010 10:36 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2126999)
Is there a good site that explains regular expressions so we can make some definitions ourselves? Is there anything special about the way AME handles regular expressions?


Good question and I believe the answer is Post #5 of this thread. I started thinking about this given my request above. So I'll be giving this a shot, which is to follow what super DJ does to create these.

BirdOPrey5 11-29-2010 11:50 PM

Thanks.., I read through this thread years ago when I first installed this but long since forgot there might be useful info way back on page 1. :)

Black Tiger 11-30-2010 12:17 AM

Site about regular expressions?
You mean something like this?
http://analyser.oli.tudelft.nl/regex/index.html.en

BirdOPrey5 11-30-2010 12:39 AM

Thanks Black Tiger. :up:

BirdOPrey5 11-30-2010 02:47 AM

OK cool... so I decided to start my test with an Embed Code for www.jigzone.com - Embedded Jigsaw Puzzle...

The URL to a puzzle is like this:

Code:

http://www.jigzone.com/puzzles/72150F6C117?m=D9250BFF3C.954C2C6&z=6
The Embed Code is:
Code:

<script src="http://www.jigzone.com/zes?i=72150F6C117&amp;m=D9250BFF3C.954C2C6&amp;z=6" type="text/javascript"></script>
The only numbers that matter are 72150F6C117 and 6 the numbers in-between (D9250BFF3C.954C2C6) don't mean anything of value.

So I made the Regex which matches perfect in Regex Buddy so I know it's right:
Code:

http://www\.jigzone\.com/puzzles/([\w]+)\?m=[\w]+.[\w]+\&[a-z]=([\d]+)
And use this replacement:
Code:

<script src="http://www.jigzone.com/zes?i=$p1&amp;m=AE250BFF3C.930EFB0&amp;z=$p2" type="text/javascript"></script>
And everything should work, right?

NOPE...

Instead of getting an embedded puzzle I get simply an all text URL not even a link, just the URL as plain text.

Exactly this:

http://www.jigzone.com/puzzles/72150F6C117?m=D9250BFF3C.954C2C6&z=6


When I look in the source code the AME template is never invoked...

I've narrowed it down to a problem with the "z" near the end (z=6). If I remove the z from the regular expression AND the URL it works! But I need the z because I need to specify the second parameter (6) in this case.

Anyone got any ideas? I really thought I had these regex's down pat until this roadblock.

Oh, one more thing, I changed 'z' in the regex to [\w] and it partially works... The puzzle embeds but not correctly, the z parameter isn't parsed in the embed code and ;z=6 in plain text displays immediately after every puzzle... It's outside the AME template in the source code and I have no clue where it's coming from... it almost looks like a bug in AME maybe...

BirdOPrey5 11-30-2010 03:18 AM

1 Attachment(s)
Just to make sure I wasn't missing something totally I was able to get a working definition for Twitvid.com (twitter video).

BirdOPrey5 11-30-2010 06:26 AM

1 Attachment(s)
Eureka... I had to realize that after vBulletin mangled the URL it changed the "&" to "&amp;"so I had to adjust the regular expression to work with either/or... Working great now.

Well since I mentioned it I'll put the file here I'll also stop polluting Digital Jedi's thread with this stuff.

Jigzone Embed - when you make a puzzle go to "Open Puzzle" copy the URL of the open puzzle in the browser and paste it into your post... Change the last number (usually 6) to whatever number corresponds to to the puzzle type you want. (0 = 48 piece jigsaw)

Digital Jedi 11-30-2010 11:28 AM

Guys, be careful about seconding requests on my website. I'm doing all requests, if I can, and in the order they were requested. So if you bump a request, you're effectively moving it to the bottom of the list.

I'm sorry I haven't been able to be on top of this like I used to. This year was a bad year for doing anything outside of caring for my daughter. That seems to have consumed my time for 2010. I haven't given up on doing definitions. I'm simply running into a lot of hurdles getting the updates to you. It's just a matter of time, really. I'll try to get to your support questions if I can as well.

MjrNuT 11-30-2010 03:13 PM

Quote:

Originally Posted by Digital Jedi (Post 2127510)
Guys, be careful about seconding requests on my website. I'm doing all requests, if I can, and in the order they were requested. So if you bump a request, you're effectively moving it to the bottom of the list.

I'm sorry I haven't been able to be on top of this like I used to. This year was a bad year for doing anything outside of caring for my daughter. That seems to have consumed my time for 2010. I haven't given up on doing definitions. I'm simply running into a lot of hurdles getting the updates to you. It's just a matter of time, really. I'll try to get to your support questions if I can as well.


No worries on my end DJ. I appreciate the forward notice, even though I don't think it was necessary for you to explain. ;)

I at least will give a go at trying to create my definition in the meantime. If you get to it, then great, if not, that is fine too.

Enjoy your holiday season sir.

BirdOPrey5 11-30-2010 03:53 PM

Quote:

Originally Posted by MjrNuT (Post 2127575)
No worries on my end DJ. I appreciate the forward notice, even though I don't think it was necessary for you to explain. ;)

I at least will give a go at trying to create my definition in the meantime. If you get to it, then great, if not, that is fine too.

Enjoy your holiday season sir.

I agree, many thanks to Digital Jedi for his work on all these definitions.

If you are going to try your hand at making them on your own this post was the most helpful to me.

Digital Jedi 12-01-2010 06:45 PM

Appreciate your counter support guys. Also appreciate whomever that was that donated. I'm trying to get back on this by finagling the way I work on some things. Hopefully I can get a small update to you in a few days. I must be more cautious when I say that, though, since every time I say that, something like a tree falls on my internet connection...or my house. So I'll just say, I'm working towards that... and leave it at that. <looks up nervously>

Black Tiger 12-02-2010 12:10 AM

Ofcourse familie goes first, hopefully everything with your daughter will be oke soon.

It would be nice if you can find a fix for the Youtube problem though. But take your time, because at this moment we used a youtube bbcode we created ourselves.

Digital Jedi 12-02-2010 08:37 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2092445)
I noticed when someone links to an article on ESPN it tried to embed a video even though it's not a video just an article, so a big ugly black box shows up instead of a link. Is there a way around this? I had to disable ESPN videos because of this.

It should be noted that AME can be disabled per post by the user posting, for this very reason. I'll try to take a look at it and see why articles are now converting.


Quote:

Originally Posted by Tariq AlAli (Post 2095602)
HI

when do you think you will release the VB4.0.6 version ?

I haven't been able to work on 4.0 definitions in quite some time, but last I heard, development for 4.0 stopped a few months ago. I don't know that the 4.0 version of AME works with new boards anymore.


Quote:

Originally Posted by BirdOPrey5 (Post 2098868)
flickr isn't working right for me... I had to disable all flckr definitions... links to flickr images were being show as if they were videos which then didn't work.

Flickr hasn't been very keen on maintaining a strict URL structure. If they keep this up, either I'm going to have to just instruct folks to turn AME off when posting pics, or drop the Flickr definitions altogether.

BirdOPrey5 12-02-2010 09:31 PM

Digital Jedi, (or anyone else who knows)

I've seen it mentioned before you can disable AME per post but I've never seen this option... Do you know how to do this? It sounds like it would be a check box somewhere but I've never seen it.

Black Tiger 12-03-2010 02:06 PM

No solution for the youtube display problem I got?
Nobody else having the problem?

Digital Jedi 12-03-2010 02:39 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2128561)
Digital Jedi, (or anyone else who knows)

I've seen it mentioned before you can disable AME per post but I've never seen this option... Do you know how to do this? It sounds like it would be a check box somewhere but I've never seen it.

Yes, it's in your Miscellaneous Options right below your text editor. You know, Disable Smilies, Show Your Signature? It's grouped with those.


Quote:

Originally Posted by Black Tiger (Post 2128836)
No solution for the youtube display problem I got?
Nobody else having the problem?

Black Tiger, I'm certain I posted a reply to you last night, along with some others, but my post seems to have vanished. Hrm...

In short, I said I only got a chance to skim some posts, but it sounds to me like you have more than one YouTube definition. Your fixing one, but the other one is still trying to convert at the same time. Remember that when you upgrade or reinstall AME it reinstalls the default Amazon and YouTube definitions, which are both outdated. My definition should be the one with (With Deep Linking Support - Seconds Only) in the description. You should delete/disable the other one. (It should probably have a funny looking key name and be way near the bottom.) Note that I'm not referring to the definitions with (YouTube) in parenthesis in the title. Those are fine.

Digital Jedi 12-03-2010 02:46 PM

Quote:

Originally Posted by Fifth Dimension (Post 2120389)
Hi, it doesn't look like the Fox News one is working anymore. I just tried it with this video, with both the address in the address bar, as well as the location given when you select "Link to this Video" in the "Share" section, but neither displays the video. Still shows up as a link. Please help! :(

http://video.foxnews.com/v/4413295/p...ck-at-critics/

Quote:

Originally Posted by Fifth Dimension (Post 2120415)
Same thing with MSNBC. Tried to link to this video here, but nothing came up, just the link.

http://www.msnbc.msn.com/id/40111748...more_politics/

This is another one I was sure I replied to last night, but is gone now. Gah...

Fox News just appears to need an update. MSNBC is still working, but the link you posted is not a video URL, but an article page with a video on it. AME converts specific URL strings, not just a page that happens to have media embedded in it. It identifies pages based on the URL and not the content of the page. Hence, no conversion here.

Black Tiger 12-03-2010 03:18 PM

1 Attachment(s)
Oke thank you.

I removed the complete installation sometime, after that i removed all definitions and imported the one from this thread here.

At this moment, I got the definitions in the screenshot present, could you tell me which ones to remove?
I'm sorry that I don't understand the "funny looking key name" you mentioned.

Here is the screenshot:
Attachment 124118

BirdOPrey5 12-03-2010 03:26 PM

Quote:

Originally Posted by Digital Jedi (Post 2128850)
Yes, it's in your Miscellaneous Options right below your text editor. You know, Disable Smilies, Show Your Signature? It's grouped with those.

Thanks... seems like I have a mod interfering with this or something, it doesn't show up for me but I did get it to show with other mods disabled... :down:

Digital Jedi 12-03-2010 03:35 PM

Quote:

Originally Posted by Black Tiger (Post 2128864)
Oke thank you.

I removed the complete installation sometime, after that i removed all definitions and imported the one from this thread here.

At this moment, I got the definitions in the screenshot present, could you tell me which ones to remove?
I'm sorry that I don't understand the "funny looking key name" you mentioned.

Here is the screenshot:
Attachment 124118

Those are mine, so they're fine. You say you wiped the definitions and did a fresh import? It should be working now. You'll have to test it by posting a new YouTube video or re-editing an existing post.

Black Tiger 12-03-2010 04:15 PM

I'm sorry, I just tryed again.
Wiped all definitions and imported fresh the DJ Masters (Delta) XML definitions.

Next I made a new post, and again, I get this little film icon with a little green arrow in it and the youtube link behind it, so no embedding.

This is what I made:
http://www.duckfiles.org/board/showt...336#post212336

Digital Jedi 12-03-2010 04:23 PM

Quote:

Originally Posted by Black Tiger (Post 2128885)
I'm sorry, I just tryed again.
Wiped all definitions and imported fresh the DJ Masters (Delta) XML definitions.

Next I made a new post, and again, I get this little film icon with a little green arrow in it and the youtube link behind it, so no embedding.

This is what I made:
http://www.duckfiles.org/board/showt...336#post212336

I'm blocked from viewing the link as a Guest. Could you post the YouTube link here so I can test it?

Black Tiger 12-03-2010 05:13 PM

Sure, but we got this problem with all youtube links.

Here it is:
http://www.youtube.com/watch?v=AQ-QAp9-Bbk

Digital Jedi 12-03-2010 05:55 PM

Quote:

Originally Posted by Black Tiger (Post 2128899)
Sure, but we got this problem with all youtube links.

Here it is:
http://www.youtube.com/watch?v=AQ-QAp9-Bbk

I registered on your site just now. If you can give me temporary admin access, I can take a look at your definitions directly.

Digital Jedi 12-03-2010 06:04 PM

Someone mentioned that Rapidshare wasn't working. I tested it and I'm not having an issue. I would need specific links that are not converting to troubleshoot the issue.

I see there were a lot of requests in the last few months for new sites. Hopefully you also directed those requests to the definitions request area on my site.

Black Tiger 12-03-2010 10:04 PM

Sorry, I was gone this evening.
Your account is been upgraded to admin with some rights. Let me know if you need more rights and which ones.
But I thing the one you have should do the trick.

carsafety 12-03-2010 10:48 PM

This is a carryover moved to this thread on DJ's request. I'm finding that the Amazon definition only works for certain types of Amazon links. For example, if you search an item on Google and copy the hyperlink from the results, it usually works fine. That is generally because the link is relatively short, ending in the product ID number, and so the definitions parse and append the affiliate tag ?tag=yourtag-20 correctly.

The problem is with other links, like those you often get from a search at Amazon.com. These results have longer URLs, usually containing a ? in them, like the phrase ?ie=UTF . If you append the affiliate tag above, like the one included in the definition, it does not validate. In this case, if you append the tag &tag=yourtag-20 it does validate.

You can't simply change to &tag, though, because it won't validate with the shorter Amazon URLs. Yes, if you do the URLs yourself, you can always get it to work, but the point is that you want it to automatically append a valid tag to any amazon link a member posts and you don't know what type of format it will have.

So far, my solution is to append the following tag to any type of Amazon URL:

?tag=yourtag-20&tag=yourtag-20

This seems kind of redundant, but so far it has validated in the Amazon link checker utility on all the tests I've tried, including when it gets redirected to a mobile site on a phone.

Anyone have a better definition than this common one posted by BirdOPrey5?

https://vborg.vbsupport.ru/showpost....postcount=1405

Digital Jedi 12-04-2010 05:18 AM

Quote:

Originally Posted by Black Tiger (Post 2128992)
Sorry, I was gone this evening.
Your account is been upgraded to admin with some rights. Let me know if you need more rights and which ones.
But I thing the one you have should do the trick.

Do you have any custom definitions installed? I don't see any. We need to do a complete wipe of your definitions and add a new set, but I don't want to delete anything you had customized and needed to keep.

Digital Jedi 12-04-2010 05:25 AM

Quote:

Originally Posted by carsafety (Post 2129003)
This is a carryover moved to this thread on DJ's request. I'm finding that the Amazon definition only works for certain types of Amazon links. For example, if you search an item on Google and copy the hyperlink from the results, it usually works fine. That is generally because the link is relatively short, ending in the product ID number, and so the definitions parse and append the affiliate tag ?tag=yourtag-20 correctly.

The problem is with other links, like those you often get from a search at Amazon.com. These results have longer URLs, usually containing a ? in them, like the phrase ?ie=UTF . If you append the affiliate tag above, like the one included in the definition, it does not validate. In this case, if you append the tag &tag=yourtag-20 it does validate.

You can't simply change to &tag, though, because it won't validate with the shorter Amazon URLs. Yes, if you do the URLs yourself, you can always get it to work, but the point is that you want it to automatically append a valid tag to any amazon link a member posts and you don't know what type of format it will have.

So far, my solution is to append the following tag to any type of Amazon URL:

?tag=yourtag-20&tag=yourtag-20

This seems kind of redundant, but so far it has validated in the Amazon link checker utility on all the tests I've tried, including when it gets redirected to a mobile site on a phone.

Anyone have a better definition than this common one posted by BirdOPrey5?

https://vborg.vbsupport.ru/showpost....postcount=1405

Due to some bad record keeping (or lack thereof) I can't quite tell if I updated Amazon since the last posted update. Let me verify what your saying, though. Are you adding the tag to the URL your posting, or is this tag in the definition itself? If your using my Amazon defs, my old Amazon tag is still in there, so it would need to be edited. As I recall, if you don't take my tag out and try to use appended tags when posting, you run into that issue.

If not, can you give me some of the links in question you've run into problems with so I can test them. I know I worked on Amazon recently and made some significant changes to the RegEx, but I can't quite remember what that was due to the aforementioned poor record keeping.

Black Tiger 12-04-2010 12:03 PM

I already wiped them and reinstalled the ones from this thread yesterday, but you can do it again if you want.
I don't have any custom definitions installed, so go ahead.;)

The only custom definition is a youtube custom bbcode which was made last week, but that should not be of any influence. This will be removed when Ame is working again.

Digital Jedi 12-04-2010 01:09 PM

Quote:

Originally Posted by Black Tiger (Post 2129182)
I already wiped them and reinstalled the ones from this thread yesterday, but you can do it again if you want.
I don't have any custom definitions installed, so go ahead.;)

The only custom definition is a youtube custom bbcode which was made last week, but that should not be of any influence. This will be removed when Ame is working again.

Okay, you have something going on deeper than just a definitions issue. When I wiped your definitions set, the post still tried to convert. With no definitions. That's definitely not normal. I suspect something happened during your installation. What I suggest you try to do is reupload all the files again and reimport the product as if you were doing an upgrade. Delete the default definitions, then do a test post, with no definitions installed, and see if it still tries to convert. If so, you may need to uninstall and do a clean install.

Black Tiger 12-04-2010 01:21 PM

Hmmz... strange. The only thing I did the last time was an upgrade to the new version.
I will try your suggestions again sometime this evening and keep you informed. Thanks for the help!

carsafety 12-04-2010 06:04 PM

Quote:

Originally Posted by Digital Jedi (Post 2129080)
Due to some bad record keeping (or lack thereof) I can't quite tell if I updated Amazon since the last posted update. Let me verify what your saying, though. Are you adding the tag to the URL your posting, or is this tag in the definition itself? If your using my Amazon defs, my old Amazon tag is still in there, so it would need to be edited. As I recall, if you don't take my tag out and try to use appended tags when posting, you run into that issue.

If not, can you give me some of the links in question you've run into problems with so I can test them. I know I worked on Amazon recently and made some significant changes to the RegEx, but I can't quite remember what that was due to the aforementioned poor record keeping.

I am using the same definition as BirdOPrey posted in that link that I think is the same as yours (unless you updated since my last download), except, of course, I substitiuted my affiliate tag in the replacement box.

So, for example, the AME replacement validates fine for me with this link found via Google searching for "nuclear duct tape"

http://www.amazon.com/3M-8979N-Perfo.../dp/B000NG3ZKI

It does not validate if I copy the same search results from Amazon and get this URL:

http://www.amazon.com/3M-8979N-Perfo...1492788&sr=8-5

Now, if I change the replacement definition from ?tag=affiliate-20 to ?tag=affilliate-20&tag=affiliate-20 then it works in both cases, though it seems like there could be a better way.

I hope that all made sense. I'm not an expert with how AME works or the definitions, just seeking the optimal way to do Amazon affiliate codes;-)

Edit- Verified my definition is exactly the same as the one in the current download, except I'm using the "double" replacement tag above now. Prior to that it was identical except that I used my tag instead of yours in the replacement area.

Gamelobby 12-04-2010 09:36 PM

Any word on EA Sports World.?

Black Tiger 12-04-2010 11:43 PM

@DJ - I got it fixed.
The update method (reuploading files and re-importing/overwriting xml file) did not fix the problem.
I had to really uninstall Ame 2.5.6. After that, I reinstalled 2.5.6, removed the standard definitions and imported these here.
After that everything worked again with new posts. With old posts I have to use the edit and save button for the movie window to appear.

I presume I can only fix old post by editting and saving?

M.C. 12-05-2010 04:26 PM

can you please tell me - does that AME parse inside forumlinks into titles links? or it was done by other hack? why I ask it? becouse when I update for new definitions all my forumlinks become just links instead of title-links?

Examples? Before update was:
vBulletin.org Forum

After update it turned into: http://vbulletin.org

BirdOPrey5 12-05-2010 04:57 PM

Quote:

Originally Posted by M.C. (Post 2129665)
can you please tell me - does that AME parse inside forumlinks into titles links? or it was done by other hack? why I ask it? becouse when I update for new definitions all my forumlinks become just links instead of title-links?

Examples? Before update was:
vBulletin.org Forum

After update it turned into: http://vbulletin.org

Best I could tell "Local Links" used to be included but they aren't in the latest definition anymore. I don't know why, may have been causing errors. But if you had an old version that's probably what was doing it.

Digital Jedi 12-05-2010 09:59 PM

Quote:

Originally Posted by carsafety (Post 2129303)
I am using the same definition as BirdOPrey posted in that link that I think is the same as yours (unless you updated since my last download), except, of course, I substitiuted my affiliate tag in the replacement box.

So, for example, the AME replacement validates fine for me with this link found via Google searching for "nuclear duct tape"

http://www.amazon.com/3M-8979N-Perfo.../dp/B000NG3ZKI

It does not validate if I copy the same search results from Amazon and get this URL:

http://www.amazon.com/3M-8979N-Perfo...1492788&sr=8-5

Now, if I change the replacement definition from ?tag=affiliate-20 to ?tag=affilliate-20&tag=affiliate-20 then it works in both cases, though it seems like there could be a better way.

I hope that all made sense. I'm not an expert with how AME works or the definitions, just seeking the optimal way to do Amazon affiliate codes;-)

Edit- Verified my definition is exactly the same as the one in the current download, except I'm using the "double" replacement tag above now. Prior to that it was identical except that I used my tag instead of yours in the replacement area.

I haven't logged into Amazon in a while, since they closed all North Carolina accounts, but I'm wondering if the Link Checker is giving a false positive here. It seems to be looking at everything after the first question mark and checking it against your ID. For thumbnails, I tried a few things, but everything nerfs the ability to pull the correct image. I think I may be able to fix it for basic linking, but there's a possibility that you'll occasionally get the wrong URL.

This works on the basis of adding cookies to the user's computer, right? Is there a way to check for these and rather then validate against the Link Checker, validate against whether the cookie was added to a computer or not? Say, from a computer that hasn't visited an Amazon link with your ID.


Quote:

Originally Posted by Gamelobby (Post 2129372)
Any word on EA Sports World.?

Have a look at the AME requests forum. ;)


Quote:

Originally Posted by Black Tiger (Post 2129418)
@DJ - I got it fixed.
The update method (reuploading files and re-importing/overwriting xml file) did not fix the problem.
I had to really uninstall Ame 2.5.6. After that, I reinstalled 2.5.6, removed the standard definitions and imported these here.
After that everything worked again with new posts. With old posts I have to use the edit and save button for the movie window to appear.

I presume I can only fix old post by editting and saving?

Unfortunately, yes. Posts that were using your temporary BBCode, however, can be changed in the AME CP's Tools menu. That was a very unusual error, but I could tell something was wrong when I cleaned out the defs and the product kept trying to convert it. It's like a definition got "stuck". Hope that corrects your issues.


Quote:

Originally Posted by M.C. (Post 2129665)
can you please tell me - does that AME parse inside forumlinks into titles links? or it was done by other hack? why I ask it? becouse when I update for new definitions all my forumlinks become just links instead of title-links?

Examples? Before update was:
vBulletin.org Forum

After update it turned into: http://vbulletin.org

I mentioned this during a previous update, but I had to drop ***Internal Linking for the time being, as it had a lot of problems. I'm developing a new set called vBulletin Linking, but that's still in the works and not completely bug free yet.


All times are GMT. The time now is 09:32 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.02685 seconds
  • Memory Usage 1,908KB
  • 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
  • (23)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