Page 14 of 14 FirstFirst ... 4121314
Results 131 to 136 of 136

Thread: CForms II removed from Repository.

  1. #131
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,801

    Default

    I use Contact Form 7 too as it does everything that I require. For more complicated forms, the other two plugins seem to be more suitable though.

    Contact Form 7 is frustrating me a little with all the junk it loads on every page though. I wish there was an option to deactivate it all and add it by hand to the page you are using it on.

  2. #132
    keith70 is offline Hello World
    Join Date
    Jul 2010
    Posts
    27

    Default

    So plugins like Gravity Forms or Whishlist fall under GPL?

  3. #133
    chipbennett's Avatar
    chipbennett is offline WordPress Legend
    Join Date
    Feb 2009
    Location
    St. Louis, MO
    Posts
    1,997

    Default

    GravityForms is GPL, AFAIK. Wishlist is not.
    WP TurnKey - Turn-Key WordPress installation and maintenance services
    WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins

  4. #134
    zacchaeusn7's Avatar
    zacchaeusn7 is offline Hello World
    Join Date
    Aug 2010
    Location
    Asheville, NC.
    Posts
    2

    Icon4 How to Remove cform Plugin Footer

    I read and reread this forum thread many times but I never received clear and direct instructions on how to remove the "contact form by delicious:days" that so many people rant about.

    So just in case someone would like to know:
    1) Download cforms at http://www.deliciousdays.com/cforms-plugin
    2) Open the folder and find the cforms.php file; open it
    3) Go to line 1017
    4) Remove "<p class="linklove" id="ll'. $no .'"><a href="http://www.deliciousdays.com/cforms-plugin"><em>cforms</em> contact form by delicious:days</a></p>"
    5) Remember to close with ";"
    6) Save edited file
    7) Upload new file using your FTP client or zip with original folder again and upload through the WP plugin dashboard

    That's all there is to it!

    Z
    Last edited by zacchaeusn7; 09-02-2010 at 09:19 AM. Reason: I didn't know that HTML syntax couldn't be used in posts.

  5. #135
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,801

    Default

    Welcome to the forum zacchaeusn7.

    You can use HTML in your posts by placing the code between [html] tags like this:
    HTML Code:
    <p class="linklove" id="ll'. $no .'"><a href="http://www.deliciousdays.com/cforms-plugin"><em>cforms</em> contact form by delicious:days</a></p>
    EDIT: Actually, that's PHP, so best to use [php] tags like so:
    PHP Code:
    <?php echo '<p class="linklove" id="ll'$no .'"><a href="http://www.deliciousdays.com/cforms-plugin"><em>cforms</em> contact form by delicious:days</a></p>'?>

  6. #136
    zacchaeusn7's Avatar
    zacchaeusn7 is offline Hello World
    Join Date
    Aug 2010
    Location
    Asheville, NC.
    Posts
    2

    Default

    @ryan

    thanks brother!

    z

Page 14 of 14 FirstFirst ... 4121314

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •