+ Reply to Thread
Results 1 to 5 of 5

Thread: PDF Export - Plugin - Bug

  1. #1

    PDF Export - Plugin - Bug

    I've find a bug for the plugin in object.

    PDF Export don't respect the privacy of the sellers and show all informations, independently if you choise to don't show it from Admin panel.

    ... and don't work well with GeoFilter. If you have set Geo Multifield (Country -> Region -> City), it show only Country

  2. #2
    Junior Member
    Join Date
    May 2010
    Location
    İstanbul
    Posts
    8
    Hello

    I have the same problem.

  3. #3
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    Its the same if you will print a listing, all informations about the owner are listed.

  4. #4
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    Any solution to fix this?

  5. #5
    You can use the fix below.

    Code:
    Only registered members can view the code.
    Lets say you want to hide the logo on the print page.

    yoursite.com/templates/yourtemplate/tpl/controllers/print.tpl

    FIND:
    Code:
    Only registered members can view the code.
    REPLACE WITH:
    Code:
    Only registered members can view the code.

    If you want to lets say hide the ad title also, then just add that key so it looks like:
    Code:
    Only registered members can view the code.
    To make hide work for print you need to add the code below to the print.css, maybe also for the PDF plugin:
    Code:
    Only registered members can view the code.
    You can find the print.css at:
    Code:
    Only registered members can view the code.

    To find out what key you want to hide you need to go to adminpanel and check your "Account Fields" or "Listing Fields" then just click on a field and look at the first row "Key" and just copy that key name.

    As for the PDF plugin i bet it works the same but i cant test it as i dont use it.

    Hope this will help you out.
    Last edited by Peter Jonsson; February 2, 2013 at 11:05 PM.

+ Reply to Thread