deugarte
Forum Replies Created
-
Forum: Plugins
In reply to: [SimpleTOC - Table of Contents Block] TranslationsThank you!
Forum: Plugins
In reply to: [SimpleTOC - Table of Contents Block] TranslationsHello! I modified the Spanish translation files (mo and po) according to my needs and I added an Esperanto files too… but they dont seem to change the original translations… Am I doing something wrong?
Thanks in advance
Finally I took the easy way, in subscribe2/classes/class-s2-core.php I added an OR to the mail function. Now it only sends the messages if post is private.
function mail($recipients = array(), $subject = '', $message = '', $type = 'text', $attachments = array()) { if ( ( empty($recipients) || '' == $message ) OR ($post->post_status != 'private')){ return; }Thanks! Checking the link you recommended I found s2member_filter(), I will try with it and report later here!
Forum: Networking WordPress
In reply to: Multisite – can't access the administration panelYes, same error here and I cannot find where is the problem. When I try to load http://mydomain.com/wp-admin/network only a white page appears…
Forum: Networking WordPress
In reply to: Multisite parsing html badlySorry, finally I found the cause: Mediawiki Markup plugin. I thought was not active, but it was.
Forum: Networking WordPress
In reply to: Multisite parsing html badlyIt is happening in every site created and in the main site
Forum: Networking WordPress
In reply to: Multisite parsing html badlyCould be something related with apache configuration?
Forum: Networking WordPress
In reply to: Multisite parsing html badly…and if I edit the post, the code is shown correctly, as I wrote it. But, with independence of the theme, the result is a bad parsing in the page.
Forum: Networking WordPress
In reply to: Multisite parsing html badlyHTML editor… Im old fashioned 🙂