Search found 11 matches

by Anotheridiot
1. May 2009 16:29
Forum: board3 Portal 1.0.x - English Support
Topic: How to change the title
Replies: 16
Views: 16367

Re: How to change the title

Kevin wrote:Have a nice weekend (public holiday today in Germany)!
You too.
Also a Public Holiday in Ireland - 3 Day weekend ! :D
by Anotheridiot
1. May 2009 15:17
Forum: board3 Portal 1.0.x - English Support
Topic: How to change the title
Replies: 16
Views: 16367

Re: How to change the title

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 ...
by Anotheridiot
1. May 2009 13:19
Forum: board3 Portal 1.0.x - English Support
Topic: How to change the title
Replies: 16
Views: 16367

Re: How to change the title

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 ...
by Anotheridiot
1. May 2009 12:24
Forum: board3 Portal 1.0.x - English Support
Topic: How to change the title
Replies: 16
Views: 16367

Re: How to change the title

the line in overall header is
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187;
to be changed to
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">Home</a> &#187;


Overall footer edits are
change
<li class="icon-home"><!-- IF U_PORTAL --><a ...
by Anotheridiot
1. May 2009 12:19
Forum: board3 Portal 1.0.x - English Support
Topic: How to change the title
Replies: 16
Views: 16367

Re: How to change the title

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.

I have done the same ...
by Anotheridiot
28. April 2009 16:38
Forum: board3 Portal v1.0.x - Modifications in Dev
Topic: User Blog Mod Block
Replies: 24
Views: 59848

Re: User Blog Mod Block

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 ...
by Anotheridiot
23. April 2009 13:22
Forum: board3 Portal v1.0.x - Modifications in Dev
Topic: User Blog Mod Block
Replies: 24
Views: 59848

Re: User Blog Mod Block

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 ...
by Anotheridiot
23. April 2009 12:57
Forum: board3 Portal v1.0.x - Modifications in Dev
Topic: User Blog Mod Block
Replies: 24
Views: 59848

Re: User Blog Mod Block

Thanks for above Kevin

Ill check this on my test site today and post when its done.

-Dan
by Anotheridiot
23. April 2009 12:29
Forum: board3 Portal v1.0.x - Modifications in Dev
Topic: User Blog Mod Block
Replies: 24
Views: 59848

Re: User Blog Mod Block

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 ...
by Anotheridiot
23. April 2009 10:54
Forum: board3 Portal v1.0.x - Modifications in Dev
Topic: User Blog Mod Block
Replies: 24
Views: 59848

Re: User Blog Mod Block

Just to add to this, Im looking for a way to add Total Blogs to the statistics block.

If I get this Ill add instructions here.

-Dan
by Anotheridiot
23. April 2009 10:31
Forum: board3 Portal v1.0.x - Modifications in Dev
Topic: User Blog Mod Block
Replies: 24
Views: 59848

Re: User Blog Mod Block

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 ...

Go to advanced search