Hmm...You're likely right. I have a lot of exts. runnin.martin wrote: 01 Sep 2016, 13:46 You have another ext that is also using the same lang i'm sure i posted a fix (or dm) did.
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Youtube Videos Gallery
-
- Users
- Posts: 22
- Joined: 11 Aug 2016, 02:30
Re: Youtube Videos Gallery
-
- Users
- Posts: 4
- Joined: 15 Sep 2016, 15:32
Re: Youtube Videos Gallery
How do I make the gallery available to guests for viewing? I have set the permissions correctly but still only registered users are able to view. Thanks in advance.
-
- Users
- Posts: 22
- Joined: 11 Aug 2016, 02:30
Re: Youtube Videos Gallery
Should be in Group Permissions - advanced permissionsrickhaye wrote: 16 Sep 2016, 12:10 How do I make the gallery available to guests for viewing? I have set the permissions correctly but still only registered users are able to view. Thanks in advance.
-
- Users
- Posts: 4
- Joined: 15 Sep 2016, 15:32
Re: Youtube Videos Gallery
I gave "guests" all "yes" under group permission but it still doesn't show up for guests. Video gallery is available for registered users.
www.pinoysquadron.com
Maybe an existing extension conflicting. I have many extensions enabled.
-
- Users
- Posts: 2
- Joined: 26 Sep 2016, 12:41
Re: Youtube Videos Gallery
Hello
When I open the Video button on the main page , the error message : [ phpBB Debug] PHP Warning : in file [ ROOT ] /ext/dmzx/youtubegallery/controller/youtubegallery.php on line 154 : file_get_contents ( https : //www.googleapis . ? com / youtube / v3 / videos id = & key = AIzaSyBp3WB2BZWovP8xU6BIPi9qkux8JcAvSN0 & type = video & part = snippet ) : failed to open stream : HTTP request failed ! HTTP / 1.0 403 Forbidden
[ PhpBB Debug] PHP Warning : in file [ ROOT ] /includes/functions.php on line 5312 : Can not 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 5312 : Can not 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 5312 : Can not modify header information - headers already sent by ( output started at [ ROOT ] /includes/functions.php:3925 )
When I open the Video button on the main page , the error message : [ phpBB Debug] PHP Warning : in file [ ROOT ] /ext/dmzx/youtubegallery/controller/youtubegallery.php on line 154 : file_get_contents ( https : //www.googleapis . ? com / youtube / v3 / videos id = & key = AIzaSyBp3WB2BZWovP8xU6BIPi9qkux8JcAvSN0 & type = video & part = snippet ) : failed to open stream : HTTP request failed ! HTTP / 1.0 403 Forbidden
[ PhpBB Debug] PHP Warning : in file [ ROOT ] /includes/functions.php on line 5312 : Can not 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 5312 : Can not 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 5312 : Can not modify header information - headers already sent by ( output started at [ ROOT ] /includes/functions.php:3925 )
-
- Users
- Posts: 17
- Joined: 24 Mar 2016, 20:48
Re: Youtube Videos Gallery
Is apache mod headers.load enabled ?
when you have acces to the sever you can do this by
as root
when you have acces to the sever you can do this by
Code: Select all
a2enmod MODULNAME
Code: Select all
a2enmod headers
berliner wrote: 26 Sep 2016, 12:48 Hello
When I open the Video button on the main page , the error message : [ phpBB Debug] PHP Warning : in file [ ROOT ] /ext/dmzx/youtubegallery/controller/youtubegallery.php on line 154 : file_get_contents ( https : //www.googleapis . ? com / youtube / v3 / videos id = & key = AIzaSyBp3WB2BZWovP8xU6BIPi9qkux8JcAvSN0 & type = video & part = snippet ) : failed to open stream : HTTP request failed ! HTTP / 1.0 403 Forbidden
[ PhpBB Debug] PHP Warning : in file [ ROOT ] /includes/functions.php on line 5312 : Can not 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 5312 : Can not 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 5312 : Can not modify header information - headers already sent by ( output started at [ ROOT ] /includes/functions.php:3925 )
-
- Users
- Posts: 2
- Joined: 26 Sep 2016, 12:41
Re: Youtube Videos Gallery
Is there another way? where can I find the apache mod header?
Hallo Darkside2016 du hast ne deutsche Flagge vielleicht kannst du mir mal auf deutsch weiterhelfen.
Ich habe bei Alfahosting mein Server das ist ein Linus oder?
Hallo Darkside2016 du hast ne deutsche Flagge vielleicht kannst du mir mal auf deutsch weiterhelfen.
Ich habe bei Alfahosting mein Server das ist ein Linus oder?
-
- Users
- Posts: 14
- Joined: 05 May 2016, 20:19
Re: Youtube Videos Gallery
Open overall_header_navigation_append.html:rickhaye wrote: 16 Sep 2016, 12:10 How do I make the gallery available to guests for viewing? I have set the permissions correctly but still only registered users are able to view. Thanks in advance.
find
Code: Select all
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
Code: Select all
<!-- IF .video -->
-
- Users
- Posts: 4
- Joined: 15 Sep 2016, 15:32
Re: Youtube Videos Gallery
I made the changes and double checked guests permissions (set all to yes) yet guests are not able to view the gallery on the index page, only registered users. Any more ideas, thanks in advance.Grenader wrote: 03 Oct 2016, 12:00Open overall_header_navigation_append.html:rickhaye wrote: 16 Sep 2016, 12:10 How do I make the gallery available to guests for viewing? I have set the permissions correctly but still only registered users are able to view. Thanks in advance.
findReplace withCode: Select all
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
Code: Select all
<!-- IF .video -->
-
- Users
- Posts: 14
- Joined: 05 May 2016, 20:19
Re: Youtube Videos Gallery
[/quote]
I made the changes and double checked guests permissions (set all to yes) yet guests are not able to view the gallery on the index page, only registered users. Any more ideas, thanks in advance.
[/quote]
I dont know. Its work for me. Maybe somebody will hint.
I made the changes and double checked guests permissions (set all to yes) yet guests are not able to view the gallery on the index page, only registered users. Any more ideas, thanks in advance.
[/quote]
I dont know. Its work for me. Maybe somebody will hint.
-
- Users
- Posts: 8
- Joined: 16 Sep 2016, 14:03
Re: Youtube Videos Gallery
I have the same problem. The permissions are all put on "yes", but guests can't still not see the gallery. Does anyone has a solution? That would be great. Thanks in advance!
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
Check the event folder in template.opoesiemen wrote: 17 Oct 2016, 09:26 I have the same problem. The permissions are all put on "yes", but guests can't still not see the gallery. Does anyone has a solution? That would be great. Thanks in advance!
Open all files and delete and S_USER_LOGGED_IN
Clear cache.
-
- Donator
- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Youtube Videos Gallery
I have this when I use quick login on the youtube page
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
- Users
- Posts: 8
- Joined: 16 Sep 2016, 14:03
Re: Youtube Videos Gallery
Thanks DMZX! It works now! I can see the video's when I'm logged out.dmzx wrote: 17 Oct 2016, 19:33Check the event folder in template.opoesiemen wrote: 17 Oct 2016, 09:26 I have the same problem. The permissions are all put on "yes", but guests can't still not see the gallery. Does anyone has a solution? That would be great. Thanks in advance!
Open all files and delete and S_USER_LOGGED_IN
Clear cache.
-
- Users
- Posts: 14
- Joined: 05 May 2016, 20:19
Re: Youtube Videos Gallery
When video deleted - i can't see anything. How i can reedit link to video without deleted?