Forums / Install & configuration / Need help to remove the convert to PDF function

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Need help to remove the convert to PDF function

Author Message

thanh duong

Friday 14 October 2005 7:12:31 pm

Hello all first time user of this program.

I did some search on the foru, but could not find a clear answer...would someone be so kind to help me remove the PDF conversion of all the articles/news please ?? i am using the version 3.7

Hans Aikema

Saturday 15 October 2005 3:05:26 am

removing the part

        <div class="attribute-pdf">
          <p>
             <a href={concat('/content/pdf/',$node.node_id)|ezurl}>{'application/pdf'|mimetype_icon( small, "Download PDF"|i18n( "design/base" ) )} {"Download PDF version of this page"|i18n( "design/base" )}</a>
          </p>
        </div>

from your article template (<i><designdir></i>/override/templates/full/article.tpl) will do the trick of removing that link from all articles / newsitems (don't forget to flush your caches)

thanh duong

Saturday 15 October 2005 1:00:59 pm

ok but do i do it on the file first and then reupload it OR do i change it on the admin site