11
pvtpyro
Re: strange bar on top...
  • 2005/8/29 17:42

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


goofy stuff?
I haven't changed anything except the colors... i think.

I'll give that gif thing a shot. thank you.



12
pvtpyro
in english/global.php
  • 2005/8/29 5:37

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


It looks like this:
define("_SUBJECT","Subject");

i've even been able to put
define("_SUBJECT","† Subject");
to get † Subject

How would I be able to add color... or even an image..
when i tried the <font> attributes they wouldn't work.

anyone know a way around this?



13
pvtpyro
Re: strange bar on top...
  • 2005/8/29 4:50

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


Same thing...
le="color: #000000"><?php @import url(style.css);



14
pvtpyro
strange bar on top...
  • 2005/8/28 3:00

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


My website has a strange bar on the top I don't know how to get rid of.
It only appears in IE

here's the css. any ideas?

le="color: #000000"><?php /*Structure */ body {margin: 0;padding: 0;background: #0066FF; color: #ffffff;font-size: 12px; font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Sans-Serif; text-align: left;} #header-l {margin: 0;padding: 0;background: transparent url("../images/tl.png") no-repeat left;height: 194px;} #header-r {margin: 0;padding: 0;background: transparent url("../images/tr.png") no-repeat right;height: 194px;} #page-ml {margin: 20px 80px 20px 80px;padding: 0;background: #000000 url("../images/ml.png") repeat-y left;} #page-mr {margin: 0;padding: 0;background: url("../images/mr.png") repeat-y right;} #content {min-height: 300px;margin: 0 1px 0 1px;padding: 0;} #footer-l {margin: 0;padding: 0;background: #000000 url("../images/bl.png") no-repeat left;height: 62px;} #footer-r {margin: 0;padding: 0;background: url("../images/br.png") no-repeat right;height: 62px;} #footer-r p { margin: 0; padding: 20px 0 0 0; text-align: center; } /*Left Column */ td#leftcolumn { padding: 10px 15px 0 15px; width: 190px; background: #000000; } td#leftcolumn th { } td#leftcolumn div.blockTitle {margin: 10px 0 5px 0;padding: 0;font: bold 1.2em 'Lucida Grande', Verdana, Sans-Serif; background: #222222;} td#leftcolumn div.blockContent { margin: 0 0 0 10px;} /*Center Column */ td#centercolumn { padding: 20px 10px 10px 10px; font-size: 1.2em; line-height: 1.4em; } td#centercolumn th { color: #ffffff; background: #000000; vertical-align: middle; } td#centerCcolumn { padding: 0 3px 1px 3px; } td#centerCcolumn div.blockTitle {margin: 0 0 10px 0;font: bold 1.6em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; background: #222222;} td#centerCcolumn div.blockContent { margin: 0 0 20px 0; } td#centerLcolumn { width: 50%; padding: 0 3px 0 0; } td#centerLcolumn div.blockTitle {margin: 0 0 10px 0;font: bold 1.6em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; background: #222222;} td#centerLcolumn div.blockContent { margin: 0 0 20px 0; } td#centerRcolumn { width: 50%; padding: 0px 3px 0px 0px; } td#centerRcolumn div.blockTitle {margin: 0 0 10px 0;font: bold 1.6em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; background: #222222;} td#centerRcolumn div.blockContent { margin: 0 0 20px 0; } /* Right Column */ td#rightcolumn { padding: 10px 15px 0 15px; width: 190px; background: #000000; } td#rightcolumn th { } td#rightcolumn div.blockTitle {margin: 10px 0 5px 0;padding: 0;font: bold 1.2em 'Lucida Grande', Verdana, Sans-Serif; background: #222222;} td#rightcolumn div.blockContent { margin: 0 0 0 10px; } /* Begin Menus */ td#mainmenu { margin: 0; } td#mainmenu a:before { content: url(images/menubullet.png); } td#mainmenu a:hover { } td#mainmenu a.menuTop { padding-left: 3px; } td#mainmenu a.menuMain { padding-left: 3px; } td#mainmenu a.menuSub { padding-left: 9px; background:#000000} td#usermenu { margin: 0; } td#usermenu a:before { content: url(images/menubullet.png); } td#usermenu a:hover { } td#usermenu a.menuTop { padding-left: 3px; } td#usermenu a.highlight { background: #000000; } /*Headers */ h1, h2, h3, h4 {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;font-weight: bold;} h1 {} h2 { margin: 30px 0 10px 0; font-size: 1.6em; } h2.pagetitle { text-align: center; } td#leftcolumn h2, td#rightcolumn h2 {margin: 5px 0 0 0;padding: 0;font: 1.2em 'Lucida Grande', Verdana, Sans-Serif;} h3 { padding: 0; margin: 30px 0 0; font-size: 1.3em; } h1, h1 a, h1 a:hover, h1 a:visited, .description { color: #ffffff; text-decoration: none; } h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #eeeeee; } h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, td#leftcolumn h2, td#rightcolumn h2, cite { text-decoration: none; } a, h2 a:hover, h3 a:hover { color: #ffffff; text-decoration: none; } a:hover { color: #FFFFFF; background:#0099FF; text-decoration: none; } .description { font-size: 1.2em; text-align: center;padding-top: 1.6em; } /*remove,only for header*/ #admindesc { padding: 30px 0px 0px 0px;margin: 0;font-size: 4em; font-weight: bold;text-align: center;color: #ffffff;} #admindesc_small { padding: 0px 0px 20px 0px;font-size: 1.2em;text-align: center; } acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; } /*Lists */ html>body ul {list-style: none;text-indent: -12px;} ul li:before {content: "0BB 020";} ul {margin-top: 0;margin-left: 0;padding-left: 12px;} li {margin: 7px 0 8px 10px;} /* System Messages */ div.errorMsg {border-top: 1px solid #ddf;border-left: 10px solid #48b;border-right: 1px solid #aaa;border-bottom: 1px solid #aaa;padding: 10px;width: 75%;background: #000000;font-weight: bold;text-align: center;} div.confirmMsg {border-top: 1px solid #ddf;border-left: 10px solid #48b;border-right: 1px solid #aaa;border-bottom: 1px solid #aaa;padding: 10px;width: 75%;color: #ffffff;background: #000000;font-weight: bold;text-align: center;} div.resultMsg {border-top: 1px solid silver;border-left: 10px solid #48b;border-right: 1px solid #666;border-bottom: 1px solid #666;padding: 10px;width: 75%;color: #ffffff;background: #000000;font-weight: bold;text-align: center;} /* Posts */ div.xoopsCode {border: 1px inset #000;padding: 6px;background: #000000;font-family: "Courier New",Courier,monospace;}div.xoopsQuote { font-style: italic; } /* Various */ table { width: 100%; } table td { margin: 0; padding: 0; border-width: 0; vertical-align: top; } th {padding: 2px;color: #fff;background: #000000;font-family: Trebuchet MS, Verdana;vertical-align: middle;} .outer {border: 1px solid #CCCCCC;} .head {background-color: #000000; padding: 3px; font-weight: normal;} .even {background-color: #000000; padding: 3px;} .odd {background-color: #222222; padding: 3px;} .foot {background-color: #000000; padding: 3px; font-weight: bold;text-align: center;} tr.head td {background-color: #000000; padding: 3px; font-weight: bold;} tr.even td {background-color: #000000; padding: 3px;} tr.odd td {background-color: #222222; padding: 3px;} tr.foot td {background-color: #000000; padding: 3px; font-weight: bold;} .item { } .itemHead { padding: 3px; } .itemInfo { padding: 3px; text-align: right; } .itemTitle a {margin: 30px 0 10px 0;color: #000;font: bold 1.6em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;} .itemPoster { font-size: 90%; font-style: italic; } .itemPostDate { font-size: 90%; font-style: italic; } .itemStats { font-size: 90%; font-style: italic; } .itemBody { padding-left: 5px; } .itemText {margin-top: 5px;margin-bottom: 5px;line-height: 1.5em;} .itemText:first-letter { } .itemFoot { padding: 3px; text-align: right; } .itemAdminLink { font-size: 90%; } .itemPermaLink { font-size: 90%; } /* forms elements */ input { border: 1px solid #ffffff;font-size: 12px; font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif; color: #ffffff; background-color: #000000;padding-left:3px;background-color: #000000;} textarea {background-color: #000000;color: #ffffff; border: #CCCCCC 1px solid; width: 430px; font-size: 12px; font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;} select {border: 1px solid #FFFFFF; font-size: 12px; font-family: verdana, arial, helvetica, sans-serif;} .formButton {background-color: #000000;color: #ffffff;font-weight: bold;text-align:center;} input:focus, textarea:focus{background-color: #0099FF;border: 1px solid #ffffff;} td#date {width: 95%;color: #ffffff;text-align: right;vertical-align: middle;padding-right: 20px;font-weight: bold;font-size: 95%;} .search_block {margin-top: 0px;} #notifs_form {display: none;} /* Nav bar */ #navigbar {margin: .2em 0 0 1em} #navbar {background:transparent;border-bottom: 0px solid #0099FF;padding: 4px 0px 2px 0px;cursor: default;} .NavMenu {font-family: Trebuchet MS,Verdana,Tahoma,Georgia,sans-serif;font-size: 12px;/*-moz-user-select: none;*/} .NavMenu .button, .NavMenu .button:hover, .NavMenu .button-active, .NavMenu .button-active:hover {line-height: normal;padding: 2px 8px 2px 8px;/*border: 0px solid transparent;background-color: #cccccc;*/color: #ffffff;text-decoration: none;font-family: Trebuchet MS,Tahoma,Georgia,sans-serif;font-size: 12px;font-weight: bold;cursor: hand;white-space: nowrap;display: block;position: relative;border-right: 1px solid #d7d7d7;} .NavMenu .button:hover {/*border-color: #ffffff #ACA899 #ACA899 #ffffff;border: 0px solid #69ade5;*/border-right: 1px solid #d7d7d7;color: #eeeeee;text-decoration: none;background-color: #0099FF;} .NavMenu .button-active, .NavMenu .button-active:hover {border-color: #ACA899 #e7e7e7 #ffffff #ACA899;color: #ffffff;background-color: #000000;} .NavMenu .item, .NavMenu .item:hover, .NavMenu .item-active, .NavMenu .item-active:hover {background-color: #000000;font-family: Trebuchet MS,Tahoma,Georgia,sans-serif;font-size: 12px;line-height: normal;padding: 3px 16px 4px 10px;color: #ffffff;border: 0px solid transparent;text-decoration: none;font-weight: bold;cursor: default;white-space: nowrap;display: block;position: relative;} .NavMenu .item:hover, .NavMenu .item-active, .NavMenu .item-active:hover {background-color: #000000;color: #ffffff;border: 0px solid #316AC5;} .NavMenu .section {background-color: #000000;border: 1px solid #b8b4ae;position: absolute;visibility: hidden;z-index: -1;} .NavMenu .arrow {position: absolute;top: 7px;right: 8px;border: 0;} .NavMenu hr{height: 1px;width: 90%;border: 0px none;color: #ffffff;background-color: #000000;} * html .NavMenu td { position: relative;} /* ie 5.0 fix */ /*NewBB */ ul.newbb_level1, ul.newbb_level2, ul.newbb_level3 {width: 140px; /* Width of the Dropdownmenu Title and Menu themself */background: #000000; /* Main Background of the Menu Folder */text-indent: 0;} li.newbb_folder {border: 1px solid #000000; /* Should be the same color as above */color: #ffffff; /* Textcolor of the Dropdownmenu Title */background: #000000;} li.newbb_folder:before {content: "";} .newbb_link:hover {color: #ffffff !important; /* Hover Color of the Links */}



15
pvtpyro
Warning [Xoops]: [fixed]
  • 2005/8/28 1:08

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


Warning [Xoops]: Smarty error: unable to read resource: "db:system_block_mainmenu.html" in file class/smarty/Smarty.class.php line 1084


I got this message when I de-activated one of my modules.
any ideas?

edit:
sorry, just had to update system module...



16
pvtpyro
Re: Calendar for me?
  • 2005/8/27 19:47

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


my original message was that I needed one for a production site.

I've been using piCal for a year and it always changes the time zone on me, plus the hacks for 12 hr i cant get to work.

and the function to repeat event is a necesity for this site.



17
pvtpyro
Re: Calendar for me?
  • 2005/8/27 17:32

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


Oh good. i will be looking forward to this. I am frusrated with both of those as well. They're great modules, but I need certain tools.

Will your calendar have the option to repeat events every XXX day, or month, or even year?

And does it happen to have 12 format option?



18
pvtpyro
Re: unable to register
  • 2005/8/27 16:09

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


you are just always coming to this n00b's rescue aren't you?
lol
thank you so much.



19
pvtpyro
unable to register
  • 2005/8/27 15:41

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


I asked my mother to sign up and test stuff out.
When she went to register she typed in a password 5 characters long, and it told her "your password must be at least 3 characters long"

lol. Anyone come across this yet?

I'm using the newest version.



20
pvtpyro
Re: Calendar for me?
  • 2005/8/26 23:09

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


actually, i take that back...
I don't want to use pical again. there were so many issues.
I will see if the creator takes suggestions.




TopTop
« 1 (2) 3 4 5 6 »