wpreser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Converting PHP file from ANSI to UT8 makes my site down!There was nothing else before these lines. I had them when I wish to login!
Forum: Fixing WordPress
In reply to: Why an image header turns to bad quality when added to WP?Thank you for your answer.
I’m working on localhost for now, so no particular host restrictions.
I didn’t find doc relevant about on how to use abhorant IMHO editor!Forum: Fixing WordPress
In reply to: Hide/protect/rename WP installation foldersonce someone get’s those paths you are back to square one.
This is exactly what I’m searching to avoid, hence my question.
WP should offer more flexibility in this matter to increase security options.Forum: Fixing WordPress
In reply to: Where are the date format files?I’m using a translated version of WordPress and some other plugins. But the names are translated differently of what is common in my country!
So, I wish to modify them.Forum: Fixing WordPress
In reply to: Can't add new elements to the footer menu!Hi and thanks for your answers.
I’am switching sometimes between 2011 theme and annotum base.
Forum: Fixing WordPress
In reply to: "Important" missed features in WP!I’m sorry, I don’t agree with your arguments! 😮
You say that you prefer to make things easily! How easily is that?
It is not easy at all! Rather, with such options, thing get more easy, for me and for beginners at least!
For you, maybe it doesn’t matter as you are skilled in web development but for the majority of WP users it is not.
If we have the choice to disable these options, it becomes as if we don’t have them. So, where is the problem to have them included with the possibility to enable/disable them? Those who prefer not to have such options, they choose to disable them and continue to use WP as if they are not available. And those who want such options will appreciate their availability.
On other hand, I didn’t find any plugin that offers such options in simple and straightforward way.
Do you know already available plugin that provide such options? I longtime searched the plugins section, but didn’t find any relevant one. This is why I posted my topic.Regards,
Forum: Fixing WordPress
In reply to: How to remove Author's name from posts?Hi,
Open your main CSS file and add the following code, in the last position of the file:
.sec-authors {
display: none;
}It should work.
Forum: Fixing WordPress
In reply to: Make the login page only in the webpage not an independent pageYes, something like that, thank you.
Forum: Fixing WordPress
In reply to: Interesting missing options in WP !Wawww! Shame on me!
Thanks a lot!
Why such an interesting feature is hardly reparable?
It would also be fantastic if there was similar options for the date and author name in the same screen!Forum: Fixing WordPress
In reply to: Interesting missing options in WP !Sorry, wrong post title; “missed”, instead of “missing”…! 😮
Forum: Fixing WordPress
In reply to: Automatic log out after inactivity time without using pluginsJust to add that currently when I log into my localhost installation, I stay logged in forever! If for example I leave it overnight, I come the morning and find my session as logged in!
So, I wish to automatically log out.Forum: Fixing WordPress
In reply to: Automatic log out after inactivity time without using pluginsThanks Michael.
I’d just to finish the login session after inactivity time. For example after 30 minutes of inactivity, the logged member should re-login if he didn’t do anything! Or, if someone forgets to logout manually, this will compromise the website security!
So, logout automatically after inactivity time is a good option isn’t it?
Maybe I’ve to take a look at plugins.Forum: Fixing WordPress
In reply to: Automatic log out after inactivity time without using pluginsFor the plugin, I’d like to reduce using plugins at the minimum!
Forum: Fixing WordPress
In reply to: Automatic log out after inactivity time without using pluginsNeppp! It didn’t work! I’ve already tried it but doesn’t work as I thought 🙁
Forum: Fixing WordPress
In reply to: Automatic log out after inactivity time without using pluginsCool! Thanks, Jan!
I have it set up on false:
wp_set_auth_cookie($user_id, $remember = false, $secure = '')
Should I provide a value for the $secure ” ?
If I do the following:
wp_set_auth_cookie($user_id, $remember = true, $secure = '30')I replaced “false” by “true” and set the value “30”!
Will this work?