1
dashbord
Re: xmobile running in xoops?
  • 2009/9/22 0:08

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


Hi laguna,

I prefer supporting various cores to selected core. So I changed XoopsMultiToken to gTicket as common ticket class.

Now, you can take it at SVN in sourceforge.jp



2
dashbord
Re: xmobile running in xoops?
  • 2009/9/19 8:56

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


XoopsMultiTokenHandler is core source on XOOPS Cube, or XOOPS 2.0.16a ( Fork version by Japanese community)

So, currently it's not running in the other core. It should be change to other common token or include it as xMobile class.



3
dashbord
Re: Bluemoon.Multi-Survey and PopnupBlog
  • 2008/3/24 13:50

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


Basic idea is

1:Set popnupblog for post by email.
2:Set email adrress on edit survey.

You can get more detail at bluemooninc.biz
bluemooninc.biz



4
dashbord
Re: backpack 0.83 & x2.0.17.1
  • 2007/12/22 1:50

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


At backpack/admin/download.php

xoops_cp_header() is output html header. and it killed after header function. So, it goes to below.

Before :
xoops_cp_header();
if (!
is_object($xoopsUser) && !$xoopsUser->isAdmin()){
  
redirect_header(XOOPS_URL,2,"User permission error");
  exit();
}


After :
if (!is_object($xoopsUser) && !$xoopsUser->isAdmin()){
  
xoops_cp_header();
  
redirect_header(XOOPS_URL,2,"User permission error");
  exit();
}
bluemooninc.biz



5
dashbord
Re: BM-Survey store IP Address of responder in bmsurvey_response
  • 2006/2/22 9:41

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


Hi David,

Try a v0.6. It has IP stock as default setting.
bluemooninc.biz



6
dashbord
Re: BackPack 0.71 no appears in menu on xoops 2.2.3a
  • 2006/2/20 2:30

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


I fixed this issue as Ver0.81.
bluemooninc.biz



7
dashbord
Re: Chat Modules
  • 2006/2/19 9:54

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


bluemooninc.biz



8
dashbord
Re: NEWS MODULE FILEUP
  • 2005/10/8 1:57

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


You can download below.

news+embed

This is,
1. Auto embedding for images, media and zip files. (You can add MIME-type at fileup.ini.php)
2. Auto resize for thumbnail image.
3. Full compatible as original news v1.4

Ciao!
bluemooninc.biz



9
dashbord
Re: News Fileup
  • 2005/8/28 8:40

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


No, it isn't. This hack based by News V1.1.

News V1.3 is already supported uploading.

So, I felt it doesn't need more version up.

Ah, do you want an auto-resize function? Have you test a V1.4 yet?

Yoshi
bluemooninc.biz



10
dashbord
Re: Mail problems
  • 2005/7/9 1:45

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


I suppose this would be help for you.

Unreach to user

About php mail
bluemooninc.biz




TopTop
(1) 2 3 4 »



Login

Who's Online

205 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 205


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