1
fla-ts
layout downloads at main menu
  • 2013/6/25 15:07

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


Can I change the distance beween download text (buttoms)

Also you can see that there are also black dots before empty buttoms (I did that to seperate the dutch and the english titels.

See www.fla-ts.com

2
MACTEP
Re: layout downloads at main menu
  • 2013/6/25 19:43

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


I find it hard to translate your English ...
But it amused:
<span style="color: #333333;">
     <
span style="color: #808080; text-decoration: underline;">
         <
strong>
         <
span style="text-decoration: underline;">
             <
span style="text-decoration: underline;">
                 
Download's
             </span>&nbsp;
         </span>
         </strong>
     </span>
 </span>

3
fla-ts
Re: layout downloads at main menu
  • 2013/6/26 13:31

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


My english can not be so bad

I don't understand your reply "span etc.3

4
MACTEP
Re: layout downloads at main menu
  • 2013/6/26 15:34

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


Quote:

fla-ts wrote:
My english can not be so bad

I don't understand your reply "span etc.3

1.You have perfect english ))) ( Please correct the errors in the words beween and buttoms, machine translator does not understand these words ... )
2 .Lovely style you have , do not pay attention Resized Image

5
fla-ts
layout downloads at main menu
  • 2013/8/14 12:38

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


How do I get rid of those annoying point at my Download menu.
I want do have the same vieuw as it is for main menu
(see left side on the site)
Take a look at www.fla-ts.com to know what I mean


6
fla-ts
Re: layout downloads at main menu
  • 2013/8/14 14:32

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


Where can I find that

7
Mamba
Re: layout downloads at main menu
  • 2013/8/14 14:35

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


The block comes from your WF-Downloads module. The template that creates it is in this file: /modules/wfdownloads/templates/blocks/wfdownloads_block_new.html You'll need to edit it, and remove the
<ul>   <li>     </li></ul>
tags This is the original template:
<ul>
<{foreach 
item=download from=$block.downloads}>
    <
li>
        <{
$download.date}>
        &
nbsp;
        <
a href="<{$xoops_url}>/modules/<{$download.dirname}>/singlefile.php?cid=<{$download.cid}>&amp;lid=<{$download.id}>">
            <{
$download.title}>
        </
a>
    </
li>
<{/foreach}>
</
ul>
If you want to do some more modifications, you'll need to refresh your HTML know-how....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

8
fla-ts
Re: layout downloads at main menu
  • 2013/8/15 6:13

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


Isn't it the otherway around ?
I wanne keep the HomeMenu as it is.
It's the Download that should have the looks as the homemenu.

My HTML knowledge is very low indeed

Anyway, I make myself more care concerning that eventual bug in article module

9
Mamba
Re: layout downloads at main menu
  • 2013/8/15 7:28

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Isn't it the otherway around ?

No, it's not....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

10
Anonymous
Re: layout downloads at main menu
  • 2013/8/15 8:06

  • Anonymous

  • Posts: 0

  • Since:


As you already are using the mymenus module, why not use this module to make a second menu called downloads? Only disadvantage is you have to copy and paste the links by hand. Big advantage is you can order the links like you want it.

In some themes there can be differences in left and right blocks layout, but with a little test you can find out.

Login

Who's Online

242 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 242


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits