there may be a setting for it in administer -> blocks -> configure next to the block in question.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime
A dirty way to do it would be to edit the modules/comment/comment.module file
around line 248
FIND: function comment_get_recent($number = 10)
REPLACE WITH: function comment_get_recent($number = 5)
If you choose to do it this way, make note of it, so that when you update or upgrade, you can remake these changes as this is a core module and will be overwritten at next update/upgrade.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime
Thanks VeryMisunderstood your my hero! :D i did a google serach and found the same answer as you mentioned. thanks
_________________________________________________________________________________
My Open Source Drupal site for an Open source Image editing software http://gimp-tutorials.net
Comments
=-=
there may be a setting for it in administer -> blocks -> configure next to the block in question.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime
For this type of
For this type of customization, a module like Views or Recent Blocks is needed.
actually i am using recent
actually i am using recent block but it displays 10 recent comments i would like 5 but there isnt any option inside of the module settings.
=-=
A dirty way to do it would be to edit the modules/comment/comment.module file
around line 248
FIND:
function comment_get_recent($number = 10)REPLACE WITH:
function comment_get_recent($number = 5)If you choose to do it this way, make note of it, so that when you update or upgrade, you can remake these changes as this is a core module and will be overwritten at next update/upgrade.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime
Thanks VeryMisunderstood
Thanks VeryMisunderstood your my hero! :D i did a google serach and found the same answer as you mentioned. thanks
_________________________________________________________________________________
My Open Source Drupal site for an Open source Image editing software http://gimp-tutorials.net