ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

SAEF not appearing in Chromem, Safari, or IE

November 04, 2010 5:27pm

Subscribe [3]
  • #1 / Nov 04, 2010 5:27pm

    jtree

    255 posts

    I’m running SAEF on a live site currently and the form isn’t appearing in Chrome, Safari or IE.  I can see the SAEF fine in Firefox though.  I’ve even created a new template and stripped it down to it’s the most basic code SAEF and it still won’t work.  I’m using some of Pixel and Tonic’s Fieldtypes so I even tried creating a new test weblog with default ee fields thinking that may be the issue but still no luck.  I’m on 1.7.0 Build:  20101018.  Thanks!

    {embed='global/_doctype'}
    
    <head>
    <title></title>
    
    </head>
    
    <body>
    {exp:weblog:entry_form weblog="misc" return="site/index" preview="site/entry"}
    
    {preview}
    <h1>{title}</h1>
    
    {display_custom_fields}
    
    {/preview}
    
    
    <table>
    <tr>
    <td>
    
    
    Title
    
    <input type="text" name="title" id="title" value="{title}" size="50" maxlength="100"></p>
    
    URL Title
    
    <input type="text" name="url_title"  id='url_title' value="{url_title}" maxlength="75" size="50" /></p>
    
    </td>
    <td valign="top">
    
    <input type="submit" name="submit" value="Submit" />
    <input type="submit" name="preview" value="Preview" />
    
    {status_menu}
    Status
    
    <select name="status">
    {select_options}
    </select>
    
    {/status_menu}
    
    Date 
    
    <input type="text" name="entry_date" value="{entry_date}" maxlength="23" size="25" /></p>
    
    Expiration Date 
    
    <input type="text" name="expiration_date" value="{expiration_date}" maxlength="23" size="25" /></p>
    
    Comment Expiration Date 
    
    <input type="text" name="comment_expiration_date" value="{comment_expiration_date}" maxlength="23" size="25" /></p>
    
    <input type="checkbox" name="sticky" value="y"  {sticky} /> Make Entry Sticky
    <input type="checkbox" name="allow_comments" value="y" {allow_comments} /> Allow Comments
    <input type='checkbox' name='dst_enabled' value='y' {dst_enabled} />DST Active on Date of Entry
    
    {ping_servers}
    Ping Servers
    
    {ping_row}
    <input type="checkbox" name="ping[]" value="{ping_value}" {ping_checked} /> {ping_server_name}
    
    {/ping_row}
    
    {/ping_servers}
    
    {category_menu}
    Categories
    
    <select name="category[]" size="4" multiple="multiple">
    {select_options}
    </select>
    
    {/category_menu}
    
    </td>
    </tr>
    </table>
    
    {/exp:weblog:entry_form}
    
    </body>
    </html>
  • #2 / Nov 05, 2010 10:11am

    Ingmar

    29245 posts

    What third-party extensions and add-ons are you using? Do you’ve got a link?

  • #3 / Nov 05, 2010 11:37am

    jtree

    255 posts

    http://www.indyhub.org/calendar/test/

    As far as add-ons I’m using the following

    Extensions:
    jQuery for the Control Panel
    Required Category Extension
    LG Addon Updater
    LG .htaccess Generator
    FieldFrame
    LG Add Sitename
    Publish Tweeks
    Calendar
    LG Polls: Poll Question
    Edit Alert
    Edit Menu
    Category Checkboxes
    Field General

    Modules:
    Calendar
    Code Pack
    eeFlickr
    Freeform
    LG Polls
    WYGWAM

  • #4 / Nov 06, 2010 1:37am

    Sue Crocker

    26054 posts

    Hi, jtree. If it works in one browser, but not another, double check that you’re logged in.

    Add the following code to to your SAEF page:

    {if logged_in}
    You're logged in!
    {if:else}
    You're not logged in!
    {/if}

    Does that make a difference?

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases