[RC1] Youtube Gallery

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Ideas Centre
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] Youtube Gallery

Post by Jessica »

Can you maybe add a tab (next to Newest Videos) that shows videos YOU (whatever account you're logged in, I mean) have posted?
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10533
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: [DEV] Youtube Gallery

Post by _Vinny_ »

Jessica wrote:Can you maybe add a tab (next to Newest Videos) that shows videos YOU (whatever account you're logged in, I mean) have posted?
Great idea.
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [DEV] Youtube Gallery

Post by keith10456 »

_Vinny_ wrote:
_Vinny_ wrote:
keith10456 wrote:Nice changes... 8-)

Can you make it so the thumbnail is a link to the respective video (as opposed to having to only click the video name)?
Great idea. Will be changed in the next update. ;)
Done.


Also I improved the code, finished the search user's videos, pagination (now) is complete. :) I plan to release the first alpha in next days.

During this, I intend to finish the permissions and add the search box.
I look forward to it :D
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [DEV] Youtube Gallery

Post by keith10456 »

_Vinny_ wrote:
Jessica wrote:Can you maybe add a tab (next to Newest Videos) that shows videos YOU (whatever account you're logged in, I mean) have posted?
Great idea.
+1
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10533
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: [DEV] Youtube Gallery

Post by _Vinny_ »

Jessica wrote:Can you maybe add a tab (next to Newest Videos) that shows videos YOU (whatever account you're logged in, I mean) have posted?
Done. See demo.
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] Youtube Gallery

Post by Jessica »

Uh, actually I wanted the "your videos" to be listed in the tab itself (like "Newest Videos), instead of going to a whole new page...but oh well. Nice job :)
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
Danielx64
Registered User
Posts: 1369
Joined: Wed Nov 04, 2009 5:51 am
Location: In a server room in Australia
Name: Daniel

Re: [DEV] Youtube Gallery

Post by Danielx64 »

I can't wait to download this mod :)
Please note that I will not be porting any of my mods to phpBB 3.1. Sorry for the inconvenience this may cause.
Image
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10533
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: [DEV] Youtube Gallery

Post by _Vinny_ »

*Daniel wrote:I can't wait to download this mod :)
Don't wait, see first post. ;)


Download available.
User avatar
Kevicar
Registered User
Posts: 10
Joined: Sun Apr 07, 2013 5:27 pm
Location: Neuchâtel - Switzerland

Re: [DEV] Youtube Gallery

Post by Kevicar »

:P Thank you for your work ... I'll install it immediately!

;)
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] Youtube Gallery

Post by Jessica »

Hover over "Videos" is still { VIDEO_EXPLAIN }

I added in

Code: Select all

	'VIDEO_EXPLAIN'					=> 'Youtube videos',
in language/en/common.php to fix it.

Great work so far
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] Youtube Gallery

Post by Jessica »

Suggestions: Add "Views" to videos

and total views. with a new tab of "Most popular" (with most views)
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10533
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: [DEV] Youtube Gallery

Post by _Vinny_ »

Jessica wrote:Hover over "Videos" is still { VIDEO_EXPLAIN }

I added in

Code: Select all

	'VIDEO_EXPLAIN'					=> 'Youtube videos',
in language/en/common.php to fix it.

Great work so far
:o Oh, sorry. Thank you, already fixed on the repository. You can fix with this: https://github.com/mvinny/Youtube-Galle ... b2711921ca
Jessica wrote:Suggestions: Add "Views" to videos

and total views. with a new tab of "Most popular" (with most views)
I think I'll replace [b]Statistics:[/b] 0 favorite(s); 1333290 view(s) with: [b]Views:[/b] 1333290.

About 'Most popular' tab, would be impossible. Because the information of the videos displayed are generated directly by youtube via javascript, statistics (such as views) are not stored in the database, then display the most popular would be impossible, sorry.
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey

Re: [DEV] Youtube Gallery

Post by noth »

which programs will open the README? notepad just reveals a blank page :x

any other programs to open it? or could some kind soul just copy the README to here? :D
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10533
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: [DEV] Youtube Gallery

Post by _Vinny_ »

noth wrote:which programs will open the README? notepad just reveals a blank page :x

any other programs to open it? or could some kind soul just copy the README to here? :D
The file is empty. :twisted: I'll edit it with information soon.
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey

Re: [DEV] Youtube Gallery

Post by noth »

what is the PERMISSIONS situation? can permissions be altered? e.g guests can view but not post or e.g. only "loyal members group" can post

it's looking amazing 8-) but the lack of a comments system directly on the video gallery itself is the only area with room for complaint I think

Return to “[3.0.x] MODs in Development”