In all honesty, ask customization questions in the forums if I can't help, perhaps someone else can..
The items you can mess with here will edit the arguments for wp list comments, so you no longer need to add arguments to your call.
If you want to format the layout of your comments, then you need to use function to rearrange HTML.
If you'd like to use it, in bb jcr format comment to this text field, and your comment layout will use the callback supplied in the plugin if you still want to edit the layout, feel free to copy the function and paste it into your theme's functions php file.
Once you rename the function, take that name and pop it into the callback field on the settings page, then feel free to edit the function to get the layout you want to have..
WordPress does not give me any notice whensomeone leaves support question on the forums you have to rely on me having the time to come in and check and these days that's not often.
I've found, lately, that lot of people are having problem, leaving bad review and terrible rating, and then I solve the problem.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Discovered the CDN is not allowed to be added to the plugin, so have reverted back to including the jQuery easing js file.. 1.2.1 had some issues with updating WordPress repository.
Sorry for the delay.. 1.2 removed local jquery easing library, reverted to cdn edited script to work with TwentyThirteen added unavailable div option. fixed script localization removed the necessity of rewriting Walker Comment class.
Read more