1 baileyjs Feb 08, 2006 21:26
3 baileyjs Feb 09, 2006 13:30
Instead of commenting it out in the core, why don't you just pass '' (empty string) for the $more_anchor param to those functions?
Ummm..... because I had a brain burp and missed the obvious (as predicted)?! :oops:
replacing
$more_anchor = '['.T_('More:').']';
with
$more_anchor = '';
seemed to do what I was looking for. Thanks for your reply.
4 blueyed Feb 09, 2006 13:50
I hope you've done it like it's meant to be: Pass '' as param to the function call and not replace anything in the /evocore/ files. Because then you'd have to "hack" it again, when you upgrade.
BaileyWTNH wrote:
Instead of commenting it out in the core, why don't you just pass '' (empty string) for the $more_anchor param to those functions? :)