lidakis
Forum Replies Created
-
ok it was a theme issue….
Hi, Your plugin looks great, but i can not make it working.
I’m using
WordPress Version 3.4.1
Event Calendar / Scheduler Version 3.0.0I see only the forms and the buttons with no data inside, even the buttons are empty (without any word for example week or month)
Furthemore, I open the dhx_cal_data div with firebug and there is no data inside ….
I ‘ve installed the plugin in wpmu and in normal wordpress instalation but the problem persists.
Any, idea ?
Hi guys, this is my first time posting here, yesterday i installed buddypress and profile progression and all these stuff…
I’m using,
Buddypress Version 1.6.1
WordPress Version 3.4.1
BuddyPress Profile Progression Version 0.1
And i’ve already tried all of the above for errors….So, when i was building the profile fields after a step, i got this error
trim() expects parameter 1 to be string, array given in …\wp-content\plugins\buddypress-profile-progression\includes\bppp-core.php on line 31
I was getting this error every time, that i was putting a field (in profile) which was different from a text field.
For instance, if i put a select box i will get the above error.
And that’s normal for the functions logic…
Solution…
In order to overcome this problem go to
“wp-content\plugins\buddypress-profile-progression\includes\bppp-core.php”and find this line
$profile_value = trim(bp_get_profile_field_data( $field_args ));and just replace it with this
$profile_value = (bp_get_profile_field_data( $field_args ));The trim function at this point, is the reason for the error.
Normally you will not get any error, and the progression bar will work just fine.
Let me know if sth else happens.