aniclip
Forum Replies Created
-
Good morning, I havent got this option with wp6.1.1
How can I do to disable term & conditions ?
Thank youForum: Plugins
In reply to: [Hide Dashboard Notifications] Issue with wp user frontend WPUFForum: Plugins
In reply to: [The Events Calendar] >> Event category metakeytribe_events_cat
Forum: Plugins
In reply to: [Join My Multisite] >> ProblemForum: Plugins
In reply to: [BP Profile Search] Fatal errorI ve got the same bug since a month ago and this solve the problem ! Thank you for this asson script witch work perfectly with KLEO theme
THANK YOU !!!!!
Forum: Plugins
In reply to: [BP Profile Search] >> White screenVery Strange but I find
BP not alll network, activated one by one
BP Profile Search activated one by one and subsite deleted and recreated (Lon work ) but its okBugs sometimes are very dark but its ok
Thank you for your support AndreaLaurent
Forum: Plugins
In reply to: [BP Profile Search] >> White screenand if I suppress bp profil search, page visible, I really dont understand.
Forum: Plugins
In reply to: [BP Profile Search] >> White screenNo just a note to enlarge max-allowed>_memory for DB, then I enlarge it.
// NOTE :
I suppress all plugin from plugins folder, there is just BP PROFIL SEARCH
PAGE WHITE when I test it !!!!
Why ???Forum: Networking WordPress
In reply to: Subdomain creation failed – Centos6/plesk11.5create a subdomain with a * ?
No I didnt do it , Im gonna try to seeForum: Networking WordPress
In reply to: Subdomain creation failed – Centos6/plesk11.5Yes I understand and I thank you.
I config DNS via plesk and apply wildcard. A DNS *.mydomain.com related to the IPThank you for your help
Forum: Networking WordPress
In reply to: Subdomain creation failed – Centos6/plesk11.5Yes it was working, do you whats the problem ?
Forum: Networking WordPress
In reply to: Subdomain creation failed – Centos6/plesk11.5No direct install on the server, and modify wp-config and .htaccess as mention when creating network :
//WP-config add-on
define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'www.mydomain.fr'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);//HTACCESS
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]Have you got an idea ? thank you
