another question: I'd like to insert a static code element somewhere in the panel area (an external link for example, or an iframe for including an external calendar, whatever...). I am not exactly sure, where i can place that code. guess it should happen somewehere in the controls/index.php with an [echo "This is my external Link";] somehow, but where exactly do I have to place that, so that it will appear within the div class="Panel DiscussionPanel"
Create a new extension following the guidelines in the docs (or the many examples on this forum - do a search panel and I'm sure you'll find a decent example) and do something like this:
You can add stuff to the control panel by following the documentation here. HOWEVER depending how much it bothers you you'll probably have to change how it works when you upgrade to 0.9.3
works well so far, but i when commenting it seems to collide with Common.Controls.php and I cant see why. The comment is saved, but this message always shows up.
+++Warning Message: ++++++ Warning: Cannot modify header information - headers already sent by (output started at /var/kunden/webs/matthias01/rewolfinger/vanilla/extensions/CustomHTML.php:2) in /var/kunden/webs/matthias01/rewolfinger/vanilla/controls/Common.Controls.php on line 126 +++++++++
this is the extension code I used +++++++++ <?php /* Extension Name: Custom HTML Message in Panel (HEREDOC version) Extension Url: http://lussumo.com/docs/ Description: Adds Custon HTML to the panel Version: 1.0 Author: BJ Author Url: http://lussumo.com/docs/ */
Um. I'm gonna hazard a guess it's because you have that ö and php is thinking the ; is to end the line, then ffen is a standard output. But i could be completely wrong.