flamey
Forum Replies Created
-
thanks, but that didn’t help.
Expiry of a password works – user looses access to the post immediately as expiration time comes, even if the password is not yet deleted. but if the password doesn’t have expiration time and you simply delete it manually after user has logged in – the user continues to have access. if I clear cookies the access is blocked, of course, and the deleted password it doesn’t work anymore, of course.
the timezone is correct, and I should also mention that I’m trying it on local WAMP install (though build-in password system works, as well as another multiple passwords plugin I tired – but that one doesn’t have expiring passwords which I’d like).
I realized that could be the case after I replied 🙂 Thanks!
No i did not place it under plugins subdir… thank you! Don’t know how I missed it 🙁
I wasn’t planning to translate the whole thing, but if I get to translating meaningful majority of the strings I’ll send it to you.never mind, i found the solution.
$previewPicId = $gallery->displayed_gallery->get_galleries()[0]->previewpic; $previewPicUrl = ''; foreach ( $images as $image ) { if ($image->pid == $previewPicId) { $previewPicUrl = $image->imageURL; break; } }Forum: Fixing WordPress
In reply to: How to move login page?thanks for the reply, but I want the opposite:
when you go to http://www.yoursite.com/wp-admin/ or http://www.yoursite.com/wp-admin.php you get err (404 is fine). but when you got to http://www.yoursite.com/admin/ – you get your regular login page, you can login and administer as normalany ideas? thnx
Forum: Plugins
In reply to: How to modify displayed link’s attributes?Have you even looked at the search results you sending me to before including it in your post? 🙂 there are billion and one plugin to add or remove nofollow from comments and/or articles. but i dare you point me to single one that does that for sidebar links, you know, the ones you add throught the admin pannel. especially selectively, not all or none.
well, good thing its not a hard hack. besides i could add a hack to add “nofollow” as an option for rel in the admin pannel, or even make a plugin to do it (just have to see if right hooks are available).
Forum: Plugins
In reply to: How to determine the page if a front page?yep, works. thanks again 🙂
Forum: Plugins
In reply to: How to determine the page if a front page?thank you guys! im going to try it right now
Forum: Plugins
In reply to: How to determine weather page is an article or home/category pgae?oops, single.php, never mind.