May 21 2012 23:56:53
Languages
Navigation
Friends & Affiliates
Roadmap
[N] User Profile Wall
[N] Error log like in P...
[N] Submit photo - Subc...
[N] Warnings - who can ...
[N] [edit profile]Save ...
[N] Moving panels with ...
[N] Forum thread deform...
[N] Thumbnails in downl...
[N] [Locale German] New...
[N] Warnings only for a...
Users Online
· Guests Online: 4

· Members Online: 0

· Total Members: 494
· Newest Member: budisantoso
Last Seen Users
· budisantoso16:08:49
· lidaer16:19:21
· Yodix 1 day
· mr-casino 1 day
· dos5 3 days
· Machello93 3 days
· Leonardo_master 3 days
· ezgi 3 days
· xxyy 4 days
· lilin0402 5 days

Login
 Username  Password  
View Thread: Article System in next version
Who is here? 1 Guest
 Print Thread
Article System in next version
slaughter
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
i think the new article system will be beter to have
h1 tag on title and solve problem with duplicate content in webmaster tools Smile
Signaturemulti messenger download
 
myth13
No doubt, should be a picture for categories articles.
 
http://phpmyfusion.ru/
buzucan
An option with an like button for facebook,
something like addbuton or sharethis.
Signaturemulti messenger download
  x 1  x 1
 
Advertising Bot
Posted on 21-05-2012 23:56
Bot Agent

Posts: n^x
Joined: Always

  
xxyy
I also want a "Tweet"-Button.
Signaturexxyy
blacktigers.bplaced.net/banner/sig.png
Meine neue Webseite (in Development...)
Alle Angaben ohne Gewähr. Ich übernehme keine Haftung für Schäden an Hard/Software Wink
 
http://xxyy.bplaced.net/
slaughter
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 Smile


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 Wink


myth13 wrote:
No doubt, should be a picture for categories articles.


Interesting idea Wink

Btw: what do ya thing about Breadcrumbs?
Like in attachment.
slaughter attached the following image:

[46.59 kB]

 
xxyy
I mean something like this(from a Wordpress AddOn)
xxyy attached the following image:

[2.89 kB]

Signaturexxyy
blacktigers.bplaced.net/banner/sig.png
Meine neue Webseite (in Development...)
Alle Angaben ohne Gewähr. Ich übernehme keine Haftung für Schäden an Hard/Software Wink
 
http://xxyy.bplaced.net/
buzucan
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 Smile


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 !
Signaturemulti messenger download
 
slaughter
buzucan schrieb:
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:
Download source  Code
function render_article($subject, $article, $info) {
   
   echo "<table width='100%' align='center' cellpadding='0' cellspacing='0'>\n<tr>\n";
   echo "<td class='capmain-left'></td>\n";
   echo "<td class='capmain'>".$subject."</td>\n";
   echo "<td class='capmain-right'></td>\n";
   echo "</tr>\n</table>\n";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='spacer'>\n<tr>\n";
   echo "<td class='main-body middle-border'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td align='center' class='news-footer'>\n";
   echo articleposter($info," &middot;").articlecat($info," &middot;").articleopts($info,"&middot;").itemoptions("A",$info['article_id']);
   echo "</td>\n</tr>\n</table>\n";

}




You can change all the html code like you want it ;)
The $subject variable us the title.
 
arat
Btw: what do ya thing about Breadcrumbs?
Like in attachment.


Breadcrumbs would be a very nice addition! Grin
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
Medal system Feature Requests 1 12-03-2012 04:15
blog system Feature Requests 1 06-03-2012 06:53
Error on system mesaje Suspected Bugs and Errors 5 02-03-2012 04:08
Article category display General Questions 2 21-02-2012 04:27
Download Version General Questions 4 21-02-2012 04:27
Share this thread
URL:
BB-Code:
HTML:
AddThis:
Share |
Render time: 0.17 seconds - 107 Queries 994,310 unique visits