201 (edited by twohawks 2006-10-29 21:13)

Re: Calendar 2.0

Cool!!

Read my original post.... positioning is controlled in the code at the end of the file showminical2.php
Its probably that flost you have to sort out ;^)  Try removing float: right;  from the code.

And did you style it simply by surrounding it with your own div/stuyle/class ?
Looks good.

Also, why is it going to 404 page when I click the month?

TwoHawks
Love is the Function
No Form is the Tool

202

Re: Calendar 2.0

woa it is cool now after i remove the <div> tag; thank you very much; would be fell in love with you tongue

thx again

I love sky - i love flowers - and i love myself :D

203 (edited by twohawks 2006-10-29 21:15)

Re: Calendar 2.0

Your welcome, I am glad if I can help.
In my last post I edited and asked too late...

Looks good!
1) did you style it simply by surrounding it with your own div/stuyle/class ?

2) Also, why is it going to 404 page when I click the month?

TwoHawks
Love is the Function
No Form is the Tool

204 (edited by mystic 2006-10-29 21:16)

Re: Calendar 2.0

twohawks wrote:

Your welcome, I am glad if I can help.
In my last post I edited and asked too late...
nding it with your own div/stuyle/class ?
Looks good.

Also, why is it going to 404 page when I click the month?

1. yes i did
2.thats what i want to ask too; im checking the link atm now

I love sky - i love flowers - and i love myself :D

205

Re: Calendar 2.0

I assume you are running the forum, and the calendar is installed there, yes?
Can you please provide the link to your forum, I cannot read you rlanguage (is that vietnamese?)

TwoHawks
Love is the Function
No Form is the Tool

206

Re: Calendar 2.0

here is the link to Forum: http://os.fastueux.com/Forum/

when u look at the link (over the month) u will see it isnt right hehe

and yes cause im vietnamese wink

I love sky - i love flowers - and i love myself :D

207

Re: Calendar 2.0

I think this is the problem...
you put in the incorrect path in this first line I gavce you...

define('PUN_ROOT', 'my-forumdirectory-here/');

'my-forumdirectory-here' needs to be the short pathway to where the forum is installed.

Try putting only   'Forum/'  there, yes?

TwoHawks
Love is the Function
No Form is the Tool

208

Re: Calendar 2.0

haha u are right; im silly again....

thank you very much; love u again smile

I love sky - i love flowers - and i love myself :D

209

Re: Calendar 2.0

Really Sweet!  You did a nice Job!

u r welcome ;^)
Cheers,
TwoHawks

TwoHawks
Love is the Function
No Form is the Tool

210 (edited by twohawks 2006-10-29 21:32)

Re: Calendar 2.0

Mystic, if I were you I would play with styling the link in the minical to highlight where the events/links are in it ;^)  Can you do that?

TwoHawks
Love is the Function
No Form is the Tool

211 (edited by mystic 2006-10-29 21:35)

Re: Calendar 2.0

yeah im trying to do it wink thx for the advice. Not sure though....

and not i did a good job; that was you smile hehe i just copied and follow your

I love sky - i love flowers - and i love myself :D

212

Re: Calendar 2.0

Okay, I got it, are you using stylehseets for your website?

Place this into the corretc place in your default style sheet...
.calendar_bday A:link, .calendar_bday A:visited {COLOR: RED}
.calendar_bday A:hover {COLOR: #8080FF}
.calendar_event A:link, .calendar_event A:visited {COLOR: #00AE00}
.calendar_event A:hover {COLOR: #80EE80}


This should work because the classes are already assigned in the code for the minical
;^)

PS: PLease always re-read my last post when coming back, lots of times I forget something and go back in and edit and/or add something.

TwoHawks
Love is the Function
No Form is the Tool

213

Re: Calendar 2.0

woot it is nice smile thanks

P/S: i just know about php/css about 1 month ago; so still have a lot of things to learn...

I love sky - i love flowers - and i love myself :D

214

Re: Calendar 2.0

Almost done...  did you include all the code above, or only for coloring the link?
If all the code is in, then you should see the event day highlighted as well.  Di you purposefully leave it out?

Also, I forgot something else, I am going back to look...

TwoHawks
Love is the Function
No Form is the Tool

215

Re: Calendar 2.0

It is this here:
Add for highlighting:
/****************************************************************/
/* 0.0 Calendar Color Additions */
/****************************************************************/
.calendar_no {background-color: gray}
.calendar_day {background-color: #00FFFF; COLOR:BLUE}
.calendar_event {background-color: #F9E9C8}
.calendar_bday {background-color: #FECAFF}
/****************************************************************/

TwoHawks
Love is the Function
No Form is the Tool

216

Re: Calendar 2.0

yes i did all; it looks so sweet now; thank you very much "good guy" wink

I love sky - i love flowers - and i love myself :D

217 (edited by twohawks 2006-10-29 21:58)

Re: Calendar 2.0

YEAH!  Looks really cool.
I am trying to see where you can also highlight for the  "M T W T F S S " header.
(That is, if you want that, of course.)
I think its in a TH class somewhere, but I need to find it.
If/when I do, I will post, or if you do it, let us know.

I enjoyed this little project. Thank you ;^)
TwoHawks

TwoHawks
Love is the Function
No Form is the Tool

218

Re: Calendar 2.0

thank you smile im looking for it also; so it can ; u know each days have the seprate blog ; and each row have its own colour; it would be sweet. aye im a girl and i like colourfull things tongue

I love sky - i love flowers - and i love myself :D

219 (edited by mystic 2006-10-29 22:11)

Re: Calendar 2.0

hmm its not right ...

whenever i put this one

require 'srv/www/vhosts/fastueux.com/subdomains/os/httpdocs/Forum/include/common.php';

to the top and then all my news including my navigation not works sad I only can use it at the login one...

so now i have to move the calendar to under the login hehe

I love sky - i love flowers - and i love myself :D

220

Re: Calendar 2.0

Mystic, do not use the full pathway!! Remember?
'Forum/include/common.php';

TwoHawks
Love is the Function
No Form is the Tool

221

Re: Calendar 2.0

thanks for reminding me; i changed all to as u said. but it is still the same; so i think i just move it under the login will do  hehe...
thx again

I love sky - i love flowers - and i love myself :D

222

Re: Calendar 2.0

Mystic, you did not ever need to change the code for require the code I posted, only for that on line for defining Pun_Root to your directory.  So I do not know why you needed or were trying to change that line of code, or where you were doing it?

TwoHawks
Love is the Function
No Form is the Tool

223 (edited by mystic 2006-10-29 23:16)

Re: Calendar 2.0

no i did not change anything; everyhting were fine untill i pressed to the navigation; it didnt work. so i just move the calendar to the right; under the login; then everything become normal again...

this one happened before when i try to get the forum navigation to outside; when i just put the Pun root above the login then the navigation and my news didnt work...

I love sky - i love flowers - and i love myself :D

224

Re: Calendar 2.0

hi again;
can u please help me again; i saw that at firefox (im using firefox); the table and the background doesnt fit ; hmm what i mean is the date always at the left of the block ... i tried to fix it but only can at IE, not with Firefox. dont know if u have any idea?

Thanks.

I love sky - i love flowers - and i love myself :D

225 (edited by twohawks 2006-10-30 01:24)

Re: Calendar 2.0

Hi Mystic, I look at it in IE and Firefox.  Firefow looks perfect, but IE has display problem.
?
Hmmm... when you say "date always at left", I need you to clarify better.  Meantime, I will see if I can take and post screenshots of it.  Can you screenshot and post from there?

Edited:
Yours looks like this
...in FireFox
http://www.twohawks.com/punbbshots/misc … 1_inFF.jpg
...in IE
http://www.twohawks.com/punbbshots/misc … 1_inIE.jpg

....from a windows pc.


Also, it appears that numbers are Left-Aligned in both browsers, its just not as noticable if the typeface is larger ;^)

You could try adding a text-align: center to the stylesheet (you need to figure out where ;^P

TwoHawks
Love is the Function
No Form is the Tool