Forum link suggestion

Moderator: kcleung

Dojo
Posts: 7
Joined: Sun Mar 14, 2010 4:03 am
notabot: 42
notabot2: Human
Location: Washington State

Forum link suggestion

Post by Dojo »

I'm new to this forum, so I am sorry if this post is in the wrong place. :D

I would like to suggest that this forum has a link to the wiki in the header. As a user of phpBB for my own personal use, I am aware that you can place a link in the header by editing the overall_header.html. (ACP >> Styles >> Templates >> Prosilver >> Edit >> overall_header.html).

Then:

FIND:

Code: Select all

					
<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
<!-- ENDIF -->
then ADD after:

Code: Select all

&bull;
<a href="http://imslp.org/wiki/">IMSLP/Petrucci Music Library</a>
The final code should look like:

Code: Select all

					
<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
<!-- ENDIF -->&bull;
<a href="http://imslp.org/wiki/">IMSLP/Petrucci Music Library</a>
You should get a nice pretty link in the header.
vinteuil
Groundskeeper
Posts: 1445
Joined: Sun Oct 05, 2008 3:01 pm
notabot: YES
notabot2: Bot
Location: U.S.A.
Contact:

Re: Forum link suggestion

Post by vinteuil »

I can't find "styles"...but our version is 1 out of date, maybe that's it...
Formerly known as "perlnerd666"
Dojo
Posts: 7
Joined: Sun Mar 14, 2010 4:03 am
notabot: 42
notabot2: Human
Location: Washington State

Re: Forum link suggestion

Post by Dojo »

If it is at 3.0.6, it should be there. Are you sure that you have administrative powers? I believe you are a moderator, but can you see a little link at the bottom of the screen that says Administration Control Panel?

EDIT: Another solution to this would be http://www.phpbb.com/community/viewtopi ... &t=1116985
vinteuil
Groundskeeper
Posts: 1445
Joined: Sun Oct 05, 2008 3:01 pm
notabot: YES
notabot2: Bot
Location: U.S.A.
Contact:

Re: Forum link suggestion

Post by vinteuil »

Yes, of course (I know what ACP stands for :x :lol: )
Formerly known as "perlnerd666"
Dojo
Posts: 7
Joined: Sun Mar 14, 2010 4:03 am
notabot: 42
notabot2: Human
Location: Washington State

Re: Forum link suggestion

Post by Dojo »

The next option is then using FTP.

Go to

Code: Select all

phpBB root >> styles >> prosilver >> template >> overall_header.html
Download this file and open with notepad. (Use a more powerful version, such as Notepad ++ or Notepad 2. Both of these are free to download, and much easier to use.) Then execute the above codes.

However, I suggest using the phpBB buttons menu mod.
Philidor
Groundskeeper
Posts: 504
Joined: Mon Sep 21, 2009 1:32 pm
notabot: 42
notabot2: Human
Location: London, England
Contact:

Re: Forum link suggestion

Post by Philidor »

Link added via ACP. I backed everything up beforehand so can revert the code if there's a problem. Thanks Dojo. Keep these suggestions coming. 8)
Dojo
Posts: 7
Joined: Sun Mar 14, 2010 4:03 am
notabot: 42
notabot2: Human
Location: Washington State

Re: Forum link suggestion

Post by Dojo »

Anytime. :D However, I would suggest this:
Dojo wrote:EDIT: Another solution to this would be http://www.phpbb.com/community/viewtopi ... &t=1116985
I would be happy to install this MOD for you. Just PM me for more information.
Philidor
Groundskeeper
Posts: 504
Joined: Mon Sep 21, 2009 1:32 pm
notabot: 42
notabot2: Human
Location: London, England
Contact:

Re: Forum link suggestion

Post by Philidor »

Dojo wrote:Anytime. :D However, I would suggest this:
Dojo wrote:EDIT: Another solution to this would be http://www.phpbb.com/community/viewtopi ... &t=1116985
I would be happy to install this MOD for you. Just PM me for more information.
Nice mod, but I quite like the "lean, mean, fighting machine" look of an unmodded PHPbb3 board. Makes it easier to upgrade too. But others may disagree...
Dojo
Posts: 7
Joined: Sun Mar 14, 2010 4:03 am
notabot: 42
notabot2: Human
Location: Washington State

Re: Forum link suggestion

Post by Dojo »

Philidor wrote:Nice mod, but I quite like the "lean, mean, fighting machine" look of an unmodded PHPbb3 board. Makes it easier to upgrade too. But others may disagree...
Fine with me too. :)
vinteuil
Groundskeeper
Posts: 1445
Joined: Sun Oct 05, 2008 3:01 pm
notabot: YES
notabot2: Bot
Location: U.S.A.
Contact:

Re: Forum link suggestion

Post by vinteuil »

Philidor, would you oblige again? New forum...
Formerly known as "perlnerd666"
Philidor
Groundskeeper
Posts: 504
Joined: Mon Sep 21, 2009 1:32 pm
notabot: 42
notabot2: Human
Location: London, England
Contact:

Re: Forum link suggestion

Post by Philidor »

perlnerd666 wrote:Philidor, would you oblige again? New forum...
The code's still there in the overall_header.html. Hmmm. I suspect someone need to clear the cache - I don't have the necessary admin permission.
Choralia
Site Admin
Posts: 765
Joined: Fri Aug 28, 2009 9:08 pm
notabot: 42
notabot2: Human

Re: Forum link suggestion

Post by Choralia »

I've just received admin permissions that allow me to fix some configuration issues. For example, cookies were set for the domain imslpforums.org and not for imslp.eu, therefore the "remember me" login function could not work. I'll try to gradually fix these minor issues, and implement improvements performed on the old BB that need to be replicated here, like this one.

Max
Philidor
Groundskeeper
Posts: 504
Joined: Mon Sep 21, 2009 1:32 pm
notabot: 42
notabot2: Human
Location: London, England
Contact:

Re: Forum link suggestion

Post by Philidor »

Cheers Max. Take your time. It's all looking great. 8)
Choralia
Site Admin
Posts: 765
Joined: Fri Aug 28, 2009 9:08 pm
notabot: 42
notabot2: Human

Re: Forum link suggestion

Post by Choralia »

It seems it works now. At CPDL we replaced the "phpBB creating communities" logo with the CPDL logo, also linking to the main website. I can do the same here if you like, although I understand you probably prefer the "lean, mean, fighting machine" approach.

Max
Philidor
Groundskeeper
Posts: 504
Joined: Mon Sep 21, 2009 1:32 pm
notabot: 42
notabot2: Human
Location: London, England
Contact:

Re: Forum link suggestion

Post by Philidor »

Choralia wrote:It seems it works now. At CPDL we replaced the "phpBB creating communities" logo with the CPDL logo, also linking to the main website. I can do the same here if you like, although I understand you probably prefer the "lean, mean, fighting machine" approach.

Max
I'll go along with whatever you do. It does seem lazy not to change the php logo. :D
Post Reply