Dear bbox, I'm glad you found my software useful, to adjust the text size, you need to change the text that get's into the posted item, at save time, to do so, you can do (search the code up to line numbers listed):
| Code: |
329: $row->introtext = str_replace( '<br>', '<br />', $introText );
//add this line
330: $row->introText = substr($row->introtext,100);
|
that line will limit to 100 chars the text, you can change that 100 and make it at please, to solve the repeated text, disable full-text fetching as that feed seems that it's not supporting full-text content.
To change the "created by": you can't as it has to be a joomla user ID there...but you can create a few "fake" users for joomla and make the names appear there by selecting their IDs.
I've had no time yet to make a full change log for version 2.0 and either for 1.3.2, but they are almost the same, except that 2.0 includes the import utility to get feed adresses from newsfeeds component. I'll compile a list soon.
best regards, hope that this information can be of help.
Mario