POLL: Do you use the 'Article Module'?
Board index / PHP Melody - Video CMS / PHP Melody 1.6.x (old version)
58 posts • Page 2 of 4 • 1, 2, 3, 4
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.
It is also good way to present news and write about topics that are related to your videos.
- crodexter
- Non-verified
- Posts: 40
- Joined: Oct 10, 2009 5 pm
- Reputation points: 0
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
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
- Posts: 10
- Joined: Apr 17, 2008 12 am
- Reputation points: 0
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.
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
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
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!!

- jeremy860
- Non-verified
- Posts: 97
- Joined: Oct 20, 2009 9 pm
- Reputation points: 0
yes me !!
I use it to promote new videos on the website " Teaser , trailer "
I use it to promote new videos on the website " Teaser , trailer "
- louis
- Verified Customer
- Posts: 318
- Joined: Jan 10, 2009 4 pm
- Reputation points: 0
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
- Posts: 68
- Joined: Oct 23, 2009 10 am
- Reputation points: 0
yes i use it as news..
http://www.rapim.dk/article.html
http://www.rapim.dk/article.html
- rapimdk
- Verified Customer
- Posts: 106
- Joined: Oct 13, 2009 2 pm
- Reputation points: 0
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
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
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?
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
- Posts: 318
- Joined: Jan 10, 2009 4 pm
- Reputation points: 0
First you should check if it appears wherever there are 'related articles' listed.
The equivalent code for what you posted is:
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
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
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
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
- Posts: 318
- Joined: Jan 10, 2009 4 pm
- Reputation points: 0
sorry andrew
it works now.
I know that it works for the local server, no for image links.
it works now.
I know that it works for the local server, no for image links.
- louis
- Verified Customer
- Posts: 318
- Joined: Jan 10, 2009 4 pm
- Reputation points: 0
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
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
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
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
-
Dominick - Non-verified
- Posts: 209
- Joined: May 05, 2010 10 pm
- Reputation points: 30
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!
3.3GHz+ CPU
1Gbps Connection
1 IPv4 / 16 IPv6
Instant Setup!
- webbiepublisher
- Verified Customer
- Posts: 988
- Joined: May 21, 2010 2 pm
- Location: NYC
- Reputation points: 24
58 posts • Page 2 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 3 guests