The "more info" link generated in the "table" view of the 04/15/05 cvs release version of the event.module does not get built properly. It simply takes the user to the front page of the site, and not to the detailed page of the individual event.

CommentFileSizeAuthor
#4 event_theme_more_link.patch926 bytesjose reyero

Comments

crunchywelch’s picture

Assigned: Unassigned » crunchywelch

can you please note what browser you are using? this link should expand the node view to show more details. Thanks....

shane’s picture

Firefox 1.0.3

murphy2atnetaxs’s picture

Definitely not a browser problem; it's a simple link, and the link is wrong. I checked in IE. I'm using Drupal 4.6.1, and PostgreSQL with patches to flexinode to get it to work with postgresql.

Is the "More info" link supposed to show the same information that you get by clicking on the event title?

There's also a strangely large vertical space between the bottom of the date and the "more info" line.

jose reyero’s picture

StatusFileSize
new926 bytes

I can reproduce the issue with FF when disabling JavaScript. I dont know if that's your case, but I think some fallback link should be provided in case JavaScript is disabled for the page to degrade gracefully.

Here's a simple patch, which links "more info" to the single node page (node/nid). Tested with IE and FF, and when JavaScript is working properly the link is just ignored.

PunkCut25’s picture

I tested this and did not find a problem

mfb’s picture

Yup looks good.

killes@www.drop.org’s picture

Applied

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)