rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: Caco on March 24, 2009, 11:41:53 AM

Title: RAWR questions
Post by: Caco on March 24, 2009, 11:41:53 AM
Hi everyone and thanks for file server and this good template!

I have some questions about it.

1. I can change many aspects of language file, but i can't change title. Even if i do, it remains "HTTP file server". Why?

2. If i would change the logo (i'm using blue theme, the hand carrying the world :P), what should i do?

3. RAWR uses system icons, i would like to use that beautiful Terayon icons, how can i do that?

4. I have set up a concurrent server for streaming/preview, with it's own video player, capable of playing avi, mpeg, and m2p files. All i need is a button pointing to that player , which accepts links such:   ums:\\TCP:xxx.xxx.xxx.xxx:yyyy\Folder\File.avi

I there a simple way to assign this function to the button normally used to invoke RAWR player?


Please consider that i'm not a programmer, so be patient :P

Thank you in advance  ;D

Stefano
Title: Re: RAWR questions
Post by: TSG on March 25, 2009, 10:32:15 AM
1. Not sure, will look into it for the next release. I might have missed a language variable. Or your changing the wrong value for your language.

2. Locate the header-logo.jpg in the images folder for that theme. And change it?

3. Too complicated to explain. Would require big changes.

4. Same as 3.... and I have no experience with such a thing.
Title: Re: RAWR questions
Post by: Caco on March 25, 2009, 11:36:07 AM
Thank you for your reply.

1- False problem - related to point 2  :P

2- Solved - Thank you  ;)

3- I used Add Icons and Icon Mask funtions on HFS to set up my icons. The problem is that they appear too small. Is there a way to enlarge them?

4- That's a pity. I really need a preview function. Is there a way to use RAWR player with AVI and MPEG files?  :(
Title: Re: RAWR questions
Post by: TSG on March 25, 2009, 01:36:48 PM
3. No you cant make them larger, unless you manually link the icons in the template, that's how Terayon does it.

4. No, RAWR-Player only works with whatever codecs are supported by Flash. MP3, FLV and MOV, MP4, 3GP M4A using the H264 codec.
Title: Re: RAWR questions
Post by: Caco on March 25, 2009, 03:08:18 PM
3 - Thank you, so i solved in this way:

Resize Terayon icons from 64x64 to 49x49, put the resized icons in /template/rawr_default/icons49x49/

Edited RAWR template like this:


[folder]
<tr>
<td class="iconCol"><a href="%item-url%"><div

style="background:url('/template/rawr_default/icons49x49/Folder.jpg') center center

no-repeat"></div></a></td>


and


[file]
<tr>
<td class="iconCol">
   <a href="%item-url%">
   <div style="background:url('/~img_file') center center no-repeat"><img

src="/template/rawr_default/icons49x49/%item-ext%.jpg">
   </div>
   </a>
</td>