vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   I am Disappointed with Poor vBulletin Support (https://vborg.vbsupport.ru/showthread.php?t=310808)

XiTCLUB 04-26-2014 05:25 AM

Quote:

Originally Posted by tbworld (Post 2494753)
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 (Post 2494754)
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

Zachery 04-26-2014 06:49 AM

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

XiTCLUB 04-26-2014 09:08 AM

Quote:

Originally Posted by Zachery (Post 2494843)
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.

Paul M 04-26-2014 01:10 PM

Quote:

Originally Posted by XiTCLUB (Post 2494856)
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 (Post 2494738)
You can delete this thread

I dont see any reason to delete it, but I will close it.


All times are GMT. The time now is 09:29 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.00958 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete