Forums

Prologue theme problem with WP 2.6 (14 posts)

  1. Sushubh
    Member
    Posted 2 months ago #

    it just does not work for me. every time i try to post a new post, it sends me to log in screen.

  2. pasQualle
    Member
    Posted 2 months ago #

    The same here :(

  3. Sushubh
    Member
    Posted 2 months ago #

    ah good to hear that the problem is not my browser...

    it's also weird to not have a single file download for this theme. i dont know how to use those linux commands to stay up to date... :( and i cannot see any dates in the folder that has prologue files.

  4. josephscott
    Member
    Posted 2 months ago #

    I've had a few reports of problems with Prologue on 2.6. I'll be taking a look to see what's happened.

    There will also be a new place to download a single zip file of Prologue soon.

  5. Gilles Maes
    Member
    Posted 2 months ago #

    From what I've been possible to find, auth_redirect(); is causing it to malfunction. My guess is that is has something to do with the new cookie security system...

    Any ideas on how to fix this?

  6. Sushubh
    Member
    Posted 2 months ago #

    yet to be fixed. surprising considering wordpress developers use this theme on one collaborative blogs!

  7. Gilles Maes
    Member
    Posted 2 months ago #

    Indeed, really puzzles me... For now I've simply removed the line with auth_redirect();
    That way it works, can't garantuee it's 100% safe but it doesn't have that much consequences from what I can tell so far...

  8. Sushubh
    Member
    Posted 2 months ago #

    so still no official solution?

  9. pixelbug
    Member
    Posted 2 months ago #

    Sorry to bug everyone with such a simple question (I'm sure).
    But, how do I edit the size of the thumbnail from 80x80 to 48x48 like you guys have on your prologue blog?

    I uploaded the gravatar.php file and placed it in the plugins dir. It's activated.

    My guess is I'm supposed to edit the size in the code but have no idea where, (I've tried a few times).

    Please advise me. Thank you.

    Jorge

    ---

    function gravatar($rating = false, $size = false, $default = false, $border = false) {
    
        global $comment;
    
        $out = "http://www.gravatar.com/avatar.php?gravatar_id=".md5($comment->comment_author_email);
    
        if($rating && $rating != '')
    
            $out .= "&rating=".$rating;
    
        if($size && $size != '')
    
            $out .="&size=".$size;
    
        if($default && $default != '')
    
            $out .= "&default=".urlencode($default);
    
        if($border && $border != '')
    
            $out .= "&border=".$border;
    
        echo $out;
    
    }

    ---

  10. pasQualle
    Member
    Posted 2 months ago #

    You have to change that in the wordpress plugable.php file in line 1331 and 1336.

  11. josephscott
    Member
    Posted 2 months ago #

    I've been trying to reproduce the problem, but so far no luck. It's been working for for me on a stock 2.6 release.

  12. pasQualle
    Member
    Posted 2 months ago #

    Joseph just released Version 1.4. which fixes all the trouble we're having. link

  13. Sushubh
    Member
    Posted 2 months ago #

    cool thanks it works now.

    i think i found a bug like thing in the theme...

    i posted this link:

    http://news.pspspot.net/uploads/4lpdppz(2).gif

    prologue breaks it even if i put it in a tag in the post...

    check here: http://sushubh.com/545/

    update: looks like even bbpress does not like this link... :P

  14. austinstorm
    Member
    Posted 2 months ago #

    Unfortunately, I'm still having the same problem. Every time I use the post form in redirects to a "Please log in again." screen. After logging in, it just returns you to the blog. I've got an upgraded install to 2.6, with no plugins. I've tried clearing cookies, using IE instead of Firefox, and installing the SVN.

Reply

You must log in to post.

About this Topic

Tags