pandreas
Forum Replies Created
-
Forum: Plugins
In reply to: [Wiki] Remove "Advanced" buttonOk Bojan, the problem is solved!
I didn’t have put the css code in the right way.
Thank you!
Forum: Plugins
In reply to: [Wiki] Remove "Advanced" buttonIt doesn’t work for me.
Could you please tell me what to write to css?
Thank you!
Andreas
Forum: Plugins
In reply to: [CM Tooltip Glossary] BuddyPress ConflictHello again and thank you for the release of new version which, as far as my testings are right, it solves half of the problem.
I mean that by creation of a new group, you can upload a group avatar as ‘crop image’ functionality is there and works fine.
But, when someone edits an existing group, then the problem still exist and the button ‘crop image’ isn’t not appearing.
Could you please fix this as well??
Thank you for your great job and for sharing..
Regards,
Andreas
Forum: Plugins
In reply to: [CM Tooltip Glossary] BuddyPress ConflictAny help please?
Forum: Plugins
In reply to: [CM Tooltip Glossary] BuddyPress ConflictIs there any answer to this problem?
I am also fetching the same problem.
I can not upload group avatar, as ‘crop image’ button disappears.
Thank you!
Andreas
Forum: Plugins
In reply to: [CM Tooltip Glossary] Add Glossary Item – restrict by roleThank you for your answer.
Do you have any plan about the date of the next version release?
Forum: Plugins
In reply to: [BuddyPress Docs] Limiting user capabilities based on roleIs there any solution to this? How can role be restricted concerning the creation of a doc?
Thank you!
Forum: Plugins
In reply to: [BuddyPress Groups Extras] Group page (post_type = gpages) post authorHello Againg @slava UA.
Could you please answer to me if there is a relation between wp_bp_groups table and wp_posts??
I changed a group name, but gpage didn’t change. Is this how it works? How I could change this behaviour and update gpage record as well?
Regards,
Andreas
Forum: Plugins
In reply to: [Posts 2 Posts] Filtering results to 'to' post typeIs there any answer to my question?
I managed to filter to one only gape. But I would like to have filter with one or more gpages..
Can I do that?? Here is my connection type.
function my_connection_types() {
if ( !function_exists( ‘p2p_register_connection_type’ ) )
return;
p2p_register_connection_type( array(
‘name’ => ‘posts_to_gpages’,
‘from’ => ‘episode’,
‘to’ => ‘gpages’,
‘admin_column’ => true,
‘to_query_vars’ => array( ‘gpages’ => ‘xxxxx’ ),
‘sortable’ => ‘any’,
‘context’ => ‘advanced’, //doesn’t work
‘can_create_post’ => false,
) );Forum: Plugins
In reply to: [BuddyPress Groups Extras] Group page (post_type = gpages) post authorThank you for your reply.
Other plugins uses post_type of table wp_posts so it could be a reason to have post_author = creator_id.
Anyway, is there a relation between two tables? I don’t see that there is a specific field that matches both tables, except ‘post_title’ and ‘name’..
How can I get the creator of group having the post type?
Thank you!