i'm kinda slow.

i added some extra fields to my events, and i can get them to display the field titles as headers in the table overview, but i can't get them to display any actual information in the headers. you have to click on the title of the event to get the info. which means you can't sort by that category, and so on. any idea what i'm doing wrong?

this shows up at the top of the events page: warning:
Invalid argument supplied for foreach() in /home/httpd/vhosts/trellon.com/httpdocs/site_1/modules/event/event.module on line 1285.

i have my new fields enabled in settings: event: table fields. they are set as publish to calendar under event: event fields.

what am i doing wrong?

Comments

getsamuel@civicspacelabs.org’s picture

i've been trying to diagnose the problem and have encountered the source code for the table, which seems to have some problems in it. i've included an example of what looks like the working code for one of the fields that works, and one of them that doesn't.


<td class="textfield title"><a href="/node/35" title="Click here to see the full event.">manoa project</a></td>

<td class="textfield starring"><a href="/node/35" title="Click here to see the full event."></a></td>

so the one that's not working obviously has no content between the tags "></a> . is this a bug of some kind or am i failing to set it up right? i'm absolutely at my end on this problem.

getsamuel@civicspacelabs.org’s picture

still no progress on this. please... any help?