121
nachenko
Re: Problems with 7 Dana Red theme and Tables
  • 2007/6/23 8:41

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Table and cells are not properly themed. Try this in your CSS file:

Replace lines 2 and 3 by:

table {border: none; width: 100%; font-size: 11px; }
table td { padding: 0; border-none; border-bottom: solid grey 1px; vertical-align: top; border-collapse: collapse}



122
nachenko
Re: How do I hide the title of a custom block?
  • 2007/6/21 10:20

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


tzvook's solution is the sophisticated version of what I suggested, and it's the best solution you'll find. I strongly recommend that.



123
nachenko
Re: How do I hide the title of a custom block?
  • 2007/6/21 8:26

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


There are theme files for every block position. These can look like this:

Quote:
<div class="blockTitle"><{$block.title}></div>
<div class="blockContent"><{$block.content}></div>


Change first line to this:

Quote:

<{if $block.title != "" }>
<div class="blockTitle"><{$block.title}></div>
<{/if}>


Then leave block title field of your block empty.



124
nachenko
Re: Site Looks Funny in Mozilla
  • 2007/6/20 12:02

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Your page is not loading style.css file


This line in "styleNN.css" file is not being executed properly:

@import url(style.css);

Check both "styleNN.css" and "style.css" are in the same folder:

/xoops/themes/default/styleNN.css
/xoops/themes/default/style.css



125
nachenko
Re: If i change host name.....
  • 2007/6/19 10:40

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Sidenote: If you moved to a different server, follow showcase77's indications. If you just changed site name, follow Javesey's.



126
nachenko
Re: To Admin - Spammer Targeting Xoops sites
  • 2007/6/18 9:06

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Both DuGris and phppp's CAPTCHA have demonstrated to be effective tools for stopping SPAM in my sites. Highly recommended.



127
nachenko
Re: How to add a "terms of use" box at the sign in process
  • 2007/6/18 9:01

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


look for a file named registerform.php

I think it's in 'includes' folder.



128
nachenko
Re: How to add a "terms of use" box at the sign in process
  • 2007/6/18 7:09

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Why don't you simply edit disclaimer text?



129
nachenko
Re: TinyD vs Tiny Content
  • 2007/6/17 12:31

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Alan-A is right, but:

· GiJoe considers TinyD obsolete and reccommends PiCo instead:

http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid=92&cid=1

. I don't know how PiCo is, but if you want to manage more than a few pages with this, you should try MasTop publish instead.



130
nachenko
Re: Menu organization
  • 2007/6/14 21:11

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Three simple rules you need to know about menus:

Your best bet to control any menu in XOOPS is editing its template. Templates are grouped by module, so Main menu template belongs to "System - blocks" and the other one belongs to "AMS - blocks".

Main menu is controlled by a template in system module. The AMS menu is another template in AMS module.

To supress the "home" button just delete the home tag in main menu template.

To add stuff in Departments menu, just add it at the end of the template. Ability to read and write HTML will be useful at this point.


Submenus are defined in xoops_version.php - Every module has it's own xoops_version.php file, locate AMS's, and look for this:

['sub']

This is part of the PHP code that defines the submenus.




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



Login

Who's Online

64 user(s) are online (44 user(s) are browsing Support Forums)


Members: 0


Guests: 64


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