Loading ...

Introducing PHP Melody 1.6.6

Board index / General Chat / Announcements

News and announcements from our team

Postby ozenyx on Jan 18, 2011 8 pm


Long live king! b*** is dead!
PREMIUM PHPMELODY TEMPLATES
http://www.phpmelodytemplates.com/demox

UPDATE: " New Premium Template Released!"
http://www.dubweiser.net - Music calibration based on brain condition...
http://www.creativemanner.com - Web Design Agency In Washington DC.
User avatar
ozenyx
Non-verified
Non-verified
 
Posts: 228
Joined: May 22, 2009 4 am
Location: Washington DC
Reputation points: -20

Postby paulobsousa on Jan 19, 2011 12 am


I upgraded today (18/01/2010) and I'm having the problem below:

In my bookmark a see this

BOOKMARK VIDEO:

*
*
*

my file style.css has this information :

#detail_page_share_link {
width:330px;
color:#039;
border:2px solid #FFFDF5;
background-color:#FFF;
line-height:15px;
text-transform:uppercase;
font-size:9px;
font-weight:700;
padding:12px 10px;
}

#detail_page_share_link ul { list-style:none; padding:0px; margin:6px 0 0; }
#detail_page_share_link li { background-image:url('images/social_logos.gif'); width:16px; height:16px; display:inline; font-size:13px; margin-right:1px;}
#detail_page_share_link a { width:16px; height:16px; display:inline-block; text-decoration:none;}
#detail_page_share_link .twitter { background-position: -220px 0; }
#detail_page_share_link .digg { background-position: -44px 0; }
#detail_page_share_link .reddit { background-position: -154px 0; }
#detail_page_share_link .furl { background-position: -88px 0; }
#detail_page_share_link .google { background-position: -110px 0; }
#detail_page_share_link .technorati { background-position: -198px 0; }
#detail_page_share_link .live { background-position: -242px 0; }
#detail_page_share_link .yahoo { background-position: -264px 0; }
#detail_page_share_link .stumbleupon { background-position: -176px 0; }
#detail_page_share_link .delicious { background-position: -22px 0; }
#detail_page_share_link .facebook { background-position: -66px 0; }

You can help me ?

Paulo.
http://www.cutbit.com
paulobsousa
Verified Customer
Verified Customer
 
Posts: 15
Joined: Dec 02, 2010 10 pm
Reputation points: 0

Postby paulobsousa on Jan 19, 2011 12 am


Another question ?

How can i put video in my articles ?

"Easily embed videos from your site into your articles (with a click of a button)"

I not found the button to embed video ?

Thank,


Paulo
http://www.cutbit.com
paulobsousa
Verified Customer
Verified Customer
 
Posts: 15
Joined: Dec 02, 2010 10 pm
Reputation points: 0

Postby kalashnik21 on Jan 19, 2011 9 am


Work`s great and no problems here...
Thank you Andrew & Paul for this great script.

To paulobsousa: I had same problem too but only in firefox. Solution: Clear history and cookies and it`s done.
kalashnik21
Verified Customer
Verified Customer
 
Posts: 55
Joined: Sep 13, 2010 2 pm
Reputation points: 0

Postby Trace on Jan 19, 2011 9 am


For the first one, make sure you also have upgraded the file social_bookmarks.tpl

When I visit the site everything seems just fine btw, maybe a Ctrl + F5 refresh might do the trick for you?

Second one: no idea, havent upgraded + dont use the article plugin :P
User avatar
Trace
Verified Customer
Verified Customer
 
Posts: 2543
Joined: Aug 16, 2010 3 pm
Location: The Netherlands
Reputation points: 1329

Postby muzikia on Jan 19, 2011 9 am


Code: Select all
For the first one, make sure you also have upgraded the file social_bookmarks.tpl
When I visit the site everything seems just fine btw, maybe a Ctrl + F5 refresh might do the trick for you?


Had the same problem. A refresh can help or if not, delete the smarty cache.
http://www.ModMyScript.com - PHPMelody plugins and mods since 2008
http://www.HostingWays.com - Shared or VPS Hosting
*** PHP Melody user and plugins maker for 9 years and counting.
User avatar
muzikia
Verified Customer
Verified Customer
 
Posts: 4120
Joined: Mar 24, 2008 6 am
Location: ModMyScript.com - PHPMELODY mods
Reputation points: 167

Postby muzikia on Jan 19, 2011 9 am


@paulobsousa
: if you upgraded to 166,
1) add or edit an article.
2) On the article toolbar you will see a small icon (like a TV set). Click there and in the pop up put your video Id (from your own website - as i can guess)


LATER EDIT:


There is a bug when we have a private article:
Code: Select all
Fatal error: Cannot use string offset as an array in /home/[....................]/article_read.php on line 150


Thanks adysnake for confirmation
http://www.ModMyScript.com - PHPMelody plugins and mods since 2008
http://www.HostingWays.com - Shared or VPS Hosting
*** PHP Melody user and plugins maker for 9 years and counting.
User avatar
muzikia
Verified Customer
Verified Customer
 
Posts: 4120
Joined: Mar 24, 2008 6 am
Location: ModMyScript.com - PHPMELODY mods
Reputation points: 167

Postby adysnake on Jan 19, 2011 9 am


@paulobsousa see image
Image
or try: [video=xxxxx] .... xxxxx = Video Unique ID

@muzikia - I see the same error with private article ... and article not show
adysnake
Verified Customer
Verified Customer
 
Posts: 56
Joined: Mar 29, 2009 4 pm
Location: Romania
Reputation points: 20

Postby Andrew on Jan 19, 2011 4 pm


@muzikia - I see the same error with private article ... and article not show


FIX:

---------------[ OPEN ]---------------
/article_read.php

---------------[ FIND ]---------------
Code: Select all
      $article = $result['msg'];

---------------[ REPLACE WITH ]---------------
Code: Select all
   header("Location: ". _URL ."/article.php");
   exit();


Thanks for the report!
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 paulobsousa on Jan 19, 2011 10 pm


Ok, my friends, this problem was because my Firefox History, has a trash. i clean my history and site start ok,

but i have another problem,

select a category and change the translation to Brazilian, to see how it looks sort options.

Thanks,

Paulo.
paulobsousa
Verified Customer
Verified Customer
 
Posts: 15
Joined: Dec 02, 2010 10 pm
Reputation points: 0

Postby nagdy on Jan 20, 2011 1 am


Hello
Very good I like PHP Melody 1.6.6


I love Melody and mody
;)
User avatar
nagdy
Verified Customer
Verified Customer
 
Posts: 66
Joined: Dec 16, 2009 2 pm
Reputation points: 0

Postby roberthanks77 on Jan 20, 2011 6 am


Andrew , i will look forward to your 1.7 version, i'm waitting for some new functions:
people suggest articles
change articles date
comments area bugs ( link address, 2nd link address doesn't work)
will you use different script for comments?
roberthanks77
Verified Customer
Verified Customer
 
Posts: 267
Joined: Apr 09, 2009 3 pm
Reputation points: 0

Postby muzikia on Jan 20, 2011 7 am


The most important for 1.7 is the framework. If the framework is well done you can whatever functionality we want.
Let them focus on it :)
http://www.ModMyScript.com - PHPMelody plugins and mods since 2008
http://www.HostingWays.com - Shared or VPS Hosting
*** PHP Melody user and plugins maker for 9 years and counting.
User avatar
muzikia
Verified Customer
Verified Customer
 
Posts: 4120
Joined: Mar 24, 2008 6 am
Location: ModMyScript.com - PHPMELODY mods
Reputation points: 167

Postby Andrew on Jan 20, 2011 10 am


@Robert - Yes, all the major parts of the script will be re-written. They will have to be in order to work with the new framework. So these small issues will be gone.

@paulobsousa - Seems that's just a CSS issue which doesn't work well with longer words.

Fix:

---------------[ OPEN ]---------------
/templates/your template/style.css

---------------[ FIND ]---------------
Code: Select all
#sorting li a {
color:#BD8D46;
font-family:Verdana, Helvetica, sans-serif;
font-size:10px;
font-weight:700;
text-transform:uppercase;
background-color:#FAF7D6;
border:1px solid #E6D3AA;
text-decoration:none;
margin:0 2px;
padding:4px;
}

---------------[ REPLACE WITH ]---------------
Code: Select all
#sorting li a {
color:#BD8D46;
font-family:Verdana, Helvetica, sans-serif;
font-size:10px;
font-weight:700;
text-transform:uppercase;
background-color:#FAF7D6;
border:1px solid #E6D3AA;
text-decoration:none;
margin:0 1px;
padding:2px;
}
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 cjohnv on Jan 20, 2011 8 pm


Dear Andrew,

First of all I have to tell you that I'm a complete newbe to PHP-melody, but so far quite impressed by it's possibilities ;) You did a great job by making this possible for old guys like me...
Now I want to upgrade from 1.6.5 to 1.6.6 and downloaded the file from my customer area.
Got a winRAR ZIP archive file and tried to unzip it, however got an error message "unknown archive file format".
What went wrong ane how do I proceed to install the new version and keeping the carbon template and contents intact?

Thanking you on beforehand for your help and cooperation...

Best regards,
John
cjohnv
Verified Customer
Verified Customer
 
Posts: 2
Joined: Nov 30, 2010 12 am
Reputation points: 0


Who is online

Users browsing this forum: No registered users and 6 guests

cron