1
tatane
Menu "MultiBlack" a theme obscene_v4
  • 2008/9/7 13:09

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


Good morning

Let me put it in the menu Multiblack in theme obscene_v4 but I admit that I do not know how in the edition of the dossier theme.html

how?

thank you

2
tatane
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 8:06

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


up

3
Bleekk
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 9:02

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


download the multiblack theme.
uzip the file.

copy the file globalnav.html and insert it to your obscene folder.
copy the multiblack folder and insert it to your obscene folder.


open the obscene theme.html with a editor.
paste this line where you want the menu:

<{includeq file="$theme_name/globalnav.html"}>


if you do not have this line in the header please paste it there:

<{assign var=theme_name value=$xoTheme->folderName}>

4
tatane
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 9:29

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


it works not! I put the folder globalnav.html and multiblack in the obscene. I inserted the line "<(includeq file =" $ theme_name / globalnav.html ")>" in the theme.html


<td>             <table id="obNav" cellspacing="0">              <{includeq file="$theme_name/globalnav.html"}>                   <tr>                          <td><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl}>/" title="">HOME</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/mydownloads/}>" title="">DOWNLOADS</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/tinycontent/}>" title="" >THEMES</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/news/}>" title="">NEWS</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/contact/}>" title="">CONTACT</a></td>                          <td width="300" class="obNavWidth" >&nbsp;</td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="#" title="">HELP?</a></td>                    </tr>              </table>         </td>


Row "<(var = theme_name assign value = $ xoTheme-> folderName)> "is already

5
Bleekk
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 9:49

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


the only thing I see is that you have to add <tr><td> here

<table id="obNav" cellspacing="0">
<{includeq file="$theme_name/globalnav.html"}>

change to:
<table id="obNav" cellspacing="0">
<tr>
<td>
<{includeq file="$theme_name/globalnav.html"}>
</td>
</tr>

6
Bleekk
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 9:59

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


sorry you have to add
<tr>
<td colspan="13">
<{includeq file="$theme_name/globalnav.html"}>
</td>
</tr>

7
tatane
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 10:05

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


I replace what for what exactly?

8
Bleekk
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 10:07

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


you replace this
<{includeq file="$theme_name/globalnav.html"}>

with:
<tr>
<td colspan="13">
<{includeq file="$theme_name/globalnav.html"}>
</td>
</tr>

9
tatane
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 10:11

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


Here is the original, make me change, please


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head>     <!-- Assign Theme name -->     <{assign var=theme_name value=$xoTheme->folderName}>     <!-- Directory html blocks files or additional html files by include -->     <{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}>     <!-- Directory  for additional javascript files -->         <{assign var=theme_plugin value=$xoTheme->folderName|cat:'/js'}>     <!-- Title and meta -->     <meta http-equiv="content-language" content="<{$xoops_langcode}>" />     <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />     <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title>     <meta name="robots" content="<{$xoops_meta_robots}>" />     <meta name="keywords" content="<{$xoops_meta_keywords}>" />     <meta name="description" content="<{$xoops_meta_description}>" />     <meta name="rating" content="<{$xoops_meta_rating}>" />     <meta name="author" content="<{$xoops_meta_author}>" />     <meta name="copyright" content="<{$xoops_meta_copyright}>" />     <meta name="generator" content="XOOPS" />     <!-- Rss -->     <link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>" />     <!-- path favicon -->     <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl img/favicon.ico}>" />     <link rel="icon" type="image/png" href="<{xoImgUrl img/favicon.png}>" />     <!-- customized header contents -->     <{$xoops_module_header}>     <!-- Sheet Css -->     <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" />     <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl css/style.css}>" /> </head> <body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">  <div align="center" id="obCenter">    <table align="center" cellspacing="0" id="obLayout">      <tr>            <td rowspan="5" id="obSHL" ><img src="<{xoImgUrl img/1px.gif}>" width="17" height="1" alt="" /></td>            <td id="obR1" ></td>            <td rowspan="5" id="obSHR" ><img src="<{xoImgUrl img/1px.gif}>" width="17" height="1" alt="" /></td>      </tr>      <tr>          <td id="obHead" >               <table cellspacing="0">                    <tr>                          <td width="258" rowspan="2"><a href="<{xoAppUrl}>/" title=""><img src="<{xoImgUrl img/logo.jpg}>" alt="<{$xoops_sitename}>" width="258" height="106" border="0" /></a>                         </td>                          <td width="203" rowspan="2"><img src="<{xoImgUrl img/he2.jpg}>" alt="" width="203" height="106" />                         </td>                          <td id="obLog" ><{if $xoops_isuser}><img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{xoAppUrl /user.php op=logout}>" title)"">LOGOUT</a>&nbsp;&nbsp;<img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{$xoops_url}>/user.php" title="">ACCOUNT</a><{else}><img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{xoAppUrl /user.php}>" title="">LOGIN</a>&nbsp;&nbsp;<img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{xoAppUrl /register.php}>" title="">REGISTER</a><{/if}><br />                            <span class="obUname" ><{$xoops_uname}></span>                         </td>                    </tr>                    <tr>                      <td>&nbsp;</td>                    </tr>                  </table>         </td>      </tr>      <tr>          <td>             <table id="obNav" cellspacing="0">                    <tr>                          <td><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl}>/" title="">HOME</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/mydownloads/}>" title="">DOWNLOADS</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/tinycontent/}>" title="" >THEMES</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/news/}>" title="">NEWS</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/contact/}>" title="">CONTACT</a></td>                          <td width="300" class="obNavWidth" >&nbsp;</td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="#" title="">HELP?</a></td>                    </tr>              </table>         </td>      </tr>      <tr>          <td>             <table id="obMn" cellspacing="0">              <tr>                  <td id="leftcolumn" > <!-- Start left blocks loop -->  <{foreach item=block from=$xoops_lblocks}> <{include file="$theme_name/obblock_l.html"}> <{/foreach}> <br />                  <img src="<{xoImgUrl img/1px.gif}>" class="obSpacer" alt="" />                    <!-- End left blocks loop -->                 </td>                  <td id="centercolumn" ><{if $xoops_showcblock == 1}>                  <table cellspacing="0">                      <tr>                          <td id="centerCcolumn" colspan="2"> <!-- Start center-center blocks loop -->  <{foreach item=block from=$xoops_ccblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-center blocks loop -->                         </td>                      </tr>                      <tr>                          <td id="centerLcolumn"> <!-- Start center-left blocks loop -->  <{foreach item=block from=$xoops_clblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-left blocks loop --> </td>                          <td id="centerRcolumn"> <!-- Start center-right blocks loop -->  <{foreach item=block from=$xoops_crblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-right blocks loop -->                         </td>                      </tr>                  </table>  <{/if}>          <!-- Start content module page -->         <{if $xoops_contents}><div id="content"><{$xoops_contents}></div><{/if}>         <!-- End content module -->                      <br />                    <!-- Start center bottom blocks loop -->         <{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="$theme_name/obblock_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="$theme_name/obblock_c.html"}>                     <{/foreach}>                     </td>                      <td id="bottomRcolumn">                     <{foreach from=$xoBlocks.page_bottomright item=block}>                         <{include file="$theme_name/obblock_c.html"}>                     <{/foreach}>                     </td>                 </tr>             <{/if}>             </table>         <{/if}>         <!-- End center bottom blocks loop -->                   <br />                  <table cellspacing="0">                      <tr>                          <td id="cmsFooter" ><{$xoops_footer}></td>                      </tr>                      <tr>                          <td id="obBanner" ><{$xoops_banner}></td>                      </tr>                  </table>         </td>  <{if $xoops_showrblock == 1}>          <td id="rightcolumn" ><{foreach item=block from=$xoops_rblocks}> <{include file="$theme_name/obblock_l.html"}> <{/foreach}><br /><img src="<{xoImgUrl img/1px.gif}>" class="obSpacer" alt="" /></td>  <{/if}>     </tr>      </table>     </td>      </tr>      <tr>        <td id="obFooter" >&nbsp;</td>      </tr>      <tr>        <td id="obLBC" >&nbsp;</td>        <td id="obSHB" >&nbsp;</td>        <td id="obRBC" >&nbsp;</td>      </tr>    </table>  </div>  </body> </html>

10
Bleekk
Re: Menu "MultiBlack" a theme obscene_v4
  • 2008/9/13 10:16

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


ok try it this way:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head>     <!-- Assign Theme name -->     <{assign var=theme_name value=$xoTheme->folderName}>     <!-- Directory html blocks files or additional html files by include -->     <{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}>     <!-- Directory  for additional javascript files -->         <{assign var=theme_plugin value=$xoTheme->folderName|cat:'/js'}>     <!-- Title and meta -->     <meta http-equiv="content-language" content="<{$xoops_langcode}>" />     <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />     <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title>     <meta name="robots" content="<{$xoops_meta_robots}>" />     <meta name="keywords" content="<{$xoops_meta_keywords}>" />     <meta name="description" content="<{$xoops_meta_description}>" />     <meta name="rating" content="<{$xoops_meta_rating}>" />     <meta name="author" content="<{$xoops_meta_author}>" />     <meta name="copyright" content="<{$xoops_meta_copyright}>" />     <meta name="generator" content="XOOPS" />     <!-- Rss -->     <link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>" />     <!-- path favicon -->     <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl img/favicon.ico}>" />     <link rel="icon" type="image/png" href="<{xoImgUrl img/favicon.png}>" />     <!-- customized header contents -->     <{$xoops_module_header}>     <!-- Sheet Css -->     <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" />     <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl css/style.css}>" /> </head> <body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">  <div align="center" id="obCenter">    <table align="center" cellspacing="0" id="obLayout">      <tr>            <td rowspan="5" id="obSHL" ><img src="<{xoImgUrl img/1px.gif}>" width="17" height="1" alt="" /></td>            <td id="obR1" ></td>            <td rowspan="5" id="obSHR" ><img src="<{xoImgUrl img/1px.gif}>" width="17" height="1" alt="" /></td>      </tr>      <tr>          <td id="obHead" >               <table cellspacing="0">                    <tr>                          <td width="258" rowspan="2"><a href="<{xoAppUrl}>/" title=""><img src="<{xoImgUrl img/logo.jpg}>" alt="<{$xoops_sitename}>" width="258" height="106" border="0" /></a>                         </td>                          <td width="203" rowspan="2"><img src="<{xoImgUrl img/he2.jpg}>" alt="" width="203" height="106" />                         </td>                          <td id="obLog" ><{if $xoops_isuser}><img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{xoAppUrl /user.php op=logout}>" title)"">LOGOUT</a>&nbsp;&nbsp;<img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{$xoops_url}>/user.php" title="">ACCOUNT</a><{else}><img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{xoAppUrl /user.php}>" title="">LOGIN</a>&nbsp;&nbsp;<img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{xoAppUrl /register.php}>" title="">REGISTER</a><{/if}><br />                            <span class="obUname" ><{$xoops_uname}></span>                         </td>                    </tr>                    <tr>                      <td>&nbsp;</td>                    </tr>                  </table>         
</
td>      
</
tr>
<
tr>
    <
td>
    <
table>
        <
tr>
            <
td>
            <{
includeq file="$theme_name/globalnav.html"}>
            </
td>
        </
tr>
    </
table>
    </
td>
</
tr>      
<
tr>          
  <
td>
  
   <
table id="obNav" cellspacing="0">
                    <
tr>
                       <
td><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl}>/" title="">HOME</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/mydownloads/}>" title="">DOWNLOADS</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/tinycontent/}>" title="" >THEMES</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/news/}>" title="">NEWS</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/contact/}>" title="">CONTACT</a></td>                          <td width="300" class="obNavWidth" >&nbsp;</td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="#" title="">HELP?</a></td>                    </tr>              </table>         </td>      </tr>      <tr>          <td>             <table id="obMn" cellspacing="0">              <tr>                  <td id="leftcolumn" > <!-- Start left blocks loop -->  <{foreach item=block from=$xoops_lblocks}> <{include file="$theme_name/obblock_l.html"}> <{/foreach}> <br />                  <img src="<{xoImgUrl img/1px.gif}>" class="obSpacer" alt="" />                    <!-- End left blocks loop -->                 </td>                  <td id="centercolumn" ><{if $xoops_showcblock == 1}>                  <table cellspacing="0">                      <tr>                          <td id="centerCcolumn" colspan="2"> <!-- Start center-center blocks loop -->  <{foreach item=block from=$xoops_ccblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-center blocks loop -->                         </td>                      </tr>                      <tr>                          <td id="centerLcolumn"> <!-- Start center-left blocks loop -->  <{foreach item=block from=$xoops_clblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-left blocks loop --> </td>                          <td id="centerRcolumn"> <!-- Start center-right blocks loop -->  <{foreach item=block from=$xoops_crblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-right blocks loop -->                         </td>                      </tr>                  </table>  <{/if}>          <!-- Start content module page -->         <{if $xoops_contents}><div id="content"><{$xoops_contents}></div><{/if}>         <!-- End content module -->                      <br />                    <!-- Start center bottom blocks loop -->         <{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="$theme_name/obblock_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="$theme_name/obblock_c.html"}>                     <{/foreach}>                     </td>                      <td id="bottomRcolumn">                     <{foreach from=$xoBlocks.page_bottomright item=block}>                         <{include file="$theme_name/obblock_c.html"}>                     <{/foreach}>                     </td>                 </tr>             <{/if}>             </table>         <{/if}>         <!-- End center bottom blocks loop -->                   <br />                  <table cellspacing="0">                      <tr>                          <td id="cmsFooter" ><{$xoops_footer}></td>                      </tr>                      <tr>                          <td id="obBanner" ><{$xoops_banner}></td>                      </tr>                  </table>         </td>  <{if $xoops_showrblock == 1}>          <td id="rightcolumn" ><{foreach item=block from=$xoops_rblocks}> <{include file="$theme_name/obblock_l.html"}> <{/foreach}><br /><img src="<{xoImgUrl img/1px.gif}>" class="obSpacer" alt="" /></td>  <{/if}>     </tr>      </table>     </td>      </tr>      <tr>        <td id="obFooter" >&nbsp;</td>      </tr>      <tr>        <td id="obLBC" >&nbsp;</td>        <td id="obSHB" >&nbsp;</td>        <td id="obRBC" >&nbsp;</td>      </tr>    </table>  </div>  </body> </html>

Login

Who's Online

186 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 186


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