Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117229 - Add ACP link to "FAQ, Search, PM, Log out" menu
Summary: Add ACP link to "FAQ, Search, PM, Log out" menu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Forums (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Forum Moderators
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-30 11:52 UTC by Peter Penkala
Modified: 2006-01-02 07:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
includes/page_header.php : adds code to create ACP link (page_header.php.diff,1.20 KB, patch)
2005-12-30 11:55 UTC, Peter Penkala
Details | Diff
language/lang_english/lang_main.php : adds ACP reference (lang_main.php.diff,563 bytes, patch)
2005-12-30 11:59 UTC, Peter Penkala
Details | Diff
language/lang_english/lang_extra.php : adds ACP reference (lang_extra.php.diff,350 bytes, patch)
2005-12-30 21:28 UTC, Peter Penkala
Details | Diff
templates/gentoo/overall_header.tpl : adds link to menu (overall_header.tpl.diff,517 bytes, patch)
2005-12-30 21:33 UTC, Peter Penkala
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Penkala gentoo-dev 2005-12-30 11:52:46 UTC
Obviously, for admins only.  Tested with admin, moderator, and not logged in.
Comment 1 Peter Penkala gentoo-dev 2005-12-30 11:55:42 UTC
Created attachment 75809 [details, diff]
includes/page_header.php : adds code to create ACP link
Comment 2 Peter Penkala gentoo-dev 2005-12-30 11:59:20 UTC
Created attachment 75813 [details, diff]
language/lang_english/lang_main.php : adds ACP reference

Mainly did this so it was consistent with other code.
Comment 3 Peter Penkala gentoo-dev 2005-12-30 21:28:50 UTC
Created attachment 75843 [details, diff]
language/lang_english/lang_extra.php : adds ACP reference
Comment 4 Peter Penkala gentoo-dev 2005-12-30 21:33:47 UTC
Created attachment 75844 [details, diff]
templates/gentoo/overall_header.tpl : adds link to menu

Used {ACP_LINK} method to more easily control appearance (or not) of ACP link and | characters.
Comment 5 Tom Knight (RETIRED) gentoo-dev 2006-01-02 07:02:15 UTC
Added, thanks pjp.