Both are certainly possible and it's easy enough to add to your theme with
the edit link being the easiest:

Edit link: <a href="<?php URL::out( 'admin', 'page=comment&id=' .
$comment->id); ?>">edit</a>

The delete link would be a bit more complicated as you'd need to create a
little form that submits the delete request. This is probably a bit
dangerous, so probably best just to use the edit link and delete the comment
that way.

HTH
Colin

PS.  Please start new topics for off-topic questions.  It'll make it easier
for others to find at a later date.



On Fri, Jul 16, 2010 at 4:25 PM, Paul <[email protected]> wrote:

> And another little offtop :-)
>
> Just browse at my dummy local habari that have many test comments and
> thought that it will be great to have Del link attached to every
> comment, 'cause it's not always comfortable go to admin panel and
> search for specified onet., Edit link will be great also too :-)
>
> Is it possible in general ? or too complicated?
>
> On 12 июл, 22:13, Paul <[email protected]> wrote:
> > I'm sorry for offtopic, but can you look at this thread?
> >
> > http://groups.google.com/group/habari-users/browse_thread/thread/8de8...
> >
> > On 12 июл, 11:27, Colin <[email protected]> wrote:
> >
> > > No probs.
> >
> > > Re the background for the toolbar: I think we probably need a new skin
> for
> > > this.  One designed specifically for dark backgrounds.  I'll see if I
> can
> > > find one that's already been made.  If you have the time and skills,
> but all
> > > means create one yourself.
> >
> > > Re the fullscreen button: I've removed this from the comment form
> toolbar in
> > > the latest trunk build. I agree, not only does it look ugly, it's
> probably
> > > unnecessary too.
> >
> > > Cheers,
> > > Colin
> >
> > > On Mon, Jul 12, 2010 at 1:42 AM, Paul <[email protected]> wrote:
> > > > Hi Colin!
> >
> > > > Works great! but have some visual problems if switch to Simple skin,
> > > > 'cause MarkItUp skin a bit pompous, :-) in Simple mode there is no
> > > > background layer under the tag icons so in the Charcoal theme example
> > > > they almost melt into the background of the theme.
> >
> > > > And think that the "Full Screen" button must be excluded from panel,
> > > > it looks ugly when pressed :-) I don't think that it needed for
> > > > commentators.
> >
> > > > Of course I can fix it for my self but I want to help Habari
> > > > community!
> >
> > > > Many thanks for help!!!
> >
> > > > On 11 июл, 19:23, Colin <[email protected]> wrote:
> > > > > Hi Paul
> >
> > > > > I've updated the trunk version of the markUp plugin to add the
> > > > functionality
> > > > > you want.
> >
> > > > > Please test it and let me know how it goes.
> >
> > > > > Cheers,
> > > > > Colin
> >
> > > > > On Sat, Jul 10, 2010 at 7:10 PM, Paul <[email protected]> wrote:
> > > > > > Will be very much appreciated!!!
> >
> > > > > > On 6 июл, 15:37, Colin <[email protected]> wrote:
> > > > > > > Ah, that's a bit more complicated to implement, but certainly
> > > > possible.
> > > > > > > Essentially, you want the code in action_admin_header() and
> > > > > > > action_admin_footer() to be applied to the theme header and
> footer
> > > > > > function
> > > > > > > (eg theme_header() and theme_footer() ) with a few tweaks so it
> > > > applies
> > > > > > to
> > > > > > > the comment form.
> >
> > > > > > > If I get a chance this week, I'll see if I can enhance the
> plugin to
> > > > add
> > > > > > > this functionality.
> >
> > > > > > > On Tue, Jul 6, 2010 at 6:46 AM, Paul <[email protected]>
> wrote:
> > > > > > > > Thanks, works fine, but how to apply icons panel to the
> comment
> > > > > > > > from ? :-)
> >
> > > > > > > > On 4 июл, 22:45, Paul <[email protected]> wrote:
> > > > > > > > > Thanks! Sorry for delay :)
> >
> > > > > > > > > On 1 июл, 10:54, Colin <[email protected]> wrote:
> >
> > > > > > > > > > Oh, I forgot to say, I was referring to the trunk version
> of
> > > > the
> > > > > > > > plugin.
> > > > > > > > > >  This is the line you want to modify:
> >
> > > >https://trac.habariproject.org/habari-extras/browser/plugins/markup/t
> .
> > > > > > ..
> >
> > > > > > > > > > On Thu, Jul 1, 2010 at 8:50 AM, Colin <[email protected]
> >
> > > > wrote:
> > > > > > > > > > > Hi Paul
> >
> > > > > > > > > > > As the markup plugin stands, you can't use it for
> comments.
> > > >  It
> > > > > > would
> > > > > > > > need
> > > > > > > > > > > to be modified to parse the BBCode in the comments.
> >
> > > > > > > > > > > A simple "hack" would be to add
> 'filter_comment_content' to
> > > > the
> > > > > > array
> > > > > > > > on
> > > > > > > > > > > line 122 and make sure you have BBCode selected within
> the
> > > > > > options.
> >
> > > > > > > > > > > I call this a hack as a bit more thought and
> configuration
> > > > would
> > > > > > need
> > > > > > > > to be
> > > > > > > > > > > put into it as people may want to use one of the other
> markup
> > > > > > > > "languages"
> > > > > > > > > > > for constructing posts, and allow another in comments.
>  This
> > > > > > simple
> > > > > > > > change
> > > > > > > > > > > is an all-or-nothing approach.
> >
> > > > > > > > > > > You may want to create a new enhancement ticket on
> >
> > > >https://trac.habariproject.org/habari-extrasforthisfunctionalityto
> > > > > > > > be
> > > > > > > > > > > officially added to this plugin.
> >
> > > > > > > > > > > The above change should work for you in the mean time.
> >
> > > > > > > > > > > HTH
> > > > > > > > > > > Colin
> >
> > > > > > > > > > > On Thu, Jul 1, 2010 at 5:11 AM, Paul <
> [email protected]>
> > > > wrote:
> >
> > > > > > > > > > >> Anyone? :-(
> >
> > > > > > > > > > >> On 28 июн, 11:19, Paul <[email protected]> wrote:
> > > > > > > > > > >> > Hi guys.
> >
> > > > > > > > > > >> > Is it any chance to apply this plugin -
> > > > > > > > > > >>http://habariproject.org/dist/plugins/markup/
> >
> > > > > > > > > > >> > to the public comment form?
> >
> > > > > > > > > > >> > I needs in some bbcodes for comment's publishers,
> like [b]
> > > > /
> > > > > > [i] /
> > > > > > > > > > >> > [quote] and some others.
> >
> > > > > > > > > > >> --
> > > > > > > > > > >> To post to this group, send email to
> > > > > > [email protected]
> > > > > > > > > > >> To unsubscribe from this group, send email to
> > > > > > > > > > >> [email protected]
> > > > > > > > > > >> For more options, visit this group at
> > > > > > > > > > >>http://groups.google.com/group/habari-dev
> >
> > > > > > > > > > > --
> > > > > > > > > > > Colin Seymour
> > > > > > > > > > > Blog:http://colinseymour.co.uk
> > > > > > > > > > > Tech Stuff:http://lildude.co.uk
> > > > > > > > > > > Barefoot Running:http://barefootrunner.co.uk
> > > > > > > > > > > IRC: lildude #habari
> >
> > > > > > > > > > --
> > > > > > > > > > Colin Seymour
> > > > > > > > > > Blog:http://colinseymour.co.uk
> > > > > > > > > > Tech Stuff:http://lildude.co.uk
> > > > > > > > > > Barefoot Running:http://barefootrunner.co.uk
> > > > > > > > > > IRC: lildude #habari
> >
> > > > > > > > --
> > > > > > > > To post to this group, send email to
> [email protected]
> > > > > > > > To unsubscribe from this group, send email to
> > > > > > > > [email protected]
> > > > > > > > For more options, visit this group at
> > > > > > > >http://groups.google.com/group/habari-dev
> >
> > > > > > > --
> > > > > > > Colin Seymour
> > > > > > > Blog:http://colinseymour.co.uk
> > > > > > > Tech Stuff:http://lildude.co.uk
> > > > > > > Barefoot Running:http://barefootrunner.co.uk
> > > > > > > IRC: lildude #habari
> >
> > > > > > --
> > > > > > To post to this group, send email to [email protected]
> > > > > > To unsubscribe from this group, send email to
> > > > > > [email protected]
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/habari-dev
> >
> > > > > --
> > > > > Colin Seymour
> > > > > Blog:http://colinseymour.co.uk
> > > > > Tech Stuff:http://lildude.co.uk
> > > > > Barefoot Running:http://barefootrunner.co.uk
> > > > > IRC: lildude #habari
> >
> > > > --
> > > > To post to this group, send email to [email protected]
> > > > To unsubscribe from this group, send email to
> > > > [email protected]
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/habari-dev
> >
> > > --
> > > Colin Seymour
> > > Blog:http://colinseymour.co.uk
> > > Tech Stuff:http://lildude.co.uk
> > > Barefoot Running:http://barefootrunner.co.uk
> > > IRC: lildude #habari
>
> --
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/habari-dev
>



-- 
Colin Seymour
Blog: http://colinseymour.co.uk
Tech Stuff: http://lildude.co.uk
Barefoot Running: http://barefootrunner.co.uk
IRC: lildude #habari

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev

Reply via email to