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

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Fast_Eddie wrote: 13 Jun 2016, 00:47 Would there be a way to upgrade my version 1.0.0 to the new one without losing the videos already posted.

1. disable ext.
2. delete files in /ext/dmzx/youtubegallery
3. upload new version
4. enable ext.

Would that work?
Yes can, dont upload the new migration file.

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by Fast_Eddie »

dmzx wrote: 13 Jun 2016, 00:50
Fast_Eddie wrote: 13 Jun 2016, 00:47 Would there be a way to upgrade my version 1.0.0 to the new one without losing the videos already posted.

1. disable ext.
2. delete files in /ext/dmzx/youtubegallery
3. upload new version
4. enable ext.

Would that work?
Yes can, dont upload the new migration file.
Ok cool! Did you mean the migration folder?
:beers: Retirement 2024!

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by Fast_Eddie »

Fast_Eddie wrote: 13 Jun 2016, 00:52
dmzx wrote: 13 Jun 2016, 00:50
Fast_Eddie wrote: 13 Jun 2016, 00:47 Would there be a way to upgrade my version 1.0.0 to the new one without losing the videos already posted.

1. disable ext.
2. delete files in /ext/dmzx/youtubegallery
3. upload new version
4. enable ext.

Would that work?
Yes can, dont upload the new migration file.
Ok cool! Did you mean the migration folder?
I went and installed the old version on a test board...added a video, then did the 1,2,3 above (saving the migration folder) everything seemed to work with 1 exception.

acp / ext / youtubegallery

Is NOT saving settings , and NOT displaying new videos on the index page. BUT it DID save the video from the old version.

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by Solidjeuh »

Thank you for this great extension!
Users love it :D
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Fast_Eddie wrote: 13 Jun 2016, 02:10 Is NOT saving settings , and NOT displaying new videos on the index page. BUT it DID save the video from the old version.
What you can try is make backup from DB tables and import it later back when you install the new version.
Solidjeuh wrote: 16 Jun 2016, 15:37 Thank you for this great extension!
Users love it :D

:thumbup:

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by Fast_Eddie »

What you can try is make backup from DB tables and import it later back when you install the new version.
Sounds like a adventure :wall: But I'll give it a go this Sunday (off work) on the test board. Thanks for the tip! :thumbup:

User avatar

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Youtube Videos Gallery

Post by Grenader »

Why on the page with video is displayed "post a reply" two time? Do you want to change this? Or no.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Grenader wrote: 21 Jun 2016, 18:54 Why on the page with video is displayed "post a reply" two time? Do you want to change this? Or no.
When comments are made there between these 2 "post a replies", so 1 on top and 1 on bottom of comments.

User avatar

camplife
Users
Users
Posts: 22
Joined: 11 Aug 2016, 02:30
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by camplife »

Something I just noticed in the youtube videos gallery stats on the index page...I'm getting the following:


Video Gallery

Total videos 2 • Total categories 6 • 131 • Total comments 0


Where is the 131 coming from??

User avatar

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

Re: Youtube Videos Gallery

Post by clight77 »

camplife wrote: 01 Sep 2016, 02:32 Something I just noticed in the youtube videos gallery stats on the index page...I'm getting the following:


Video Gallery

Total videos 2 • Total categories 6 • 131 • Total comments 0


Where is the 131 coming from??
That should be Total Views.
Total videos 17 • Total categories 8 • Total views 47 • Total comments 0
Have you done any edits ?

User avatar

camplife
Users
Users
Posts: 22
Joined: 11 Aug 2016, 02:30
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by camplife »

clight77 wrote: 01 Sep 2016, 12:28
camplife wrote: 01 Sep 2016, 02:32 Something I just noticed in the youtube videos gallery stats on the index page...I'm getting the following:


Video Gallery

Total videos 2 • Total categories 6 • 131 • Total comments 0


Where is the 131 coming from??
That should be Total Views.
Total videos 17 • Total categories 8 • Total views 47 • Total comments 0
Have you done any edits ?
Not that I recall. Which language file is it? Should I just replace it with a new one?

User avatar

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

Re: Youtube Videos Gallery

Post by clight77 »

Could be in video_view.html

Code: Select all

			<dd><strong>{L_VIDEO_VIEWS}{L_COLON}</strong> {VIDEO_VIEWS}</dd>
		</dl>
and:

ext/language/en/common.php

Code: Select all

'TOTAL_VIEW_ZERO'			=> 'Total views <strong>0</strong>'

'VIDEO_VIEWS'			=> 'Views',
,

User avatar

camplife
Users
Users
Posts: 22
Joined: 11 Aug 2016, 02:30
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by camplife »

clight77 wrote: 01 Sep 2016, 13:29 could be in video_view.html

Code: Select all

			<dd><strong>{L_VIDEO_VIEWS}{L_COLON}</strong> {VIDEO_VIEWS}</dd>
		</dl>
and:

ext/language/en/common.php

Code: Select all

'TOTAL_VIEW_ZERO'			=> 'Total views <strong>0</strong>'

'VIDEO_VIEWS'			=> 'Views',
,
That code is in place exactly as you gave it to me. It's ok for now. I just disabled the index stats. Thank you.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Youtube Videos Gallery

Post by martin »

You have another ext that is also using the same lang i'm sure i posted a fix (or dm) did.
Image

User avatar

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

Re: Youtube Videos Gallery

Post by clight77 »

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.
Looked for that fix, and I can't find it :(

Post Reply Previous topicNext topic