Closed (fixed)
Project:
Project
Version:
x.y.z
Component:
Issues
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2005 at 11:39 UTC
Updated:
8 Feb 2006 at 06:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
moggy commentedagreed, it would be nice to be able to specify where the support forum is.
as a temporary solution can I suggest the following patch which checks the name of the site, and only displays the support forum link if it's 'drupal.org'.
Comment #2
urbanfalcon commented...or better yet, just remove /18 off the forum reference so it goes to the main forum page. folks could probably figure it out from there if need be.
Comment #3
pfaocleStill applies to HEAD. A variable is read from the db for this link, but there is no method to set it other than directly in the database, We should add this setting, or remove the link? Untested patch attached for adding setting in. Note that this patch only applies to HEAD without the Form API changes (see http://drupal.org/node/33736). This patch will need amending once those go in.
-1 to moggy's patch tho - hard-coding an 'if site=drupal.org' clause is a far worse solution than adding in a simple setting.
Comment #4
pfaocleNeeds amended for Forms API.
Comment #5
pfaocleUpdated patch for HEAD/4.7 Please review and comment.
Comment #6
pfaocleHmm, thinking about it, would we want a support forum URL for each project? Ie a node field for project_project as opposed to a module setting?
Comment #7
markus_petrux commentedIf an option to define support forums per project needs to be defined, it could be added later. An global option may still be good as a default.
+1 for this. Applied latest patch manually and worked like a charm.
Comment #8
nedjoThanks for the patch. I've applied a modified version that includes a select for choosing an appropriate support forum in the project settings page.
Comment #9
(not verified) commented