• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » File Catalog, Site Catalog, Publisher, Ad Board, Online Games » How do I change 'Download from this server'
How do I change 'Download from this server'
Zevoxa
Posts: 237
Reputation: 4

Message # 1 | 6:25 PM
I would like to change 'download from this sever'

I just want it to say DOWNLOAD or a button that says download.
My custom template came with a 'download' button but I don't see it any where ):
Help? Thanks.
Attachments: 8224252.png (2.5 Kb)

I would prefer if you called me ErraticFox. ^_^
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 8:56 PM
Poptart, go to CP ---> Design ---> Design management (templates) ---> File catalog ---> Page with entry full text and its comments ---> Find:
Code
<?if($FILE_URL$ || $RFILE_URL$ || $SCREEN_URL$)?>[ <?if($FILE_URL$)?><a href="$FILE_URL$"><!--<s5223>-->Download from this server<!--</s>--></a> ($FILE_SIZE$)<?endif?>
<?if($RFILE_URL$)?> · <a href="$RFILE_URL$" target="_blank"><!--<s5224>-->Download from mirror<!--</s>--></a> ($RFILE_SIZE$)<?endif?>

Change it to this:
Code
<?if($FILE_URL$ || $RFILE_URL$ || $SCREEN_URL$)?>[ <?if($FILE_URL$)?><a href="$FILE_URL$"><img scr="image url" border="0" /></a> ($FILE_SIZE$)<?endif?>
<?if($RFILE_URL$)?> · <a href="$RFILE_URL$" target="_blank"><img scr="image url" border="0" /></a> ($RFILE_SIZE$)<?endif?>

To busy building a passive income online ;)
Zevoxa
Posts: 237
Reputation: 4

Message # 3 | 11:46 PM
I put
Quote
<?if($FILE_URL$ || $RFILE_URL$ || $SCREEN_URL$)?>[ <?if($FILE_URL$)?><a href="$FILE_URL$"><img scr="http://igameforyou.ucoz.com/images/download.gif" border="0" /></a> ($FILE_SIZE$)<?endif?>
<?if($RFILE_URL$)?> · <a href="$RFILE_URL$" target="_blank"><img scr="http://igameforyou.ucoz.com/images/download.gif" border="0" /></a> ($RFILE_SIZE$)<?endif?>


And now it only has
[ (3.95Mb) · () ]

Thats it not even a download link ):

I would prefer if you called me ErraticFox. ^_^
Natashko
Posts: 3366
Reputation: 171

Message # 4 | 11:33 AM
Poptart, I have checked your website and it seems to me that the problem has been resolved. Right?
uCoz Community » uCoz Modules » File Catalog, Site Catalog, Publisher, Ad Board, Online Games » How do I change 'Download from this server'
  • Page 1 of 1
  • 1
Search: