Hello, it seems you have JavaScript turned off or you are using and old browser. Hikari WebSite uses JavaScript to implement some of its features, but JavaScript is not required to browse it.

If you are willingly disabling JavaScript, I assure I'll do my best to not force you to enable it, building unobstutive and responsible JS code that do not block your Usability in this site.

 
   

Collapse comments 36 comments to “Hikari Titled Comments” | Comments RSS | Top

  1. 1
    flag Windows Seven Mozilla Firefox 3.6
     

    hh

    gravatar Comment by pedram3000 (http://www NULL.pedram3000 NULL.com):
    Monday, 8 Mar 2010, at 1:39:35 PM, 3 years, 2 months ago | # |

    ghhh

    Collapse nested comments
  2. 2
    flag Windows Seven Mozilla Firefox 3.6
     
    gravatar Comment by ikalangita:
    Friday, 19 Mar 2010, at 6:11:14 AM, 3 years, 2 months ago | # |

    I Love these comments with flags

    Collapse nested comments
    1. 3
      flag Windows XP Mozilla Firefox 3.5.8
       

      Titles & Flags

      gravatar Comment by Hikari:
      Friday, 19 Mar 2010, at 10:53:15 AM, 3 years, 2 months ago | # | replying ikalangita |

      Yeah, I prefere titles, but I like these flags too ^-^

       

      To have flags and titles, together with Titled Comments you must use Hikari Enhanced Comments plugin too :).

      feedback

      Collapse nested comments
  3. 4
    flag Mac OS X Safari 525.28.3
     

    Having problems with integration

    gravatar Comment by Kontrive Media (http://kontrive NULL.com):
    Wednesday, 19 May 2010, at 1:25:29 AM, 3 years ago | # |

    This looks like a great plugin, however I am experiencing issues adding the function for adding the comment title. I was able to get the code inserted for the form however. Everything gets hung up with wp-comments-post.php.

    The basic comment information is being added but it appears that the title is not being stored, nor can I access the titles. Lastly when I view my comments it is only showing a list of comment that are supposed to have titles. The originally stored comments are no longer accessible.

    I am using a basic install of 2.8.4 with very minimal ( to no) customizations. Please help, I hope its a simple fix. Thanks.homepage

    Collapse nested comments
    1. 5
      flag Windows XP Mozilla Firefox 3.5.9
       

      name attribute

      gravatar Comment by Hikari:
      Wednesday, 19 May 2010, at 12:15:24 PM, 3 years ago | # | replying Kontrive Media |

      Hello.

       

      I’ve visited your site and indeed you have a "Subject" field on your comment form. But it’s using a name="subject" attribute.

       

      For the title field to work, it must have name="hikari-titled-comments", if possible id="hikari-titled-comments" name="hikari-titled-comments". It’s the name attribute that the browser uses to set the parameter’s name that’s sent to the server, and it’s the parameter’s name that is used by the plugin to gather the comment title.

       

      Try changing your input’s name and id and see if it works :).

      marketing

      Collapse nested comments
      1. 6
        flag Mac OS X Safari 530.19
         

        Here is the testing site

        gravatar Comment by Kontrive Media (http://www NULL.kontrive NULL.com):
        Wednesday, 19 May 2010, at 12:45:40 PM, 3 years ago | # | replying Hikari |

        marketingThanks for your reply, however the website where I have this installed is : http://kmbackup.com/hello-world (http://kmbackup NULL.com/hello-world)
        The comment field has already been applied but I am experiencing the same issues as I mentioned previously. I hope that clarifies everything.research

        Collapse nested comments
        1. 7
          flag Windows XP Mozilla Firefox 3.5.9
           

          working tests

          gravatar Comment by Hikari:
          Wednesday, 19 May 2010, at 1:26:58 PM, 3 years ago | # | replying Kontrive Media |

          information

          Ok, in that site it’s right :D

           

          Let’s try a few tests then.

          1. Do you see the Comment Title metabox in comment editing page? That’s a plugin-core direct relation and the metabox should be there without any theme interaction, I think it’s the easiest way of know the plugin is working.
          2. When you edit this metabox’s input text and updates the comment, is the title updated in the editing page?
          3. In comments list admin page, do you see comments titles?

           

          If these don’t work, then there’s something wrong with plugin installation. I never tested it with WP 2.8.4, but I don’t see anything stopping this version to work.

           

          Try totally deleting plugin files and reinstalling it, see if you can get admin interfaces to work with comment titles, and when it works then you see if theme is properly customized.

           

           

          Your theme is very customized and it has some strange code, it doesn’t seem to have space in each comment for its title. Make sure you are using hkTC_comment_title() function on it to print titles.

          feedback

          Collapse nested comments
          1. 8
            flag Mac OS X Safari 525.28.3
             

            Plugin in not working

            gravatar Comment by Kontrive Media (http://kontrive NULL.com):
            Wednesday, 19 May 2010, at 3:12:18 PM, 3 years ago | # | replying Hikari |

             I just tried uninstalling the plugin. When this happens I have full functionality of my edit-comments.php. When the plugin is activated again. I lose the ability to manage the comments. In addition, there is no title that displays in the interface.

            After installing the upgrade to 2.9.2 it appears that everything is working now. Not sure why that makes a difference but everything looks perfect after the upgrade. Thanks for all of the great plugins. I hope this others find this plugin and support issue helpful.feedback

            Collapse nested comments
            1. 9
              flag Windows XP Mozilla Firefox 3.5.9
               

              2.9 required!

              gravatar Comment by Hikari:
              Wednesday, 19 May 2010, at 5:01:00 PM, 3 years ago | # | replying Kontrive Media |

              participate

              Ahh!!!

               

              Hikari Titled Comments requires Wordpress 2.9!! It uses comments metadata and this features isn’t available in 2.8!

              Really sorry, I should have noted when you said 2.8.4 but forgot about it! Normally my plugins require 2.8, but this one requires 2.9!

               

              If you use the plugin on 2.8, everytime it tries to access comments metadata it breaks WordPress, because the function/database doesn’t exist.

               

              I plan adding PHP and WP version checks to all my plugins, once it’s done they’ll just inform that current version isn’t supported and shutdown graciously :)

               

              Sorry again for my mistake, and tnx for testing 2.9 and fiding the problem!

              information

              Collapse nested comments
  4. 10
    flag Windows Seven Internet Explorer 8.0
     

    Automatic Subject in replies: RE:XXXX

    gravatar Comment by Eugene (http://diaped NULL.soe NULL.udel NULL.edu/):
    Sunday, 11 Jul 2010, at 2:06:25 AM, 2 years, 10 months ago | # |

    homepage

    Dear Hikari–

    Thanks A LOT for your very useful plugin! I have two questions for you:

    1) Is it possible to pass parent subject to the reply. For example, if the parent comment has subject "Test", the reply automatically has subject "RE: Test" (and the user can change it, if the user wants);

    2) Is it possible that when a user edits a comment, the Subject text field appears above rather than below the comment body?

    Thanks!

    Eugene

    Collapse nested comments
    1. 11
      flag Windows XP Mozilla Firefox 3.6.6
       

      Requests

      gravatar Comment by Hikari:
      Sunday, 11 Jul 2010, at 2:49:48 AM, 2 years, 10 months ago | # | replying Eugene |

      participate

      Yeah I also love it :D

       

      1) That can be done… but it’d need to be a request for a new feature. And I’m damn busy, I already have pending requests and I’ll be out of home for a few weeks, and IDK what will happen later… maybe my time in PC will be 0 for some months.

       

      And also, I don’t see much real need for that feature. Comment titles would get underused if we have a lot of Re: titles. It’s better if each comment has its own, unique, title, ppl would even be discourage to set a real title if a Re: one is already there. For replying comments pointing to the comment they are replying, we already have threaded comments feature that deals with it.

       

       

      2) I’d really love if that was possible, indeed I wanted title field to go below URL field.

       

      But that’s not possible :( Only way to add new fields to pages like Edit Comment is to use metabox, and plugin metaboxes are forced to go below core ones. Since I developed Hikari Titled Comments I worked further on metaboxes and maybe that’s possible with some hacking. I’ll try to do it and enhance the title field in the future :)

       

       

      Past months I was dedicated to develop plugins I needed and last month I was publishing some of them. I have a lot of enhancements to do on all of them, I’ve been learning a lot and oldest plugins are outdated and their code isn’t top quality. I have a lot of things to do, and time is getting rarer. But I’ll do it :)

      research

      Collapse nested comments
      1. 12
        flag Windows Seven Internet Explorer 8.0
         

        Validation of the title form

        gravatar Comment by Eugene (http://diaped NULL.soe NULL.udel NULL.edu/):
        Monday, 12 Jul 2010, at 12:32:04 AM, 2 years, 10 months ago | # | replying Hikari |

        Thanks, Hikari, for your reply. I use discussions for teaching for more than a decade and automatic refiller of title is a very good idea for human interactions. I wonder if you can share your idea how to do that — major steps — and I can try to develop it myself and share if I'm successful. What do you think?

        By the way, I just want to share that I managed to add validation of the title form. First, I added the plugin "Comment Validation " from http://bassistance.de/wordpress-plugin-comment-validation/ (http://bassistance NULL.de/wordpress-plugin-comment-validation/)  and then I added

        class="required"

        to the comments.php description of the title text input:

         <input type="text" name="hikari-titled-comments" id="hikari-titled-comments" size="152" tabindex="4" value="" class="required" /> 

        It's very simple and works really well. This prevents people to leave empty title…

        Collapse nested comments
        1. 13
          flag Windows XP Mozilla Firefox 3.6.6
           

          Possibilities

          gravatar Comment by Hikari:
          Monday, 12 Jul 2010, at 3:40:11 AM, 2 years, 10 months ago | # | replying Eugene |

          research

          Nice! Tnx a lot for the required feature! :D I’m gonna take a look on it later! I don’t want it in my site (I don’t like blocking comment creation), but I wanted to implement it and didn’t know how!

           

           

          For implementing the Re: feature, you must find out the comment parent, to know its title. That can be done getting its parent using the field $comment->comment_parent then processing it as you want.

           

          The problem is how to do it, since Wordpress’ threaded comments feature allows comment form to move freely among comments… If JavaScript is disabled it’s easy, on every request to reply a comment you get the desired parent and create the default title. But when it’s done by JavaScript you must do it by JavaScript too, and comment-reply.js doesn’t support hooks.

          I’ve had the need to execute custom code when comment form is moved and I’m gonna develop hooks for that code allowing anybody to hook its events, but I didn’t have time to develop it yet and when it’s done I’ll still have to create a patch suggesting the enhancement, pray for them to accept it and still wait the patch be committed… I doubt that will be finished in 2010 :(

           

          Currently, the title input field is responsibility of the theme, Hikari Titled Comments only captures submitted form and verifies if it has the title parameter. So it would still require a new function to print possible default titles inside the input, and require themes to be updated to use that function.

          Wordpress 3.0 brought the new function comment_form(), making Core build the comment form, with options to add new fields to it, that will make it possible for any plugin to add custom fields without theme intervention, in themes that support Core’s comment form. But of course I still need to learn the new feature, implement it, and themes must be updated to use comment_form().

           

           

          Another option is, when a comment is created, set its default title when none is provided. That’s much simpler, but it may be intrusive creating titles that commentator didn’t provided. Some forum engines do that, but they allow poster to edit his post after being created… Wordpress doesn’t allow commentator to edit a comment after it’s sent. Anyway, the feature can be provided and each site admin choose to use it or not.

           

          The function postingComment() handles comment creation, if a title is provided it creates the metadata, and if none then it does nothing. It’s a matter of adding an else statement and setting a default title based on $comment->comment_parent. That’s by far the easiest solution.

           

           

          The problem is that in a few hours I’ll leave home and only be back on saturday, to stay only until sunday and leave again. And IDK what will happen after that, so I’ll be unable to update the plugin in the near future and even unavailable to approve and reply comments in middle of week.

           

          But I’ll be back, someday ^^

          information

          Collapse nested comments
  5. 24
    flag Mac OS X Mozilla Firefox 3.6.8
     

    bug?

    gravatar Comment by iamkalabaw:
    Sunday, 25 Jul 2010, at 4:14:43 AM, 2 years, 9 months ago | # |

    feedback

    i noticed that after activating this plugin, comments do not appear instantly on the page. a refresh is needed before comments appear. is this a bug?

     

    Collapse nested comments
    1. 25
      flag Windows XP Mozilla Firefox 3.6.6
       
      gravatar Comment by Hikari:
      Sunday, 25 Jul 2010, at 6:12:08 PM, 2 years, 9 months ago | # | replying iamkalabaw |

      feedback

      I doubt it, I see no reason for comments not appearing.

       

      Most often the plugin works only in its metadata, it does no modification over original comment’s content. Only place where it modifies some core comment data is in edit-comments.php, where titles are appended in the begining of their comment_text.

       

      I see no reason why a comment would stop appearing. But if you have any guess of what may be happening give me some clues and I’ll try to fix :)

      participate

      Collapse nested comments
  6. 26
    flag Windows XP Mozilla Firefox 3.6.10
     

    date

    gravatar Comment by ahmet:
    Thursday, 14 Oct 2010, at 1:05:52 PM, 2 years, 7 months ago | # |

    information

    Dear We celebrate your job, thanks but

    we want add auto closed  comment date not a

    Comment Title / Subject

    commenters wll be choose their own comment close or delete times.

    how we can entegration with your plugin

    thanks for your reply

    Regards

    homepage

    Collapse nested comments
    1. 27
      flag Windows XP Mozilla Firefox 3.6.10
       
      gravatar Comment by Hikari:
      Thursday, 14 Oct 2010, at 8:57:20 PM, 2 years, 7 months ago | # | replying ahmet |

      Tnx :)

      I suppose you are talking about my Titled Comments plugin, so I moved it here.

       

      Your request is out of the scope of this plugin. You’d need a way to pick a date (JavaScript can handle that), find out how comments are closed then create a cronjob to do that when the time comes.

       

      But hey, comments aren’t closed separately, it’s posts that are closed for new comments. Wouldn’t you me thinking about allowing commentators to edit their comments for some time then block the feature?

      participate

      Collapse nested comments
      1. 28
        flag Windows XP Mozilla Firefox 3.6.10
         

        thanks quick reply

        gravatar Comment by ahmet:
        Friday, 15 Oct 2010, at 5:49:46 AM, 2 years, 7 months ago | # | replying Hikari |

        research

        Dear Hilkari,

         

        very simple

        How

        commenters wll be choose when close their own comments.

        Regards

        Collapse nested comments
        1. 29
          flag Windows XP Mozilla Firefox 3.6.10
           
          gravatar Comment by Hikari:
          Friday, 15 Oct 2010, at 3:39:16 PM, 2 years, 7 months ago | # | replying ahmet |

          ok, but what do you mean with a closed comment?

          By default commentators can't edit their comments after submit, so what exactally changes when a comment is closed?

           

          Anyway, I've said how to implement the date and how to submit and store it, and how to execute some action when that date arrives. Now it's a matter of implement the "comment closing" feature :)

          Collapse nested comments
          1. 30
            flag Windows XP Mozilla Firefox 3.6.10
             

            one day / there day / one week / one mounth ...

            gravatar Comment by ahmet:
            Monday, 18 Oct 2010, at 11:17:28 AM, 2 years, 7 months ago | # | replying Hikari |

            research

            can be choose comment owner.?

            information

            Collapse nested comments
            1. 31
              flag Windows XP Mozilla Firefox 3.6.10
               
              gravatar Comment by Hikari:
              Monday, 18 Oct 2010, at 9:37:53 PM, 2 years, 7 months ago | # | replying ahmet |

              Well, yes. You can use a JavaScript datepicker or some combos to let user set a date, then pass it in comment form and capture it with a plugin :)

              Collapse nested comments
              1. 32
                flag Windows XP Mozilla Firefox 3.6.10
                 

                how

                gravatar Comment by ahmet:
                Tuesday, 19 Oct 2010, at 3:23:25 AM, 2 years, 7 months ago | # | replying Hikari |

                homepage

                CAN U PREPARE * FOR US ?

                Collapse nested comments
                1. 33
                  flag Windows XP Mozilla Firefox 3.6.10
                   
                  gravatar Comment by Hikari:
                  Tuesday, 19 Oct 2010, at 5:59:25 PM, 2 years, 7 months ago | # | replying ahmet |

                  marketing

                  I still didn't understand what exactally you wanna do to each comment for closing it… and I never worked with JavaScript datetime.

                   

                  If you wanna hire me we can talk in ICQ or MSN or another IM software to explain me in details what you want to accomplish, and I search for a JavaScript solution. Otherwise I apologize but I won't develop your request in the near future :(

                  participate

                  Collapse nested comments
                2. 34
                  flag Windows XP Mozilla Firefox 3.6.10
                   
                  gravatar Comment by Hikari:
                  Wednesday, 20 Oct 2010, at 11:50:56 PM, 2 years, 7 months ago | # | replying ahmet |

                  I added you in my msn but didn't see you online, I also mailed you in the email you use in comments and also no answer

                  Collapse nested comments
  7. 35
    flag Windows XP Mozilla Firefox 3.6.12
     

    thank you

    gravatar Comment by duncan (http://www NULL.ubunifucapital NULL.com):
    Thursday, 2 Dec 2010, at 6:05:30 AM, 2 years, 5 months ago | # |

    hi there,
    thanks for all the great info on your site.i was using joomla for my site http://www.ubunifucapital.com (http://www NULL.ubunifucapital NULL.com)
    but i am thinking of switching to wordpress.i am looking for any information i can find on wordpress
    thanks for all the helpful info

    Collapse nested comments
    1. 36
      flag Windows XP Mozilla Firefox 3.6.12
       

      tnx!

      gravatar Comment by Hikari:
      Thursday, 2 Dec 2010, at 5:28:42 PM, 2 years, 5 months ago | # | replying duncan |

      feedback

      hehe tnx :)

       

      But I barely have time to maintain my plugins. I wanted to add tutorials teaching stuff that I learn while developing. I hope when I have my theme and my plugins finished I’ll have some more time to spend building content!

      Collapse nested comments
Leave a Comment

Comment Title / Subject


Experimental:

I've started testing a new comment editor to make commenting easier. It requires JavaScript enabled to work. If you have any problem with it, just click the Source button and it will be shut off.

Comecei a testar um editor novo nos comments. Ele precisa de JavaScript pra funcionar. Se vc tiver algum problema ao usar ele, é só clickar no Source e ele vai ser desativado.

 

XHTML: You can use the following tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <strong> <em> <blockquote cite=""> <q cite=""> <cite> <code lang=""> <pre lang="" class=""> <tt> <del datetime=""> <strike> <ol> <ul> <li> <p style="" class=""> <span style="" class=""> <h1> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <i> <u>

 
 
 
participate
information