Loading ...

POLL: Do you use the 'Article Module'?

Board index / PHP Melody - Video CMS / PHP Melody 1.6.x (old version)

Forums for the previous PHP Melody version (1.6.x)

Do you use the Article Module?

Yes
96
58%
No
41
25%
I would if it were better made
26
15%
 
Total votes : 163

Postby crodexter on Apr 04, 2010 10 am


For me articles are great way for good position on Google. I am "beliver" that original content helps and I have good Google rank. Maybe you can think about improving SEO for articles if that is possible.
It is also good way to present news and write about topics that are related to your videos.
crodexter
Non-verified
Non-verified
 
Posts: 40
Joined: Oct 10, 2009 5 pm
Reputation points: 0

Postby boransal on Apr 10, 2010 11 pm


Hello,

i always use that module, but i need some module or upgrade, maybe you can thing about on next release, we have anatolian and traditional music and nearly all of them have a story, when i write lyrics and story on article they directly find me from google, my opinion is, on article can have music videos if we can chose related videos for article will be great

Thanks
boransal
Verified Customer
Verified Customer
 
Posts: 10
Joined: Apr 17, 2008 12 am
Reputation points: 0

Postby Andrew on Apr 13, 2010 7 am


We're working on connecting articles with videos and viceversa. However it may be a bit hard to come up with a solution that's not resource intensive. This would make for a great option but we'll have to see what can be done with the existing setup.

Thanks.
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 jeremy860 on Apr 23, 2010 10 pm


mephisto wrote:
mash wrote:Do not use.
Since there is no time to complete the article and write texts. It is better to have it filled from rss to be able to add the feed labels and receive news directly.

Now that's a good idea.
Add 15 news feeds and your don't have to look at it anymore.
Autoupdate and all.


I have used it a few times.

I just feel it needs a few more features.

And yes, RSS is the main feature I have been waiting for!! :geek:
jeremy860
Non-verified
Non-verified
 
Posts: 97
Joined: Oct 20, 2009 9 pm
Reputation points: 0

Postby louis on Apr 28, 2010 7 am


yes me !!
I use it to promote new videos on the website " Teaser , trailer "
louis
Verified Customer
Verified Customer
 
Posts: 318
Joined: Jan 10, 2009 4 pm
Reputation points: 0

Postby Darkwoods on Apr 28, 2010 11 pm


yeah i would use it if i was able to show posts on the index page from different categories and if every post had 2 types of thumbs it would be great!
Darkwoods
Verified Customer
Verified Customer
 
Posts: 68
Joined: Oct 23, 2009 10 am
Reputation points: 0

Postby rapimdk on May 10, 2010 8 pm


yes i use it as news..
http://www.rapim.dk/article.html
rapimdk
Verified Customer
Verified Customer
 
Posts: 105
Joined: Oct 13, 2009 2 pm
Reputation points: 0

Postby Andrew on May 12, 2010 7 pm


Darkwoods wrote:yeah i would use it if i was able to show posts on the index page from different categories and if every post had 2 types of thumbs it would be great!


See the demo for the new version 1.6.3: http://www.phpsugar.com/pm_demo/

Is this what you're talking about?
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 louis on May 19, 2010 3 pm


me I no thumb in home page for the location article
small image does not appear, however I did like you.

how to fix this problem?

I think q'il lack something in the code for index.php?
Code: Select all
if (_MOD_ARTICLE)

{

   $articles = art_load_articles(0, 3);



   if ( ! array_key_exists('type', $articles))

   {

      foreach ($articles as $id => $article)

      {

         $articles[$id]['title'] = fewchars($article['title'], 55);

      }

      $smarty->assign('articles', $articles);

   }

}
louis
Verified Customer
Verified Customer
 
Posts: 318
Joined: Jan 10, 2009 4 pm
Reputation points: 0

Postby Andrew on May 20, 2010 9 am


First you should check if it appears wherever there are 'related articles' listed.

The equivalent code for what you posted is:
Code: Select all
if (_MOD_ARTICLE)
{
   $articles = art_load_articles(0, 3);

   if ( ! array_key_exists('type', $articles))
   {
      foreach ($articles as $id => $article)
      {
         $articles[$id]['title'] = fewchars($article['title'], 55);
      }
      $smarty->assign('articles', $articles);
   }
}
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 louis on May 20, 2010 7 pm


Hi Andrew,
its not working I also look in my 'related articles' as you have and ask the same thing

Louis
version 1.6.3
louis
Verified Customer
Verified Customer
 
Posts: 318
Joined: Jan 10, 2009 4 pm
Reputation points: 0

Postby louis on May 20, 2010 8 pm


sorry andrew
it works now.
I know that it works for the local server, no for image links.
louis
Verified Customer
Verified Customer
 
Posts: 318
Joined: Jan 10, 2009 4 pm
Reputation points: 0

Postby Andrew on May 21, 2010 5 pm


Good. Now, let's keep this ontopic.
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 Dominick on May 24, 2010 10 am


I am using the article module but I do think it can be improved a bit,
In my opinion its easier to show the articles in the backend the same way as the frontend,
And just one edit page where the admin can edit the article but can also delete comments straight away.

Dominick
User avatar
Dominick
Non-verified
Non-verified
 
Posts: 209
Joined: May 05, 2010 10 pm
Reputation points: 30

Postby webbiepublisher on Jun 01, 2010 8 pm


As a noob to phpmelody I would like to have been able to feed it an rss to publish articles from other sites I actually write articles for. It's the only reason I deactivated it, don't have time to copy and paste each and every entry I write for others. I think many sites would use it if they could aggregate stories/news from other sources. Since we can already import from a ton of sources it would be cool if the article module was capable of this as well.
VPS Servers starting at $2 per month!!5GB+ Space
3.3GHz+ CPU
1Gbps Connection
1 IPv4 / 16 IPv6
Instant Setup!
webbiepublisher
Verified Customer
Verified Customer
 
Posts: 988
Joined: May 21, 2010 2 pm
Location: NYC
Reputation points: 24


Who is online

Users browsing this forum: Google [Bot] and 4 guests