By Glenn Gelman on Saturday, 02 May 2015
Posted in General Issues
Replies 5
Likes 0
Views 780
Votes 0
Hello:

I enabled the Publishing Tools (Print Button, PDF Button, Bookmark button, and Social bookmarks provider) but only the Print text/Icon shows up on the Blog. How do I get the other tools to show up on the Blog? (http://www.personalmentoringservices.com)

Also, when I print a blog article, the /index.php/... urls show up next to links and tags. How do I remove these urls?

Thank you.

Glenn
Hello Glenn,

The bookmark button is dependent on which bookmarks you are using. I have checked the site and the bookmarking button does appear correctly when I access http://www.personalmentoringservices.com/index.php/pmsblog/oomph .

Alternatively, if you want to enable those social buttons like Facebook, you can enable them from the back end settings of EasyBlog under Settings > Social Integrations . Just enable the buttons that you want there
·
Saturday, 02 May 2015 03:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, Mark, for your quick response.

The PDF Button does not show up. Perhaps I am missing something here.

Also, is there a way to remove the urls (links and tags) that show up when I print a blog article, the /index.php/...?

Thank you, Glenn
·
Saturday, 02 May 2015 04:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Glenn,

If you are on Joomla 1.6 onwards, the PDF links are no longer available. PDF functionality is only available on Joomla 1.5 as this is a feature by Joomla itself.

As for the urls which appear on the print, it's actually being added by the browser and the only way is to actually hide it altogether with css. You can try adding the block of css codes below into your template's css file,


@media print {
a[href]:after {
content:none;
}
}
·
Monday, 04 May 2015 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, Mark. I will try this. Glenn
·
Tuesday, 05 May 2015 22:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Glenn,

You're welcome, keep us updated then.
·
Wednesday, 06 May 2015 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post