dynamoproductions
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Permalinks resetting :(That one is the last plugin i installed before the reset happened, that’s why i suspect it was it. Anyway i will retry to install the plugin now that i have a quick way to fix the potential problem.
thanks!
Forum: Networking WordPress
In reply to: Permalinks resetting :(Thank you Ipstenu.
Deleting like this:
delete from wp_10_options where option_name = 'rewrite_rules' ;or like this:
update wp_10_options set option_value = '' where option_name = 'rewrite_rules';?
Edit: I tried the update options and the blog regenerated the key on my stage: http://blogdolci.dynamoproductions.it.
I hope the reset will never happen again if yes i will try this suggestion. The plugin that I think made the rules reset was Yoast SEO.
Forum: Plugins
In reply to: [Register Plus Redux] layout broken and strange textNever mind, i found a solution.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Get valueI deinstalled the plugin and reinstalled it in /mu-plugin/ and now seems to work: i can get the blog of the referral ID:
Forum: Plugins
In reply to: [WordPress MU Sitewide Tags Pages] Plugin not compatible with WP 3.9?Sorry, my error. I debugged a bit and I discovered that if the user creates a blog that is private, the posts are not copied/included. Is this correct?
If yes, you can consider this topic resolved.