Forum Replies Created

Viewing 10 replies - 46 through 55 (of 55 total)
  • Forum: Fixing WordPress
    In reply to: access denied page
    Thread Starter renet

    (@renet)

    it’s the same with my blog… doesn’t prevent non-registeres and logged in visitors from viewing the entries…

    Forum: Fixing WordPress
    In reply to: access denied page
    Thread Starter renet

    (@renet)

    hey hami,

    have you found a solution for this issue? it’d be nice if you’d post it in here so i can try to fix it for the other plugin(s), too.

    thx
    renet

    Forum: Fixing WordPress
    In reply to: access denied page
    Thread Starter renet

    (@renet)

    sent you an email as well…

    i found an interesting discussion about that topic:
    http://wordpress.org/support/topic/111833

    but there seems to be no real solution… it seems to depent on the way the .php files are coded in some way… (ansi,unicode,utf-8) because different coding, different error messages (utf-8 & ansi, unicode doesn’t work at all, i tried it with wp-password.php)

    Forum: Fixing WordPress
    In reply to: access denied page
    Thread Starter renet

    (@renet)

    no i’ve never tried to use this plugin. is doesn’t work with version 0.1 either… i’ve also tried using the default skin, but it didn’t change anything… hmh

    i’ve looked up the code on line 341 in pluggable.php – the code around that line looks like this:

    336	if ( $is_IIS ) {
    337		header("Refresh: 0;url=$location");
    338	} else {
    339		if ( php_sapi_name() != 'cgi-fcgi' )
    340			status_header($status); // This causes problems on IIS and some FastCGI setups
    341		header("Location: $location");
    342	}

    does this help you?

    edit Β» as i just realized, this error also occurs with another plugin so it might not be a problem of your plugin… but it’s the wp-password plugin, that is doing something very similar to what your plugin does. so it as well might have something to do with both of your plugins…

    Forum: Plugins
    In reply to: Made a loginform

    another thing is… if you’re using the permalinks this way: http://www.yoursite.com/2007/09/16/sample-post/

    you also should replace loginform.php, line 7:
    action="wp-login.php"

    with this:
    action="<?php echo bloginfo('wpurl').'/wp-login.php'; ?>"

    works only with wordpress 1.5 and above

    Thread Starter renet

    (@renet)

    thanks for your reply.

    about 4.) but maybe it’d be better if there is a seperated field for comments. if you enter a text: “thanks for this comment.” it may appear underneath the comment like: “comment by (username): thanks for this comment.”

    one more point

    6. if i enter the confirmation code incorrectly, the code like <br/> is shown in the text-field for the gb-entry. maybe you could prevent this… also this shows that html is allowed inside the guestbook entries – this should be disallowed.

    regards
    renet

    Thread Starter renet

    (@renet)

    thanks for your reply.

    what about adding an url like:

    http://www.url.de.vu

    or

    subdomain.hoster.com

    or

    http://www.webspaceprovider.com/users/username/home.html

    ?

    would you add a possibility to disable the url-checker? =)
    thanks a lot.

    Forum: Fixing WordPress
    In reply to: access denied page
    Thread Starter renet

    (@renet)

    deactivating the seo pack plugin eliminated the old warning, but a now one came along:

    Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w008171f/***/***/wp-content/themes/decayed-10/header.php:7) in /www/htdocs/w008171f/***/***/wp-includes/pluggable.php on line 341

    thanks for your plugin-suggestions, used the first sidebar login form. πŸ™‚ when will the next update be finished? hope i can help you somehow.

    Forum: Plugins
    In reply to: Made a loginform

    thanks for this nice hack.

    it didn’t quite work for me, because i experienced the same problems as jauhari. but i fixed it by replacing the following code:

    loginform.php, line 22:
    <?php echo wp_specialchars($redirect_to); ?>

    replace with:
    <?php echo $_SERVER['REQUEST_URI']; ?>

    LoginformCode, line 7:
    '/wp-login.php?action=logout">Logout</a>'

    replace with:
    '/wp-login.php?&action=logout&redirect_to=' . $_SERVER['REQUEST_URI'] . '">Logout</a>'

    now everything works fine for me. i’m using wordpress 2.2.3.

    regards
    renet

    Forum: Fixing WordPress
    In reply to: access denied page
    Thread Starter renet

    (@renet)

    now it doesn’t work @ all.. ^^

    is allows to view whatever page i want even when i’m not logged in. either it doesn’t redirect to the specified page… in both cases (specify page/login page) the following error appears on top of the blog (page content is still shown):

    Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w008171f/***/***/wp-content/plugins/
    all-in-one-seo-pack/all_in_one_seo_pack.php:103) in /www/htdocs/w008171f/***/***/wp-includes/pluggable.php on line 341

    but thanks for your quick reply & work, anyway =)

    if you could fix this & add the following i’d be very glad:
    – put the login form on that specified page.
    – allow to require not a login but a specified password for the whole blog.
    – maybe you could add the options to the privacy settings instead of a seperated options-page?

Viewing 10 replies - 46 through 55 (of 55 total)