Info
- 6 posts
- 3 voices
- Started 2 years ago by chandersbs
- Latest reply from Adam Harley
- This topic is not resolved
What code is generating this
-
- Posted 2 years ago #
http://i628.photobucket.com/albums/uu8/npoeran/vraag.png
Sorry for the bad topic title :$
-
- Posted 2 years ago #
What does that say in English, and what theme did you start with to create that?
-
- Posted 2 years ago #
It says: You must be
logged into post.I created that theme using Kakumei.
-
- Posted 2 years ago #
I have it on line 311 of bb-includes/functions.bb-template.php in a 1.0.1 installation.
I wouldn't modify the core bbPress file, but that's where the text comes from. I'm not sure of the best way to modify that text though.
-
- Posted 2 years ago #
Thanks, I'll look it up.
I wanted to remove or replace that with an actual login form.
-
- Posted 2 years ago #
Something like:
function no_login_notice( $a, $b ) { if( $b !== 'You must <a href="%s">log in</a> to post.' ) return $a; } add_filter( 'gettext', 'no_login_notice', null, 2 );should work I think
-
You must log in to post.