event guide

コメント元


投稿ツリー

ツリー構造順で表示 投稿の新しいものから

jochen2011

なし event guide

msg# 1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 | 投稿日時 2011/6/26 19:50
jochen2011  新米   投稿数: 5
Hi all,

to make my users post events, I let them use the admin.php .

But this way, only the admin and the poster can see the list of participations. How to make all other users see the list of participations too ?
I guess the file receipt.php needs to be changed ?

Anyone an idea ?

thanks in advance,
best regards, Jochen
nobu

なし Re: event guide

msg# 1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/6/27 4:59 | 最終変更
nobu  管理人   投稿数: 962 オンライン
You want show list reservation users each other?
You can use "!" mark on additional fields.

For example:
!Name*,size=30
Address*,size=60
!Comment,textarea
That show up list, "Name" and "Comment" fields.
jochen2011

なし Re: event guide

msg# 1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/7/3 23:35
jochen2011  新米   投稿数: 5
OK, I will try this, thank you and br, Jochen
jochen2011

なし Re: event guide

msg# 1.1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/7/4 0:59
jochen2011  新米   投稿数: 5
It works perfect !

Another question:

How can I hide this http://insert24.de/Image2.gif

where and what to comment out ?

I ask, because for the average user this might be confusing.

Thanks in advance, Jochen
nobu

なし Re: event guide

msg# 1.1.1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/7/5 0:28
nobu  管理人   投稿数: 962 オンライン
remove(or comment out) follow line from "eguide_admin.html" template:
xoopsGetElementById("itemhelper").style.display = "block";

--
安富 伸浩 (マイサイト管理人)

jochen2011

なし Re: event guide

msg# 1.1.1.1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/7/9 3:10
jochen2011  新米   投稿数: 5
Hi Nobuhiro,

I just commented it out, but it is still visible.

Any other idea ?

Thanks in advance, Jochen
nobu

なし Re: event guide

msg# 1.1.1.1.1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/7/10 0:31 | 最終変更
nobu  管理人   投稿数: 962 オンライン
I think you mistake understand XOOPS template system.
You need change template by template manager in copy of template set. Never to change in templates/eguide_admin.html file.

Follow as Altsys modules template manager result for change example.
@@ -238,9 +238,9 @@
 <script type="text/javascript">
 <!--//
 
 // display only JavaScript enable
-xoopsGetElementById("itemhelper").style.display = "block";
+//xoopsGetElementById("itemhelper").style.display = "block";
 function addFieldItem() {
     var myform = window.document.evform;
     var item=myform.xelab.value;
     if (item == "") {

--
安富 伸浩 (マイサイト管理人)

jochen2011

なし Re: event guide

msg# 1.1.1.1.1.1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011/7/11 2:39
jochen2011  新米   投稿数: 5
I just cleaned the cache after deleting like you told and now its working fine, Thank you very much, br, Jochen
komikomi

なし Re: モジュール:イベント案内モジュール 2.63リリース

msg# 1.2
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2012/6/20 23:14
komikomi  新米   投稿数: 2
Can eguide integrate fullcalendar to

show events in calendar style with fullcalendar!

thank you!

Below is fullcalendar in live work.

DEMO:http://www.nep-hk.com/event_calendar/

http://www.nep-hk.com/drupal/?q=node/123

DOWMLOAD here:
http://www.nep-hk.com/drupal/sites/default/files/event_calendar_code.zip

Thank you!!
nobu

なし Re: モジュール:イベント案内モジュール 2.63リリース

msg# 1.2.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2012/6/23 18:27
nobu  管理人   投稿数: 962 オンライン
If you want to use eguide with calendar.
Recommend use piCal module that include eguide2 plug-in.

Alternative to get from sourceforge.jp
Download community maintained piCal.

--
安富 伸浩 (マイサイト管理人)