Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Event Calendar

Locked Asked Modified Viewed 59,215 times
W
wibix
W
wibix 10
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
asked
Member

[mp]85[/mp]
Edited by N/A on 03-03-2016 13:50,
0 replies

77 posts

D
djdandi
D
  • Senior Member, joined since
  • Contributed 298 posts on the community forums.
  • Started 99 threads in the forums
answered
Senior Member

For visitors of events , As display day with hours
0 replies
W
wibix
W
wibix 10
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

this really depends on your theme. if you want a custom design read the README file. there is some information about it..
0 replies
E
Elvenelf
E
  • Member, joined since
  • Contributed 184 posts on the community forums.
  • Started 19 threads in the forums
answered
Member

I am installing this in a local test environment as part of a project I am working on, but it is not "infusing" (not making the tables in database).

in v7.2.04 the error log shows a lot of errors for undefined indexes as a result of not having the tables created for the infusion.

However, it appears to infuse correctly, as it shows itself as "installed" and gives me the option to uninstall it from the infusions page on admin panel. It is just not installing anything at all... uninstalling it, removes it from the infusions table correctly, so it has some access to database functions, it is just not creating any new tables at all.

I am running php 5.3.5, mysql 5.5.8 and Apache 2.2.17.

This infusion is the only result for "calendar" or "event" in the Mod_Db here that I could come up with. Let's polish this infusion up a bit yes? I am willing to help in any way I can.
0 replies
W
wibix
W
wibix 10
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

"local test environment"? windows? i had various issues with windows.
0 replies
E
Elvenelf
E
  • Member, joined since
  • Contributed 184 posts on the community forums.
  • Started 19 threads in the forums
answered
Member

Wamp. Yes.

What kind of issues? Would it have anything to do with server/resource configuration?

*Update*

Indeed it was 'server' related, as when i uploaded this to a linux server, it worked properly. It bugs me out when things don't work as intended in local environment... then again... it can't be helped... such is life when using windows in the background lol

Thanks for your prompt reply!
Edited by Elvenelf on 29-11-2011 20:46,
0 replies
W
wibix
W
wibix 10
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

i dont use windows. so i cannot test or debug it there.
0 replies
E
Elvenelf
E
  • Member, joined since
  • Contributed 184 posts on the community forums.
  • Started 19 threads in the forums
answered
Member

Understood... I am now trying to implement tinyMCE to it. No luck so far... any pointers on the subject will be appreciated. ;)

*update*
I was successful in including tinymce with the edit_event.php of your infusion, however, I had to heavily mod it to remove the <!--BREAK--> button from the form, and the other buttons you had there, as it was not taking into account wether or not the tinyMCE was enabled in system config.

It still doesn't do it by my mod, but it would be a worthy addition to have it set up in a way that it would check if tinymce is enabled or not, and build your textareas accordingly.

To keep the <!--BREAK--> functionality, I used the tinyMCE pagebreak button and changed the pagebreak content in the editor initialization. It was sort of a custom implementation because i wouldn't be able to change that for the core's implementation of the tinyMCE.

It would be the main counterpoint of implementing tinymce into the infusion, because default pagebreak text differs from your "BREAK" usage and functionality for the infusion.
Edited by Elvenelf on 01-12-2011 18:03,
0 replies
W
wibix
W
wibix 10
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

sure. would be nice. but i dont have the time to do it.
0 replies
E
endurado
E
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
answered
Newbie

Turkish language file is incorrect.
Can not translate in the deleted line.
The error logs do not stop. :(
0 replies
E
Elvenelf
E
  • Member, joined since
  • Contributed 184 posts on the community forums.
  • Started 19 threads in the forums
answered
Member

Need to compare all lang. files with english/German versions. Seems to be the only locales to be up to date. Spanish language also has undefined indexes.

Infusion defaults to german locale too. I changed the code to default to english locale on my implementation... but then again... i made mine to use english locale in the admin panel, and spanish locale in the front-end... lol i kinda went nutz with it.
0 replies
— 2 months later —
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
answered
Member

Quote

Goldenhawk wrote:

i've read readme.txt, i've added in themes/MY_THEME/styles.css the code below
table.awec_calendar td.content {   /* day with some events */
   font-weight: bold;
}
but nothing change. Why ?

[add]: i' bag your pardon... i was NOT checked in Event Calendar Admin "Use Custom CSS". I'm afraid... please, pardon


How can change color instead of bold style, i have tryed everythinks but non color code wont work
color: #CBCBCB;
color: #cbcbcb;
color:#CBCBCB;
color:#cbcbcb;
color: yellow;
color:yellow;
0 replies
W
wibix
W
wibix 10
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

if these are links then try something like this.
table.awec_calendar td.content a {
...
}
0 replies
— 1 year later —
P
petera
P
petera 10
  • Junior Member, joined since
  • Contributed 15 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

Love the infusion - got it installed, customised and up and running - but there seems to be a slight problem with the version of PHP I run. I had to upgrade my global PHP settings 5.4 and for some reason the different calendar views don't work - it will load in whatever view is default (day/week/month/year) but you can't change it thereafter.

I've put the global php back to 5.2 for the moment so everything works but does anyone know how to solve this in 5.4 because the calendar's going to be really useful on our website >> http://www.cityofinvernesscc.co.uk/in...13&m=4

www.cityofinvernesscc.co.uk/images/smiley/bikegreen.gif


Thanks!
0 replies
— 6 months later —
C
chrisblackmore
C
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

hi ive installed this infusion with no problems except for the following error:

Table 'alloz0_fusi361.fus_aw_ec_settings' doesn't exist

this looks similar to a previous post regarding tables not being automatically created... this is also not the only infusion i have had this problem with ?

I should also add that when I attempted to update the infusion i also received similiar errors:

"Table 'alloz0_fusi361.fus_aw_ec_events' doesn't exist
ALTER TABLE fus_aw_ec_events ADD COLUMN ev_location varchar(100) NOT NULL default ''

Error

Table 'alloz0_fusi361.fus_aw_ec_settings' doesn't exist
ALTER TABLE fus_aw_ec_settings CHANGE COLUMN default_month_view default_month_view enum('calendar','list','clist') NOT NULL default 'calendar', ADD COLUMN default_calendar_view enum('week','month','year') NOT NULL default 'month', ADD COLUMN show_week tinyint(1) unsigned NOT NULL default '0'

Error

Table 'alloz0_fusi361.fus_aw_ec_events_in_cats' doesn't exist
DELETE FROM fus_aw_ec_events_in_cats WHERE event_id=0

Error"


any help will be appreciated!

Server software Linux capa.lunarmania.com 2.6.18-338.5.1.el5.lve0.8.29PAE #1 SMP Sat Apr 23 02:47:16 EEST 2011 i686

Webserver software Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_fcgid/2.3.6

PHP version 5.3.23

PHP interface cgi-fcgi

MySQL Server version 5.5.32-cll

PHPFusion version 7.02.07

Database prefix fus_

Cookie prefix fus_

Webbrowser and OS Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0
what other information might you need ?
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin


Table 'alloz0_fusi361.fus_aw_ec_settings' doesn't exist


did not install table correctly. check infusion.php see if code messed up?
0 replies
C
chrisblackmore
C
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

thanks for your reply hien

here is the code from the infusion.php relevant to the event calendar infusion

<?php
/***************************************************************************
* awEventCalendar *
* *
* Copyright (C) 2006-2008 Artur Wiebe *
* wibix@gmx.de *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
***************************************************************************/
if(!defined('IN_FUSION') || !checkrights('I')) {
die;
}


include('ff/infusion.php');


/****************************************************************************
* PHP-FUSION-CONVERTER
*/
//if(defined('IN_FF')) {
// return;
//}

$ver_numbers = explode('.', $settings['version']);
$main_ver = intval(array_shift($ver_numbers));
//echo 'VERSION='.$main_ver;



$inf_title = $infusion['title'];
$inf_description = $infusion['description'];
$inf_version = $infusion['version'];
$inf_developer = $infusion['developer'];
$inf_email = $infusion['email'];
$inf_weburl = $infusion['weburl'];

$inf_folder = basename(dirname(__FILE__));


if($main_ver==6) {
$inf_newtables = count($new_tables);
$inf_insertdbrows = count($new_rows);
$inf_altertables = count($alter_tables);
$inf_deldbrows = count($del_rows);

$inf_newtable_ = array();
$inf_droptable_ = array();
$inf_insertdbrow_ = array();

if(count($admin_links)) {
$link = array_shift($admin_links);
$inf_admin_image = $link['image'];
$inf_admin_panel = $link['url'];
} else {
$inf_admin_image = '';
$inf_admin_panel = '';
}

if(count($site_links)) {
$link = array_shift($site_links);
$inf_link_name = $link['title'];
$inf_link_url = $link['url'];
$inf_link_visibility = $link['visibility'];
} else {
$inf_link_name = '';
$inf_link_url = '';
$inf_link_visibility = '';
}

$i = 0;
foreach($new_tables as $tname => $tsql) {
++$i;
$inf_newtable_[$i] = $tname.$tsql;
$inf_droptable_[$i] = $tname;
}

$i = 0;
foreach($new_rows as $row) {
$inf_insertdbrow_[++$i] = $row;
}


} elseif($main_ver==7) {
$inf_newtable = '';
$inf_droptable = '';
$inf_insertdbrow = '';

if(count($admin_links)) {
$i = 0;
foreach($admin_links as $link) {
$link['panel'] = $link['url'];
$inf_adminpanel[++$i] = $link;
}
} else {
$inf_adminpanel = '';
}

if(count($site_links)) {
$i = 0;
foreach($site_links as $link) {
$inf_sitelink[++$i] = $link;
}
} else {
$inf_sitelink = '';
}

$i = 0;
foreach($new_tables as $tname => $tsql) {
++$i;
$inf_newtable[$i] = DB_PREFIX.$tname.$tsql;
$inf_droptable[$i] = DB_PREFIX.$tname;
}

$i = 0;
foreach($new_rows as $row) {
$inf_insertdbrow[++$i] = DB_PREFIX.$row;
}
}

?>
0 replies
C
chrisblackmore
C
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

and here is the code from the infusion.php included from the "ff" folder in the above code... looks like it might be what i am looking for... sorry i am a newb at this so any help is greatly appreciated and the best way i could learn at this stage
Edited by N/A on 31-10-2013 08:35,
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Change TYPE to ENGINE in infusion.php
0 replies
C
chrisblackmore
C
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

Thanks for the suggestion Domi but can you please forgive my ignorance and possibly explain that a bit more ?
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

This www.php-fusion.co.uk/forum/viewthread.php?thread_id=31997
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 77 posts
  • Votes 0 votes
  • Topic users 32 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet