Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#193 2007-09-05 22:09:06

richoid
Member
Registered: 2006-04-25
Posts: 11

Re: [plugin] [ORPHAN] jmc_event_manager

This is a great concept, but I’m missing something, I think. I’m not getting any output at all. I’ve added three events and four categories.

Here’s the tag I’m using to call events (I also tried it without code tags:

<div id=“content”> <p> <txp:article form=“single_article” /> </p> <p> <code><txp:jmc_events form=“event_list_frm” category_id=“1,2,3,4” current=“1” future=“1” past=“1” /></code>
Huh? </p>
</div>

Here is my form (called event_list_frm)

<table class=“event_item”>
<tr> <td colspan=“3”><h2>Test<txp:jmc_event_name /></h2></td>
</tr>
<tr> <td class=“date”> <txp:jmc_event_time php_date=“l jS F” /> </td> <td class=“time”> <txp:jmc_event_time php_date=“H:i” /> </td> <td class=“price”> <txp:jmc_event_price /> </td>
</tr>
<tr> <td colspan=“3” class=“other”> <txp:jmc_event_otherinfo /> </td>
</tr>
</table>

Offline

#194 2007-09-10 10:48:10

jufemaiz
Archived Plugin Author
From: nth narrabeen, sydney, nsw, au
Registered: 2005-03-17
Posts: 91
Website

Re: [plugin] [ORPHAN] jmc_event_manager

does it work with only one category? just wondering?


BE + MEngSc = engineer with a side dish of frustrated designer/developer with a penchant for photography outside

Offline

#195 2007-09-12 18:30:26

richoid
Member
Registered: 2006-04-25
Posts: 11

Re: [plugin] [ORPHAN] jmc_event_manager

It doesn’t appear, at all. It is like the content or the form does not exist.

Offline

#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

jufemaiz
Archived Plugin Author
From: nth narrabeen, sydney, nsw, au
Registered: 2005-03-17
Posts: 91
Website

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

jagorny
Member
From: Portland, OR
Registered: 2006-08-24
Posts: 39
Website

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

jufemaiz
Archived Plugin Author
From: nth narrabeen, sydney, nsw, au
Registered: 2005-03-17
Posts: 91
Website

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

Hipocrite
Member
From: New Orleans, La
Registered: 2007-11-07
Posts: 17
Website

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

jufemaiz
Archived Plugin Author
From: nth narrabeen, sydney, nsw, au
Registered: 2005-03-17
Posts: 91
Website

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

Board footer

Powered by FluxBB