bryanchin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Idea Stream] Widget title name and size change?Hi Imath,
Thanks for your reply. I have tried it and the title still the same ” new idea”. when i click on it then link me to “Submit Idea”. Can i change the “new idea” to submit idea in first page also.
demo.theideashark.com
function bryanchin_submit_idea_title( $title, $context ) { if ( 'new-idea' !== $context ) { return $title; } return 'Submit Idea'; } add_filter( 'wp_idea_stream_reset_post_title', 'bryanchin_submit_idea_title', 10, 2 );by the way, if i want to create another website with different email address, can i amend the code? “bryanchin”? how does it works? can give some advice?
Thank you so much if you could helps.
Bryan Chin
Forum: Plugins
In reply to: [WP Idea Stream] Widget title name and size change?Hi Imath,
May i know which file should i input this code? sorry that i am not programmer background. can you give clearer instruction? Thank you.
function bryanchin_submit_idea_title( $title, $context ) {
if ( ‘new-idea’ !== $context ) {
return $title;
}return ‘Submit Idea’;
}
add_filter( ‘wp_idea_stream_reset_post_title’, ‘bryanchin_submit_idea_title’, 10, 2 );Forum: Plugins
In reply to: [WP Idea Stream] Widget title name and size change?Hi Imath,
Can you give advice which file i can take a look and change the title from “New idea” to “submit idea”?
I know that the style.css file only can change the colour and font size.
Please advice.
Thank you
bryan Chin
Forum: Plugins
In reply to: [WP Idea Stream] View Ideastream with out sign up and log inHi Imath,
Noted with thanks.
Bryan Chin
Forum: Plugins
In reply to: [WP Idea Stream] Extend time of editingHi Imath,
I have copy the code as following your instruction. but the it is show fatal error. Please advice. Thank you.
Bryan chin