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.

Adding Events On Calender

5 posters

Go down

Adding Events On Calender Empty Adding Events On Calender

Post by Prince1004 September 7th 2009, 8:50 am

how do i add events on the calender?
i've already activated the calender
avatar
Prince1004
Forumember

Posts : 111
Reputation : 0
Language : English

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by ankillien September 7th 2009, 12:44 pm

ankillien
ankillien
Energetic

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

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by Prince1004 September 8th 2009, 3:37 am

it didnt help Sad
avatar
Prince1004
Forumember

Posts : 111
Reputation : 0
Language : English

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by kirk September 8th 2009, 4:34 am

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.
kirk
kirk
Forumaster

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

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by Prince1004 September 9th 2009, 1:21 am

i dont have "Add Event" on the bottom of the page.
avatar
Prince1004
Forumember

Posts : 111
Reputation : 0
Language : English

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by kirk September 9th 2009, 1:26 am

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?
kirk
kirk
Forumaster

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

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by Prince1004 September 9th 2009, 1:30 am

avatar
Prince1004
Forumember

Posts : 111
Reputation : 0
Language : English

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by Prince1004 September 9th 2009, 1:36 am

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
avatar
Prince1004
Forumember

Posts : 111
Reputation : 0
Language : English

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by kirk September 9th 2009, 2:36 am

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.
kirk
kirk
Forumaster

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

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by Prince1004 September 9th 2009, 5:08 am

did not work and i have phpbb2
avatar
Prince1004
Forumember

Posts : 111
Reputation : 0
Language : English

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by kirk September 9th 2009, 7: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?
kirk
kirk
Forumaster

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

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by Darren1 September 9th 2009, 8: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 +
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by kirk September 9th 2009, 8: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.
kirk
kirk
Forumaster

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

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by Prince1004 September 10th 2009, 12:37 am

I did hit publish
how do i get the link to my skin?
avatar
Prince1004
Forumember

Posts : 111
Reputation : 0
Language : English

Back to top Go down

Adding Events On Calender Empty Doesnt work for me

Post by betti December 29th 2009, 2:27 pm

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
betti
New Member

Posts : 1
Reputation : 0
Language : hebrew

Back to top Go down

Adding Events On Calender Empty Re: Adding Events On Calender

Post by Prince1004 December 31st 2009, 4:54 am

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

Posts : 111
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum