[EventCalendar] Missing posts calendar or otherwise - resolved

Garret Cashman cashman at while.co.uk
Wed Aug 8 22:11:36 UTC 2007


Thanks Peter,
Yes, the calendar (little box ;) is what I want displayed on my posts  
page.

I was in the middle of writing yet another explanation of my problem,  
but have fixed it myself.

As usual, the problem was my doing. I had created a template posts  
page, but forgot to update the index.php page to reflect the changes.  
To be honest, I can't see why I actually need to do that as the  
template should take care of it , but it works and I won't grumble!


So, if anyone is thinking of tinkering with their posts page,  
remember to also change the index.php page to show those changes even  
if the posts page is created with a different template.

You can see the correctly displayed page at - http:// 
www.jubadoleao.com/jdl/?page_id=76

Cheers,
G
On 8 Aug 2007, at 08:14, Dr. Peter Troxler wrote:

> Am I right that you want to show the calender (i.e. the little box  
> showing a month with the numbers and the days with events highlighted)
> like this <http://wp21.stachanow.net/category/calendar/>
>
> all I did to achieve this is adding this bit of code to the sidebar
>
>            <?php if ( in_category('4') ):
>                ec3_get_calendar();
>            endif; ?>
> category 4 being by event category
>
> / pt
>
> On 7-aug-2007, at 22:22, Garret Cashman wrote:
>
>> Thanks again for replying Peter, but I don't, yet, have a problem  
>> on my index page; at least, not what I would call the index page  
>> of the site - (homepage, frontpage, main page etc).
>> Rather, the problem is on my posts page -
>>>> http://www.jubadoleao.com/jdl/?page_id=76
>>
>> It's a pity because I'm at a loss what to do.
>> Thanks again,
>> G
>>
>>
>>
>> On 6 Aug 2007, at 08:07, Dr. Peter Troxler wrote:
>>
>>> http://wpcal.firetree.net/template-functions/ec3_get_calendar
>>>
>>> the template function ec3_get_calendar() inserts the calendar
>>>
>>> re your index page problem:
>>> see http://turbochargedcms.com/2006/11/building-a-true-home-page- 
>>> into-your-wordpress-blog/
>>> or http://turbochargedcms.com/2007/01/creating-a-dynamic-home- 
>>> page-in-wordpress/
>>>
>>> hope this helps
>>>
>>> / pt
>>>
>>>
>>> On 5-aug-2007, at 19:01, Garret Cashman wrote:
>>>
>>>> Hi Peter,
>>>> Thanks for replying.
>>>>
>>>> I have been tinkering with the WP and found a fundamental  
>>>> mistake - the reason posts were missing is because I had  
>>>> neglected to select a posts page after having deleted my initial  
>>>> one to start afresh! Sorry about that.
>>>>
>>>> However, the problem has not been solved.
>>>>
>>>> EC now does not display on the posts page, although the posts  
>>>> (including events posts) are now shown.
>>>>
>>>> Is it possible to have EC displayed on the posts page?
>>>> I have contained the static text and EC within a table and used  
>>>> CSS to position things correctly. I have removed the table with  
>>>> no effect (still no calendar).
>>>>
>>>> The first example you gave has an element of what I'm after -  
>>>> event posts displayed in order on a page which also contains  
>>>> regular posts (i.e. the WP posts page), but I would like them to  
>>>> be displayed in the form of a calendar (month with numbered days).
>>>>
>>>> My 'news' page is - http://www.jubadoleao.com/jdl/?page_id=76  
>>>> (the URL in my previous support request was perhaps a little  
>>>> misleading as it is for the homepage of the site).
>>>>
>>>> What I would like to have is the following -
>>>> a static (non-index) page which contains a list of posts of  
>>>> differing categories (my WP posts page). - [not working]
>>>>
>>>> On the top left-hand side of this page I would like the EC  
>>>> plugin to be displayed as a calendar (month with numbered days)  
>>>> and below it a short list of calendar events; visitors should be  
>>>> able to select the highlighted events on days of the month or  
>>>> short list entries and be taken to the individual post page for  
>>>> those events. - [working]
>>>>
>>>> I would also like the calendar events to feature as part of the  
>>>> WP posts page along with the regular post categories (those not  
>>>> part of the calendar) - [not working].
>>>>
>>>> I hope this is clear, please forgive me any incorrect terminology!
>>>>
>>>> I understand that the problem may not actually be to do with EC,  
>>>> but I can't see what else it might be, as the posts page was  
>>>> working well before I added EC.
>>>> NB. the page containing my posts/ WP 'posts page' is NOT my  
>>>> main/ front/ home/index page, rather a static page entitled 'news'.
>>>> Thanks,
>>>> Garret
>>>>
>>>>
>>>> On 4 Aug 2007, at 11:34, Dr. Peter Troxler wrote:
>>>>
>>>>> I don't really see your problem ... is it something like
>>>>>
>>>>> http://www.scope34.org/content/aktuell/kalender/
>>>>> or
>>>>> http://wp21.stachanow.net/category/calendar/
>>>>>
>>>>> you'd want to show?
>>>>>
>>>>> both is the default archive page for the event category ...  
>>>>> with keep events separate (the latter involves some tweaking of  
>>>>> the eventcalendar plugin to still show featured events on the  
>>>>> homepage, but that's a different story altogether)
>>>>>
>>>>> On 4-aug-2007, at 12:06, Garret Cashman wrote:
>>>>>
>>>>>> Damn! Sorry for the 'first post/ early morning' idiocy -  
>>>>>> Subject line changed now!
>>>>>>
>>>>>>
>>>>>> Hi people,
>>>>>> I posted the following support request on the WP support  
>>>>>> forums, but had no response. Perhaps someone here can help.
>>>>>>
>>>>>> "A site I'm building for a friend is almost there.
>>>>>> The one problem holding me back is the news/ events page  
>>>>>> (which is not the main page BTW).
>>>>>>
>>>>>> I have tried to install and use the Event Calendar plugin on a  
>>>>>> page which is used to host the site's BLOG.
>>>>>>
>>>>>> This 'news' page is created from a custom template to which I  
>>>>>> have added the Event Cal code, the posts loop isn't working -  
>>>>>> it only displays the name of the page as a post (clicking on  
>>>>>> the 'post' title refreshes the page).
>>>>>>
>>>>>> At first I thought that the calendar was to blame, but it  
>>>>>> seems to be functioning well and its settings are correct  
>>>>>> (AFAIK).
>>>>>> The posts did</e> display in the past, so I know that the  
>>>>>> timestamp info is correct and they are on the database.
>>>>>> I have also used the loop from the 'default' theme's index  
>>>>>> page to ensure that wasn't the problem. I also thought that  
>>>>>> there might be a conflict of some kind that might be arising  
>>>>>> because between the EC and some form of WP code, although I  
>>>>>> can't imagine why this wold be so.
>>>>>>
>>>>>> What I would like is a working news page which contains a  
>>>>>> calendar and the posts relevant to the calendar events as well  
>>>>>> as a couple of non-calendar categories.
>>>>>> The site - http://www.jubadoleao.com
>>>>>>
>>>>>> Any help is greatly appreciated."
>>>>>>
>>>>>> Thanks,
>>>>>> G
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Blog: http://wpcal.firetree.net/
>>>>>> EventCalendar at firetree.net mailing list
>>>>>> Unsubscribe: http://penguin.firetree.net/eventcalendar
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Blog: http://wpcal.firetree.net/
>>>>> EventCalendar at firetree.net mailing list
>>>>> Unsubscribe: http://penguin.firetree.net/eventcalendar
>>>>
>>>> Garret Cashman:
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Blog: http://wpcal.firetree.net/
>>>> EventCalendar at firetree.net mailing list
>>>> Unsubscribe: http://penguin.firetree.net/eventcalendar
>>>
>>> _______________________________________________
>>> Blog: http://wpcal.firetree.net/
>>> EventCalendar at firetree.net mailing list
>>> Unsubscribe: http://penguin.firetree.net/eventcalendar
>>
>>
>>
>>
>>
>> Garret Cashman:
>> website - wHile.co.uk
>> email - cashman at while.co.uk
>> Skype - rabecashman
>>
>>
>> _______________________________________________
>> Blog: http://wpcal.firetree.net/
>> EventCalendar at firetree.net mailing list
>> Unsubscribe: http://penguin.firetree.net/eventcalendar
>
> _______________________________________________
> Blog: http://wpcal.firetree.net/
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar





Garret Cashman:
website - wHile.co.uk
email - cashman at while.co.uk
Skype - rabecashman


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20070808/b2d19d80/attachment-0001.html


More information about the EventCalendar mailing list