Quantcast
Channel: User nmc - Stack Overflow
Browsing all 37 articles
Browse latest View live

Comment by nmc on How to implement invisible but accessible link in a table...

I think this would work if I can just figure out how to make the link fill the cell with CSS.

View Article



Comment by nmc on How to implement invisible but accessible link in a table...

@Moob While aesthetically the transparent link works, I tried that table with Chrome Vox and the link descriptions were not read out loud by the screen reader.

View Article

Comment by nmc on Hide Products from View in Drupal Commerce

@MxmastaMills if you are logged in to Drupal as an administrator, then you will still be able to see the page even if you have unpublished it. Try viewing the page from a different browser or log out...

View Article

Comment by nmc on Creating list of similar nodes in Drupal 7/Views 3

@Heihachi I just tested this with the latest version of Views and it is currently working for me.

View Article

Comment by nmc on Struts 2 and spring mobile integration

Are your filters set up in the correct order in your web.xml (see stackoverflow.com/questions/10801800/…)

View Article


Comment by nmc on Dynamic URL access rights from form using Spring Security...

You wrote: "if there is a new user, i've to manually add in this xml file". Do you mean a new role (not a new user)?

View Article

Comment by nmc on changing font color and size has no effect in CKEditor Drupal

Your Text Format Filters are likely stripping out the inline CSS that CKEditor put in. See drupal.org/node/213156

View Article

Comment by nmc on Troubles Migrating VB script (reliant on vendor API) from...

Unfortunately, I have no documentation nor support from the vendor :(

View Article


Comment by nmc on Implementing Custom Modules in Drupal

@peifa I suggest you come up with a specific question about where or how you are stuck and ask it on this forum.

View Article


Comment by nmc on Regex in Google Analytics Advanced Custom Filter not...

@WiktorStribiżew That did it! Please post as an answer so I can accept

View Article

Comment by nmc on How to track ServiceNow Service Portal (AngularJS) page...

I just tried $window.ga(...) and I'm not seeing a difference. Same problem.

View Article

Comment by nmc on PHP & SQL Server - field names truncated

Finally got around to testing this and it seems ODBC Driver 13 does fix this problem! $connection = odbc_connect("DRIVER={ODBC Driver 13 for SQL Server}; Server=$server; Database=$db;", $loginname,...

View Article

Comment by nmc on "ValueError: Lengths must match to compare" for chi2 from...

And of course, that was the very simple error that I couldn't spot. I was looking at features and labels instead of category/category_id. If you'd post the answer, I'd be happy to accept.

View Article


Embedded youtube video in IE9 not working

I'm trying to embed a youtube video on my site and it doesn't seem to be working in IE. Seems to work on with other browsers so far. In IE9, it displays an outline of a box where the video would be...

View Article

Answer by nmc for Getting Shibboleth Attributes through Struts-1

Turns out that in my case, it was an issue with the server-side config. After following the instructions here: https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPJavaInstall, I was able to...

View Article


Getting Shibboleth Attributes through Struts-1

I'm trying to integrate Shibboleth authentication with an old Struts-1 application that I've inherited the maintenance of, but I cannot figure out how to acecss the Shibboleth attributes. This is what...

View Article

Answer by nmc for Drupal 7: How can I allow a user role to upload a file via...

I have used the IMCE Module for this.IMCE is an image/file uploader and browser that supports personal directories and quota.and it has the ability to integrate to WYSIWYG.

View Article


Answer by nmc for Hide Products from View in Drupal Commerce

It has been a while since I've worked with Drupal Commerce, but I assume that your product listing is a View. You should be able to modify your View to filter out the disabled products.

View Article

Answer by nmc for How come struts property tag converts java.util.Date in...

Struts recognizes certain object types as listed in the Built in Type Conversion Support section for the documentation and as explained in the linked answer by Andrea.If you're wondering why your Date...

View Article

Answer by nmc for Struts2 - How to populate a select tag with a list of String?

If you omit the lisKey and listValue attributes, then Struts2 will use the string text as the key and the value.Try: <s:select name="status" list="status" headerKey="" headerValue="-- Select --"...

View Article
Browsing all 37 articles
Browse latest View live




Latest Images