DrLightman
Forum Replies Created
-
Forum: Plugins
In reply to: [ByREV WP-PICShield] Backslash in allowed domain gets duplicated in .htaccessAlso, in .htaccess, when you check on HTTP_REFERER, there is the list of allowed domains:
translate.google.com|translate.googleusercontent.com|…
Shouldn’t the . be escaped?
translate\.google\.com|translate\.googleusercontent\.com|…
Forum: Plugins
In reply to: [ByREV WP-PICShield] Not working in local environmentNevermind, commented this line in .htaccess and now it seems to work locally too.
#RewriteCond %{REMOTE_ADDR} !^(127.0.0.1|127.0.0.1)$ [NC]
I didn’t know that the watermaked image was generated by the first image load.
Forum: Fixing WordPress
In reply to: url path with children pages of a frontpage static pageThanks, and sorry for the delay in replying.
I did in a similar way, with a small Options page to hold page IDs togheter with other custom settings 🙂
Forum: Fixing WordPress
In reply to: url path with children pages of a frontpage static pageReason: the design I was given expects that in the homepage there are 3 boxes in a row each one with a title and a thumbnail (featured image) and each one pointing to a page and I though to get those 3 pages with a call to wp_list_pages() and the parameter “child_of” set to current homepage post ID from the homepage template.
Since that solution was ugly dued to the resulting generated url, I’ve moved those 3 pages in the root and set up a settings options page in the dashboard to specifiy the 3 IDs of the pages I want to make appear in the boxes as a comma separate list of ids (12,34,56).
Forum: Fixing WordPress
In reply to: Command Line script exits with a strange HTML(?) errorOkay found the problem, the plugin “Stop Spammer Registrations Plugin” was somehow interfering. Disabled that and the script executed successfully.
Forum: Fixing WordPress
In reply to: wp-admin, deleting an user, crashes because of too many usersThanks!
Forum: Fixing WordPress
In reply to: wp-admin, deleting an user, crashes because of too many usersAbout 330’000
Forum: Fixing WordPress
In reply to: Closed meta boxes in "posts – add new"Well I found a user meta field to reset
wp_usermeta
closedpostboxes_post
a:0:{}
But it remains a mistery the reason why all of a sudden it stopped working.
Tweet and Pin disappeared today here, can’t find why.
This is just crazy, how is it possibile that after an update a so popular plugin decides to print out those meta tags so risking to break the functinality for sites that already implemented the protocol, and most likely they are not so few since Facebook integration it’s so common nowadays?
And no, Facebook doesn’t like duplicate tags.
Forum: Plugins
In reply to: [Facebook] Any plans to include FB authentication anytime soon?I also expected this feature were already integrated into this pugin, but I learnt I was wrong, unfortunately.
The implementation of the classic “Login with Facebook” button. As a shortcode to put into a static page or a widget to place in the sidebar or a php template tag to manually integrate it in a template theme.
In addition to that, the register-with-Facebook funcionality, eg when an user does the connection with Facebook, automatically an user with the same email address is added to the WordPress database and the two entities (Facebook user/Wordpress user) are linked togheter so that when you login with Facebook you’re automatically authenticated with the local WordPress user data.
Thank you I’ll give a try as soon as I can
Forum: Fixing WordPress
In reply to: Database connction issue. certain connections sleepingExcluding the software problem, since I don’t think WordPress would leave open connections in my installation only, I’m thinking about switching from MyISAM to InnoDB to hope to speed up open/close connections by optimizing locking.
My db contains about 228,003 posts,
Forum: Fixing WordPress
In reply to: Database connction issue. certain connections sleepingI’m interested on this issue. I also have a lot of sleeping connections. Can’t just disable plugins on the fly on a live installation.
Apparently, this could be of help: