121
tjnemez
Re: new bb a little to fancy.
  • 2005/3/31 1:15

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


this looks interesting, is it available for download anywhere?



122
tjnemez
Re: Help on theme copyright.
  • 2005/3/30 23:09

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


what theme is it?



123
tjnemez
Re: What's wrong with my html?
  • 2005/3/30 22:53

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


hey ted,

not sure whats up but, one thing i noted was the table width of 719px vs 319px

there is a lot of </br>(s)when i view source



124
tjnemez
Re: Lose the submenu in main menu
  • 2005/3/30 22:32

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


edit the xoops_version.php of the module that is generating the sub menu items and comment out the sub menu lines.

place the following "//" on each line.



125
tjnemez
Re: Templates
  • 2005/3/30 19:52

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


you may have to unzip them locally and then zip them up again in .tar

do you have different templates set?



126
tjnemez
Re: How to center the site/theme?
  • 2005/3/30 19:41

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


in your style.css add this to body element:

body {
text-align:center;
}

and in your main div or table add this:

#mainwrap {
margin: 0 auto;
width: 800px;
text-align: left;
}



127
tjnemez
Re: Custom Theme Graphics
  • 2005/3/30 14:42

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


since the main menu is dynamic, i think you would have to create a custom block with manual links.



128
tjnemez
Re: How to new item in Menu
  • 2005/3/30 6:52

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


you could add a static page like this:

<?php
include("mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 0;
?>
<html>
<body>
<div style="padding: 5px;">
<h4>ABOUT MY SITE</h4>
</div>
</body>
</html>
<?
include(XOOPS_ROOT_PATH.'/footer.php');
?>

save this as about.php and upload to XOOPS root directory

add a link as indicated in my prior post



129
tjnemez
Re: Login Screen Backround
  • 2005/3/30 3:25

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


this should work for templates as well, but note that it only works in explorer.



130
tjnemez
Re: How to new item in Menu
  • 2005/3/30 3:21

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


to simply add to main menu you will need to edit your system_block_mainmenu.html template to look like this:

<table cellspacing="0">
<tr>
<td id="mainmenu">
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}></a>
<!-- start module menu loop -->
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a> <{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
<{/foreach}>
<{/foreach}>
<!-- end module menu loop -->
<a class="menuMain" href="<{$xoops_url}>/">yourtext</a>
</td> </tr>
</table>

add as many as you like




TopTop
« 1 ... 10 11 12 (13) 14 15 16 ... 131 »



Login

Who's Online

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


Members: 0


Guests: 143


more...

Donat-O-Meter

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

Latest GitHub Commits