401
tripmon
Re: Database problem
  • 2004/3/14 10:26

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


LOL,

Right On
Hope it goes clean!



402
tripmon
Re: Database problem
  • 2004/3/14 10:17

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


go to:
http://www.nintendofusion.co.uk/install/



403
tripmon
Re: No Admin login on the home page
  • 2004/3/14 7:41

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


don't know why it double posted....



404
tripmon
Re: No Admin login on the home page
  • 2004/3/14 7:41

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


DId you DROP all of the dB tables before you tried to install again?

Delete everything in templates_c, and cache.

Checker says that the crc values for the files listed are not the same, manually confirm that, either they are or are not there and equal bitwise.



405
tripmon
Re: Database problem
  • 2004/3/14 6:08

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


According to what you wrote, it looks like you never went through installation, but I'm guessing you did, if not what URL is giving you that error?



406
tripmon
Re: How to add our own image and graphic?
  • 2004/3/13 3:44

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Welc



407
tripmon
Re: visit.php Downloads Checker Problems..Help Please.
  • 2004/3/12 22:58

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


OK,
I see what you were saying Robert.

Thanks!

Didn't want to flood your pm any more than I have. (little bit of shame)

Thanks Thanks Thanks!



408
tripmon
Re: Any tips on Integrating Style Sheets??? (CSS conflicts)
  • 2004/3/12 18:55

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Unless you need to be WC3 compliant, you can actually name all of the elements the same (although I strongly advise against it) and the page will probably still function.

To answer your ?, yes.
In the following example you can:

Change the style.css definition for headerbar (see quote),
OR
Name the element a name not defined in style.css (say myheadertable) and use HTML to mark up the text, avoiding css altogether
OR
Name the element a different name and create a definition for that element in style.css.

EXAMPLE:
in theme.html you can find the following:
<td id="headerbar" blah blah blah

it is id="headerbar" that ties the CSS style of the named element in the theme.html to the style description in style.css (the quote is the corresponding entry in style.css)

Quote:

td#headerbar {border-bottom: 1px solid #dddddd; background-image: url(hbar.gif);}


So look at the theme.html, figure out the elements you need to change, see if there is an entry for that specific element in style.css, make your changes any way outlined above.

You can define as much or as little as you want... just remember if you do not define an element specifically, and that element type is defined in your style sheet, the style sheet definition will take presedence...

eg.
1. <table id="mytable">
vs.
2. <table>

with style.css defining:
a. table {width: 100%; margin: 5; padding: 5; font-size: small}
b. table#mytable {width: 750; margin: 0; padding: 0; font-size: large}

1. will call b
2. will default to a

If A was not included in style.css, you could HTML code 2, but since it is defined, if you include HTML markup in the <table> tag you will create a conflict and may get funky results.

Hope that helps.



409
tripmon
Re: Any tips on Integrating Style Sheets??? (CSS conflicts)
  • 2004/3/12 15:20

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


You have a couple of options, either strip the identifier
Quote:
id="changeme"

(which will disassociate the CSS style for that item (just make sure you don't name it something else defined in the style sheet)) and that will allow you to hardcode the entire table if you want...

or in your theme dir edit the style.css... note there are 3 stylesheets (style.css, styleNN.css, styleMAC.css) in your theme dir, to get all browsers to come close to displaying the same, you will need to change all 3 accordingly.

Why don't you just change the id's, hella easier.



410
tripmon
Re: How to add our own image and graphic?
  • 2004/3/12 12:35

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


try this here




TopTop
« 1 ... 38 39 40 (41) 42 43 44 »



Login

Who's Online

238 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 238


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