nobu
Re: Modules:Event Guide Module 2.6 Released
[quote]* change admin.php form to hide some fields[/quote]
When use IE not well do action.
It will be fix change templates/eguide_admin.html file, from [b]onChange="toggle([/b] to [b]onClick="toggle([/b].
新規イベント案内メールにて
ああ、ごめんなさい。
申し込み確認メールと勘違いしていました。
新規登録の通知は、バグっていました。
eguide 2.6 で直してあります。
refpage 1.95
Oh! I forget add onupdate.php in my CVS, Sorry.
So, don't worry that is trivial change, right now.
Ignore it easy. That file's effect next time update.
Thank you pointed it.
eguide 2.56 problem and future development
You can use "!" mark top of additional items.
[code]!Nick Name,text
Real Name,text
Company,text
!Comment,textarea[/code]
That is mean view list in public "Nick Name" and "Comment" item.
New site: http://ohse.myht.org/
I recommend using the mysite.org.
The server is fast and administration of files and passt is very easy because you can use compressed files.
Thanks
eguideの応答メール設定について
nobuさん
返信遅くなってすいません。
了解しました。
ありがとうございます。
実装されることをお待ちしています(^-^)
eguideの応答メール設定について
こんにちは。
eguide2.56を使わせていただいています。
とてもすばらしいモジュールで重宝しています。
ありがとうございます。
質問なんですけど、応答メール設定を個別にしたときに
メール文中に「応答書式: A」と表示されてしまいます。
これを表示させない方法はあるのでしょうか?
いろいろと調べてみたのですが、わからず
質問させていただきました。
よろしくお願いします。
eguide2.56で申込ができないです
メールを使わない申し込み処理はできません。
必ずメールを使える状態にしてお使いください。
PMを使う仕様もありなのでしょうが、需要(要望)がないのと、混乱の元なのでメール通知に固定してあります。
Re: Logtick (logtick-0.2.tar.gz)
Thank you reporting.
I forget translate english/block.php file.
Here is quick translate.
put on - logtick/language/english/block.php
[code] [/code]
Re: Referer pages (refpage-1.94.tar.gz)
Hi Nobu
Now is ok.
See report in this page:
http://xoopersbr.com/refpage+index.id+3.htm
Re: ショートカット 0.2 (shortcut-0.2tar.gz)
In this link, is possible download languague portuguese to this module
http://xoopersbr.com/d3downloads+index.page+singlefile+cid+3+lid+8.htm
Thanks
eguide 2.56 problem and future development
1. Sounds like a GREAT combo. Perfect! I didn't know there was an eguide plugin to piCal.
2. It turned out to be a problem with 2.4.0. Works fine in 2.4.3.
Thanks for your response :-)
eguide2.56の新規掲載イベントについて
ご返信ありがとうございます。
本番稼動する際にはIT知識のあまりない方も見る可能性がかなりあるので、保険として残しておこうかと思います。
eguideの参加者一覧表示について
nobuさん、早速の回答ありがとうございます。
当方、PHPの改造ができる技量がありませんのあきらめます。
ありがとうございました。
eguide2.56のイベント新規登録について
関連というか話題ついでの宣伝
更新がちゃんとできているか、改竄されたりしていないかと言ったメンテナンス支援のモジュールとして[url=http://www.scriptupdate.jp/modules/wmpdownloads/singlefile.php?cid=1&lid=1]Xoops Update[/url]というモジュールがあります (作ってます)。
まあ、ちゃんと扱えるのはフォローされているパッケージだけで、それはコアといくつかのサードパーティモジュールだけです。しかし、ラッキーなことに :-D イベント案内はこのフォロー対象になっています。
[url=http://www.scriptupdate.jp/modules/docs/index.php?content_id=1]Xoops Update の使い方[/url]
Using fckeditor in eguide
XOOPS 2.4 has CKeditor, so quick hack templaes from eguide 2.54
eguide_admin.html
[code]@@ -148,20 +148,19 @@
[color=00c]- /common/fckeditor/fckeditor.js"> [/color]
[color]+ /class/xoopseditor/ckeditor/ckeditor/ckeditor.js"> [/color]
function fckeditor_exec(target, width, height, url) {
[color=00c]- var area_width = width;
- var area_height = height;
- var xoops_url = url;
- var oFCKeditor = new FCKeditor( target, area_width, area_height, (" "=="Basic")?"Basic":"Default" );
- oFCKeditor.BasePath = xoops_url + "/common/fckeditor/";
- oFCKeditor.ReplaceTextarea();[/color]
[color=c00]+ CKEDITOR.replace( target, {
+ toolbar:(" "=="Basic")?"Basic":"Default",
+ } );
+}
+window.onload = function() {
+ fckeditor_exec("summary", "100%", "350", " ");
+ fckeditor_exec("body", "100%", "350", " ");[/color]
}
[color=00c]-fckeditor_exec("summary", "100%", "350", " ");
-fckeditor_exec("body", "100%", "350", " ")[/color]
[/code]
Your web browser width? 2009
Look here I am again. :-D
1280px is the best.
In Brazil it is possible to buy LCD monitors 17 inches for less than $ 200.
So, you can better navigate without having to be using the scroll bars
:-x
イベント案内 accept.tplのカスタマイズとメール
いつもありがとうございます。
アドバイスいただいた内容をサーバの管理者に伝え、現在対策を検討してもらっています。
週末を挟んでしまっていますので、すぐにというわけにはいきませんが、結果はまた報告させていただきたいと思います。
現在のところ先のパッチを適用後、main.phpでの記述(カタカナ表記をローマ字表記にするとか...)で文字数を調整し運用しています。
今後ともよろしくお願いします。
イベント案内 accept.tplのカスタマイズとメール
お世話になります。
検証する順序が逆になってしまいましたが、アドバイスいただいたxoopsmailerlocal.phpを修正したところ、今まで表示されていなかったタイトル、差出人、及びメール本文の全文が表示されるようになりました。
が、差出人の文字数が全角文字で15文字までしか表示されず、
また件名についても、すでに設定済みのモジュールに関しては問題ないようですが、今回不具合が出たものについては、main.phpで設定しているタイトル+日時(yyyy-mm-dd(曜日))以降の、全角7文字までしか表示されていないみたいです。
これは対処可能でしょうか?
申し訳ありませんが、引き続きよろしくお願いいたします。
追記します。
上記タイトルの文字数の件ですが、字数ではなく、イベントのタイトル(イベント記事を編集>表題)に全角数字が含まれていると、それ以降が蹴られているようです。全角数字を半角数字に変えたところ、表示しました。

