Calendar


Upcoming Events (Within next 31 days):
There are no upcoming events

Upcoming Birthdays (Within next 31 days):
Congratulations to: JohnnyTheOne (29 on Sun 19th Sep)
nGAGE™ (35 on Thu 30th Sep)
musta (35 on Wed 29th Sep)
Bingle (40 on Fri 17th Sep)
Donations

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

Online Users

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

Calendar (posting.php).... Details inside

Please report all Calendar MOD bugs here

Moderators: Dev Team, SGP Team, MODerators

Calendar (posting.php).... Details inside

PostAuthor: 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.php
and 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.
User avatar
RobbyJ88
 
Posts: 4
Joined: Thu Feb 18, 2010 3:06 pm
Location: Hannibal, NY

Re: Calendar wont work.... Details inside

PostAuthor: 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.
User avatar
RobbyJ88
 
Posts: 4
Joined: Thu Feb 18, 2010 3:06 pm
Location: Hannibal, NY

Re: Calendar wont work.... Details inside

PostAuthor: 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) ...
User avatar
RobbyJ88
 
Posts: 4
Joined: Thu Feb 18, 2010 3:06 pm
Location: Hannibal, NY

Re: Calendar (posting.php).... Details inside

PostAuthor: 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;"
User avatar
RobbyJ88
 
Posts: 4
Joined: Thu Feb 18, 2010 3:06 pm
Location: Hannibal, NY

Re: Calendar (posting.php).... Details inside

PostAuthor: 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

Re: Calendar (posting.php).... Details inside

PostAuthor: 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

Re: Calendar (posting.php).... Details inside

PostAuthor: 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

Re: Calendar (posting.php).... Details inside

PostAuthor: 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

Who is online

Users browsing this forum: No registered users and 1 guest

cron