pepperstreet VIP
Total posts: 3,837
27 Apr 2012 11:51

Hello,

is it possible to show the edit article link in the info-window (bubble) ?

Or even the whole user options/actions?

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
29 Apr 2012 00:23

Yes. You can edit template and add controls display.

<?php if($item->controls):?>

    <ul class="record-controls">

        <li><?php echo implode('</li><li>', $item->controls);?></li>

    </ul>

<?php endif;?>

An of course style .record-controls class.


pepperstreet VIP
Total posts: 3,837
29 Apr 2012 15:38

:-) Just got a project inquiry. Not set in stone, yet. But if i can get the job, i definitely consider Cobalt and Gmap as the basis.


Sergey
Total posts: 13,748
29 Apr 2012 20:36

That would be good. Because along the way you use it we will get a lot of useful notes.

Powered by Cobalt