Gossamer Forum
Home : Products : Gossamer Links : Discussions :

glinks 3 bugs?

Quote Reply
glinks 3 bugs?
Version: 2.99.1

title_linked unknown tag in v2.x templates upon building after upgrading but using default template.

in IE the nav bar does not extend to full width in luna.

.navbar {
width: 100%;
}

corrects this apparently (is the same ok?).

Qstn: can copyright notices and all those connected details luna_core.css be eliminated. It reveals too much to competitors :)

[EDIT]
Days_Old plugin stopped displaying results ... doesn't matter much as would be finally switching over to luna ... but luna also doesn't show the "NEW" display... on the Home Page though the cat pages have it ... testing only in dynamic mode
[/EDIT]

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================

Last edited by:

HyperTherm: Mar 28, 2005, 5:02 PM
Quote Reply
Re: [HyperTherm] glinks 3 bugs? In reply to
Quote:
title_linked unknown tag in v2.x templates upon building after upgrading but using default template.
On which template?

Quote:
in IE the nav bar does not extend to full width in luna.
Seems to be fine here, what version of IE? screenshot?

Quote:
Qstn: can copyright notices and all those connected details luna_core.css be eliminated. It reveals too much to competitors :)
Yes, that's okay.

Adrian
Quote Reply
Re: [brewt] glinks 3 bugs? In reply to
The default template of v2.2.0 (modified but the core is default carried over from 2.1.2 which is the version that we started with).

IE Version 6.0.28
screenshot original




Screenshot after adding that width: 100%;



In either case it's fine in Firefox

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [HyperTherm] glinks 3 bugs? In reply to
In Reply To:
The default template of v2.2.0 (modified but the core is default carried over from 2.1.2 which is the version that we started with).
template, not template set.

In Reply To:
IE Version 6.0.28
screenshot original
Have you made any other changes to the CSS, because it's fine here (ie5.01, ie5.5, ie6).

Adrian
Quote Reply
Re: [brewt] glinks 3 bugs? In reply to
Oops: templates-->cool, new both in static as well as dynamic mode.

Changes to luna:
logo.gif 280X55 instead of original 250X80

except for the above change, even after removing all other changes the same distortion persists till width: 100%; is added

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [brewt] glinks 3 bugs? In reply to
OK, it's coz of the changed image size logo.gif as i removed everything from luna.css and everything seemed fine. However, logo.gif in actual case could vary in dimensions and if that's the thing which is causing the distortion in IE, then it needs to be corrected.

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [HyperTherm] glinks 3 bugs? In reply to
Not exactly a bug, but upgrades can cause additional manual work in resetting http paths after upgrade in following scenario.

upgrading mod_perl Links 2.x
Alias /perl is used for mod_perl
ScriptAlias /cgi-bin is for mod_cgi
with installation remaining under cgi-bin (no /perl directory as such).

Upgrade resets the http paths from http://www.domain.tld/perl/.... to http://domain.tld/cgi-bin/....

This would cause the install to work under normal cgi rather than mod_perl unless the paths are manually changed back to /perl/

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
This is exciting :) In reply to
Hover same as the band beneath ... and it depends on the page that one is on ... thanks to <%page_id%>






Hope there are no major template level upsets in the official RC

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [HyperTherm] glinks 3 bugs? In reply to
That's because you need to move the login link up (that's what the navbar is hitting). You can do this by adding this to your luna.css:
Code:
#loginbar a {
margin-top: 12px;
}

Adrian
Quote Reply
Re: [HyperTherm] This is exciting :) In reply to
a big big thanks to HyperTherm for testing the new GLinks 3.x !
You are doing a great job !


BTW: would you please be so kind and PM me the URL to your website to see how the new GLinks looks like ? That would be cool....


Best regards,

Erich
Quote Reply
Re: [brewt] glinks 3 bugs? In reply to
Yes That did it. and i removed

.navbar {
width: 100%;
}

:=)

Thanks

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================