• asolis11

    (@asolis11)


    Hello guys, please give me a hint here as I don’t understand what the developer is referring at the instructions to replace with my own buttons instead.

    Plugin URL: https://www.ads-software.com/extend/plugins/cleansave/
    ———————————————————————–
    This is from the Read Me File
    <h4>Using Your Own Buttons</h4>

    If you prefer to use your own link or button instead of one of the provided buttons you may do so by:

    1. Hide the buttons under Button Styles in the CleanSave Settings page.
    2. Insert a hyperlink into your page as per the example below:
    * Save
    * Email
    * PDF
    * Print
    ———————————————————————–

    Im have zero knowledge about PHP and I will love for someone to help me out is is appropriate to ask how I do this? Where Do I add the new button path?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter asolis11

    (@asolis11)

    * <a href='.' onClick='CleanSave();  return false' title='Save page'>Save</a>
       * <a href='.' onClick='CleanEmail(); return false' title='Email page'>Email</a>
       * <a href='.' onClick='CleanPDF();   return false' title='PDF page'>PDF</a>
       * <a href='.' onClick='CleanPrint(); return false' title='Print page'>Print</a>
    Thread Starter asolis11

    (@asolis11)

    that is for step #2
    Any help will be great guys

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Cleansave] Changing buttons to my own’ is closed to new replies.