Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#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
#211 2008-09-01 07:46:45
Re: [plugin] [ORPHAN] jmc_event_manager
Event Forms
Event Name
<txp :jmc_event_name />
Event ID
<txp :jmc_event_id />
Event Price
<txp :jmc_event_price />
Other Bands
Inserts the html for other band information.
<txp :jmc_event_otherbands />
Other Information
<txp :jmc_event_otherinfo />
Venue Forms
Venue form options can be called either from the event form directly, or from a separate form using the tag: <txp :jmc_venue form=“form_name” />
Venue Name
<txp :jmc_venue_name />
Venue ID
<txp :jmc_venue_id />
Venue Address 1
<txp :jmc_venue_address1 />
Venue Address 2
<txp :jmc_venue_address2 />
Venue Suburb
<txp :jmc_venue_suburb />
Venue State
<txp :jmc_venue_state />
Venue Country
<txp :jmc_venue_country />
Venue Postcode
<txp :jmc_venue_postcode />
Venue Phone
<txp :jmc_venue_phone />
Venue URL
<txp :jmc_venue_url />
Venue Email
<txp :jmc_venue_email />
Venue Other Information
<txp :jmc_venue_otherinfo />
BE + MEngSc = engineer with a side dish of frustrated designer/developer with a penchant for photography outside
Offline
#212 2008-09-09 06:14:05
- weber
- New Member
- Registered: 2008-06-08
- Posts: 8
Re: [plugin] [ORPHAN] jmc_event_manager
Hi all,
For the record, I’m getting the same MySQL error as gluteous and mttw:
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 wp_txp_image as txp_image where id = in /var/www/vhosts/xxxxxxxxxxx.com/httpdocs/textpattern/lib/txplib_db.php on line 81
Running on TXP 4.0.6, MySQL 5.0.32.
Edit: Error occurs when clicking on the “Venue Manager” tab.
Last edited by weber (2008-09-09 06:19:35)
Offline
#213 2008-09-24 23:45:58
Re: [plugin] [ORPHAN] jmc_event_manager
weber wrote:
Hi all,
For the record, I’m getting the same MySQL error as gluteous and mttw:
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 wp_txp_image as txp_image where id = in /var/www/vhosts/xxxxxxxxxxx.com/httpdocs/textpattern/lib/txplib_db.php on line 81
Running on TXP 4.0.6, MySQL 5.0.32.
Edit: Error occurs when clicking on the “Venue Manager” tab.
I’ll be looking in to this shortly. I’m pretty sure I know the problem. Currently undertaking a full overhaul of the plugin too.
BE + MEngSc = engineer with a side dish of frustrated designer/developer with a penchant for photography outside
Offline
#214 2008-09-25 15:11:12
- weber
- New Member
- Registered: 2008-06-08
- Posts: 8
Re: [plugin] [ORPHAN] jmc_event_manager
@jufemaiz: Sounds great. Cheers, and thanks!
Offline
#215 2008-10-30 12:17:05
Re: [plugin] [ORPHAN] jmc_event_manager
Big code overhaul currently being undertaken in spare time. I think it should be completed for testing in a week or so.
J
BE + MEngSc = engineer with a side dish of frustrated designer/developer with a penchant for photography outside
Offline
#216 2008-10-30 12:30:15
- fbox
- Member
- From: Melbourne
- Registered: 2006-02-18
- Posts: 42
Re: [plugin] [ORPHAN] jmc_event_manager
Great stuff, jufemaiz! Appreciate your work. =)
Let me know if you need help testing.
Offline