Forum Replies Created

Viewing 12 Topics - 1 through 12 (of 12 total)

‘, __( ‘Platform’, ‘wpuf’ ) );
}

add_action( ‘wpuf_dashboard_head_col’, ‘wpufe_dashboard_change_head’ );

/**
* Add a new table cell to the dashboard table rows.
* It adds a form for changing the post status of each posts via ajax call.
*
* @param array $args dashboard query arguments
* @param object $post current rows post object
* @return void
*/
function wpufe_dashboard_row_col( $args, $post ) {
?>

Author Posts
December 26, 2014 at 11:13 am in reply to: toolbar problems 32967
Donald Donald

Changing the “Admin area access” setting will show the toolbar to logged in Editors, Admins, etc. but I need to show the toolbar for logged out users and subscribers.

November 4, 2014 at 1:36 pm in reply to: Registration form not showing up 29684
Donald Donald

It was my membership plugin, even though it was set to Not Protect the form, I still had to enable it to be seen.

October 16, 2014 at 3:57 pm in reply to: Can't hide wordpress toolbar 28527
Donald Donald

Did that already, admin bar still appears.

October 12, 2014 at 6:24 pm in reply to: Adding taxonomy to dashboard 28227
Donald Donald

I can get other info to display in the column when replacing “subhead”, for example with the Meta Key of a Dropdown Field.
But when I replace “subhead” with “platform” for this taxonomy, it doesn’t work.
Thanks

October 12, 2014 at 9:24 am in reply to: Some fields don't display 28190
Donald Donald

Actually, it’s still not appearing in the post either.
Really need to get this custom taxonomy to display in the post and on the dashboard.

October 12, 2014 at 8:18 am in reply to: Some fields don't display 28189
Donald Donald

I got the taxonomy to display in the post. Now trying to get it in the dashboard.
Taxonomy name is Platform.
Where do I put “platform” in the second part of this code?

/**
* Add a new column header in dashboard table
*
* @param array $args dashboard query arguments
* @return void
*/
function wpufe_dashboard_change_head( $args ) {
printf( ‘

%s ID, ‘subhead’, true ) ) {
echo $sub;
} else {
echo ‘—‘;
}
?>
October 10, 2014 at 9:17 am in reply to: Some fields don't display 28138
Donald Donald

Also I have added a column to the dashboard to show the custom taxonomy. The column appears but not the selected terms. Please help.

October 10, 2014 at 8:37 am in reply to: Some fields don't display 28136
Donald Donald

I’ve hidden the toolbar with css as a workaround but this custom taxonomy display issue has stopped my project development. Really need a fix for this asap.

The taxonomy was created using the Types plugin, it is registered with all post types.

October 9, 2014 at 8:48 pm in reply to: Some fields don't display 28126
Donald Donald This reply has been marked as private.
October 9, 2014 at 7:38 pm in reply to: Some fields don't display 28123
Donald Donald

I guess maybe I just don’t understand how to display all the fields when the post is viewed. I have checked “Show custom fields on post content area” in General Setting.
How do I see everything when reading the post?? The Documentation is really not clear at all.

October 7, 2014 at 3:06 pm in reply to: Urgent- Please activate your copy 28037
Donald Donald

Nice fast fix- thanks!

October 4, 2014 at 9:06 pm in reply to: WordPress toolbar showing when plugin is installed 27974
Donald Donald

I also have this issue, using version 2.2.6. Is there a fix?

Viewing 12 Topics - 1 through 12 (of 12 total)