There is no SUBMIT or SAVE button on the General Settings page. How do you save changes to the settings?

Comments

nancydru’s picture

StatusFileSize
new29.42 KB

The only way that can be is that there are other form errors.

genemcc’s picture

StatusFileSize
new48.59 KB

No other form errors on the site. Fresh install of 6.6. Any suggestions? Thanks!

nancydru’s picture

Hmm, you're also missing "Field defaults". If you know javascript, try commenting out the start up code at the bottom.

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

Oh, it might also help to know which version you're using.

genemcc’s picture

Drupal 6.6
Web Links 6.x-1.0

Sorry - can you be more specific? Which file and which lines should I try commenting out?

Thanks!

nancydru’s picture

In weblinks.admin.js, make "function weblinks_setup()" basically do nothing. It might be masking some error messages. Just be aware the page will look different because of this.

genemcc’s picture

StatusFileSize
new12.13 KB

I did that and no change. However, I did try this in firefox and the buttons do appear. So it appears to be a Safari specific issue. I can maintain the first page in firefox but you may want to investigate why it doesn't work in Safari. Thanks for all your help.

nancydru’s picture

Robert: do you have Safari?

rmiddle’s picture

Nope I haven't checked under webkit that is close to safari but Safari JavaScript sucks so I could believe there are issues with it. Yea get the same issue under webkit/khtml.

Thanks
Robert

jmbeach’s picture

StatusFileSize
new110.36 KB
new80.22 KB

I just started working with this module and I have version 6.x-1.1 under Drupal 6.6. When accessing the Site Configuration page using Google Chrome (another webkit-based browser), I also do not have the "Save Configuration" and "Reset to Defaults" buttons on the General Settings tab. Like genemcc, I was able to make the changes using Firefox.

Also, using Chrome and my custom Zen sub-theme, the form on the General tab is placed above the navigation bar. The other settings tabs for Weblinks appear correctly in the content-area. I've attached two screenshots, one from Chrome and one from Firefox.

rmiddle’s picture

jmbeach,

Are you seeing issues in none admin sections?

Thanks
Robert

rmiddle’s picture

Title: Problem on General Settings Page » Google Chrome, Safari and other webkit-based browser currently do not work correctly under the admin section.
Status: Postponed (maintainer needs more info) » Active
jmbeach’s picture

Are you asking about other module admin sections showing in the incorrect place in my custom theme with Chrome? The general settings tab in Weblinks is only admin section I've had show up incorrectly using my Zen sub-themes.

Jonathan

rmiddle’s picture

jmbeach,

I just want to confirm that your users are not seeing a problem and that it is only the admin section having a problem. I have confirmed under webkit on my system that it is a problem in the admin section but do see an issue with the blocks or the main weblink pages. Are you just seeing the issue in the admin section or are you seeing it in parts of your site that an anonymous user would see?

Thanks
Robert

jmbeach’s picture

Robert,

Its only in the Admin section that I have seen the problem and only on the General settings tab (and only in Chrome). The Weblinks blocks appear fine for anonymous users so far (of course, I'm only allowing the Anonymous users to access the weblinks, not create them).

Jonathan

rmiddle’s picture

jmbeach,

That is what I am seeing as well. I have added something to the front page confirming the issue. WebKit Javascript is a little funky compared to both Firefox and IE. I am guessing there is an issue with the Collapsible code in Drupal and how we are using it and webkit implention of Javascript.

Thanks
Robert

nancydru’s picture

Can we add a a browser check and skip the collapsing?

rmiddle’s picture

This looks to be a Drupal Core issue. One of us need to go though and see if we can figure out the cause and submit a bug report to core.

Thanks
Robert

nancydru’s picture

Well, let's see. I don't have a browser that this happens on. I don't know JS very much. Hmm...

nancydru’s picture

Assigned: Unassigned » nancydru

There was a misplaced </div>.

Fix committed to both branches.

nancydru’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.