Quote:
Originally Posted by ddr100
same problem here..
dont know where i change/remove the name of the button
|
you can change via plugin manager ...
find vB Comment plugin with hook postbit_display_complete ...
find this code and change name button ..
Code:
if($show['member']) {
$cm_button = "<span class=\"vbcommentpopupmenu popupmenu popupcustom\" title=\"$post[postid]\"><a class=\"popupctrl vbcomment\" href=\"comment.php?do=comment&p=$post[postid]\" title=\"Write a comment...\" rel=\"nofollow\" id=\"vbcomment_$post[postid]\">Comment</a></span>";
$template_hook['postbit_controls'] .= "<span id=\"vbcomment_button_$post[postid]\">$cm_button</span>";