CodeCanyon

ApPHP Calendar

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
stevenchoy says

HI Apphpcc,

I want to purchase this script. I want to know the specific version that I will get if I purchase it via Codecanyon. Is it the newest version?

ApPHP Calendar Pro 3.3.8

The price listed in your website is much higher than that in Codecanyon.

6 months ago
Author
Default-user apphpcc replied

Yes, this is the latest version.

6 months ago
  • Has been a member for 0-1 years
janicemvk says

Can this be used with mobile apps?

6 months ago
Author
Default-user apphpcc replied

You may download our free version to test, but generally – Yes, it may be used in any browser, including mobile

6 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
PeterHS says

Is there any chance this can run on MySQL4?

Thanks

5 months ago
Author
Default-user apphpcc replied
Yes, but you have to downgrade the script. Please read this to get the main idea how to do it: http://www.apphp.net/forum/viewtopic.php?f=33&t=331
5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
PeterHS says

That looks like PHP5 to PHP 4 and not MySQL5 to MySQL4?!

Peter

5 months ago
Author
Default-user apphpcc replied

It already works with MySQL4, you don’t need to do anything

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
PeterHS says

Thanks but I am seeing this and MySQL4 does not support stored procedures?

SELECT GROUP _CONCAT( CONCAT ORDER BY calendar_calendar.event_time ASC SEPARATOR ’$$’) as cnt, calendar_calendar.event_date, SUBSTRING as day FROM calendar_calendar INNER JOIN calendar_events ON calendar_calendar.event_id = calendar_events.id LEFT OUTER JOIN calendar_events_categories ON calendar_events.category_id = calendar_events_categories.id WHERE SUBSTRING = ‘2011’ AND SUBSTRING = ‘12’ AND SUBSTRING = ‘00’ AND SUBSTRING < ‘22’ GROUP BY SUBSTRING |

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘(calendar_events.description), ’\’,WIDTH,150)” onmouseout=”return nd();” style=”’ at line 1

5 months ago
Author
Default-user apphpcc replied

No, you’re right. So we’ve decided to replace them in the next version

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
PeterHS says

OK! Thanks. Can you tell me when that might be? We can hold up use until then if it is not too far off otherwise we will need an alternative.

5 months ago
Author
Default-user apphpcc replied

Find in calendar.class.php

apphp_text_encode_overlib(".EVENTS_TABLE.".description) 

and replace it with

REPLACE(REPLACE(REPLACE(".EVENTS_TABLE.".description, '\\\\', '&#92;&#92;'), '\'', '&#92;&#39;'), '\"', '&#92;&#34;')
5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Author
Default-user apphpcc replied

We need to see your site online to understand what happens. Can you please post your question with all needed info on our forum: hjttp://apphp.net/forum/

5 months ago
Default-user PeterHS replied

Will post again on the forum but our site is behind a firewall so cannot be accessed from the Internet presently. If the forum supports it will add screen pic as well as code.

It looks like there is something missing when an event is displayed inline causing the table to be disrupted.

4 months ago
Author
Default-user apphpcc replied

This change must be done in 3 places in the calendar script. This changes will be added to the next version.

4 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
PeterHS says

Sorry – did not put the code tags in:

<td class="td"><a href="javascript:__doPostBack('view','daily','2011','12','24')">24 (3 events)</a><br /><div class="events_list_inline">&#8226; <span class="event_descr" onmouseover="return overlib('test Event 2 Description',WIDTH,150)" onmouseout="return nd();" style="color:#000000;">Test Event 2</span><br />&#8226; <span class="event_descr" onmouseover="return overlib('Test Event Description',WIDTH,150)" onmouseout="return nd();" style="color:#000000;">Test Event</span><br />&#8226; <span class="event_descr" onmouseover="return overlib('Test Event Description<br /></div></td> <tr class="tr" style="height:83px;"> </tr>

Bit that is incorrect:

onmouseover="return overlib('Test Event Description<br />

Thanks

5 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • United Kingdom
miam00 says

Good morning, nice calendar script. Couple of pre-sales questions if I may.

1 – Is this the pro version bought through Code Canyon? 2 – Can users add events? 2 – I would like to place the calendar inside my website where users will have already authenticated using my own login system. On login it stores ‘Security_ContactID’, this filters data to logged on user. Could this be used with your excellent calendar, allowing users to only see their own events? 3 – When an event is written to mysql db does it store the even duration? ie, if someone adds a holiday for 10 days would it add 10 to db? 4- Can I use my own css 5 – Can I remove the users drop down from top?

Many thanks for your help.

Gray

4 months ago
Author
Default-user apphpcc replied

1. Yes. 2. Yes. 3. Yes, it adds a time slots to calendar. 4. Yes. 5. Yes

you may get more info here: http://www.apphp.com/php-calendar/index.php?page=knowledge_base
4 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • United Kingdom
miam00 says
Great stuff, thanks for the quick answer, this could be perfect!
  • 2 – Would I be right in saying I would need to edit your publsihed code to reflect my own setup?
    // where UID - is user ID in your system.
    $user_id = UID;
    $objCalendar->SetUserID($<strong>Security_ContactID</strong>);
  • 3 – Don’t want to be picky would the cal pickup 1/2 days also and add it as lets say 4 hours or is it days only? I want to use this as a basic staff holiday booking form?

Again many thanks, will purchase today I hope.

4 months ago
Author
Default-user apphpcc replied

2 – Yes, you’re right 3 – currently it allows maximum 60 min time slots, but we’re planning to improve this feature in the next versions.

4 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
sourcenetworks says
Purchased

would be a big time saver if there was a dark css theme (black background)

4 months ago
Author
Default-user apphpcc replied

Can you please show us an example, so we could implement such color scheme it in the next version?

4 months ago
Purchased
Default-user sourcenetworks replied
Author
Default-user apphpcc replied

Thank you for these suggestions – they were added to our TODO list for the next version.

4 months ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
  • Netherlands
HRR1337 says

Suggestion for TODO list; Export to iCal?

3 months ago
Author
Default-user apphpcc replied

Thanks, was added to our TODO list.

3 months ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
  • Netherlands
HRR1337 says

When is the update ready? And what is currently on the to-do?

3 months ago
Author
Default-user apphpcc replied

New version will be released in 2-3 months. We’ll post later the TODO list.

3 months ago
  • Has been a member for 0-1 years
  • Mexico
khrizart says

Hi,

Did this implementation Allow user control to edit and not edit events, like privileges? so we can have like a just view calendar, and other to allow just certain user to edit it?

17 days ago
Author
Default-user apphpcc replied
Yes, you may easily define it. Please read here how to do this: http://www.apphp.net/forum/viewtopic.php?f=50&t=1426
16 days ago
by
by
by
by
by