Topic: Link in wikistyle

Hello,

what about image links in wiki style?

Just add a new div ctrinput on line 230 in index.php

             <div class="ctninput">
                <div class="codex">wiki:</div><div class="inputshare">
                <input tabindex="1" value="&#91;&#91;<?=$URLimg?>&#124;&#123;&#123;<?=$URLthm?>&#125;&#125;&#93;&#93;"&quot; border=&quot;0&quot;&gt;&lt;/a&gt;" onclick="this.focus();this.select();" />
                </div>
            </div>

The code above is tested with chevereto 1.5.

Last edited by vmk (2009-07-04 09:38:51)

Thumbs up

Re: Link in wikistyle

Thanks!

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Link in wikistyle

What does this do?

Thumbs up