php forum
php mysql forum
php mysql smarty
 
Page 5 of 8 < 1 2 3 4 5 6 7 8 >
Topic Options
#197945 - 06/05/03 03:51 PM Re: [6.4 - 6.5] [beta] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
yes, that's what I mean.. though I will probably make it differently, which I have 2 main ideas:
1.
%vars_calendar_events = (
calendar events
);

%vars_calendar_birthdays = (
calendar birthdays
);

then calendar_birthdays is the one to be maintenanced...

or instead
2. I'll choose that when somebody edits profile or registers, it will automatically add it to a file in members dir, such as "birthdays.cgi"... and when you run ubb_lib_calendar, it will check this file... that'd probably make it simpler to be up-to-date.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197946 - 06/05/03 06:20 PM Re: [6.4 - 6.5] [beta] Calendar
White Gold Wielder Offline
Member

Registered: 11/02/01
Posts: 78
Well, I think there still needs to be something that completely cleans and rebuilds the birthdays (not the events).

This would cover all bases so we wouldn't have birthdays showing for deleted or banned members - that is unless you are going to add a "Remove Birthday" routine when banning or deleting.

If you can't make sure that there won't be an orphaned birthday out there with no way of knowing, then you need something that can clean and rebuild based on the "Allow others to see my birth date?" check in their profile.

The lack of tools for the calendar has been especially frustrating. You need to start offering some useful ones.
_________________________
"For who would lie idle when the king has returned?"
www.MinasTirith.com

Top
#197947 - 06/06/03 01:47 AM Re: [6.4 - 6.5] [beta] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
There will be something that completely cleans and rebuilds the birthdays. in my post above I said how it's gonna recognize what's birthdays and what's regular events (because you said in your post "All you would need would be a single character flag added to the calendar event that tells whether the event came from a user’s profile or was custom added"...
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197948 - 06/06/03 02:42 AM Re: [6.4 - 6.5] [beta] Calendar
White Gold Wielder Offline
Member

Registered: 11/02/01
Posts: 78
Excellent! Can't wait.
_________________________
"For who would lie idle when the king has returned?"
www.MinasTirith.com

Top
#197949 - 06/25/03 10:14 AM Re: [6.4 - 6.5] [beta] Calendar
sixpax12 Offline
Junior Member

Registered: 06/02/03
Posts: 2
any ETA on when this newest version of calendar will be released ?

Top
#197950 - 06/25/03 02:34 PM Re: [6.4 - 6.5] [beta] Calendar
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Quote:
quote:
Originally posted by LK:
lol tipsy

it's done when 6.6 beta is out...
When you see a public beta for 6.6, you can expect an update soon after for the calendar smile
_________________________
- Allen wavey
- What Drives You?

Top
#197951 - 06/28/03 06:30 PM Re: [6.4 - 6.5] [beta] Calendar
Hexican Offline
Member

Registered: 07/24/02
Posts: 51
HTML:
birthday.gif

Instructions to hack: no need to upload:
calendar.txt

Templates:
cp_vars_calendar.pl
public_calendar_display.pl
public_calendar_review.pl
public_new_calendar_event.pl

CGI-BIN: Permissions @ 755
ubb_calendar_ssi.cgi
ubb_lib_calendar.cgi

CGI-BIN: Permissions @777
vars_calendar.cgi
vars_calendar_events.cgi
vars_wordlets_calendar.cgi

In CGI-BIN only if your upgrading from the prior version, Permissions @ 755:
upgrade.cgi

Hope this helps... Good rule of thumb is the .cgi files always go in cgi-bin and the .pl always go in the Templates. Most of the mistakes I make are with the permissions.

Top
#197952 - 06/28/03 06:31 PM Re: [6.4 - 6.5] [beta] Calendar
Hexican Offline
Member

Registered: 07/24/02
Posts: 51
Quote:
quote:
Originally posted by LK:
.pl files to noncgi/Templates folder, .cgi to cgi-bin folder, .gif to noncgi folder. calendar.txt you don't upload, you open it and do the steps it tells you to...
Sorry LK, I see now you already answered it smile

Top
#197953 - 06/30/03 05:41 PM Re: [6.4 - 6.5] [beta] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
LK, will there be a ton of new features? cause I just moved the hack to css, and I love it, but I don't wanna lose all my work to upgrade. will the main thing be the rebuild feature?

PS. you should check out the calendar on my boards, I added some cool css tricks to make the current day emboss smile
_________________________
Code monkey like Fritos

Top
#197954 - 07/01/03 03:55 AM Re: [6.4 - 6.5] [beta] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
not tons of new features. just the ones I mentioned in the previous page, in todo list.

btw, I love what you did in the calendar (the effect of the current day)... you think I should add something like that to the next version? (so instead of "Today Background Color" it would be "Today CSS Text", with a textarea)
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197955 - 07/01/03 02:11 PM Re: [6.4 - 6.5] [beta] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
personally, I think everything on the net should be css, it's so easy to use and allows for a lot more flexibility. maybe you should give people a choice, cause a lot more people know hexcodes than know css. ie instead of multihack and text, css and the bad one wink
_________________________
Code monkey like Fritos

Top
#197956 - 07/04/03 06:42 AM Re: [6.4 - 6.5] [beta] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
catcherman, would it be alright if I allow smilies and not images? (I guess you'll have to add a smiley for full moon and a smiley for new moon when you update the calendar, it's not that difficult)
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197957 - 07/04/03 08:41 AM Re: [6.4 - 6.5] [beta] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
EDIT: I got the ubbcode buttons to work, but the smilies wouldn't show, so I used the popup feature it had.

Thanks for your help smile
_________________________
Code monkey like Fritos

Top
#197958 - 07/06/03 06:19 AM Re: [6.4 - 6.5] [beta] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Done for 2.1:
  • put version number at top of lib_calendar..
  • put add new event at the line of "Events for".
  • ability to add smilies to title
  • totally redesigned Review page (now it looks like New Event page)
  • now there is only one template - public_calendar.pl, and calendar uses only one ?ubb= shortcut (calendar).


www.lkworld.com/?ubb=calendar
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197959 - 07/06/03 12:03 PM Re: [6.4 - 6.5] [beta] Calendar
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
LK, that sounds great. Thanks for your hard work.
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top
#197960 - 07/06/03 04:19 PM Re: [6.4 - 6.5] [beta] Calendar
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
sounding good LK thumbsup
_________________________
- Allen wavey
- What Drives You?

Top
#197961 - 07/13/03 05:32 AM Re: [6.4 - 6.5] [beta] Calendar
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
Hey LK, I'm trying to set it up so that I can access the calendar through SSI (well PHP includes but give or take it's the same thing) but when I try to go to http://tavern.undergroundnews.com/cgi-bin/ultimatebb.cgi?ubb=calendar_ssi&css=yes I recieve "You're trying to access a page that does not exist"... Any idea's? BTW, I used the mhk smirk...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#197962 - 07/13/03 07:33 AM Re: [6.4 - 6.5] [beta] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197963 - 07/13/03 04:03 PM Re: [6.4 - 6.5] [beta] Calendar
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
ahhh, the instructions i saw stated that it was ultimatebb.cgi?ubb=calendar_ssi.cgi?css=yes :X... Sorry...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#197964 - 07/13/03 04:22 PM Re: [6.4 - 6.5] [beta] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
yeah, you're right, I forgot to update ubb_calendar_ssi.cgi... tipsy it should be:
Quote:
quote:
## This file can be called with <!--#exec cgi="ubb_calendar_ssi.cgi" --> for today's event
## and <!--#exec cgi="ubb_calendar_ssi.cgi?s=yes" --> for monthly events (or <!--#exec cgi=ubb_calendar_ssi.cgi?s=yes&css=yes" --> if you'll use CSS).
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
Page 5 of 8 < 1 2 3 4 5 6 7 8 >


Moderator:  Charles, Gizmo 
Who's Online
1 registered (blaaskaak), 19 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
Yesterday at 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