Hi,
Maybe you already noticed that we will have a new module system in next version.
And I am currently working on the article module for next version of Pimped-Fusion.
So, I wanted to ask you if there are any things which we could improve in the new article module compared to the article system we have at the moment here.
buzucan wrote:
i think the new article system will be beter to have
h1 tag on title and solve problem with duplicate content in webmaster tools
h1 tags can be added in your theme.
Take a look at the function render_article();
I don't think that this should be defined in core, but in themes.
xxyy wrote:
I also want a "Tweet"-Button.
buzucan wrote:
An option with an like button for facebook,
something like addbuton or sharethis.
Don't we have something like this already.
Since v0.09.00 we have this ShareThis thing.
Take a look at this article for example: http://www.pimped...usion.html
Or are you talking about something else?
Give me any example please
myth13 wrote:
No doubt, should be a picture for categories articles.
Interesting idea
Btw: what do ya thing about Breadcrumbs?
Like in attachment.
slaughter wrote:
[quote]buzucan wrote:
i think the new article system will be beter to have
h1 tag on title and solve problem with duplicate content in webmaster tools
h1 tags can be added in your theme.
Take a look at the function render_article();
I don't think that this should be defined in core, but in themes.
slaughter wrote:
[quote]buzucan wrote:
i think the new article system will be beter to have
h1 tag on title and solve problem with duplicate content in webmaster tools :)
h1 tags can be added in your theme.
Take a look at the function render_article();
I don't think that this should be defined in core, but in themes.
if you can give me an example i`ll be happy !
Open the theme.php of your theme.
Code may look like this:
Code
function render_article($subject, $article, $info) {