Yeah that works much better. I undid all my previous edits and went with the following. Much tidier and neater solution. in portal.php Find // output page page_header($user->lang['PORTAL']); Replace with // output page page_header($user->lang['PORTAL_TITLE']); In /language/en/mods/lang_portal.php Fi...
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 page title ends up as WEBSITE * WHATEVER. But th...
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...
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% What I'd like to do with this next is ta...
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 so...
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 into...
I started a little work on this and came out succesful.. I think anyway. My starting point was a thread on the user blog mod site How to display blog entries on a different phpBB3 page I basically took the instructions and worked around them. Start by opening portal.php and making the edits EXreacti...