Bugzilla – Bug 3463
Add link to the SlimDevices Forum
Last modified: 2008-12-15 13:07:32 UTC
A small feature request, add a link to the Slimdevices Forum in the Slimserver Interface.
as a note, the slim devices logo has a link to the slimevices site. target should be set to - for new reports so that it can remain flagged for review.
I know about the Slimdevices logo, it will be nice to get another link or the same logo but pointing to the forum, maybe available in the preferences.
The "frequently asked questions" link in help does link directly to the FAQ hosted on SD website. In top row of menu items, FORUM is available. However, te Help section could have an added "Community Forum" and may even "Reporting bugs" links added to the help links. Just tossing out some ideas.
Dean, any thoughts here? This one would be relatively easy if just adding help links.
We'll be making some changes to the slimserver home page including links to community stuff post 6.5
Dean - are we post 6.5 enough now?
we are, but I'm not sure where that link would go. maybe a help page?
I vote help section (this patch saves having to modify multiple skins): Index: server/Slim/Web/Pages/Home.pm =================================================================== --- server/Slim/Web/Pages/Home.pm (revision 14993) +++ server/Slim/Web/Pages/Home.pm (working copy) @@ -32,6 +32,7 @@ $class->addPageLinks("help", { 'FAQ' => "http://faq.slimdevices.com/"},1); $class->addPageLinks("plugins", { 'SOFTSQUEEZE' => "html/softsqueeze/index.html"}); $class->addPageLinks("help", { 'TECHNICAL_INFORMATION' => "html/docs/index.html"}); + $class->addPageLinks("help", { 'COMMUNITY_FORUM' => "http://forums.slimdevices.com"}); $class->addPageLinks("radio", { 'SQUEEZENETWORK_SWITCH' => "squeezenetwork.html"}); $class->addPageLinks('icons', { 'SQUEEZENETWORK_SWITCH' => 'html/images/ServiceProviders/squeezenetwork.png' }); $class->addPageLinks('icons', { 'RADIO_TUNEIN' => 'html/images/ServiceProviders/tuneinurl.png' }); Index: server/strings.txt =================================================================== --- server/strings.txt (revision 14993) +++ server/strings.txt (working copy) @@ -11957,6 +11957,9 @@ SV Teknisk information ZH_CN 技术信息 +COMMUNITY_FORUM + EN Community Forums + GETTING_STARTED CS Začínáme DA Kom i gang (Engelsk)
change 15012 - thanks!
This bug appears to have been fixed in the latest release! If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look. Make sure to include the version number of the software you are seeing the error with.