Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 14 Years, 1 Month, 1 Week ago Videos not embedding properly
#1
Solved: 14 Years, 1 Month, 1 Week ago
Hi, i just can't figure this out, so ill ask here, one member of my forum at http://www.boxingbb.com said they tried to put a youtube link using the built in youtube myCode button and all that shows is [video=youtube]VIDEOLINK[/video], any ideas?
Coming soon..
#2
Solved: 14 Years, 1 Month, 1 Week ago
What's in there in ./inc/class_parser.php file around line # 977 - 985 ?
#3
Solved: 14 Years, 1 Month, 1 Week ago
 $title = htmlspecialchars_uni($path[3]);
				break;
			case "myspacetv":
				$id = $input['videoid']; // http://myspacetv.com/index.cfm?fuseaction=vids.individual&videoid=fds123
				break;
			case "yahoo":
				$id = $path[3]; // http://video.yahoo.com/watch/fds123/abc567
				$vid = htmlspecialchars_uni($path[2]);
				break;


Here
Coming soon..
#4
Solved: 14 Years, 1 Month, 1 Week ago
Backup the old ./inc/class_parser.php file and overwrite the following;



Attached Files
.php   class_parser.php (Size: 32.16 KB / Downloads: 58)
#5
Solved: 14 Years, 1 Month, 1 Week ago
Gave me an error
Fatal error: Call to undefined function hidetags() in /home/erikk/public_html/inc/class_parser.php on line 193
Coming soon..
#6
Solved: 14 Years, 1 Month, 1 Week ago
Find the attached below, this should work.


Attached Files
.php   class_parser.php (Size: 32.13 KB / Downloads: 66)
#7
Solved: 14 Years, 1 Month, 1 Week ago
Hmm, when i put in a link to a youtube video, i see the video once i posted it and when i go back to see it, it's only this [video=youtube]VIDEOLINK[/video] again.
Coming soon..
#8
Solved: 14 Years, 1 Month, 1 Week ago
Then I would say that its templates.. Did your showthread or postbit templates default ?
#9
Solved: 14 Years, 1 Month, 1 Week ago
Ok i know what it was now, i installed a pre-parse plugin that affected the showthread template and it didn't allow videos to be shown, so it could speed it up by not showing them, thanks for helping
Coming soon..
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)