php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#216405 - 05/06/02 12:36 PM Calendar Hack?
paulf Offline
User

Registered: 04/03/02
Posts: 36
Loc: Phoenix, AZ
Has anyone tried porting Max Fisch's wonderful calendar add-on to 6.0?
_________________________
Paul Fries
Systems Administrator
CWIE LLC

Top
#216406 - 05/06/02 03:07 PM Re: Calendar Hack? [Re: Lupar_Drake]
ExcelsiorDDZ Offline
Member

Registered: 08/09/99
Posts: 234
Loc: New York
I would love to see this happen myself. And I have quite a few good ideas for him. Having a calendar in the forums is so much more convenient than an external program doing it.
_________________________
Silly ricer.. Wings are for airplanes!

Top
#216407 - 05/06/02 06:13 PM Re: Calendar Hack? [Re: Franky]
paulf Offline
User

Registered: 04/03/02
Posts: 36
Loc: Phoenix, AZ
If anyone accomplishes this, please post the diff output! <img src="/forum/images/icons/grin.gif" alt="" />
_________________________
Paul Fries
Systems Administrator
CWIE LLC

Top
#216408 - 05/08/02 12:53 PM Re: Calendar Hack? [Re: Lupar_Drake]
paulf Offline
User

Registered: 04/03/02
Posts: 36
Loc: Phoenix, AZ
I have been working on porting this myself (and making quite a mess I must say <img src="/forum/images/icons/wink.gif" alt="" /> ).<br /><br />I think what needs to happen is to create new templates for any "calendar" forums, and load those templates from newpost, addpost, etc.. The templates would be something like addpost_moderated.calendar.tmpl, newpost.calendar.tmpl, etc. They would be basically the same as their counterparts, but they would contain all of the modified HTML that the calendar mod incorporates.<br /><br />Then inside of the newpost.php, addpost.php, etc you would have some logic that says if $Calendar == Y then load the proper template.<br /><br />Am I on the right track here?
_________________________
Paul Fries
Systems Administrator
CWIE LLC

Top
#216409 - 05/08/02 01:06 PM Re: Calendar Hack? [Re: Lupar_Drake]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Sounds like you are <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#216410 - 05/09/02 09:58 PM Re: Calendar Hack? [Re: sjsaunders]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Sounds like it to me as well <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#216411 - 06/06/02 03:03 PM Re: Calendar Hack? [Re: SurfMinister]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
*bump*<br /><br />any news on this one now? it's time <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#216412 - 06/07/02 02:13 PM Re: Calendar Hack? [Re: SurfMinister]
paulf Offline
User

Registered: 04/03/02
Posts: 36
Loc: Phoenix, AZ
I had a somewhat working version of this with 6.0.br2.<br /><br />I communicated with Max though, and he said he was planning on updating the patch himself once v6 was final. <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
Paul Fries
Systems Administrator
CWIE LLC

Top
#216413 - 06/07/02 02:16 PM Re: Calendar Hack? [Re: Lupar_Drake]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
That's good news <img src="/forum/images/icons/smile.gif" alt="" /><br /><br />Many will be glad to see this back.
_________________________
~Dave
ChattersOnline.com

Top
#216414 - 06/08/02 09:17 AM Re: Calendar Hack? [Re: sjsaunders]
RTM_dup1 Offline
Newbie

Registered: 06/07/02
Posts: 19
Loc: Ethernet
We would also love to see a Calendar add-on for ubb.threads 6.x<br /><br />One of our client sites currently running on ubb.classic 6.2 has the Calendar hack developed over at ubbdev.com ... our users love it, and we would like to see a similar implementation once we migrate to threads.<br /><br />Rah rah rah <img src="/forum/images/icons/wink.gif" alt="" /> <br /><br />Rob

Top
#216415 - 06/10/02 05:44 PM Re: Calendar Hack? [Re: Michael_Moore]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
I really need a calendar... so I'm patiently awaiting <img src="/forum/images/icons/wink.gif" alt="" />

Top
#216416 - 06/14/02 03:04 PM Re: Calendar Hack? [Re: Lupar_Drake]
paulf Offline
User

Registered: 04/03/02
Posts: 36
Loc: Phoenix, AZ
Not sure if anyone is currently working on this or not, but I have been taking a stab at it.<br /><br />I think I am fairly close, but I am stuck on one piece of code... It is the part in postlist.php that actually displays the calendar.<br /><br />Now - I can insert this code directly into postlist.php just like on 5.5.1, however this causes the calendar to be displayed before the tool and navbar. So I assume that most of this code needs to appear in a new template file. I have already created a new template file for the "Hidden Calendar" view, and it works fine. However the "show calendar" view is causing me a real headache since I cant just paste the old code into a template in the proper place (it prints some ugly PHP errors).<br /><br />I have attached the code. I think I am just having trouble figuring out how to accomplish what this code does from using both postlist.php and a template file.<br /><br />Any pointers would be much appreciated. Also, If anyone else is currently working on this, perhaps we could work together. <img src="/forum/images/icons/smile.gif" alt="" /> Shoot me an ICQ (2910712) or e-mail me. <br /><br />Thanks!<br />[]paul@cwie.net[/]


Attachments
49969-calendar.txt (19 downloads)

_________________________
Paul Fries
Systems Administrator
CWIE LLC

Top
#216417 - 06/14/02 03:06 PM Re: Calendar Hack? [Re: Lupar_Drake]
paulf Offline
User

Registered: 04/03/02
Posts: 36
Loc: Phoenix, AZ
Yuck... attaching that file really blew the heck out of the text. <img src="/forum/images/icons/smile.gif" alt="" /> I will just paste this as inline text. Sorry for the long post: <br /> <br />


Edited by paulf (06/14/02 03:33 PM)
_________________________
Paul Fries
Systems Administrator
CWIE LLC

Top
#216418 - 06/14/02 03:16 PM Re: Calendar Hack? [Re: Lupar_Drake]
Ian_W Global Moderator Offline
Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
I don't know if you want to edit your code out in the post above - because your first attachment was fine - all you need do is view source to get the code - something I didn't realise until the other day <img src="/forum/images/icons/smile.gif" alt="" /><br /><br />Editing the message, will also return this thread to a decent width <img src="/forum/images/icons/wink.gif" alt="" /><br /><br />Regards,<br /><br />Ian
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#216419 - 06/14/02 03:33 PM Re: Calendar Hack? [Re: Gorlum]
paulf Offline
User

Registered: 04/03/02
Posts: 36
Loc: Phoenix, AZ
heh. k. done. Sorry about that.
_________________________
Paul Fries
Systems Administrator
CWIE LLC

Top
#216420 - 06/18/02 11:46 AM Re: Calendar Hack? [Re: Lupar_Drake]
paulf Offline
User

Registered: 04/03/02
Posts: 36
Loc: Phoenix, AZ
Has anyone made any further progress on converting the calendar code into templates for v6?
_________________________
Paul Fries
Systems Administrator
CWIE LLC

Top
#216421 - 06/21/02 03:04 PM Re: Calendar Hack? [Re: Lupar_Drake]
armyocs Offline
Power User

Registered: 06/08/02
Posts: 62
I would definately like this too, anyone manage it?<br /><br />Much appreciated,<br /><br />-Jason
_________________________
[]http://www.ocsfoundation.org/lted.jpg[/]
Scouts Out!

Top
#216422 - 07/04/02 10:00 PM Re: Calendar Hack? [Re: AggieMan]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
I would like to see someone convert Max Fisch's Calendar Hack as well. I have been waiting patiently as well <img src="/forum/images/icons/wink.gif" alt="" />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#216423 - 07/04/02 10:12 PM Re: Calendar Hack? [Re: sf49rminer]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
I am also still waiting <img src="/forum/images/icons/wink.gif" alt="" />

Top
#216424 - 07/06/02 01:02 AM working on it [Re: Lupar_Drake]
Max Fisch Offline
Enthusiast

Registered: 05/11/99
Posts: 412
Loc: NYC
Hi guys,<br /><br />Sorry for the long delay... I'm working on this, and making good progress. <br /><br />I've got it working at this point, but I cut a few corners... instead of developing individual templates for the calendar, I just embedded the whole thing in the files. Less flexible, but easier to manage.<br /><br />I also have replaced newpost.php and addpost.php with newevent.php and addevent.php , in order to avoid slowing down the regular posts with unnecessary code, and avoiding a million IF statements.<br /><br />But I did cut out some minor features - more on this later.<br /><br />Give me a few days, the ETA is July 16th.<br /><br />Regards,<br />Max<br /><br /><br />

Top
Page 1 of 2 1 2 >


Who's Online
0 registered (), 26 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks