smichener
Forum Replies Created
-
Thanks, Callum.
I was in a bit of a time crunch and ended up going with “Configure SMTP”. I have a large number of plugins activated on this site, about 30, and I assume there was some sort of conflict. By the luck of the draw “Configure SMTP” did not run into any conflicts, I assume.
regardless thanks for the reply. I’ll leave this unresolved in the event someone else encounters it.
Thanks
– Steve
Never mind, I was confused between subscribing to receive email notifications and actually gaining access to the full post content.
Solution: social-access-control.php line 877
Change
add_filter(‘single_post_title’,
array(‘social_access_control’,’filter_title’), 10000, 2);to
// add_filter(‘single_post_title’,
// array(‘social_access_control’,’filter_title’), 10000, 2);Just comment out this filter and it works. I have seen no ill side effect as of yet.
If I knew about the easy way I would have done it the easy way. Pretty simple.
Ok, I found the solution. What I did was correct. But you have to go into the setting page and deselect password from the list of hidden fields to display and save the settings. Then reselect the field and save the settings again, the note will be gone.
Let me add that it is essential to remove this note text if one is to use this plug-in on any commercial website, as the English usage is incorrect.
I will happily make a donation to the author if I can find out how to remove the text, and thus be able to use this plug-in.
Thanks
Andrea, I quoted you in an earlier post in this thread, from another thread regarding this issue. I had misunderstood the restriction but am now clear on it. Thank you.
The main issue I’m currently having is that the admin area for the main site and all blogs on the network are incredibly slow. So slow that getting anything done is impossible.
Before I attempt it, would going to the super admin area and attempting to upgrade the network help things?
Thanks ipstenu. I do not want my url to be mydomain.co, I’m fine with mydomian.com/blog/
However, I cannot get the set up network links to show up in admin and I have followed the required steps in altering wp-config and htaccess.
I just read this comment from Andrea_r in another thread…
“That warning refers to people who want to install the program in a directory (like /wordpress/) then run it out of the root so their domain is whateverdomain.com and the blogs are off that domina. THAT is what won;t work.”
So now I’m confused. I can run multisite from mydomain.com/blogs/ ?