peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Some adjustments to more clearly see Ask a Question in Q & A 1.2.1 (new discussion button).
Either do the steps above in the previous two comment or this below Drop Down Option (not the additional Big Button The discussion - new question scroll down option with dropdown menu on add discussi… (View Post)7 -
Re: Q&A Plugin not working?
around line 941... in class.qna.plugin.php do you see this.... /*** Add 'Ask a Question' button if using BigButtons.*/ public function DiscussionController_Render_Before($Sender) { if (C('Plugins.QnA… (View Post)2 -
Re: Some adjustments to more clearly see Ask a Question in Q & A 1.2.1 (new discussion button).
The big Button Option Part B you also need to change QnA/modules/class.newquestionmodule.php from echo Anchor(T('Ask a Question'), '/post/discussion?Type=Question', 'Button BigButton NewQuestion'); t… (View Post)2 -
Some adjustments to more clearly see Ask a Question in Q & A 1.2.1 (new discussion button).
The Big Button option part A add this to class.qna.plugin.php public function DiscussionsController_Render_Before($Sender) { if (C('Plugins.QnA.UseBigButtons')) { $QuestionModule = new NewQuestionMod… (View Post)5 -
Re: Plugins & Themes that WORK and DON'T work in vanilla 2.1
QnA 1.2.1 does not work in vanilla 2.1 without changes. a few changes that make it work here: http://vanillaforums.org/discussion/26902/some-adjustments-to-more-clearly-see-ask-a-question-in-q-a-1-2-… (View Post)3