3.2 & 3.3 Extensions Database 3.2 / 3.3Youtube Videos Gallery

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by talonos »

For board3 portal users who would like the "recent videos" block to display on portal they can add my extension to the portal to do so.
Board3 mods/extensions available/created by Talonos @ http://pretereo-stormrage.co.uk

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

Hey :)
I get this error after adding this block to portal..

[phpBB Debug] PHP Notice: in file [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90: Use of undefined constant portal - assumed 'portal'
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)

Cheers..

User avatar

Darkside2016
Users
Users
Posts: 17
Joined: 24 Mar 2016, 20:48
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by Darkside2016 »

clight77 wrote: 02 May 2016, 15:36 Hey :)
I get this error after adding this block to portal..

[phpBB Debug] PHP Notice: in file [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90: Use of undefined constant portal - assumed 'portal'
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)

Cheers..
works for me without any errors

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

clight77 wrote: 02 May 2016, 15:36 Hey :)
I get this error after adding this block to portal..

[phpBB Debug] PHP Notice: in file [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90: Use of undefined constant portal - assumed 'portal'
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)

Cheers..
b3pyoutube.php @ line 90

find:

Code: Select all

		$this->youtubegallery->index_modify_page_title(portal);
replace with:

Code: Select all

		$this->youtubegallery->index_modify_page_title();
clear cache and see if it works.

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

That line is found twice @179 and @197.
But it breaks page completely. :)

Hmmm tried again and got this after changes.
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/event/listener.php on line 126: Missing argument 1 for dmzx/youtubegallery/event/listener::index_modify_page_title(), called in [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90 and defined
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Last edited by clight77 on 02 May 2016, 16:08, edited 1 time in total.

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

clight77 wrote: 02 May 2016, 16:03 That line is found twice @179 and @197.
But it breaks page completely. :)
you must be looking in original extension there and not my extension. mine has it only once inside of b3pyoutube.php

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

Nope that php is from your zip file.. lol
I will download it again.

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

I'm having trouble trying to replicate your error currently. and yes mine has it listed in 2 places BUT only one is used at a time.

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

Removed and re installed, same errors :)

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

It works fine, just those error lines. :)

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

clight77 wrote: 02 May 2016, 16:17 Removed and re installed, same errors :)
i cant see the block on your portal. just signed upto your site to look into it.

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

Test site.. lol
http://www.101nzb.com/test/index.php
login: test
Pass: test

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

clight77 issue has been resolved.

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

talonos wrote: 02 May 2016, 16:58 clight77 issue has been resolved.
Yep thanks :)

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

Had to replace video_index.html with one from youtube gallery so it showed just 1 row of videos.

Post Reply Previous topicNext topic