Display Music Gallery as a List

Can I display the music gallery songs as a list instead of the big icons?

 

Thanks!

 

Theresa

Quote · 15 Sep 2008

Yes, you can. Just open that file and create a table and dump the values from database in a good manner.

----
Quote · 16 Sep 2008

Thank you very much for responding. Would you have a little time to go into more detail? I think it would help to teach me some valuable stuff...

 

So what file? Is it one file that displays the music gallery on the home page?

 

What or were can I find the values available in my database?

 

Sorry I'm more of a designer then a programmer, but I'm tryin gto learn...

 

Thanks!

Quote · 17 Sep 2008

open inc/classes/BxDoSharedMedia.php

In:

function showBrowseUnit

remove

<?=$sImage?>

from

<div class="browseUnit"<?=$sStyle?>>
<?=$sCheck?>
<?=$sImage?>
<div class="addInfo">
<a href="<?=$sHref?>"><b><?=$sTitle?></b></a>
</div>
<?=$sProfLink?>
<div class="addInfo"><?=_t("_Added")?>: <b><?=defineTimeInterval($aData['medDate'])?></b></div>
<div class="addInfo"><?=$sViews?>: <b><?=$aData['medViews']?></b></div>
<?=$sShowRate.$sActionLinks?>
</div>

I have video tutorials to help you mrpowless.com
Quote · 17 Sep 2008

Followed mrPs advice with NO change in Music Gallery on homepage or My Music Gallery on member.php (profile)  .....

v6.1.4  .....

Quote · 17 Sep 2008

Thats awesome! But how can I have that same view in the music gallery box on the home page?

 

Thanks again YOU RULE!

 

Quote · 17 Sep 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.