Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter godlike101

    (@godlike101)

    i spent like 1 week trying to solve this problem, it has been driving me crazy and with like 2 clicks you fixed it, thanks m8 🙂

    Thread Starter godlike101

    (@godlike101)

    Heres the code for the page where i want the post title’s to be listed

    <table border=”3″>
    <tbody>
    <tr>
    <td>
    <h3 style=”text-align: left;”><span style=”color: #0000ff;”>Ebay Resale</span></h3>
    </td>
    <td>
    <h3 style=”text-align: left;”><span style=”color: #0000ff;”>Online Poker Scam</span></h3>
    </td>
    <td>
    <h3 style=”text-align: left;”><span style=”color: #0000ff;”>Easy $$$ from Craigslist</span></h3>
    </td>
    <td>
    <h3 style=”text-align: left;”><span style=”color: #0000ff;”>The Domain Scam</span></h3>
    </td>
    </tr>
    <tr>
    <td>
    <h3><span style=”color: #ffffff;”>Easy $400/month
    </span></h3>
    </td>

    <td>
    <h3 style=”text-align: left;”><span style=”color: #0000ff;”>Email Marketing Tips</span></h3>

    <td>
    <h3 style=”text-align: left;”><span style=”color: #0000ff;”>$$$ From Websites</span></h3>

    <td>
    <h3 style=”text-align: left;”><span style=”color: #0000ff;”>$200/day Affiliate</span></h3>

    </tr>
    </tbody></table>

    Thread Starter godlike101

    (@godlike101)

    Here is the code to submit a post

    <!– Form 1 start –>
    %%FORMMESSAGE%%
    <!– form start –>
    <form method=”post” action=”http://onlydollars.com/wp-content/plugins/tdo-mini-forms/tdomf-form-post.php&#8221; id=’tdomf_form1′ name=’tdomf_form1′ class=’tdomf_form’ >
    %%FORMKEY%%
    <div><input type=’hidden’ id=’tdomf_form_id’ name=’tdomf_form_id’ value=’1′ /></div>
    <div><input type=’hidden’ id=’redirect’ name=’redirect’ value=’%%FORMURL%%’ /></div>
    <!– widgets start –>
    <!– content start –>
    <fieldset>
    <label for=”content_title” class=”required”>Post Title (Required):

    <input type=”text” name=”content_title” id=”content_title” size=”30″ value=”<?php echo htmlentities($content_title,ENT_QUOTES,get_bloginfo(‘charset’)); ?>” />
    </label>

    <label for=”content_content” class=”required”>Post Text (Required):

    </label>
    <small>Allowable Tags: <p><b><u><img><table><tr><td>

    1. <sup></small>

      <textarea title=”Post Content” rows=”10″ cols=”40″ name=”content_content” id=”content_content” ><?php echo $content_content; ?></textarea>

    </fieldset>
    <!– content end –>
    <!– autorespondemail start –>
    <fieldset>
    <?php if(tdomf_widget_autorespondemail_show_email_input(%%FORMID%%)) { ?>
    <?php if(isset($_COOKIE[‘tdomf_autorespond_widget_email’])) { $autorespondemail_email = $_COOKIE[‘tdomf_autorespond_widget_email’]; } ?>

    <label for=’autorespondemail_email’>Email for notification: <input type=”text” value=”<?php echo htmlentities($autorespondemail_email,ENT_QUOTES); ?>” name=”autorespondemail_email” id=”autorespondemail_email” size=”40″ /></label>
    <?php } ?>
    </fieldset>

    </fieldset>
    <!– autorespondemail end –>
    <!– imagecaptcha start –>
    <fieldset>
    <script type=”text/javascript”>
    <!–
    function new_freecap_1()
    {
    // loads new freeCap image
    if(document.getElementById)
    {
    // extract image name from image source (i.e. cut off ?randomness)
    thesrc = document.getElementById(“freecap_1”).src;
    // add ?(random) to prevent browser/isp caching
    document.getElementById(“freecap_1″).src = thesrc+”?”+Math.round(Math.random()*100000);
    } else {
    alert(“Sorry, cannot autoreload freeCap image\nSubmit the form and a new freeCap will be loaded”);
    }
    }
    //–>
    </script>
    <img src=’http://onlydollars.com/wp-content/plugins/tdo-mini-forms/widgets/freecap/freecap_tdomf.php?tdomf_form_id=1&#8242; id=’freecap_1′ alt=” />

    <small>If you can’t read the word in the image, click here</small>

    <label for=”imagecaptcha_1″ class=”required” >
    What is the word in the image?

    <input type=”text” id=”imagecaptcha_1″ name=”imagecaptcha_1″ size=”30″ value=”” />
    </label>
    </fieldset>
    <!– imagecaptcha end –>
    <!– widgets end –>
    <!– form buttons start –>
    <table class=’tdomf_buttons’><tr>
    <td><input type=”submit” value=”Preview” name=”tdomf_form1_preview” id=”tdomf_form1_preview” onclick=”tdomfSubmit1(‘preview’); return false;” /></td>
    <td><input type=”submit” value=”Send” name=”tdomf_form1_send” id=”tdomf_form1_send” onclick=”tdomfSubmit1(‘post’); return false;” /></td>
    </tr></table>
    <!– form buttons end –>
    </form>
    <!– form end –>
    <!– Form 1 end –>

    Thread Starter godlike101

    (@godlike101)

    bump i think i already installed that ..as shown in this pic http://img19.imageshack.us/img19/7377/authorwj6.png

    can anyone help…this is driving me crazy

    Thread Starter godlike101

    (@godlike101)

    hey thanks for the reply, i just uploaded the plugin however when activating it i got this error.

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Cannot redeclare class RoleManager in /home/vol1/cheapdollarhost.com/dolla_2809123/htdocs/wp-content/plugins/rolemanager/role-manager.php on line 22

    line 22 says:var $wp_content_dir;

    any ideas on how to fix this

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