Hi, How can I disable anonymous comments in all sections. Comments should be allowed only for registered members. pls help. Thanks.
Hi, How can I disable anonymous comments in all sections. Comments should be allowed only for registered members. pls help. Thanks. |
Disable Anonymous Comments
Open templates/base/scripts/BxBaseCmtsView.php and replace lines 278 to 284 which is the following:
return '
New code(added code is green):
return ' or whatever you think is best. |
You know what the next question will be OKWeb... How do I change the order the comments appear in?
Do you want to tell him or should I? You've done so good with this so far I don't want to interfere with your run on it. |
Its working great. Thank you very much for the clearly given instructions. I would be very grateful if one of you could answer for the next question which is supposed to be asked. Thanks in advance |
You know what the next question will be OKWeb... How do I change the order the comments appear in? Do you want to tell him or should I? You've done so good with this so far I don't want to interfere with your run on it. Okay that you respond to it, I don't have the solution in front of me right now rather |
Ok, here is the other item that most want for their comments, to make the newest appear at the top of the list and the oldest at the bottom:
Open inc/classes/BxDolCmtsQuery.php
Locate:
ORDER BY `c`.`cmt_time` ASC
Replace with
ORDER BY `c`.`cmt_time` DESC
Save the file and your done. |
Thanks to both of you Okweb and Mydatery. |
Thank you very much Okweb and Mydatery. Have a great day! :) |
Thanks guys,Works perfect. |
Thanks guys,Works perfect.
Thanks to both of you Okweb and Mydatery.
Thank you very much Okweb and Mydatery. Have a great day! :)
You guys are welcome, it was really our pleasure to tag team ya all!
|