Forum Replies Created
-
Author
-
clyn
Participantok. i read https://archived.seventhqueen.com/documentation/kleo#translation,
question is,
in loco pluging, turkish buddypress translate is working, also turkish for KLEO is %100 but not loading or italian is %100 for kleo frame but not loading. Or german is %100 for kleo not loading but can show mutual friends pluging traslated to german on buddypress page…
i am using qtranslate to switch language. Is this mistake? which swticther is correct on frontend for loco translate? sorry bad english
thanks
clyn
ParticipantHi again,
Can you reply my last question above please, how can i seperate with ‘ – or . symbols between added taxonomy labels…. thanks
clyn
ParticipantI did not understand anything that forum topic… I can show tags, categories, archieve link, post date or profile link on single post or post layout… On this topic, i cant understand how to i add custom taxonomies?
what should i do with above forum topic (you send it), should i chance categories to taxonomies?
thanks
clyn
ParticipantActually, i installed clean wordpress and latest kleo… so it can be solved.
But if i faced again this problem, what should i do? Any code to add function.php?Thanks
clyn
Participantok. thanks, i’ll do…
Acually after WP security, i could not enter my admin panel 🙂clyn
Participant3 – DO not or cant add captcha to pop-up (login and lost pasword)? DO i really add to captha on popup loging or lost passwords)
4 – When i check on WPsecurity, enable captcha on lost passwords, popup lost pasword working (sending email reset page) but also giving this below code? When deactive, i dont see this message…
Warning: Missing argument 3 for AIOWPSecurity_General_Init_Tasks::decode_reset_pw_msg() in /home/……./public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php on line 426
clyn
ParticipantActually i need but on buddypress/setting, there is a retired component Group Forum writing use bbpress… So i am confused. Those are different things?
clyn
ParticipantThis reply has been set as private.clyn
Participantactually i did moderator but nothing happens. maybe forum repair item again?
thanks…clyn
Participant1 – sorry, again me… How do buddbress members (or different roles) can create forum. Roles cant see add new forum on their admin panel… I am giving permission on user role editor, but cant see on member admin panel…
1 – Buddypress component / Group Forums BuddyPress Forums are retired. Use bbPress. – its uncheck, but forum setting i give permission group forum and group can create forum… Is that same thing?
clyn
ParticipantThis reply has been set as private.clyn
ParticipantThis reply has been set as private.clyn
Participanti really sorry sharmstr really sory. what am i missing? If enable code author cpt archive show but forum topic started is lost and replies show members post.. ıf deactive code, its forum work, author archieve dont work. what must i do work together? Really sorry
clyn
ParticipantThis reply has been set as private.clyn
ParticipantThis reply has been set as private.clyn
ParticipantBut now, i cant see the author custom post type archive, only shows normal posts… Should i decide, forum or archieve?
clyn
Participanti dont remember now who, but kleo team give me that code. because my author custom post type dont show before…I think you resign the code…
clyn
Participanti think you are talking about authour slug pluging… I forget to tell you before…I can deinstall, dont need this pluging actually
clyn
ParticipantThis reply has been set as private.clyn
ParticipantProM code working very well on my custom post type. Showing login or register buttons but login button goes to wp-login.php not open pop-up at same window, and register button go to register page and i dont want to use this page (i am using Promembership register page)
how can i change ths buttons URL’s
thanks
clyn
ParticipantThis reply has been set as private.clyn
Participantoh sorry
function wpse_36118_force_published( $post ) { if( ‘trash’ !== $post[ ‘post_status’ ] ) { /* We still want to use the trash */ if( in_array( $post[ ‘post_type’ ], array( ‘page’, ‘MYPOSTTYPES’ ) ) ) { $post[‘post_status’] = ‘publish’; } return $post; } } // Hook to wp_insert_post_data add_filter( ‘wp_insert_post_data’, ‘wpse_36118_force_published’ );
clyn
ParticipantThis reply has been set as private. -
AuthorPosts