Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Display Modes
  #11  
Old 04-26-2014, 05:25 AM
XiTCLUB XiTCLUB is offline
 
Join Date: Jan 2010
Location: Lahore, Pakistan
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
Can you assemble it in a module that I can experiment with, so I do not have to recreate templates, plugins etc? I can look at this today, it is my last day off before I am back on my busy work schedule.
Here is my plugin code

PHP Code:
global $vbulletin$post$thread;

function 
video_api_thumb($vid){
$id $vid;
$thumbnail_720_url='https://api.dailymotion.com/video/'.$id.'?fields=thumbnail_720_url';
$json_thumbnail file_get_contents($thumbnail_720_url);
$get_thumbnail json_decode($json_thumbnailTRUE);
$thumb=$get_thumbnail['thumbnail_720_url'];
}

$thumb_url video_api_thumb($v_code); 

vB_Template::preRegister('bbcode_video',array('video_thumb_url' => $thumb_url)); 
I have used hook location "global_start"

I wanted to get video id from thread and parse to this plugin function so i can get video_thumbnail, video_title, video_length and other stuff from dailymotion using their api

--------------- Added [DATE]1398494509[/DATE] at [TIME]1398494509[/TIME] ---------------

Quote:
Originally Posted by Zachery View Post
Enough that it would overwhelm us.
If critique of a loyal client who have referred many other clients to your product, and invested much of its time to help the community can "overwhelm"you, than i think i should leave such a community
  #12  
Old 04-26-2014, 06:49 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your requests? One persons? Actually, yes.

The moment we open up that can of worms, it just never ends. Trust me, the first stage is you ask for help doing this one thing, then its another, then another. Now the first thing is broken and you want support on how to fix it, or it broke because of an upgrade.

Multiply that times 30-50, per day.

Back to the point at hand, vB4 and 5 both support daily motion out of the box
  #13  
Old 04-26-2014, 09:08 AM
XiTCLUB XiTCLUB is offline
 
Join Date: Jan 2010
Location: Lahore, Pakistan
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery View Post
Your requests? One persons? Actually, yes.

The moment we open up that can of worms, it just never ends. Trust me, the first stage is you ask for help doing this one thing, then its another, then another. Now the first thing is broken and you want support on how to fix it, or it broke because of an upgrade.

Multiply that times 30-50, per day.

Back to the point at hand, vB4 and 5 both support daily motion out of the box
You should see who is asking the question and how much he disturbed the community in the past. i have contributed more than asking dumb questions.
  #14  
Old 04-26-2014, 01:10 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by XiTCLUB View Post
You should see who is asking the question and how much he disturbed the community in the past. i have contributed more than asking dumb questions.
Who is asking a question is totally irrlevant.

If you have coding queries, then you post them in the relevant section where people may (or may not) help you, thats entirely upto each member. Complaining about it here isnt going to change that.

Quote:
Originally Posted by XiTCLUB View Post
You can delete this thread
I dont see any reason to delete it, but I will close it.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09342 seconds
  • Memory Usage 2,200KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete