grisu59
Forum Replies Created
-
Forum: Plugins
In reply to: [Add From Server] Error after activation of 'Add from server' pluginhello
I have still this problem, with the same errorFatal error: Call-time pass-by-reference has been removed in /home/civicrm/public_html/wp-content/plugins/add-from-server/class.add-from-server.php on line 137
but what’s VERY strange is that the error persist also if I delete the plugin!!!
What can i do?
Forum: Plugins
In reply to: [Dropfiles free] Is not possible add categories?I don’t mean “nested categories”; that are aviable only in PROversion
but main categoriesTahnks
I found the solution to this problem (and I write here so I will find quickly in the future)
in directory PLUGINS You have to change the file
buddypress-auto-group-join/php/bp-auto-group-join-init.phpand at libne 66 (more or less)
afterfunction groups_are_active()
you have to add
{
return bp_is_active( ‘groups’ )? true : false;
};So, at the end it will be
function groups_are_active(){
return bp_is_active( ‘groups’ )? true : false;
};{
$active_components = get_site_option(‘bp-active-components’);
if ( isset( $active_components[‘groups’]) ) {
return true;
} else {
return false;
}
}and it will work fine
Forum: Fixing WordPress
In reply to: Error after upgrading (maybe editor settings ??)I deleted plugin WP-ckeditor and now seems working fine!
Forum: Plugins
In reply to: [Facebook Page Publish] Does not publish to FBTo me happen the same
I connected blog http://www.pdudine.it
to facebook page
https://www.facebook.com/pages/Partito-Democratico-Udine/146337085412273But posts are not updated to FB!
Forum: Plugins
In reply to: [Buddypress-Ajax-Chat] Installed and gives entire site error "redirect loop"I have a similar problem only with Internet Explorer
Whit FF work almost ok (there is still some code error)
I tried to contact the developer some days ago and today but maybe they are in holidays in these weeks!Forum: Plugins
In reply to: [BuddyPress Groupblog] I'm not able or something wrong: NO BLOGI discover now tha tthe this plugin work only with new groups after the installation of plugin
I’m using the last versione (0.7) – installed 2 days ago – and I have the same problem
The list of groups stops at 19!
But I have a little bit more public groupsWhat can I do?
Forum: Themes and Templates
In reply to: IE Display ProblemsThanks for you opinion
I tried to reupload the theme but nothinng changed
I think there there is some problem on the code because this error happen with more than 1 templateThanks
Forum: Themes and Templates
In reply to: IE Display ProblemsSimilar problem to me
On FF all is ok on IE8 I have problems with admin bar on the top that goes around for the website
And it’s happen with all themes
So I think it’s not a problem with template but inside codeApreciate your help