Web Developer / Media Director for 220power.com
I am tweaking a Views Calendar. The node page that get's used in the pop-up in particular. One main hurdle I am at is for the repeating dates. When viewing the event node page the $content of the node will contain
"Repeats every week until..." which follows with a huge list of every date the event is on. I can't figure out how to turn this off. In views I see a "Hide repeat rule" option which is turned on but it doesn't seem to effect it.
-jamie
I'm having trouble getting the swf tools player to show up. In a view if i set the "Content: Audio File" to "SWF Tools - no download link" the player shows up in that view. But viewing the Node itself and in the template using "print swf($node->field_audio_file[0]['view']);" I get the default "You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialize correctly." from swf tools.
i'm stumped.
-jamie
Update: I just randomly changed the ['view'] to ['filepath'] and it worked. Dunno why, I would love to know :)
I have a list of sermon audio with download and listen links, I would like the listen link to load a small pop up window of just a simple node that has the SWF tools audio player embedded. Not really sure how to go about it. Also, what is the best way on download links to force a download instead of the media opening in your browser?
-jamie
I'm using Views Rotator to create rotating ads on my home page. On first page load all the ads are visible briefly and then disappear. How can you avoid this? I assume its just a css issue?
example:
http://drupal.fountainyouthchu...
-jamie
I recently moved my server from Fedora Core to Ubuntu. When I moved over a drupal site, I started getting the memory size error. I increased the memory setting in php.ini to 32M and in the drupal settings file as well, but I still get the error. It usually comes from "sites/all/modules/views/includes/admin.inc" Currently I cant even load my module page.
any ideas?
-Jamie
"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/***/***/www/public_html/sites/all/modules/views/includes/admin.inc on line 2547"