Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#196 2007-09-14 00:38:35
- chizet
- New Member
- Registered: 2007-09-09
- Posts: 7
Re: [plugin] [ORPHAN] jmc_event_manager
Hey guys, I have a question about formating the date. I’ve seen references to the PHP Date and Time Functions page but I don’t understand it :( Can someone break it down for me? I’ve also seen this: php_date=“l, jS \of F, G:i” /> mentioned, is this a way of formating it? If is what do the characters mean?
Thanks guys! Great plug-in by the way, does everything I need!
Offline
#197 2007-09-18 03:43:47
Re: [plugin] [ORPHAN] jmc_event_manager
@richoid: I’ll look into it
@chizet: have a read on php date details: php date function
BE + MEngSc = engineer with a side dish of frustrated designer/developer with a penchant for photography outside
Offline
#198 2007-09-20 02:16:57
- chizet
- New Member
- Registered: 2007-09-09
- Posts: 7
Re: [plugin] [ORPHAN] jmc_event_manager
awesome, got it to work, thanks guys!
Offline
#199 2007-09-23 06:44:55
Re: [plugin] [ORPHAN] jmc_event_manager
Anyone have issues with not being able to delete records once they’ve been created? Also is it me or is the venue listed off kilter by one column?
I can rename, etc. but the only way I can delete (a category or venue, for example) is using SQL by hand in the db admin plugin. I can check the box and select ‘Delete’ and go… it doesn’t do anything.
I am using 4.0.5… with 0.3beta
Last edited by jagorny (2007-09-23 06:45:16)
Offline
#200 2007-10-24 05:20:11
- fbox
- Member
- From: Melbourne
- Registered: 2006-02-18
- Posts: 42
Re: [plugin] [ORPHAN] jmc_event_manager
Hi all,
Just installed jmc_event_manager and it seems to almost run cleanly off the bat. TXP v.4.0.5 r2466, with jmc_event_manager 0.3beta. A bit of an effort to understand the user documentation and examples, but eventually got there safely.
Like jagorny I’m having trouble deleting events, venues and categories through the Event Manager interface.
=)
– L.Offline
#201 2007-11-01 01:55:58
Re: [plugin] [ORPHAN] jmc_event_manager
New Version (0.3.1) Issued to deal with deletion bug. See post at euphemize.net
download backend
download frontend
Last edited by jufemaiz (2007-11-01 06:54:55)
BE + MEngSc = engineer with a side dish of frustrated designer/developer with a penchant for photography outside
Offline
#202 2007-12-17 03:06:54
Re: [plugin] [ORPHAN] jmc_event_manager
jufemaiz, in case you haven’t seen it… The second post in this thread describes how to make a custom RSS feed
Offline
#203 2007-12-17 22:13:19
Re: [plugin] [ORPHAN] jmc_event_manager
Hipocrite wrote:
jufemaiz, in case you haven’t seen it… The second post in this thread describes how to make a custom RSS feed
You’re a champion – I’ll have to follow this up!
BE + MEngSc = engineer with a side dish of frustrated designer/developer with a penchant for photography outside
Offline
#204 2008-01-30 10:19:41
- mttw
- Member
- From: The Netherlands
- Registered: 2005-03-12
- Posts: 26
Re: [plugin] [ORPHAN] jmc_event_manager
The venue_manager gives me the following problem:
Warning: 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 ‘’ at line 1 select * from txp_image where id = in /home/xxxxxx.com/public_html/textpattern/lib/txplib_db.php on line 84
does anyone know why?
Offline
#205 2008-02-09 23:22:00
- Charlie Chalk
- Member
- Registered: 2005-09-06
- Posts: 51
Re: [plugin] [ORPHAN] jmc_event_manager
Hi
I’m having a few errors come up when trying to use jmc_event_manager with 4.0.6 – before I go ahead and list them, can you tell me if the latest version (0.3.1) is compatible with 4.0.6?
Thanks
CC
Offline
#206 2008-02-16 20:10:00
- Charlie Chalk
- Member
- Registered: 2005-09-06
- Posts: 51
Re: [plugin] [ORPHAN] jmc_event_manager
Anyone?
Offline
#207 2008-04-03 03:12:40
Re: [plugin] [ORPHAN] jmc_event_manager
Hey all, I’m considering using this plugin as an alternative to zem_event – has anyone used both? Is this plugin better supported? I need a solid event manager for a couple of sites I’m building, and as is clear from the zem_event thread, others do as well, and we’re all willing to contribute a little cash to make it happen.
Offline
#208 2008-04-24 19:35:25
- gluteus
- Member
- From: Switzerland
- Registered: 2007-01-20
- Posts: 74
Re: [plugin] [ORPHAN] jmc_event_manager
I have the same warnings like mttw.
jufemaiz, could you please have a look on it?
thanks
dave
Offline
#209 2008-04-24 20:03:24
Re: [plugin] [ORPHAN] jmc_event_manager
If jmc_event_manager is not exactly what you’re looking for, please take a look at afw_events. I released this plugin two weeks ago. Keep in mind it is still pretty untested. I use it on my site to manage event listings for bands. For feature requests please post comments on the website:
http://www.allflashwebsite.com/txp-plugins/afw_events-textpattern-plugin
Offline
#210 2008-09-01 06:45:48
- weber
- New Member
- Registered: 2008-06-08
- Posts: 8
Re: [plugin] [ORPHAN] jmc_event_manager
Hi all,
I’m having some difficulty with something that should be a simple answer.
I’m trying to find the tag to output the event venue name in my article form. That part of the help document is a bit vague!
Currently I’ve got:
<h3><txp:jmc_event_time php_date="l, jS \of F"/></h3>
<p><txp:jmc_event_name /> at <txp:jmc_event_venue /></p>
However, it’s outputting:
Saturday, 11th of October
Eventname at Eventname
ie. Eventname and Venuename are the same! Anyone know what I need to be using to get the venue??
Any help appreciated.
Offline