Forum Replies Created

Viewing 15 replies - 61 through 75 (of 82 total)
  • Thread Starter jsafire

    (@jsafire)

    Scott –

    I think I may have a conflicting plugin, although E & R seems pretty straightforward. I will investigate my other plugins.
    Also, I have the same db table doesn’t exist problem with the same website running on a different site. (This site is not quite live yet and I just switched to a new webhost.

    Thx,
    Jeff

    Thread Starter jsafire

    (@jsafire)

    SELECT ID,post_title,post_name,post_date,post_content FROM wp_posts WHERE post_type='post'

    This is from the Example Posts Report, unchanged from plugin download. (Simple blog posts report.)
    I am still getting the same Table Not Found db error for wp_posts.

    Any idea what’s causing that?
    The site is otherwise running fine of course.
    Note that this is a new installation of E & R.

    jeff

    Thread Starter jsafire

    (@jsafire)

    The export file has only a newline character. Nothing else. Also, beneath Export: CSV tab, it says “No items found”.

    Anyway, there’s obviously a problem with my db here.

    From the plugin Reports screen…

    WordPress database error: [Table ‘db9368134344.wp_posts’ doesn’t exist]
    SELECT SQL_CALC_FOUND_ROWS ID,post_title,post_name,post_date,post_content FROM wp_posts WHERE post_type=’post’ LIMIT 0,25

    WordPress database error: [Table ‘db9368134344.wp_posts’ doesn’t exist]
    SELECT ID,post_title,post_name,post_date,post_content FROM wp_posts WHERE post_type=’post’

    Success: Your export is ready, the download should begin in a few moments. If it doesn’t, click here to access your CSV export file.

    When you are done with your export, click here to remove it, otherwise the export will be deleted within 24 hours of generation.

    Thread Starter jsafire

    (@jsafire)

    Lester –

    I pulled this code from wordpress.org back in March and it has been working fine since then. I will make this change as you suggest.

    Thanks for the suggestion, and thanks for this great plugin.

    Jeff Safire

    Thread Starter jsafire

    (@jsafire)

    Hi Zane –

    Unfortunately, I had to switch to the standard WP Login page, as I do not want the Login to be inside a menu. I just want a simple html Login link. I could not find a way to do that with this plugin. Also, I needed a Password Reset function, preferably built into the same Login plugin.

    Thanks for the reply.

    Jeff

    Thread Starter jsafire

    (@jsafire)

    Okay, Tobias.

    Thanks for the reply, and have a good day/afternoon/evening…

    Jeff

    By the way, I have a question for you about this plugin…
    Does your Login link change to say Logout once you are in fact logged in? Mine isn’t changing and I can’t believe it’s not supposed to do that.

    Thx,
    Jeff

    Hi –

    Have you tried setting your user roles? I’m not sure that’s what you’re refering to. If you set a user role to anything but “Admin”, that user will see less than you do in the left-hand Admin panel. There are also plugins that will completely hide the admin panel but, you must first set the roles for all users except you.

    If this is not what you mean, give it another try?

    jeff

    Haha. Glad to help.

    If your link is inside a div, you can do this:

    <div class=”myClass”>
    Here is some text and here is a Link for more info.

    </div>

    In your style.css file (Have you created a child theme with your own style.css file?)…
    do this:

    .myLinkClass {
    cursor: pointer;
    }

    Don’t ask why they call the hand cursor for links a “pointer”. Quite confusing.

    Have fun!
    jeff

    AME –

    I just installed this for the first time about 10 minutes ago. Here is what I did:

    <div class="theLoginLink">
      <a id="myLoginLink"><strong>Login</strong></a>
    </div>

    So then, in Admin panel: Settings->Ajax Login & Register
    under the Advanced Usage section in the Login Handle field, I entered “#myLoginLink” (no quotes). Since I happen to have a div surrounding my login link, I could have also used “.theLoginLink” in the Login Handle field instead.

    That’s it. Really couldn’t be simpler.

    Hope that helps!
    Jeff

    I have had this same problem for 3+ weeks now. I thought it may have been due to 3.8 or 3.8.1 but, since you are having this problem with 3.7.1, I’m not sure what to think. I am nearly positive the pw reset was working before I upgraded to WP 3.8. Have you tried re-installing the plugin? Some people here seemed to have good results doing that. I guess I will give it a shot now.

    Cheers,
    Jeff

    Well, after 2 days, I finally got this to work.
    If you’re on a Mac, Excel saves files as Western (Mac OS Roman) and Classic Mac (CR).
    I opened the .csv file in BBEdit and saved it as UTF-8 with Unix linefeeds (Unix LF). That did it. It works every time now. Don’t forget to make a column for custom_post_type and put the slug of your CPT all the way down that column.

    This plugin really does work quite simply. Of course, tweaking everything from a Cold Fusion site to WP took another whole day.

    Have fun!
    Jeff

    Has anyone gotten this to work? I just tried 037 and 038 versions. Only the sample files work.

    Thx,
    Jeff

    Sascha –

    Thanks for all this. Simple but helpful.
    Are you using your own plugin for creating users or from the WP repos’y or premium?
    I am looking for a way to create new users but, haven’t found the right one yet. I also need a way for users to change their own password and haven’t found that yet either.

    Have a good one.
    jeff

    Sascha –

    To which file did you add this code?

    Thx,
    Jeff

Viewing 15 replies - 61 through 75 (of 82 total)