|
Joined: Feb 2001
Posts: 251
Member
|
Member
Joined: Feb 2001
Posts: 251 |
LK, It's still a month ahead
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
That's weird, works fine for me... Maybe it's your browser/proxy's cache, try http://lkubb.dns2go.com/calendar2.zip . Upload ubb_lib_calendar.cgi to the cgi-bin directory
|
|
|
|
Joined: Feb 2001
Posts: 251
Member
|
Member
Joined: Feb 2001
Posts: 251 |
Works Fine now LK, I think it was the proxy indeed Thanks
|
|
|
|
Joined: Apr 2001
Posts: 164
Member
|
Member
Joined: Apr 2001
Posts: 164 |
So to upgrade I just overwrite my 1.4 files right? I don't need to rehack the UBB files again or change anything??
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
You have to rehack many files, but I can't remember which files.. I know public_register_page_kid.pl, and therefor also ubb_registration.cgi, also ubb_new_topic.cgi but I think some others aswell.. Just don't forget, backup first 
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Found another bug, just in ubb_registration.cgi and ubb_profile.cgi change $monthindex = $i + 1; to $monthindex = $i;
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Nice work LK, thanks for the bug-testin/fixin 
|
|
|
|
Joined: May 2001
Posts: 56
Member
|
Member
Joined: May 2001
Posts: 56 |
That was my understanding as well - this Calendar hack is very popular, I hope you plan on porting it to UBB 6.1? Still not sure if I should install it now and then migrate to UBB 6.1 and rehack again..... hmmm 
|
|
|
|
Joined: Apr 2001
Posts: 164
Member
|
Member
Joined: Apr 2001
Posts: 164 |
I have so many hacks now that here is NO WAY I'm touching 6.1 until all my favorite hacks have been ported over. I'm thinking this will take quite a while.
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Yeah, I agree most people shouldn't upgrade to 6.1 beta. BTW, your 100th post [ July 24, 2001 04:25 PM: Message edited by: LK ]
|
|
|
|
Joined: Feb 2001
Posts: 497
Enthusiast
|
Enthusiast
Joined: Feb 2001
Posts: 497 |
we need the birthday in profil i think (in customfield4?) ... plz in the next upate 
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
The birthday is in the profile, but not as custom field 4.
It's $user_profile[55]
|
|
|
|
Joined: Feb 2001
Posts: 497
Enthusiast
|
Enthusiast
Joined: Feb 2001
Posts: 497 |
ok - but not in public_display_profil.pl - u know ?
|
|
|
|
Joined: Feb 2001
Posts: 497
Enthusiast
|
Enthusiast
Joined: Feb 2001
Posts: 497 |
little hack ...
in CP give the "registration fild - costumer 4" a name - birthday - and select "off".
#and edit public_display_profil.pl ### find: #################
if (($vars_registration{custom4_field_use} ne 'DEL') && ($vars_registration{customfield4} ne '') && ($user_profile[19] ne '')) {
print <
$vars_registration{customfield4}:
|
$user_profile[19]
|
THISFIELD
} # end field
#replace with: ################ if (($vars_registration{customfield4} ne '') && ($user_profile[55] ne '')) {
print <
$vars_registration{customfield4}:
|
$user_profile[55]
|
THISFIELD
} # end field
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Try [ July 27, 2001 12:34 PM: Message edited by: LK ]
|
|
|
|
Joined: Feb 2001
Posts: 497
Enthusiast
|
Enthusiast
Joined: Feb 2001
Posts: 497 |
 ... yes bug: if u edit your profil - birthday is not saved. check this. ................. and we need in public_calendar the box 4 years after the box 4 month. happy hacking 
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
1. In Calendar 1.5, which is exactly like this one but for 6.1, it's fine.
2. In public_edit_profile.pl/public_register_page.pl/public_register_page_kid.pl, change "$monthselectbox / $dayselectbox / $yearselectbox" to "$dayselectbox / $monthselectbox / $yearselectbox"
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 9 |
I searched and read through the thread and forums but I haven't found anything specific for the problem I'm having.
I installed using MultiHack and everything looks great. The problem is when I tie the calendar to a post in a specific forum, the date set for the calendar item to be added is off. If I specify Aug 7th for example, it always posts somewhere else, usually in the previous month, but never on the same numbered day in the previous month.
Any ideas?
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Yeah, this bug was fixed in the V6.1 version but I forgot to fix this one I don't have access to the /mhk directory, so download the ZIP file and rehack ubb_new_topic.cgi. I can't be sure if it's fixed, because I don't have a V6.0 board anymore, but it should.
|
|
|
|
Joined: Jul 2001
Posts: 272
Member
|
Member
Joined: Jul 2001
Posts: 272 |
looking for better instructions. I'd like to add this hack in but the instructions need to be very clear and concise. just my two bits..good job on the hack tho.
-=Splitfyre=-
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 9 |
I just looked at the zip file I was able to download off of page 17 of this thread. It is the same as the mhk file. Where can I get the zip file (what version is it too) that you are referring to? Thanks.
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
From the first page/page 16. Clear your/your proxy's Temporary Internet Files
|
|
|
|
Joined: Aug 2000
Posts: 14
Junior Member
|
Junior Member
Joined: Aug 2000
Posts: 14 |
Okay, I am losing my mind here. I went step by step on the hacks. Where the heck to do you see the calendar? Where is the link to it once everything is uploaded? I went into the control panel & put placed the forum name where I want people to put in dates. Is it that I have a black background? I know I am missing something elementary here. thanks for any help I feel like a pre-schooler here. Sorry for ranting. 
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Hmm... Your UBB needs a password.
BTW, I don't wanna be picky, but if you want more users to register, I suggest you to renew your VeriSign license
|
|
|
|
Joined: Aug 2000
Posts: 14
Junior Member
|
Junior Member
Joined: Aug 2000
Posts: 14 |
hmm, I renewed 2 months ago -- The appropriate person has been told about this.
Do you have any idea why this would be going on? LK - if you don't mind helping me--I will pm you username/password please let me know. thanks
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 9 |
LK your the man. Thanks for your help.
Just 1 more question:
If I delete a post in the forum that updates the calendar, shouldn't it delete it in the calendar as well?
Thanks again!
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
tazzie, it's supposed to be shown near my profile | register | search | faq | forum home, but I don't think you did the ultimatebb.cgi part that makes the worldets recognized.
Even if I type ?ubb=calendar I can't see it, so I think the problem is that you didn't hack/upload ultimatebb.cgi
|
|
|
|
Joined: Aug 2000
Posts: 14
Junior Member
|
Junior Member
Joined: Aug 2000
Posts: 14 |
thanks LK I'm getting this as a message now when I click on calendar.
You are attempting to reach a page that does not exist.
I searched but couldn't find this message in this topic. thanks for any help.
tazzie
|
|
|
|
Joined: Nov 2000
Posts: 15
Member
|
Member
Joined: Nov 2000
Posts: 15 |
Im not exactly sure what this hack is havign trouble with. Maybee you guys have seen this error?
Can't locate /home/biolord/public_html/forums/cgi-bin/calendar/public_calendar_event.cgi in @INC (@INC contains: /home/biolord/public_html/forums/cgi-bin /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at /home/biolord/public_html/forums/cgi-bin/ubb_lib_calendar.cgi line 305.
Thanks in advance for any help.
|
|
|
|
Joined: Nov 2000
Posts: 15
Member
|
Member
Joined: Nov 2000
Posts: 15 |
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
tazzie, rehack ultimatebb.cgi
Hellbent, Did you upload the 3 public*.cgi files to the /cgi-bin/calendar directory?
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 9 |
LK I see that you are a busy man, so I thought I would repost this question. Thanks
|
|
|
|
Joined: Feb 2001
Posts: 497
Enthusiast
|
Enthusiast
Joined: Feb 2001
Posts: 497 |
wy ?
SSI dont show me the birthdays 4 today ?!?
and at this point we can make a second SSI.cgi to show birthdays ?
|
|
|
|
Joined: Nov 2000
Posts: 15
Member
|
Member
Joined: Nov 2000
Posts: 15 |
Sure did. Even Chmodded them properly.
|
|
|
|
Joined: Aug 2000
Posts: 14
Junior Member
|
Junior Member
Joined: Aug 2000
Posts: 14 |
thanks LK--- I rechecked I put one of the lines of code in the wrong place. I appreciate all your help!!!
[ August 07, 2001: Message edited by: tazzie ]
|
|
|
|
Joined: Jul 2001
Posts: 272
Member
|
Member
Joined: Jul 2001
Posts: 272 |
Hey guys, implemented the hack.. have a problem though when clicking on Calender:
Can't locate E:/futurelooks/web/cgi-bin/calendar/public_calendar_events.cgi at E:/futurelooks/web/cgi-bin/ubb_lib_calendar.cgi line 22.
I've uploaded the files as per the readme and had permissions set on it. My server is NT so I can't CHMOD the files. My ISP however has said that the folder has been set with the appropriate permissions.
When I go through my PFE and look at Line 22 this is what it shows:
require "$vars_config{CGIPath}/calendar/public_event_desc.cgi";
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
You should put public_event_*.cgi in /cgi-bin/calendar directory
|
|
|
|
Joined: Jul 2001
Posts: 272
Member
|
Member
Joined: Jul 2001
Posts: 272 |
That's what its at right now.. and I still get that error...help LK! 
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
"http://www.futurelooks.com/cgi-bin/calendar" doesn't exist
|
|
|
|
Joined: Jul 2001
Posts: 272
Member
|
Member
Joined: Jul 2001
Posts: 272 |
Can't seem to get anything to come up under Primary - Calender Settings. What file should I rehack. Sorry I am still an intermediate on PERL here. Thanks! 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|