701
Burning
Re: Bottom blocks are not visible
  • 2008/2/28 14:22

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

A small tutorial about what you can do with blocs in center column here

@+
Still learning CSS and... english



702
Burning
Re: Bottom blocks are not visible
  • 2008/2/28 3:20

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

That's not difficult. Just copy these lines (at the right place ) in theme.html

.....
<!-- 
End display center blocks -->
        <
div id="content">
          <{
$xoops_contents}>
        </
div>
        <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
        <
table cellspacing="0">
        <{if 
$xoBlocks.page_bottomcenter}>
        <
tr><td id="bottomCcolumn" colspan="2">
            <{foreach 
from=$xoBlocks.page_bottomcenter item=block}><{include file="default/theme_blockcenter_c.html"}><{/foreach}>
            </
td>
        </
tr>
        <{/if}>
        <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>
        <
tr>
            <
td id="bottomLcolumn">
                <{foreach 
from=$xoBlocks.page_bottomleft item=block}><{include file="default/theme_blockcenter_l.html"}><{/foreach}>
            </
td>
            <
td id="bottomRcolumn">
                <{foreach 
from=$xoBlocks.page_bottomright item=block}><{include file="default/theme_blockcenter_r.html"}><{/foreach}>
            </
td>
        </
tr>
        <{/if}>
        </
table>
        <{/if}>

......

@+
Still learning CSS and... english



703
Burning
Re: Creating menu with three levels
  • 2008/2/20 14:57

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

If you don't use the whole theme, take a look to /xotpl/xoscripts.html. If I'm right, there are call to ajax scripts and .css files for menus. You can put them directly in your theme.html file (in <head>...</head> section).

You can also ask for precision in xoops-menu.fr forums
Still learning CSS and... english



704
Burning
Re: Creating menu with three levels
  • 2008/2/19 19:36

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

you can take a look to www.xoops-menu.fr
Not a module but various examples.

@+
Still learning CSS and... english



705
Burning
Re: define Standard Templates for theme developers - your idea
  • 2008/2/7 22:07

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


Good luck Sublime... It seems that there is a "personnal issue", one more... That's Xoops, what else ?


Just a precision : take a look to the code of Compare it to morphogenesis code. So you see the same lines...

There are coming from :

Quote:

/* Thanks to Snow77, Skalpa and Leostotch for the initial work, Dugris for help */
/* Mor.pho.GEN.e.sis version 2.0 by kris (http://www.xoofoo.org andhttp://www.frxoops.org) */
/* file name : style.css (version 2.0) - 22 mai 2007 */



Edit : sorry I was wrong, there is a new line
Quote:
<!-- End ofHack by marcan <InBox Solutions> for CondoLegal //-->
Still learning CSS and... english



706
Burning
Re: Demande of module
  • 2008/2/5 20:20

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

Have you try eXtgallery module (www.zoullou.net) ?

You can :
- activate an extra field information (see here)
- use some ajax effects (here)

@+
Still learning CSS and... english



707
Burning
Re: imago02 top menu problem
  • 2008/2/5 20:13

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

If you're talking about Main Menu, there are 2 ways to customize this template :

- style.css
/*---------------------------------------Ö÷Òª²Ëµ¥-------------------------------------*/
td#mainmenu a {
    
background#F6F8FA;
    
font-weightnormal;
    
padding0px 0px 0px 30px;
    
border-right1px solid #D9E3EB;
    
border-bottom1px solid #D9E3EB;
    
border-left1px solid #D9E3EB;
    
border-top1px solid #F6F8FA;
    
width120px;
    
color#666666;
}
td#mainmenu a:hover {
    
background-color#FFFFFF;
    
text-decorationnone;
    
border1px solid #8CA9C1;
    
color#799BB7;
}
td#mainmenu a.menuTop {
    
text-decorationnone;
    
border-top1px solid #D9E3EB;
    
padding0px 0px 0px 30px;
}
td#mainmenu a.menuMain {padding-left: 30px;}

td#mainmenu a.menuSub {
    
padding-left42px;
    
text-decorationnone;
    
width108px;
    
color#999999;
    
background#FFFFFF;
}


- www/system/templates/blocks/system_block_mainmenu.html

@+
Still learning CSS and... english



708
Burning
Re: Showing a block on a specific page of a module in 2.0.18
  • 2008/2/2 19:06

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


Wonderful ! Thanks for this links
Still learning CSS and... english



709
Burning
Re: define Standard Templates for theme developers - your idea
  • 2008/1/29 17:04

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


100% agree !

But this is a hard work to template all this modules ! And I guess there will be a lot of problems :
- module developpers will be agree with new rules ?
- design team have the right to force them ?
- is there some good volunteers to template old modules (like mylinks, ...) ?

A documentation for module developpers already exist (class to use, etc...) ??
Still learning CSS and... english



710
Burning
Re: define Standard Templates for theme developers - your idea
  • 2008/1/29 16:27

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

I give you just an example

If I want to have the same looking (just for buttons) at this page (mydownloads_ratefile.html template)

... I have to fill 3 class :
Resized Image


May be I'am wrong, the good solution should be a modification of all templates (mydownloads, mylinks, news...) and an only class for buttons ?

For me (and as long as templates are not "uniforms" ), I use this kind of declaration (that already exist in morphogenesis) :

Quote:
input[type=submit], input[type=reset], .formButton, input[type=button] {
font-family:Verdana, sans-serif;
font-weight: normal;
font-variant: small-caps;
color: #FFFFFF;
background-color: #639ace;
border: 1px solid #e8e8e8;
background-image: url(../img/bg-degrad-blue.gif);
...
}


(just a feed back of a end-user)

@+
Still learning CSS and... english




TopTop
« 1 ... 68 69 70 (71) 72 73 74 »



Login

Who's Online

184 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

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

Latest GitHub Commits