11
dashbord
Re: Super Survey Request
  • 2005/7/7 5:09

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


Hi ghbook,

Such a great idea!
But, I don't have a time and motivation now.
So, I will keep it my mind for someday.
bluemooninc.biz



12
dashbord
Re: Blue Moon survey and PHP5
  • 2005/7/6 15:31

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


I didn't test any about bmsurvey for PHP5.
It's just a point of answer for you, but I supporse lot of warnings and errors after that.

Good luck,
bmsurvey_init();

function 
bmsurvey_init(){
    global 
$xoopsDB;
    
define('TABLE_REALM'$xoopsDB->prefix("bmsurvey_realm"));
    
define('TABLE_RESPONDENT'$xoopsDB->prefix("bmsurvey_respondent"));
    
define('TABLE_DESIGNER'$xoopsDB->prefix("bmsurvey_designer"));
    
define('TABLE_SURVEY'$xoopsDB->prefix("bmsurvey_survey" ));
    
define('TABLE_QUESTION_TYPE'$xoopsDB->prefix("bmsurvey_question_type" ));
    
define('TABLE_QUESTION'$xoopsDB->prefix("bmsurvey_question" ));
    
define('TABLE_QUESTION_CHOICE'$xoopsDB->prefix("bmsurvey_question_choice" ));
    
define('TABLE_ACCESS'$xoopsDB->prefix("bmsurvey_access" ));
    
define('TABLE_RESPONSE'$xoopsDB->prefix("bmsurvey_response" ));
    
define('TABLE_RESPONSE_BOOL'$xoopsDB->prefix("bmsurvey_response_bool" ));
    
define('TABLE_RESPONSE_SINGLE'$xoopsDB->prefix("bmsurvey_response_single" ));
    
define('TABLE_RESPONSE_MULTIPLE'$xoopsDB->prefix("bmsurvey_response_multiple" ));
    
define('TABLE_RESPONSE_RANK'$xoopsDB->prefix("bmsurvey_response_rank" ));
    
define('TABLE_RESPONSE_TEXT'$xoopsDB->prefix("bmsurvey_response_text" ));
    
define('TABLE_RESPONSE_OTHER'$xoopsDB->prefix("bmsurvey_response_other" ));
    
define('TABLE_RESPONSE_DATE'$xoopsDB->prefix("bmsurvey_response_date" ));

    
define('TABLE_'$xoopsDB->prefix("bmsurvey_" ));

}

TO
global $xoopsDB;
    
define('TABLE_REALM'$xoopsDB->prefix("bmsurvey_realm"));
    
define('TABLE_RESPONDENT'$xoopsDB->prefix("bmsurvey_respondent"));
    
define('TABLE_DESIGNER'$xoopsDB->prefix("bmsurvey_designer"));
    
define('TABLE_SURVEY'$xoopsDB->prefix("bmsurvey_survey" ));
    
define('TABLE_QUESTION_TYPE'$xoopsDB->prefix("bmsurvey_question_type" ));
    
define('TABLE_QUESTION'$xoopsDB->prefix("bmsurvey_question" ));
    
define('TABLE_QUESTION_CHOICE'$xoopsDB->prefix("bmsurvey_question_choice" ));
    
define('TABLE_ACCESS'$xoopsDB->prefix("bmsurvey_access" ));
    
define('TABLE_RESPONSE'$xoopsDB->prefix("bmsurvey_response" ));
    
define('TABLE_RESPONSE_BOOL'$xoopsDB->prefix("bmsurvey_response_bool" ));
    
define('TABLE_RESPONSE_SINGLE'$xoopsDB->prefix("bmsurvey_response_single" ));
    
define('TABLE_RESPONSE_MULTIPLE'$xoopsDB->prefix("bmsurvey_response_multiple" ));
    
define('TABLE_RESPONSE_RANK'$xoopsDB->prefix("bmsurvey_response_rank" ));
    
define('TABLE_RESPONSE_TEXT'$xoopsDB->prefix("bmsurvey_response_text" ));
    
define('TABLE_RESPONSE_OTHER'$xoopsDB->prefix("bmsurvey_response_other" ));
    
define('TABLE_RESPONSE_DATE'$xoopsDB->prefix("bmsurvey_response_date" ));

    
define('TABLE_'$xoopsDB->prefix("bmsurvey_" ));
bluemooninc.biz



13
dashbord
Re: bmef
  • 2005/6/26 17:18

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


The name was changed from BMEF to BM-Survey now.
You can download newest one from here.

Bluemoon.Multi-Survey

P.S:Thanks for attention to my module. > Mithrandir
bluemooninc.biz



14
dashbord
Re: Post & send email address
  • 2005/6/2 13:18

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


Post mean write a blog via mail by blogger.
Send mean mailling list to listener.



15
dashbord
Re: POST-IT has come.
  • 2005/4/19 6:02

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


It's a sample source of my site.
*WhiteBoard [#waddf3cc]
You can add a new memo by double click. :
#fusen(h:1000,r:10)



16
dashbord
POST-IT has come.
  • 2005/4/18 12:10

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


You can pinch it to the white board.

Sample here.

That is drive by PukiWikiMod and Fusen plugin.

Enjoy!!!



17
dashbord
Re: Wiki mess... what's the best of it?
  • 2005/4/18 8:29

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


Hi All,

I'm translate a PukiWiki 'fusen' ( mean post-it note pad ) plagin today. You can try as tester here.



18
dashbord
Re: Wiki mess... what's the best of it?
  • 2005/4/17 8:11

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


Oops! That was typo. Sorry about that.
You can download now.

Download here.



19
dashbord
Re: Wiki mess... what's the best of it?
  • 2005/4/17 6:08

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


Hi all,

I released PukiWikiMod hack today.

Future
1.You can paste any image and flash using by #ref(URL).
2.Fix English message at main menu.

Download here.



20
dashbord
Supervisor to XOOPS
  • 2005/4/4 18:47

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


This hack is adding a supervisor mode for Xoops.
Who can do administrator, only hide an 'Administration Menu'.
It's for management person who never touch admin menu.

When I was start this hack, login and main menu was disappear.
Then I tried to clean install XOOPS 2.0.9.2, it succeeded.
So, keep your mind this problem when you install this hack.

Download




TopTop
« 1 (2) 3 4 »



Login

Who's Online

155 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits