This forum is for assistance with theme development.

Theme Personalization

I want to contribute a theme to drupal but i have one doubt in my
mind i,e, Can i use my company logo and slogan in banner part of theme and
if not then what will come in banner part?? Also is this same with footer
text also?? I want to add link to my company in footer.

Altering the class on list items within a specific block. (Now with <code> tags inserted correctly)!

Hi All,

Hope someone will be able to help me.

I have a block called secondary_nav which has five list items and the browser
source code appears as follows:

<div id="secondary_nav">
    <div id="block-menu-57" class="clear-block block block-menu">
        <div class="content">
            <ul class="menu">
                <li class="leaf"></li>
                <li class="leaf"></li>
                <li class="leaf"></li>
                <li class="leaf"></li>
                <li class="leaf"></li>
            </ul>
        </div>
    </div>
</div>

My question is, Would it be possible to alter the following function to
change the above to:

<div id="secondary_nav">
    <div id="block-menu-57" class="clear-block block block-menu">
        <div class="content">
            <ul class="menu">
                <li class="nav1"></li>
                <li class="nav2"></li>
                <li class="nav3"></li>
                <li class="nav4"></li>
                <li class="nav5"></li>
            </ul>
        </div>
    </div>
</div>

The function I found that looks like it could be altered?? is:


function theme_menu_item($mid, $children = '', $leaf = TRUE) {
return '

  • 'collapsed')) .'">'. menu_item_link($mid) . $children ."

    \n";
    }

    Altering the class on list items within a specific block.

    Hi All,

    Hope someone will be able to help me.

    I have a block called secondary_nav which has five list items and the browser
    source code appears as follows:

    My question is, Would it be possible to alter the following function to
    change the above to:

    Theme logo personalization

    I want to contribute a theme to drupal but i have one doubt in my
    mind i,e, Can i use my company logo and slogan in banner part of theme and
    if not then what will come in banner part?? Also is this same with footer
    text also?? I want to add link to my company in footer.

    How to print OG groups, their descriptions, submission etc.

    I've been reading a lot about OG on drupal, but cannot get it right. Printing print $content gives me all things, but I've like to move things around. I've been testing a hundred things to print the group title, when it was submitted, tabs, description, and some rating information from another module, but it's not printed. print $title gives me the node title, but I would like to print group titles etc..

    Any ideas?

    Specific template for each content type and categorY?

    Is there a way to set a specific template for each content type? And for all categories related to one content type?

    Pages

    Subscribe with RSS Subscribe to RSS - Theme development