Adding Events On Calender Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Adding Events On Calender

    avatar
    Prince1004
    Forumember


    Posts : 111
    Reputation : 0
    Language : English

    Adding Events On Calender Empty Adding Events On Calender

    Post by Prince1004 Mon Sep 07, 2009 1:50 am

    how do i add events on the calender?
    i've already activated the calender
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by ankillien Mon Sep 07, 2009 5:44 am

    avatar
    Prince1004
    Forumember


    Posts : 111
    Reputation : 0
    Language : English

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by Prince1004 Mon Sep 07, 2009 8:37 pm

    it didnt help Sad
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by kirk Mon Sep 07, 2009 9:34 pm

    Prince1004 wrote:
    it didnt help Sad

    can you tell us what dint help. i mean that about covers everthing to do with the calender so what are you trying to do just add an event right?


    click on calender in your nav bar. at the bottom of the calendar you will see add event.
    Adding Events On Calender Tn_1


    click on that and then you will see the calender options at the bottom of the page.
    Adding Events On Calender Tn_2

    the click on the small + icon on the right hand side to open the options and set the rest according to how you want it.
    Adding Events On Calender Tn_3


    remember you will have to go and set the permissions for the forums and members you wish to allow to add events as well.
    avatar
    Prince1004
    Forumember


    Posts : 111
    Reputation : 0
    Language : English

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by Prince1004 Tue Sep 08, 2009 6:21 pm

    i dont have "Add Event" on the bottom of the page.
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by kirk Tue Sep 08, 2009 6:26 pm

    whats the forums link?
    it makes no sense that you would not have this.
    it could be a skin problem? are you able to create a calender event from a post? and do you a designated forum ware the events will also go?
    if all of you settings are correct then the only thing i could think of this being is a skin problem?
    avatar
    Prince1004
    Forumember


    Posts : 111
    Reputation : 0
    Language : English

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by Prince1004 Tue Sep 08, 2009 6:30 pm

    avatar
    Prince1004
    Forumember


    Posts : 111
    Reputation : 0
    Language : English

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by Prince1004 Tue Sep 08, 2009 6:36 pm

    http://mbw-tv.forumotion.com/calendar.forum
    thats the direct link to the calender, i have it activated but i dont have a button for it on my forum
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by kirk Tue Sep 08, 2009 7:36 pm

    or are you useing punbb or phpbb2 versions. if so place this code in the calender template.

    ok ok i figured it out. but we cant fix unless you are using phpbb2 or punbb.

    I am almost willing to bet you do not have this in your calender code?
    I have removed that part of the code from my test site. and when doing so i get the same thing as you. no event tab seen.
    Code:
     
       <!-- BEGIN switch_add_event -->
       <input type="submit" value="{L_ADD_EVENT}">
       <!-- END switch_add_event -->
       &nbsp;
     

    so put this code below in you calender template and you should be good now Smile

    Code:
    <!-- BEGIN _calendar_box -->
    <table align="center" cellpadding="0" cellspacing="1" border="0" width="100%" class="forumline">
    <tr>
       <td align="center" class="catHead" colspan="{_calendar_box.SPAN_ALL}" width="100%">
          <table cellpadding="0" cellspacing="0" border="0">
          <tr>
             <td>&nbsp;</td>
             <td class="quote"><b>&nbsp;<a href="{_calendar_box.U_PREC}" class="gen">&laquo;</a>&nbsp;</b></td>
             <td width="100%" align="center">{_calendar_box.S_MONTH}{_calendar_box.S_YEAR}&nbsp;{_calendar_box.S_FORUM_LIST}&nbsp;<input type="submit" value="{_calendar_box.L_GO}" class="liteoption" /></td>
             <td class="quote"><b>&nbsp;<a href="{_calendar_box.U_NEXT}" class="gen">&raquo;</a>&nbsp;</b></td>
             <td>&nbsp;</td>
          </tr>
          </table>
       </td>
    </tr>
    <tr>
       <!-- BEGIN _cell -->
       <th width="{_calendar_box.switch_full_month._cell.WIDTH}%" nowrap="nowrap">{_calendar_box._cell.L_DAY}</th>
       <!-- END _cell -->
    </tr>
    <!-- BEGIN _row -->
    <tr>
       <!-- BEGIN _cell -->
       <!-- BEGIN switch_filled_no -->
       <td class="row3" colspan="{_calendar_box._row._cell.SPAN}" width="{_calendar_box._row._cell.WIDTH}%">&nbsp;</td>
       <!-- END switch_filled_no -->
       <!-- BEGIN switch_filled -->
       <td class="row1" valign="top" colspan="{_calendar_box._row._cell.SPAN}" width="{_calendar_box._row._cell.WIDTH}%">
          <table cellspacing="0" cellpadding="0" width="100%" height="94" valign="top">
          <tr>
             <td class="row2" align="center" height="4" nowrap="nowrap">
                <span class="genmed">{_calendar_box._row._cell.U_DATE}</span>
                <!-- BEGIN switch_add_event_day -->
                &nbsp;<a href="{_calendar_box._row._cell.switch_filled.switch_add_event_day.U_CREATE_EVENT}"><img src="http://2img.net/i/fa/subsilver/icon_mini_calendar.gif" border="0" alt="{L_ADD_EVENT}" title="{L_ADD_EVENT}"></a>
                <!-- END switch_add_event_day -->
             </td>
          </tr>
          <tr valign="top">
             <td class="row1" nowrap="nowrap">
                <table cellspacing="0" cellpadding="0" width="100%" valign="top">
                <!-- BEGIN _event -->
                <!-- BEGIN switch_event -->
                <tr>
                   <td class="row1" nowrap="nowrap" align="left"><span class="genmed">{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_TYPE}<a href="{_calendar_box._row._cell.switch_filled._event.switch_event.U_EVENT}" {_calendar_box._row._cell.switch_filled._event.switch_event.OVERVIEW_MESSAGE} class="{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_CLASS}" style="font-style:normal;font-weight:normal;">{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_TITLE}</a></span></td>
                   <!-- BEGIN _more -->
                   <td class="row1" align="right"><span class="genmed"><a href="#" onClick="hdr_toggle('calendar_display_extend_{_calendar_box._row._cell.switch_filled.EVENT_DATE}','calendar_open_close_{_calendar_box._row._cell.switch_filled.EVENT_DATE}', '{DOWN_ARROW}', '{UP_ARROW}'); return false;" class="gensmall">...<img src="{_calendar_box._row._cell.switch_filled.TOGGLE_ICON}" id="calendar_open_close_{_calendar_box._row._cell.switch_filled.EVENT_DATE}" hspace="2" border="0" /></a></span></td>
                   <!-- END _more -->
                   <!-- BEGIN _more_no -->
                   <td></td>
                   <!-- END _more_no -->
                </tr>
                <!-- END switch_event -->
                <!-- BEGIN switch_event_no -->
                <tr>
                   <td class="row1"><span class="genmed">&nbsp;</span></td>
                   <!-- BEGIN _more -->
                   <td class="row1" align="right"><span class="genmed"><a href="#" onClick="hdr_toggle('calendar_display_extend_{_calendar_box._row._cell.switch_filled.EVENT_DATE}','calendar_open_close_{_calendar_box._row._cell.switch_filled.EVENT_DATE}', '{DOWN_ARROW}', '{UP_ARROW}'); return false;" class="gensmall">...<img src="{_calendar_box._row._cell.switch_filled.TOGGLE_ICON}" id="calendar_open_close_{_calendar_box._row._cell.switch_filled.EVENT_DATE}" hspace="2" border="0" /></a></span></td>
                   <!-- END _more -->
                   <!-- BEGIN _more_no -->
                   <td></td>
                   <!-- END _more_no -->
                </tr>
                <!-- END switch_event_no -->
                <!-- BEGIN _more_header -->
                <tbody id="calendar_display_extend_{_calendar_box._row._cell.switch_filled.EVENT_DATE}" style="display:{_calendar_box._row._cell.switch_filled.TOGGLE_STATUS}">
                <!-- END _more_header -->
                <!-- BEGIN _more_footer -->
                </tbody>
                <!-- END _more_footer -->
                <!-- END _event -->
                </table>
             </td>
          </tr>
          </table>
       </td>
       <!-- END switch_filled -->
       <!-- END _cell -->
    </tr>
    <!-- END _row -->
    <tr></form><form action="{S_CREATE_EVENT}" method="POST">
       <td class="catbottom" align="center" colspan="{_calendar_box.SPAN_ALL}" width="100%">
       &nbsp;
       <!-- BEGIN switch_add_event -->
       <input type="submit" value="{L_ADD_EVENT}">
       <!-- END switch_add_event -->
       &nbsp;
       </td>
    </tr>
    </table>
    <!-- END _calendar_box -->


    Directions on how to add to your template.

    Admin panel>display>templates>

    scroll down to calender. click on the action tab/Lil orange gear to add you code. clear the code that's in there then past the one i provided and click save.

    now scroll back down to ware you just where and you will see green+ sign that says publish. click that and your calender should now have the add event tab at the bottom of your calender page.
    After that be sure all other settings for you forums and page for the calender events are set how you want them.

    now please do not tell me you are not using phpbb2 or punbb. lol Sad
    if so.. then back to the drawing board. let me know which version you are using and i will have to try and test a few other possible ways to get it back.
    avatar
    Prince1004
    Forumember


    Posts : 111
    Reputation : 0
    Language : English

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by Prince1004 Tue Sep 08, 2009 10:08 pm

    did not work and i have phpbb2
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by kirk Wed Sep 09, 2009 12:45 am

    then the only thing i can say is give me the link to the skin and I'll test it or just go with a different skin.i did about all i can do. so it has to be a corrupt skin or something?

    oh make sure you went back and clicked on publish. and you did use the second code right?
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by Darren1 Wed Sep 09, 2009 1:17 am

    Hello,

    It appears that kirk has it down pact, are you reading and carefully following his instructions?

    Also, when editing templates, make sure you hit the "Publish" button which it the +
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by kirk Wed Sep 09, 2009 1:29 am

    darren1 wrote:Hello,

    It appears that kirk has it down pact, are you reading and carefully following his instructions?

    Also, when editing templates, make sure you hit the "Publish" button which it the +

    thanks Darren.
    i have tested it on my forum. so that lil part of the code i have displayed above.
    When that is removed the calender appears with no ADD EVENT tab at the bottom.
    when i put the default code back it did.

    so i cant do anything else until i know the exact skin he is using and i will test it the same way on my test forum. If it works the same way. then i will walk him through it one more time in layman terms.. if it dose not work. then i know it's the skin.

    that's all i can think of doing at this point.

    Unless rono or another member might have a different code to add to css?
    but i want to try his skin too.
    avatar
    Prince1004
    Forumember


    Posts : 111
    Reputation : 0
    Language : English

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by Prince1004 Wed Sep 09, 2009 5:37 pm

    I did hit publish
    how do i get the link to my skin?
    avatar
    betti
    New Member


    Posts : 1
    Reputation : 0
    Language : hebrew

    Adding Events On Calender Empty Doesnt work for me

    Post by betti Tue Dec 29, 2009 7:27 am

    Its so frustrate...
    i cant manage to add events . i did what you said.
    i dont have the little form icon "add event"... Sad

    i have phpbb2 also.

    i need help, one on one. anyone? please pm.

    thanks.
    avatar
    Prince1004
    Forumember


    Posts : 111
    Reputation : 0
    Language : English

    Adding Events On Calender Empty Re: Adding Events On Calender

    Post by Prince1004 Wed Dec 30, 2009 9:54 pm

    Yea if you have a solution please pm or post it here Smile