What my point was making that edit in lang_portal.php does change the page title, but it also changes the appearance of text for all occurances of {L_PORTAL} on the page.
So for example if it was to be changed to // General 'PORTAL' => 'WHATEVER',
the line in overall header is <li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » to be changed to <li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">Home</a> »
Overall footer edits are change <li class="icon-home"><!-- IF U_PORTAL --><a ...
language/fr/mods/lang_portal.php // General 'PORTAL' => 'Portal',
I did this, but it has also changed a portal link I had in the main_menu.html <li><a href="{U_PORTAL}">{L_PORTAL}</a></li> and the link for portal in the overall header and overall footer breadcrumbs.
User Blog Mod has been updated to 1.0.10 last week.
I can confirm that this block works with the following versions of User Blog Mod 1.0.8 - Working 100% 1.0.9 - Working(Unconfirmed Bug - minor style issues if installed as first version) 1.0.10 - Working 100%
Kevin Just up and tested. It works sweet. Great Job
The results of your work above can be seen at http://anotheridiot.net
I think I'll muck around with it a little more, just to change the style on it. I think that the 5 most recent blogs take up too much real estate on the screen/portal. Just to ...
It wasnt intended to be a mod on its own, it was only something I hacked together really. Im a network geek, not a programmer/web monkey really so its more by accident that I got it working :lol:
I cant take any credit for it, all the code was supplied by EXreaction on his site, it was just put ...