vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   GFYcat.com BB code - got it working mostly, but need some help (https://vborg.vbsupport.ru/showthread.php?t=316920)

mangoz 01-25-2015 05:00 PM

GFYcat.com BB code - got it working mostly, but need some help
 
1 Attachment(s)
Here's a test thread with some gfy examples starting posting #13 (along with a bunch of testing for image attachments that apparently break tapatalk, forum runner, and the mobile suite depending on the type)



I include the GFYCAT script in my header.

I have a BB Code that takes the parameter and spits out the GFY img class with a direct link below it.

Code:

<img class="gfyitem" data-id="GFYCATFILENAME" />
<br>
<a href="http://gfycat.com/GFYCATFILENAME" target="_blank">http://gfycat.com/GFYCATFILENAME</a><br><br />

This works mostly.

However, I have to refresh the page to get the GFY to embed.
The thread loads out, I see the direct hyperlink, but I don't always see the embed GFY unless I refresh. This is especially problematic in a multipage thread. I click the pagenav buttons to go to the next page and the gfy never loads without refreshing while on that page.

To try duplicate this, go to page 1 and refresh. Click to go to page 2. It doesn't load (as seen in the attached image).
This can be done again by refreshing page 2 and then clicking to go to page 1. Again, doesn't load.

Any advice? A way to force grabbing that embed? Thank you.

mangoz 01-25-2015 06:51 PM

So GFYcat will support the above img class and also the following div

Code:

<div class="gfyitem" data-title=true data-autoplay=false data-controls=true data-expand=false data-id="GFYCATFILENAME" />

Can someone tell me how to force the above IMG or this DIV to refresh after some period of time? Perhaps I can just force it to refresh after some milliseconds letting it load.

Replicant 01-25-2015 06:58 PM

This is a theory. The page nav buttons are using AJAX to pull content, so the only part of the page that is refreshing is the display_contenttype_threadview_header template. If you can find a hook in that template to insert your script, maybe that would get the result you are looking for.

mangoz 01-25-2015 07:23 PM

Quote:

Originally Posted by Replicant (Post 2534549)
This is a theory. The page nav buttons are using AJAX to pull content, so the only part of the page that is refreshing is the display_contenttype_threadview_header template. If you can find a hook in that template to insert your script, maybe that would get the result you are looking for.


Well that at least helps me understand the WHY of my problem.

The script I use in the header is

Code:

<!-- BEGIN: gfycat --><script type"text/javascript" src="http://test.gfycat.com/gfycat_test_june25.js"></script><!-- END: gfycat -->

I just made a hook and have a the custom template let me move the GFYCAT script position.

Moving didn't fix it.
I also manually added it to an area that should refresh in that template. Didn't work.

Will probably need to make the BB Code spit out a DIV that refreshes itself after XXX milliseconds. I'm learning how to do that now to test it,but if anyone reads this knows how, please chime in and save me the work :) This is not my forte.


All times are GMT. The time now is 02:13 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.01041 seconds
  • Memory Usage 1,731KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete