it just does not work for me. every time i try to post a new post, it sends me to log in screen.
it just does not work for me. every time i try to post a new post, it sends me to log in screen.
The same here :(
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.
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.
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?
yet to be fixed. surprising considering wordpress developers use this theme on one collaborative blogs!
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...
so still no official solution?
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;
}
---
You have to change that in the wordpress plugable.php file in line 1331 and 1336.
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.
Joseph just released Version 1.4. which fixes all the trouble we're having. link
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
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.
Hi, I've tried prologue today with the original downloaded files. After wirting in text in the box, it leads to admin box and after writing the passes it redirects to the front without showing the new post. Any idea why? Thks for a hint or comment.
You must log in to post.