After installing, removing, and reinstalling a couple of version following a fight with the 5.x-0.1 version debacle I now seem to be able to create and play new audio content OK and the Browse By.. block is working.

But that is the only audio block remaining to administer.

I've disabling and removed the module, dropped the audio tables and deleted audio entries in the system table.
Run a Cron and then re-added audio module, enabled it, set access, and checked options.
Still only have the "Browse By" block.

Where are the rest of the audio settings and how do I get them restored to install condition?
Is it best to use the current upload of 5.x-0.x-dev rather than 5.x-0.2?
Even if I previously had 5.x-0.1 installed?

Is there any hope other than trashing the whole Drupal 5.1 setup and starting from scratch???

Thanks

Comments

drewish’s picture

Status: Active » Fixed

install the views module. with the drupal 5, i moved as many of the blocks and pages as i could into views. it give you way more control over them.

mwpeters’s picture

Thanks for such a rapid response.
That seems to have taken care of most of my concerns along with adding some capabilities.
Queries for audio and audio feeds are again working and a disappeared audio menu has returned.
The menu for the audio feeds query is still missing though.
Any idea how I can get that back?

A change to my configuration in between earlier installs may played a part in some of the weirdness.
Until recently I did not have the views module loaded. Recently I loaded it, but I had not activated it.
That may have caused some confusion during reinstall of audio module.

You still think I'm best off with 5.x-0.x-dev at this time?
Thanks again.

mwpeters’s picture

Never mind about getting menu back... I just realized once the query works I can just create a new menu that uses that local path.

Is 5.x-0.x-dev is still best for me?

PS...

Glad to see the 1pixel out player is menu choice. I'm spoiled by all the nice player and publishing features from PodPress and WordPress and was regretting the loss of that player. Any plans to add player color controls like WordPress?

drewish’s picture

did you enable the views_rss module? i should have mentioned that that's also required.

drewish’s picture

i'll be forking a 5.0 branch soon but until then, yeah, the dev version is the best for now.

as for player options and coloring, that'll be part of http://drupal.org/node/107143

mwpeters’s picture

Yes I enabled views_rss at the same time. Not really a problem any longer as an equivalent menu was easy to create and enable.

drewish’s picture

i marked http://drupal.org/node/116326 as a duplicate of this

drewish’s picture

Okay, views and views_rss are now required dependencies.

highlife99’s picture

OK I was able to get a link working by creating a page other than one named audio. Now my last problem has to do with my theme I believe. The node output from audio.module gets thrown to the right side of the page, making it virtually invisible, here is an example http://www.jeradranly.com/node/46. I assume it has to do with the fact that my theme tends to right justify things as opposed to the left like garland would. Is there any bit of code or anything I can put in place to remedy this?

drewish’s picture

highlife99, it looks like there's something wacky going on with your theme. try switching to garland or bluemarine to test it. also did you read the part about needing to install the veiws module?

highlife99’s picture

I have views installed, everything on that end is working fine now. It would seem its just not compatible with the bluebreeze theme, I will dig around and see if I can get it working right, otherwise it works fine in garland, thanks for all your help.

Anonymous’s picture

Status: Fixed » Closed (fixed)