Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
350 views
in Q2A Core by

Sorry for the question as it's quite an unnecessary thing to even do, but I wasn't sure what to do. I'm not very good at all with PHP so I'm struggling to find an answer.

 

Looking through qa-theme-base.php i found the relevant section:

 

function logged_in()
{
$this->output_split(@$this->content['loggedin'], 'qa-logged-in', 'DIV');
}
 
but when it says '@$this->content['loggedin']', how can i edit what it's referencing? sorry, i'm just so confused and cannot do this without help.
Q2A version: 1.5.1
by
any ideas of what i can do?

1 Answer

0 votes
by

You want to customize the phrase from the language files - see here.

...