Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 647 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: RN_Video module | |
neralex Replies: 8 Views: 2946 ![]() |
![]() |
Check the output:
echo $video->duration; |
|
Topic: RN_Video module | |
hicuxunicorniobestbuildpc Replies: 8 Views: 2946 ![]() |
![]() |
Warning: date() expects parameter 2 to be integer, string given in /www.bestbuildpc.org/modules/RN_Video/index.php on line 26
it just shows this. Views: times Description: Video Duration: ... |
|
Topic: RN_Video module | |
neralex Replies: 8 Views: 2946 ![]() |
![]() |
Check the output:
echo $video->duration; |
|
Topic: RN_Video module | |
neralex Replies: 8 Views: 2946 ![]() |
![]() |
Without to know the content of $video->duration is nothing to say. Read the both links below, check the output of $video->duration, modify the code and test it again.
https://www.php.net/manu ... |
|
Topic: RN_Video module | |
hicuxunicorniobestbuildpc Replies: 8 Views: 2946 ![]() |
![]() |
Nee I got this
Warning: date() expects parameter 2 to be integer, string given in /www.bestbuildpc.org/modules/RN_Video/index.php on line 26 <br /><span class="thick">' . _ ... |
|
Topic: RN_Video module | |
neralex Replies: 8 Views: 2946 ![]() |
![]() |
try this:
<br /><span class="thick">' . _RNVIDDUR . '</span> ' . date("i:s", rtrim($video->duration)) . ' |
|
Topic: RN_Video module | |
hicuxunicorniobestbuildpc Replies: 8 Views: 2946 ![]() |
![]() |
Warning: gmdate() expects parameter 2 to be integer, string given in /www.bestbuildpc.org/modules/RN_Video/index.php on line 26
echo '<tr><td valign="top"><a ... |
|
Topic: RN252: BBcodeBox embedded Youtube fix | |
neralex Replies: 4 Views: 3332 ![]() |
![]() |
While fixing the issue I played with the embedded container-sizes to add some responsive css-features.
Aspect ratio 16:9 https://youtu.be/C79He1RWHhU Aspect ratio 4:3 https://youtu.be/C79H ... |
|
Topic: RN252: BBcodeBox embedded Youtube fix | |
neralex Replies: 4 Views: 3332 ![]() |
![]() |
Also discovered "maybe" a bug.. testing forum posting, youtube BB code. did not work correctly. would not show emb video. looked at the code in themes
changed the url from http://www.yout ... |
|
Topic: Some more bug fixes | |
Nuke8 Replies: 14 Views: 19281 ![]() |
![]() |
You're welcome.
'm really in love with the simple way of coding. Yes, me too. And I'm happy that RavenNuke kept the original structure of PHP-Nuke, because some years ago I used that a lot and n ... |
|
Topic: php7 support | |
neralex Replies: 276 Views: 284824 ![]() |
![]() |
I guess u forgot to change path from the file lang_bbcode.php //+MOD: Start Advanced BBCode Box MOD vRN2.5.2 $faq[] = array("--", "Advanced BBCode Features" ... |
|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 284824 ![]() |
![]() |
neralex: of course I m not using the old one. None of the icons when I click are working. Doesn't do anything at all. My question to you is:
I see head-abbcbox.php is calling the javascript files ... |
|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 284824 ![]() |
![]() |
Im getting lots of errors with bbcode.php (Advanced BBCode Box MOD)
modules/Forums/includes/bbcode.php on line 345 // [video width=X height=X]Video URL[/video] code.. $pattern ... |
|
Topic: YouTube API implementation with SimpleXML no longer working | |
neralex Replies: 1 Views: 5914 ![]() |
![]() |
The YouTube Data API (v2) has been deprecated since February 26, 2014, and the API has been turned down. Applications still using the v2 API should migrate to the v3 API immediately.
https://devel ... |
|
Topic: YouTube API implementation with SimpleXML no longer working | |
hicuxunicorniobestbuildpc Replies: 1 Views: 5914 ![]() |
![]() |
module RN_Video is not working anymore.
P.S YouTube API implementation with SimpleXML no longer working Warning: simplexml_load_file(http://gdata.youtube.com/feeds/api/videos?v=2auth ... |
|
Topic: Tabs versus Spaces | |
neralex Replies: 2 Views: 5689 ![]() |
![]() |
After a long discussion about this first world problem and a long research how to display tabs correctly on github now I want know how you are thinking about it?
Tabs versus Spaces... I prefer Tabs ... |
|
Topic: RavenNuke 3 | |
neralex Replies: 167 Views: 315768 ![]() |
![]() |
The real big issue is the old code standard and today is it needed to build themes with responsive features. Everyone is using mobile devices, smart tvs etc. This is simply not possible with the curre ... | |
Topic: Dragonfly CMS v10 the PHP-Nuke of 2018 | |
djmaze Replies: 1 Views: 17034 ![]() |
![]() |
Hi all,
we've finally made big changes from phpnuke to cpgnuke to Dragonfly CMS and now v10 The code base has changed a lot since php-nuke in 2004 and all is up and ready for the new era. So wh ... |
|
Topic: advance bbcode for forums | |
mike63740 Replies: 12 Views: 17576 ![]() |
![]() |
Ok.
I will try to install ABBC_BOXv6_0-rn25.zip again later. Good Information: videos: no webpages: bad idea, because high security risk Thank you. |
|
Topic: advance bbcode for forums | |
neralex Replies: 12 Views: 17576 ![]() |
![]() |
images:
[img]http://www.ravenphpscripts.com/themes/RavenIce/images/logo.gif[/img] videos: no webpages: bad idea, because high security risk |
|
Topic: advance bbcode for forums | |
mike63740 Replies: 12 Views: 17576 ![]() |
![]() |
My goal is to display images, videos, web pages, etc., directly within a post instead of a link.
Is there any other way to do this beside ABBC_BOXv6_0-rn25.zip? |
|
Topic: WISH: Open Graph meta tags for the next release | |
kenspa Replies: 23 Views: 43907 ![]() |
![]() |
Thank you so much neralex.
I have the same feeling that the $og_image is not filled or defined correctly, before include_once('header.php'); I didn't have it, so I added $og_image = $nukeurl . ' ... |
|
Topic: How to not allow certain emails | |
Plasma Replies: 13 Views: 17375 ![]() |
![]() |
Don't trust homtmail and use another email-adress... ![]() I got the most spam in last years from hotmail-accounts, so is it no wonder that hotmail-accounts are faster blocked through spam-blocker API ... |
|
Topic: How to not allow certain emails | |
neralex Replies: 13 Views: 17375 ![]() |
![]() |
Don't trust homtmail and use another email-adress... ![]() I got the most spam in last years from hotmail-accounts, so is it no wonder that hotmail-accounts are faster blocked through spam-blocker API ... |
|
Topic: Can't get youtube videos to embed in news. | |
draxx Replies: 1 Views: 4802 ![]() |
![]() |
Is there a way to get the news editor to let you insert the <iframe> tag that youtube and vemo uses to let you embed videos?
I have tried inserting it by using the "source' option but ev ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 24, 25, 26 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours