Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#61 2006-03-16 10:52:25

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

Re: [plugin] [ORPHAN] jmc_event_manager

it seems i’m the only one having this problem: i’ve installed the plug-in, switched it to active, went to content -> event manager and see nothing but this:

<code>Fatal error: Table ‘wkrmaindb.txp_jmc_event’ doesn’t exist select count(*) from `txp_jmc_event` where ID in /home/.XXX/XXXXXXX/www.XXXXXXXXX.com/rev01/textpattern/lib/txplib_db.php on line 61</code>

looks like the plug-in is unable to create the tables, right? could this be associated with the fact that my mysql host adress differs from “localhost” ?

(I just X’d out the path and URL…)

Offline

#62 2006-03-17 04:54:20

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

Re: [plugin] [ORPHAN] jmc_event_manager

forum went weird… but yes am back and will work on it soon…

anyone found a good resource for RSS creation within TXP?


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

Offline

#63 2006-03-17 18:22:31

renobird
Member
From: Gainesville, Florida
Registered: 2005-03-02
Posts: 786
Website

Re: [plugin] [ORPHAN] jmc_event_manager

At the risk of sounding pesty…

Are you still planning on adding categories in the near future?
I have several sites that could desperately use them.

Very excited to have you back.

Cheers,
Tom

Offline

#64 2006-03-17 21:21:05

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

Re: [plugin] [ORPHAN] jmc_event_manager

renobird wrote:

At the risk of sounding pesty… Are you still planning on adding categories in the near future?
I have several sites that could desperately use them. Very excited to have you back. Cheers, Tom

Yep – it’s what I’ll be working on this weekend. Cheers mate.


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

Offline

#65 2006-03-18 01:24:39

duchamp
Member
From: Patagonia
Registered: 2005-02-03
Posts: 222
Website

Re: [plugin] [ORPHAN] jmc_event_manager

Trying to make it work … with no luck!
This is the only Plugin Installed and actived in a fresh Textpattern 4.0.3.
I’ve got a section called Events (using a page called Events) and a form called events,
using this Forum explanation I put this on my events article form:

<code><li>
<h3><txp:jmc_event_name /></h3>
<ul>
<li class=“venue”><txp:jmc_venue form=“events” /></li>
<li class=“date”><txp:jmc_event_time php_date=“l jS F” /></li>
<li class=“time”><txp:jmc_event_time php_date=“H:i” /></li>
<li class=“price”><txp:jmc_event_price /></li>
<li class=“otherbands”><txp:jmc_event_otherbands /></li>
<li class=“other”><txp:jmc_event_otherinfo /></li>
</ul>
</li></code><br />

and in the page called events I called the form this way:

<code><txp:jmc_events form=“events” /></code><br />

Under the event manager Tab I inserted a new Venue and a New Event, but each time I’m trying to Edit a Venue I receive this Error message:

Warning: Invalid argument supplied for foreach() in c:\www\site1\textpattern\lib\txplib_misc.php(459) : eval()’d code on line 530

Anyway I can edit the Venue and save it, but when Im trying to see the event in the events page nothing appear … what’s wrong?

Of course, I’m not sure about the right way to make it work!

Thx

Offline

#66 2006-03-25 07:19:51

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

Re: [plugin] [ORPHAN] jmc_event_manager

in that one you’re calling a form for the venue component from a form which is the called form (pointing the call to itself) and undoubtably having issues there… take out the venue reference OR create a second venue form and refer to it in jmc_venue…

I’m looking into that particular error atm… cheers.

Anyhow – I’ve got a tentative step towards a category option. One question – do people want categories separated for Venues vs. Events or keep them common? Anyone wanting to test the beta of the categories, get in contact with me.

Re: RSS/Atom feed – currently there’s an issue in that TXP is outputting the type as text/html BEFORE I have a chance to alter the header. I need someone with some thoughts on this one. Cheers.

Regards,
Joel


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

Offline

#67 2006-03-28 18:23:49

The-Exit
Member
From: Berlin
Registered: 2005-07-16
Posts: 175
Website

Re: [plugin] [ORPHAN] jmc_event_manager

This looks like a wonderful plugin. Just installed it, and I’m loving it!

One question: What are the variables for the end time?

I managed already to get the sorting by <txp:jmc_events form="Termin" limit="5" future="1" past="1" sort_by="finish_DateTime" sort_order="desc" />

But how do I show the Finish Date?

How to modify:

<txp:jmc_event_time php_date="l jS F" /> - <txp:jmc_event_time php_date="H:i" />

Cheers
Mat

Offline

#68 2006-04-01 06:08:14

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

Re: [plugin] [ORPHAN] jmc_event_manager

Call to insert times using:
<txp:jmc_event_time php_date=“phpDateFunction” />
Uses php date function string

Default start time, otherwise start=“0” should be added.

to those awaiting categories – i’m sorry about the delay – had some issues with other work stuff, but it is on the way.


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

Offline

#69 2006-04-05 05:30:24

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

Re: [plugin] [ORPHAN] jmc_event_manager

<blockquote>Niconemo wrote:

My own wishlist would be :

  • using the “end date” parameter to stop displaying the event… instead of begin date… It’s very important !

That’s all I can wish for the moment as almost all the rest can be done with textpattern and custom fields now ;-)
</blockquote>

Can do this using <pre>current=“1”</pre> once the updates come through…

They are being tested by a few people here prior to full release.

Last edited by jufemaiz (2006-04-05 05:30:39)


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

Offline

#70 2006-04-05 06:44:16

Niconemo
Member
From: Rhône-Alpes, France
Registered: 2005-04-18
Posts: 557

Re: [plugin] [ORPHAN] jmc_event_manager

Nice ! :-)

It’s a really useful feature for your plugin.
I’ll test as soon as I can.

Thank you.


Nico

Offline

#71 2006-04-05 12:11:12

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

Re: [plugin] [ORPHAN] jmc_event_manager

bump updates everywhere and files updated…

more information here


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

Offline

#72 2006-04-05 20:09:23

duchamp
Member
From: Patagonia
Registered: 2005-02-03
Posts: 222
Website

Re: [plugin] [ORPHAN] jmc_event_manager

Awesome! works better than ever for me!
Thanks!

Offline

Board footer

Powered by FluxBB