Firefox 3
by: Joseph Fletcher
Mon Aug 23, 2010 5:41 pm
View latest reply...
Calendar (posting.ph...
by: miguel.arce
Thu Aug 19, 2010 8:26 pm
View latest reply...
mktime() expects par...
by: airsoftpacific
Wed Aug 18, 2010 5:14 pm
View latest reply...
New Install SQL Fail
by: KND
Mon Jul 19, 2010 12:28 pm
View latest reply...
phpbb 3.0.7
by: Joseph Fletcher
Wed Jul 14, 2010 1:55 pm
View latest reply...
Help with different ...
by: breck68
Sat Jul 10, 2010 6:17 am
View latest reply...
Help with new instal...
by: esthardreams
Thu Jul 08, 2010 12:55 am
View latest reply...
Sup Fellas!
by: Drak
Tue May 18, 2010 2:40 am
View latest reply...
Calendar with phpb3 ...
by: DRA6N
Mon May 10, 2010 1:43 am
View latest reply...
Pull the "UPCOMING E...
by: dodgeboy
Wed Apr 28, 2010 3:51 pm
View latest reply...
Upcoming Events (Within next 31 days):
There are no upcoming events
Upcoming Birthdays (Within next 31 days):
|
All information and modifications on this site are open source and free, but any donations are gratefully received. They also provide the fuel (beer) that keeps me motivated!
Thanks, Stu
In total there are 0 users online :: 0 registered, 0 hidden and 0 guests.
Most users ever online was 208 on Mon Jul 12, 2010 8:05 am
Users browsing this forum: No registered users and 0 guests based on users active over the past 60 minutes
|
Please report all Calendar MOD bugs here
Moderators: Dev Team, SGP Team, MODerators
Author: RobbyJ88 on Fri Feb 19, 2010 1:17 am
Thanks for the mod, I am looking forward to using it. However, it is not working right at this moment...My site is: http://www.cusemen.com/in/index.phpand the problem when clicking on the calendar is:Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /homepages/15/d202100767/htdocs/cusemen/in/includes/functions_calendar.php on line 1100
I think it is something to do with the posting.php .... It was hard to find some of the places to put the codes. For example... The instructions said to find: - Code: Select all
$solved_captcha = false;
The closest I could find to this was: - Code: Select all
if (isset($captcha) && $captcha->is_solved() !== false)
I am not sure this is right because it comes after the next add on: - Code: Select all
$post_data['enable_sig'] = (!$config['allow_sig'] || !$auth->acl_get('f_sigs', $forum_id) || !$auth->acl_get('u_sig')) ? false : ((isset($_POST['attach_sig']) && $user->data['is_registered']) ? true : false);
SO please help me get this up and running. I am using phpbb 3.0.6 Robby
Last edited by RobbyJ88 on Fri Feb 19, 2010 2:05 pm, edited 2 times in total.
-

RobbyJ88
-
- Posts: 4
- Joined: Thu Feb 18, 2010 3:06 pm
- Location: Hannibal, NY
-
Author: RobbyJ88 on Fri Feb 19, 2010 1:31 am
I put the Old Posting.php back into it (backup) everything else is ready right now, I could use some guidance on properly installing and using this calendar  I am currently trying to implement the 1.0.0b+ (was using the 1.0.0b) and same issue with the: - Code: Select all
$solved_captcha = false;
Last edited by RobbyJ88 on Fri Feb 19, 2010 2:05 pm, edited 1 time in total.
-

RobbyJ88
-
- Posts: 4
- Joined: Thu Feb 18, 2010 3:06 pm
- Location: Hannibal, NY
-
Author: RobbyJ88 on Fri Feb 19, 2010 3:19 am
The Calendar is working, but I still have questions about the posting.php if anyone can help. I dont think it is working right. So I am using the original (backup) of the Posting.php without the mod changes (otherwise unable to post/reply to messages) ...
-

RobbyJ88
-
- Posts: 4
- Joined: Thu Feb 18, 2010 3:06 pm
- Location: Hannibal, NY
-
Author: RobbyJ88 on Thu Feb 25, 2010 2:02 am
Ok, does anyone answer these posts? In Posting.php, I still dont know where to put the following code. I am running on Phpbb3.0.6 and cant find where to put it.... Everything else is up and working, so maybe I dont need it? Instructions: Find Tip: This may be a partial find and not the whole line. - Code: Select all
$solved_captcha = false;
Add before Tip: Add these lines on a new blank line before the preceding line(s) to find. - Code: Select all
//---BEGIN CALENDAR MOD--- // Load topic calendar event data // Note that if the data got into the database, it should be valid - Hence we just check that // the event start time exists, rather than re-validating all the event data if(isset($post_data['topic_calendar_time']) && !$submit) // We must be editing or correcting { $post_data['topic_calendar_time'] += $user->timezone + $user->dst; list($post_data['event_start_date'], $post_data['event_start_time']) = explode('|', date('m-d-Y|h:i a', $post_data['topic_calendar_time'])); if(isset($post_data['topic_calendar_duration'])) { list($post_data['event_end_date'], $post_data['event_end_time']) = explode('|', date('m-d-Y|h:i a', ($post_data['topic_calendar_duration'] + $post_data['topic_calendar_time']))); } if(!empty($post_data['event_repeat'])) { extract_repeat_params($post_data['event_repeat'], $post_data); } } //---END CALENDAR MOD---
SO where do i put this>? there is no "$solved_captcha = false;"
-

RobbyJ88
-
- Posts: 4
- Joined: Thu Feb 18, 2010 3:06 pm
- Location: Hannibal, NY
-
Author: Locupleto on Wed Mar 17, 2010 10:33 pm
Same problem here. I have no
$solved_captcha = false;
In posting.php
-
Locupleto
-
- Posts: 1
- Joined: Wed Mar 17, 2010 8:07 pm
-
Author: kkirvesm on Fri Mar 26, 2010 4:31 pm
I have also same problem. I try to install this mod to phpBB 3.0.7. I cant see calendar on the front page. How to determain the position of the calendar. In the .Mod calendar settings working..but I cant see the calendar at phpBB3.0.7.
-
kkirvesm
-
- Posts: 1
- Joined: Thu Mar 25, 2010 12:56 pm
-
Author: Mr.Pixel on Thu Jun 24, 2010 6:37 pm
Is anyone giving support for this?
I've the exact same problem!
-
Mr.Pixel
-
- Posts: 2
- Joined: Thu Jun 24, 2010 3:29 am
-
Author: miguel.arce on Thu Aug 19, 2010 8:26 pm
well its a shame but it seems this mod is also dead, its dated 2008 and lastest release was a fix 1.0.3b3+
seems the code for posting.php changed since phpbb 3.0.4 so thats why you dont find the captcha line, i wouldt use this calendar on a production since it seem abbandoned.
there are one more option that seems alive in phpbb3, but its also a beta.
i instaled this mod on phpbb 3.0.7-PL1, same thing about the captcha line so i added it somewhere in the code where i noticed similar logic.
all the remaining steps in the xml install file went ok, i even got the acp calendar settings module added and says instalation completed etc.. but thats it ... no calendar anywhere.. i think there are some sql instructions to do... for it to work but i cant find them anywhere.
its sad such a great mod it seemed.
-
miguel.arce
-
- Posts: 1
- Joined: Wed Aug 18, 2010 4:31 pm
-
Return to Bug Reports
Users browsing this forum: No registered users and 1 guest
|