Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: subscribe2 plugin help

    2 Quick Questions:

    (1) How can I add a “first name” field to Subscribe2?

    [I’m guessing I must change the codes in 2 places in subscribe2.php

    (a) line 75: “$this->form = “<form method=’post’ action=”>” . __(‘Your email:’, ‘subscribe2′) . “ <input type=’text’ name=’email’ value=” size=’20’ /> 
    <input type=’radio’ name=’s2_action’ value=’subscribe’ checked=’checked’ /> ” . __(‘subscribe’, ‘subscribe2′) . ” <input type=’radio’ name=’s2_action’ value=’unsubscribe’ /> ” . __(‘unsubscribe’, ‘subscribe2′) . ”  <input type=’submit’ value='” . __(‘Send’, ‘subscribe2’) . “‘ /></form>\r\n”;

    And line 141: “$sql = “CREATE TABLE $this->public ( email varchar(64) NOT NULL default ”,”]

    Anywhere else? (And please show me how to add the FirstName fields – I don’t want any parse errors cause I’m a newbie!)

    (2) How can I place the form code in a static page?

    [Right now, I want to add the <!–subscribe2–> or actual form html right on my static index page – my WP blog resides in /blog/ folder not where my index is.]

    I already tried adding the form html then later the <!–subscribe2–> code with no success.

    This plugin does exactly what I need (excluding categories, etc…), so its’ definetly what I’ll use, if I can only figure out the above with your help.

    Thanks in advance!
    Laz

    Thread Starter Laz

    (@laz)

    Thanks HandySolo!

    As to how people subscribe, I’ve seen on other WP blogs “subscribe” buttons (with all the graphics) but this to newbies like me, makes no sense.

    Is there a more familiar form box so that people can know that if they subscribe they will be notified of the latest news on my site?

    Example:
    __________________________
    Email Updates
    Subscribe to get
    sites updates!
    Email __________
    __________________________

    Thanks again in advance,
    Laz

Viewing 2 replies - 1 through 2 (of 2 total)