Module: BBcode Video
Posted by Maurice Makaay
|
Re: Module: BBcode Video December 08, 2016 12:13AM |
Registered: 9 years ago Posts: 1 |
Thank you for updating this module. Fortunately, youtubes are embedded and working. Unfortunately, when I click settings under Modules, I get a blank page. Also, the video icon for the editor doesn't show up.
I am using 5.2
Can you please help me?
Thanks
Edited 1 time(s). Last edit at 12/08/2016 12:33AM by Vanessa831.
I am using 5.2
Can you please help me?
Thanks
Edited 1 time(s). Last edit at 12/08/2016 12:33AM by Vanessa831.
|
Re: Module: BBcode Video December 09, 2016 03:05AM |
Admin Registered: 20 years ago Posts: 747 |
Hi Vanessa,
Please activate the Event Logging Module and look there for error messages or look into your server error log.
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Quote
Vanessa831
Unfortunately, when I click settings under Modules, I get a blank page.
Please activate the Event Logging Module and look there for error messages or look into your server error log.
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
|
Re: Module: BBcode Video July 16, 2018 04:41AM |
Registered: 8 years ago Posts: 1 |
Quick fix for PHP 7
In case anyone else can't get this to work, and is also getting the unexpected new (T_NEW) error error on clicking the module settings, try editing bbcode_video/settings.php line 19 and deleting the ampersand (&).
In case anyone else can't get this to work, and is also getting the unexpected new (T_NEW) error error on clicking the module settings, try editing bbcode_video/settings.php line 19 and deleting the ampersand (&).
|
Re: Module: BBcode Video March 30, 2020 05:27PM |
Registered: 6 years ago Posts: 5 |
Well, if anyone is alive ?
The video displays perfectly when I link from you tube, I just dont care.
But when I want to dispaly my video it just shows the link.
How come it refuses to generate the simple code to invoke the player if the url is not youtube or a commercial provider ?
my video
it just shows video : [ de-pascale.pagesperso-orange.fr ]
The video displays perfectly when I link from you tube, I just dont care.
But when I want to dispaly my video it just shows the link.
How come it refuses to generate the simple code to invoke the player if the url is not youtube or a commercial provider ?
my video
it just shows video : [ de-pascale.pagesperso-orange.fr ]
|
Re: Module: BBcode Video March 31, 2020 12:09PM |
Admin Registered: 20 years ago Posts: 577 |
Here is the reason... from bbcode_video.php
[code="php"]
// Handle unknown videos. Turn them into standard URLs.
$search[] = "/[video\](.+)[\/video\]/is";
$replace[] = "video: [$1]";
[/code]
That said, you are on your own to change it to something that works.
The code above it has several examples.
[code="php"]
// Handle unknown videos. Turn them into standard URLs.
$search[] = "/[video\](.+)[\/video\]/is";
$replace[] = "video: [$1]";
[/code]
That said, you are on your own to change it to something that works.
The code above it has several examples.
|
Re: Module: BBcode Video March 19, 2021 03:44PM |
Registered: 5 years ago Posts: 1 |
Sorry, only registered users may post in this forum.
