View Issue Details

IDProjectCategoryView StatusLast Update
0007158mantisbtfeaturepublic2008-04-19 04:10
Reporterderekp Assigned Togiallu  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.3 
Fixed in Version1.2.0a1 
Summary0007158: Change Mantis top logo link to internal link
Description

The top Mantis logo currently links to the Mantis home page (http://www.mantisbt.org/). The large logo on the top of a web page usually links to the web site index page. (not an external site)

Users of Mantis who click on this logo are likely not interested in visiting the Mantis website, and this non-standard behavior can be a little frustrating. Users or administrators who are interested in more information about Mantis can find links to the project at the bottom of the page.

It would be good if the link in the top logo could be changed to point to the main page.

If a change were to be made the change is as follows:
/core/html_api.php : line 287

CHANGE FROM:
echo '<a href="http://www.mantisbt.org" title="Mantis Bugtracker"><img border="0" width="238" height="78" alt="Mantis Bugtracker" src="images/mantis_logo.gif" /></a>';

CHANGE TO:
echo '<a href="main_page.php" title="Mantis Bugtracker"><img border="0" width="238" height="78" alt="Mantis Bugtracker" src="images/mantis_logo.gif" /></a>';

TagsNo tags attached.

Relationships

related to 0007130 closedjreese Unbranding Mantis 
related to 0008536 closedgiallu Top header logos are all distorted to the same size 
parent of 0008668 closed Fatal Error in execution time of position interface 

Activities

chillax

chillax

2006-06-01 12:29

developer   ~0012928

Related to or dupe of 0007130

derekp

derekp

2006-06-24 12:19

reporter   ~0013027

This issue does sounds similar to an unbranded Mantis, however that is not what is being suggested.

The large logo on most web sites take the user to the root of the application, not an external site. If there is disagreement on the previous statement, I suggest closing this issue. If it is though to be true, please alter the link to point to the root of the application.

chillax

chillax

2006-06-26 13:16

developer   ~0013031

Through the unbranding process, you will be able to modify the link and main logo to be whatever you want. So if you wish to put your own logo and link to your homepage in place of the Mantis logo and link to the Mantis homepage, that is easily done.

ryandesign

ryandesign

2007-05-14 13:24

reporter   ~0014531

Again, I don't think we're talking about wanting to change the Mantis logo, nor wanting to link it to an arbitrary intranet site. Rather, we're talking about wanting the Mantis logo to always go to the root of the local Mantis installation when clicked. I think this would be a very good idea.

vboctor

vboctor

2008-01-28 20:23

manager   ~0016869

We can change the link associated with the Mantis top logo to refer to the configured default home page (typically main_page or my view page).

giallu

giallu

2008-01-29 05:02

reporter   ~0016872

Fixed as Victor suggested

Related Changesets

MantisBT: master 9c8f236f

2008-01-29 04:53

giallu


Details Diff
Fix 7158: Change Mantis top logo link to internal link

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4937 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0007158
mod - config_defaults_inc.php Diff File