renet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: access denied pagehey, the problem isn’t gone yet… please, i need help!! π
maybe we can chat some time via icq, msn or so? that way it might be easier to find a solution.
Forum: Plugins
In reply to: activate newly registered membersyes i tried searching and none of these plugins suit my needs.
i want to be able to manually activate new accounts (and only manually – the user must not be able to activate the account himself)
any other ideas? =)
Forum: Fixing WordPress
In reply to: jquery update not workingokay, just tried your new version – sorry, i didn’t see it before – and it fixes the problem. great, thanks! =)
Forum: Fixing WordPress
In reply to: jquery update not workingi sent you an email, but either you didn’t reply, or my outlook identified your reply as spam ^^
Forum: Fixing WordPress
In reply to: access denied pagehi again. i’ve tried using wp 2.3 now, but it didn’t fix the issue. so it seems to be related to my webspace provider… is this possible?
your $members_only_reqpage variable doesn’t work, because it only contains the page that non-logged in users are redirected to…
Forum: Fixing WordPress
In reply to: access denied pageactually is cannot be a cache problem, because the loginform is shown on a blocked-content-page which cannot be loaded from any cache because the combination of “loginform + content” can never be saved from any proxy server if your script would be working. – nevertheless i’m pretty sure i’m behind a proxy at university.
it’s no browser related problem either, because it’s the same with firefox and internet explorer at university.
about the proxy thing: shouldn’t the new version be loaded to the proxy, if i press f5 and then see the access denied page? but if i restart the browser, the content + loginform is viewable again… i can try updating the first-site-content to see, if i get the updated version at university, as well. that’s one thing i’ll try out on friday.
editΒ» dammit, just deleted all my browser cookies at home and now i have the same problem here. content that should be blocked is shown… :/ so it’s absolutely not related to the location ^^
just try out for yourselves by visiting my website http://renet.gc-bremen.de and pressing f5… maybe you’ll have to delete your cookies and restart your browser before… but i don’t think so.
Forum: Fixing WordPress
In reply to: access denied pagei think it checks the user-id of the current visitor. i haven’t had any problems with the sidebar loginform, yet.
would you change the status-checking in your plugin to comparing user id’s, as well? =)
i’ve just tried again today and the problem is still there.
i can’t access your global variable for the requested page somehow… what code do i have to insert into my template?
<?php echo $members_only_reqpage; ?>?Forum: Fixing WordPress
In reply to: AJAX Calendar doesn’t appeari already found out, but thanks =)
Forum: Plugins
In reply to: NAVT-ERR:03 – xml request failed.thanks for this tip, but it didn’t help…
i thought that my french name renΓ© could have been the problem, but is wasn’t.
Forum: Fixing WordPress
In reply to: access denied pageas my sidebar-loginform checks the loginstatus and showed the loginform instead of user-information i can be sure that i was not logged in @ university… so it can’t be related to cache…
Forum: Plugins
In reply to: NAVT-ERR:03 – xml request failed.the change was not applied… π
i’ve installed it on a tryout-php-server (beta-project of a free web hoster for testing purposes)… maybe this has something to do with it.
what could be possible reasons for this error?
Forum: Fixing WordPress
In reply to: access denied pagehmh @home it works even when trying the first time after starting my browser. at university it doesn’t, as though i’ve installed the same browser versions (firefox 2.0.0.7). weird…
Forum: Fixing WordPress
In reply to: access denied pagei just realized that when i start my webbrowser the first time i try to access my weblog, it is not protected. as soon as i refresh the blog or go to another page on my blog, the protectin is working. until the next browser restart…
i’ll set up a wp test installation and give you admin and ftp access so you can try out to fix this, if it doesn’t appear on your installation…
Forum: Fixing WordPress
In reply to: access denied pageright, /wp-login.php works, sorry.
if a user isn’t logged in, he automatically gets redireted to the wp-login page, if he tries to visit /wp-admin/*. so why should this be protected?
i use the live search popup plugin. if a user is not logged in he cannot live-search my blog entries, because the plugin tries to access /wp-content/plugins/…/….php. so it’d be nice, if one could not only specify pages and posts that are accessable, but also any possible file/folder. π
i’ve already implemented the redirect function to the sidebar login form. but when your plugin redirects a user to the specified “access denied” page, it’s not possible for me to find out what page he wanted to see…
do me a favour and make “eyes only” work for user-level restricted pages even without changing them to private status. because there are already a few plugins that do this job… π
regards
renetForum: Fixing WordPress
In reply to: access denied pageyesss this works for me, thanks a lot, fine work though you didn’t get the errors ^^
next time i would have tried upgrading to 2.3 – maybe i’ll do that anyway ^^
um 2 little things: access to /wp-admin/*, /wp-login.php* and to /wp-register.php* (etc.?) should be allowed for non-registered users as well! π because i use the defined page to display to non-registered users…
another thing: how can i implement a “redirect_to” to a wp-page? is that possible? because i use a sidebar-login form. after logging in i’m redirected to the specified “access denied” page… hmh this should be thought over a little more i think this is not that easy to implement…
another thing would be: how about adding the functionality of adding paged that are allowed for all visitors? wp-password has implemented this quite well in an inofficial alpha version. if you want to, i can send it to you.