Quote:
Originally Posted by SecondV
Looking at your code, in the foreach loop you may want to change:
PHP Code:
$optoutforumbits = $templater->render();
To:
PHP Code:
$optoutforumbits .= $templater->render();
|
Ack. I initially had that.
Changed and tested, but still a surprising lack of the control in my options.
I just do not get it. To the best of my knowledge, this should be doing the trick. All articles I read here and all the advice I had seems to suggest this ought to work, but it does not. Very odd, indeed.
I might try and start from scratch with a new plugin and work my way up from there.