ravi642
Forum Replies Created
-
is there any way, I can do this?
Thank you for replying. But above filter is for adding Avatar of users not for Badge title. and I want to add column for Badge Title of each user.
I got short-codes to show leaderboard.
I was confused with add-ons leaderboard and wasn’t looking for direct leader board.
Sorry to Create a unnecessary thread.
Forum: Plugins
In reply to: [IdeaPush] Enabling Voting when idea is approvedForum: Plugins
In reply to: [IdeaPush] Enabling Voting when idea is approvedI am sorry for troubling you, I may be doing something wrong.
I am implementing the code in theme functions.php file itself. All other filters provided in the support FAQ are working but this filter isn’t working.
Am i implementing it correctly?
here is the screenshot of code implemented in the theme. Other filters are working but this commented section of code(for enabling the voting for approved/reviewed status) isn’t working.
Thanks for your Help
Forum: Plugins
In reply to: [IdeaPush] Enabling Voting when idea is approvedThank you for your time.
I tried implementing above code snippet with correct function name:-
add_filter( "idea_push_voting_statuses", "idea_push_voting_statuses_callback", 10, 1 );function idea_push_voting_statuses_callback($statuses){array_push($statuses,'reviewed'); return $statuses;}
it seems, this action
idea_push_voting_statuses
is not working .
I tried all means to check but it didn’t work.Can you just look over it?
Forum: Plugins
In reply to: [User Registration Using Contact Form 7] Phone number loginOkay, Thank you for the reply.