Loading ...

Mobile Melody v3.1 (May, 2015)

Board index / General Chat / Announcements

News and announcements from our team

Postby Andrew on May 01, 2015 9 am


Happy Fridays ;)

In addition to releasing PHP Melody v2.3.1, today we're also releasing Mobile Melody v3.1 which includes the following:

  • Added a nice pre-loading animation for the video player.
  • Added 'subtitles' support.
  • Fixed 'SEO Friendly' URL issue present in some PHP Melody updated sites.
  • Fixed DailyMotion and Vimeo videos playback.
  • Fixed Search. Previously some videos were not included in search results.

As an existing customer, you can download this new update from the customer area. To update your Mobile Melody add-on simply overwrite the /mobile folder with the one you'll download from your customer account.

If you don't have a license for Mobile Melody and you'd like to make your video site mobile-friendly, click here to buy the mobile add-on.

For any questions or bug reports please contact support or reply to this topic.

Thank you and enjoy!
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
User avatar
Andrew
Founding Developer
 
Posts: 7504
Joined: Jul 07, 2007 1 pm
Reputation points: 428

Postby mijaz on May 01, 2015 11 am


Again not showing several embed video? If in a video Emed two or more displays only one
mijaz
Non-verified
Non-verified
 
Posts: 125
Joined: May 22, 2012 8 pm
Reputation points: 10

Postby eshayem on May 02, 2015 5 pm


Thanks
eshayem
Verified Customer
Verified Customer
 
Posts: 55
Joined: Aug 01, 2009 6 pm
Reputation points: 0

Postby W2S on May 02, 2015 11 pm


Thanx Andrew for new update. My site is working fine. Have not found any problems so far.
User avatar
W2S
Verified Customer
Verified Customer
 
Posts: 203
Joined: Sep 12, 2009 12 pm
Location: Word Citizen
Reputation points: 0

Postby Andrew on May 04, 2015 7 pm


Again not showing several embed video? If in a video Emed two or more displays only one


PHP Melody is not designed to cram more videos under one video entry. This is not really a bug; it's normal to see one video per video page.

All in all, I'm relieved to hear Mobile Melody is working well. Thank you for confirming this guys.

Hope you're enjoying the latest updates :)
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
User avatar
Andrew
Founding Developer
 
Posts: 7504
Joined: Jul 07, 2007 1 pm
Reputation points: 428

Postby mijaz on May 04, 2015 7 pm


Andrew wrote:
Again not showing several embed video? If in a video Emed two or more displays only one


PHP Melody is not designed to cram more videos under one video entry. This is not really a bug; it's normal to see one video per video page.
Why did you then the previous version that can be made more videos under one video?
mijaz
Non-verified
Non-verified
 
Posts: 125
Joined: May 22, 2012 8 pm
Reputation points: 10

Postby Andrew on May 05, 2015 6 am


Why did you then the previous version that can be made more videos under one video?


The fact that it something was allowed (by mistake) in a previous version is not a indication that it is the correct way of doing things.

If you need multiple embed codes in one video, simply hire a PHP programmer to do this for you. It's not rocket science ;)
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
User avatar
Andrew
Founding Developer
 
Posts: 7504
Joined: Jul 07, 2007 1 pm
Reputation points: 428

Postby oskathemighty on May 05, 2015 2 pm


I'm still waiting for my link for the mobile addon.. I sent notice to support..will someone please respond!
"We can not become who we need to be,by remaining what we are."
User avatar
oskathemighty
Verified Customer
Verified Customer
 
Posts: 102
Joined: Nov 03, 2009 12 am
Location: USA
Reputation points: 0

Postby live4u on May 07, 2015 7 am


Search Result Sowing old videos first, Need show last added vides first... if i search "the" its also showing old videos (3 years ol) first and my result lost video is added by yesterday. it is Bugs?

I changed ORDER BY score DESC , added DESC it is also not help

Code: Select all
$sql = "SELECT SQL_CALC_FOUND_ROWS id, MATCH(video_title) AGAINST ('$searchstring') AS score
               FROM pm_videos
                 WHERE added <= '". $time_now_minute ."' AND MATCH(video_title) AGAINST ('$searchstring')
               ORDER BY score DESC , added DESC
               LIMIT ".$from.", ".$limit;
live4u
Verified Customer
Verified Customer
 
Posts: 29
Joined: Oct 22, 2012 2 am
Reputation points: 0

Postby Andrew on May 07, 2015 5 pm


@live4u - Thanks for the bug report. We'll investigate this and report back. We're very busy at the moment because of the Youtube API deprecation so your patience is greatly appreciated.
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
User avatar
Andrew
Founding Developer
 
Posts: 7504
Joined: Jul 07, 2007 1 pm
Reputation points: 428

Postby live4u on May 08, 2015 8 am


@Andrew I think this code work

Code: Select all
   $sql = "SELECT SQL_CALC_FOUND_ROWS id, MATCH(video_title) AGAINST ('%".$searchstring."%') AS score
               FROM pm_videos
                 WHERE (video_title) LIKE ('%".$searchstring."%')
               ORDER BY score DESC,added DESC
               LIMIT ".$from.", ".$limit;
live4u
Verified Customer
Verified Customer
 
Posts: 29
Joined: Oct 22, 2012 2 am
Reputation points: 0

Postby shub on May 08, 2015 2 pm


sorry wrong forum
shub
Verified Customer
Verified Customer
 
Posts: 51
Joined: Oct 04, 2010 5 pm
Reputation points: 0

Postby jjonjon on May 08, 2015 8 pm


Hi
I found that ad unit 300x600 (google adsence) will not display correctly in "default theme" (Floating Skyscraper Right and Left )
You do not have the required permissions to view the files attached to this post.
jjonjon
Non-verified
Non-verified
 
Posts: 27
Joined: Jun 04, 2011 1 am
Reputation points: 0

Postby stpuh on May 09, 2015 6 am


jjonjon wrote:Hi
I found that ad unit 300x600 (google adsence) will not display correctly in "default theme" (Floating Skyscraper Right and Left )

So it works:
Code: Select all
/*Floating Ads*/
.floating_ad_left,
.floating_ad_right {
   display:none;
}
@media screen and (min-width : 1400px) {
.floating_ad_left {
   display: block;
   position: absolute;
   width: 170px;
   height: 800px;
   top: 30px;
   /*right: 110%;*/
   /*right: 101%;*/
   right: 114%;
}
.floating_ad_right {
   display: block;
   position: absolute;
   width: 170px;
   height: 800px;
   top: 30px;
   /*right: -20%;*/
   right: -18%;
}
}
.botmenot {
   display: none !important;
}

We replaced in .floating_ad_left right: 101%; on right: 114%;
Лучшие Cоветские фильмы смотреть онлайн http://film-ussr.ru
User avatar
stpuh
Verified Customer
Verified Customer
 
Posts: 23
Joined: Feb 05, 2014 12 pm
Location: http://film-ussr.ru
Reputation points: 0

Postby jjonjon on May 09, 2015 11 am


stpuh wrote:
jjonjon wrote:Hi
I found that ad unit 300x600 (google adsence) will not display correctly in "default theme" (Floating Skyscraper Right and Left )

So it works:
Code: Select all
/*Floating Ads*/
.floating_ad_left,
.floating_ad_right {
   display:none;
}
@media screen and (min-width : 1400px) {
.floating_ad_left {
   display: block;
   position: absolute;
   width: 170px;
   height: 800px;
   top: 30px;
   /*right: 110%;*/
   /*right: 101%;*/
   right: 114%;
}
.floating_ad_right {
   display: block;
   position: absolute;
   width: 170px;
   height: 800px;
   top: 30px;
   /*right: -20%;*/
   right: -18%;
}
}
.botmenot {
   display: none !important;
}

We replaced in .floating_ad_left right: 101%; on right: 114%;



It's fixed.
Thank you very much!
jjonjon
Non-verified
Non-verified
 
Posts: 27
Joined: Jun 04, 2011 1 am
Reputation points: 0


Who is online

Users browsing this forum: No registered users and 10 guests

cron