Yes can, dont upload the new migration file.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?
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Youtube Videos Gallery
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Youtube Videos Gallery
Ok cool! Did you mean the migration folder?dmzx wrote: 13 Jun 2016, 00:50Yes can, dont upload the new migration file.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?

-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Youtube Videos Gallery
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.Fast_Eddie wrote: 13 Jun 2016, 00:52Ok cool! Did you mean the migration folder?dmzx wrote: 13 Jun 2016, 00:50Yes can, dont upload the new migration file.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?
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.
-
- Donator
- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Youtube Videos Gallery
Thank you for this great extension!
Users love it
Users love it
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
What you can try is make backup from DB tables and import it later back when you install the new version.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.

-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Youtube Videos Gallery
Sounds like a adventureWhat you can try is make backup from DB tables and import it later back when you install the new version.


-
- Users
- Posts: 14
- Joined: 05 May 2016, 20:19
Re: Youtube Videos Gallery
Why on the page with video is displayed "post a reply" two time? Do you want to change this? Or no.
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
When comments are made there between these 2 "post a replies", so 1 on top and 1 on bottom of comments.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.
-
- Users
- Posts: 22
- Joined: 11 Aug 2016, 02:30
Re: Youtube Videos Gallery
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??
Video Gallery
Total videos 2 • Total categories 6 • 131 • Total comments 0
Where is the 131 coming from??
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
That should be Total Views.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??
Total videos 17 • Total categories 8 • Total views 47 • Total comments 0
Have you done any edits ?
-
- Users
- Posts: 22
- Joined: 11 Aug 2016, 02:30
Re: Youtube Videos Gallery
Not that I recall. Which language file is it? Should I just replace it with a new one?clight77 wrote: 01 Sep 2016, 12:28That should be Total Views.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??
Total videos 17 • Total categories 8 • Total views 47 • Total comments 0
Have you done any edits ?
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
Could be in video_view.html
and:
ext/language/en/common.php
,
Code: Select all
<dd><strong>{L_VIDEO_VIEWS}{L_COLON}</strong> {VIDEO_VIEWS}</dd>
</dl>
ext/language/en/common.php
Code: Select all
'TOTAL_VIEW_ZERO' => 'Total views <strong>0</strong>'
'VIDEO_VIEWS' => 'Views',
-
- Users
- Posts: 22
- Joined: 11 Aug 2016, 02:30
Re: Youtube Videos Gallery
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.clight77 wrote: 01 Sep 2016, 13:29 could be in video_view.html
and:Code: Select all
<dd><strong>{L_VIDEO_VIEWS}{L_COLON}</strong> {VIDEO_VIEWS}</dd> </dl>
ext/language/en/common.php
,Code: Select all
'TOTAL_VIEW_ZERO' => 'Total views <strong>0</strong>' 'VIDEO_VIEWS' => 'Views',
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
You have another ext that is also using the same lang i'm sure i posted a fix (or dm) did.

-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
Looked for that fix, and I can't find it :(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.