OMG i love your site so many games and, wish there more topics on php coding.
602 2004-10-10 04:22
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
(1.5 reuploaded)
ok iv tested for everything like 5 times and was testing for like 15 mins...making sure every thing works.
man this is a total pain in the ass, there has got to be a better way to do it. and i hope there aint any more bugs in that section.
603 2004-10-09 18:01
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
damn, i thought i had it, man i just cant figure out how to fix that bug and yes the monthno should be month, i think it makes it easyer cuz year isnt yearno and day isnt dayno....and i just fixed the punplane class thing so on the next update it wil lbe fixed....i dont htink ill do another update till i know the date change is fixed
if anyone has any ideas of how to fix this than please tell me.
oh yea and if some ones got any ideas for the timezone difference send your messages.
604 2004-10-09 01:39
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
New releace, the change day problem is fixed, "calendar.php", "*_posts.php" "*_topics.php" and "*_footer.php" make into one file.
605 2004-10-04 22:18
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
A couple of minor bugs to report, Gizzmo
If you look at this page with 26 posts and then click on the link at the bottom for the 2nd page it takes you to the next month and not the continuation of posts for that day!
http://www.xtracad.com/forum/calendar_p … amp;day=15
Also, if you use the navigation for Last Day (I've changed it to read Previous Day) and you are on the 1st day of a month it takes you to the last day of that same month rather than the last day of the previous month.
for the second page problem the link to the second page doesnt have 'monthno', it has 'month', change that and it should work fine
i am still workin on the bug about the navigation, and the time zone, thoes are kinda hard to get workin right.
suggestion: should the posts view parse the posts?
i dont understand your suggestion
606 2004-10-02 20:01
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
btw: what did you change? what was causing the problem?
well befor i had
...
FROM '.$db->prefix.'posts AS p
INNER JOIN '.$db->prefix.'topics AS t
INNER JOIN '.$db->prefix.'forums AS f
WHERE p.posted > '.$datestart.'
AND p.posted < '.$dateend.'
AND t.id = p.topic_id
AND f.id = t.forum_id
and i changed it to
...
FROM '.$db->prefix.'posts AS p
INNER JOIN '.$db->prefix.'topics AS t ON p.topic_id=t.id
INNER JOIN '.$db->prefix.'forums AS f ON t.forum_id=f.id
WHERE p.posted > '.$datestart.'
AND p.posted < '.$dateend.'
dont know how that did anything different but all i know, it works.
607 2004-10-02 19:30
Re: moreBB (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
try this forum Here, might be what your lookin for.
608 2004-10-02 19:21
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
good to know.
609 2004-10-02 17:01
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
awsome, btw in the install file i get this problem
i dont get it with IE but i do with Opera, its not a big deal cuz you only see the install file once but for other ppl this might bug em.
610 2004-10-02 16:42
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok i changed some things in the file and if it dont work now than i dont know whats wrong, i updated the zip file for 1.0.
611 2004-10-02 16:25
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
that is a very odd thing to happen, and its kinda pissin me off that i cant find out why its doin that
612 2004-10-02 16:16
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
hope some one will have time to make a styling guide.
613 2004-10-02 05:51
Re: Calendar Query (20 replies, posted in Programming)
wow that will be hard to make, realy hard
614 2004-10-02 04:12
Re: Most useless mod so far? (4 replies, posted in PunBB 1.2 discussion)
awsome mod man, the bad part is no ones uploaded avtars to my forums. but still a great idea for popular forums with loats of avitars.
615 2004-10-01 22:14
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
What sort of errors were you getting , by the way?
well my calendar was all fucked up and the number of posts&topics were wrong for the first and last day of the month.
and the list of topics and posts didnt show any thing for the first and last day of month
I've installed version 1.0
All works fine until I click on the Posts for any day displayed and I get the following error messageAn error was encountered
Error: Unable to fetch topic list for forum.Any ideas?
did you reupload all the files, cuz i looked at your site and calendar_topic.php & calendar_posts.php dont exist, but calendar_view.php does.
616 2004-09-30 23:56
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If Gizmo worked for Microsoft we would have Windows 2008 by now.
haha i dont think im that good, i still think i suck. but thanxs for the compliment.
It's great ... I have touched NOTHING and calendar is not displaying the numbers of topics ...
Calendar script is alive ?
have you reuploaded all the files? that should fix it.
617 2004-09-30 21:56
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Version 1 is out, please go download it and test it, need to work out bugs.
618 2004-09-30 20:53
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
latley i have been getin errors in the code, and only when i was loged in, witch ment it was the timedifference code.
once i took out the time difference code, i stoped havein the errors, and i thought that if the "posted" timestamp was made in that server timezone why do i have to change it if its bein pulled into the page in the same timezone. all you realy have to do is change time showed,acording to your timezone. so i think it will work fine, if anyone has things to say about this bug than tell me.
619 2004-09-29 22:22
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi,
I've read this topic with much interest and I've got one question: would it be easy to modify this calendar to only display posts from a specified topic? I mean like you make a forum topic called 'Events' (I suppose you already catch my drift :-) ) and the calendar only displays posts from that topic on their specified dates. That way I could implement an event calendar, it's really the only thing I lack on PunBB :-(
what i have planned is just to make another table in the SQL and than the calendar will pull the dates from that table.
It's the last " in the following line in calendar_view.php
ok thanx i found it
620 2004-09-29 04:01
Topic: query from multi tables **Please Help** (1 replies, posted in Programming)
i dont understand how to do this but i know rickard does cuz its in his script. if none of you know im the one makin the calendar mod.
what i need to do is get the forum name and the topic name and all the other stuff to make links, but i have no idea how to get that into a query that works, would some one care to help me out and show me how to do this and what not.
any help would be much appreciated.
621 2004-09-29 00:48
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I must say that you've done an excellent job, Gizzmo, by the way. All that date logic just confuses me completely!
Thanx cuteseal, and in the next version ill have timezone bugs fixed, the next virsion should be 1.0, and i went and took the end_day, and end_month and made sure it was down to the last second of the day
Just a couple of minor things Gizzmo.
In calendar_view.php there is a set of redundant " which show up after the statement Viewing Topic.. etc.
Also Navigation is spelt wrong (you have it as Navagition) this also needs to be changed in the en_calendar.php file.
Otherwise a brilliant mod. I take my hat off to you.
1st.) i cant find that redundant " that shouldnt be, and
2nd.) thanx for pointing out my spelling error, i have a bad spelling problem.
622 2004-09-28 04:22
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yes that problem is fixed in the new update, thanx to cuteseal.
623 2004-09-28 04:19
Re: Unlimited Space For Free (37 replies, posted in General discussion)
the one disadvantage is they screen the application so they only bring in the good stuff i guess, or the stuff that they like.
624 2004-09-27 01:33
Topic: Unlimited Space For Free (37 replies, posted in General discussion)
i just found this site and found out that its comply free, with unlimited space, unlimited email, one mysql database witch is also unlimited. there are also no ads, the thing is, they do not accept every application that comes in. but it you do get in, it would be awsome.
625 2004-09-26 19:45
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
man im stuck on how to make the viewposts section look, i dono if i wana make it look like viewtopic.php, or viewforum.php. anyone got any ideas on how im gona make it look, or if i should even make a list of posts made on "said" day.