Forum Replies Created
-
About 3)
quick and dirty, maybe could been added as feature when user registers and has made comments before
‘UPDATE wp_database.wp_comments SET user_id=’User_ID_our_member_got_after_succesfull_registration’ WHERE comment_author_email=”his/her_old@used_before_mail.com”;’
edit: Is it normal looking at bp_blogs_record_comment() function for a chance to import “properly”?
http://phpxref.ftwr.co.uk/buddypress/bp-blogs/bp-blogs-functions.php.source.html#l227About 2)
php-fpm had memory_limit at 32MB but php.ini at 128M, so lowering the limit back to 32M kinda fixed the problemIn reply to: [Resolved] Mystique Theme From DigitalNatureYour instructions are valid for Mystique 3.1 too :thumbsup:
In reply to: [Resolved] Mystique Theme From DigitalNatureDid this end well? Are we talking about Mystique version 3+ or the 2.something version?
With these instructions i get eg: domain.com/register full load of theme but empty page/post page or domain.com/index.php/register stripped CSS version but registration of BP appears
(checked nginx rules, also default BP theme works like a charm)