Text instead of icons

e107 CMS » Forums » e107 Themes » Theme Developer Discussion << Previous thread | Next thread >>
fizi
Jul 04 2012, 12:59AM
Registered Member #5852
Joined: Jan 26 2004, 04:43AM
Location: Hungary
Posts: 217
I want that appears text (e-mail, print, pdf, edit) instead of icons on the news in the my theme.
How need make it?
Thanks!
[ Edited Jul 04 2012, 01:00AM ]
Go to top
Website
Tgtje
Jul 05 2012, 07:09AM
  • e107 Support Team
Registered Member #30653
Joined: Sep 18 2006, 01:25AM
Location: Born, The Netherlands
Posts: 1994
not the solution you seek guessing, would be too easy
links instead of SC ; but how to cover the styling because of pre styled linksusage and fonts in css.. and even more troubles: example newspost : how would the link get the id of post?(triggers an idea? )

or : transparent txt button? .
[ Edited Jul 05 2012, 07:14AM ]
Go to top
Website
C6Dave
Jul 05 2012, 09:07AM
  • e107 Site administrator
  • e107 Support Team Leader
Registered Member #9506
Joined: Jul 31 2004, 12:57AM
Location: North East UK
Posts: 12341
Usually there linked to or defined in theme.php $NEWSSTYLE section?
Go to top
Website
septor
Jul 05 2012, 09:11AM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #37
Joined: Aug 11 2002, 03:20AM
Location: United States
Posts: 2655
{NEWSID} gives the news ID. Use that to manually link to objects (edit/print/etc).

For example:

$NEWSSTYLE = "
<div class='newsbox'>
<div class='title'>{NEWSTITLE}</div>
<div class='content'>
{NEWSBODY}
{EXTENDED}
{EMAILICON}
</div>
<div class='newsinfo'>
{NEWSCOMMENTS}<br />{NEWSDATE}<br />posted by {NEWSAUTHOR}; filed under {NEWSCATEGORY}<br /><a href='".SITEURL."email.php?news.{NEWSID}'>email this story to a friend</a>
</div>
</div>
";
[ Edited Jul 05 2012, 09:52AM ]
Go to top
Website
fizi
Jul 05 2012, 10:27AM
Registered Member #5852
Joined: Jan 26 2004, 04:43AM
Location: Hungary
Posts: 217
Thanks! I will try it.
Go to top
Website
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System