Bjarne
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Message Attachment] Warning: extract()Getting the above for each time i try to send an attachment
1.5.2 fixed it ??
Thnx!Having the same issue here! ??
Realy hope so… ??
Still unreachable from Sweden… ??
Replaced (in 1.2):
if (get_option('root-profile')==1){ add_filter( 'bp_core_enable_root_profiles', '__return_true' ); }
With (from 1.1):
if (get_option('root-profile')==1){ define ( 'BP_ENABLE_ROOT_PROFILES', true ); }
And we are back again with nice root profiles!
Is this something that your looking for;
NGG + BuddyPress
BP + NEXTGEN Gallery integrateAny one with a working “bug fix” for this?
I dont mind getting dirty and applying it my self; as long some one can contribute the solution…Hi there @modemlooper!
Is there any chans to include any more tabs manaully?
There is two tweeks/plugins that i would love to have included;
BP-NextGen-Gallery-Integrate and “my own” support tab.Regards
BjarneWill pass along your info to him! ??
Would be nice to use both; since my users like the voting and i like to be able to upload with out the browser… ??BP-NextGen Gallery integrate only shows the pictures each member has uploaded through NextGen.
So in order to upload you have to use the standard NextGen admin pages.Hi there!
Thanks for your swift reply!I used the shutter effect…
Switched to lightbox and shadowbox but no luck…But when i put the CSS and shutter-reloaded.js in the header it solved the problem!
Now it looks as it should, Thank you for pointing me in the right direction!
It is a dirty hack but it works for now! ??Now i “just” need to find out if i′m in buddypress and if thats the case include these files (i hate overload… ??
Way too long since i played with PHP!!! ??