381
goffy
Re: TDMCreate v1.39 Beta 1 for Testing
  • 2013/9/21 22:08

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi timgno

my results, maybe they are helpful for you

Quote:

xoops_version.php
- there is a comma missing after 'module_status' => "Beta 1"
I replace the first array completely by separate declarations

- Blocks :
--unallowed char ]
'show_func'] => "b_gteam_groups_show",
'edit_func'] => "b_gteam_groups_edit",
'options'] => "grp|5|25|0",
'template'] => "groups_block.html");
--wrong char ;
'description' => "";

created _MI_..._BOOKMARKS should be replaced by _MI_..._SOCIAL_BOOKMARKS
created _MI_..._BOOKMARKS_DESC should be replaced by _MI_..._SOCIAL_BOOKMARKS_DESC

\$modversion['icons16'] = "../../Frameworks/moduleclasses/icons/16";
\$modversion['icons32'] = "../../Frameworks/moduleclasses/icons/32";
only in const_admin_header.php and const_admin_menu.php you use icon16/icon32,
in all other files you use pathIcon16/pathIcon32

const_admin_header.php
this two line produce errors
include_once \$thisPath.'/include/common.php';
include_once \$thisPath.'/include/functions.php';
I replaced them by:
include_once '../include/common.php';
include_once '../include/functions.php';

const_admin_index.php
line 26: replace $thereare = $language.'_THEREARE_'; by $thereare = $language.'THEREARE_';

const_include_common.php
line 45: $logo = $GLOBALS[\'pathIcon32\'].\'/xoopsmicrobutton.gif\';
this produces an error in common.php, so I replaced by
$logo = $xoopsModule->getInfo('pathIcons32').'/xoopsmicrobutton.gif';


if you have the next version, I will test it in detail




382
goffy
Re: xNewsletter 1.1
  • 2013/9/21 21:49

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi tatane

Quote:
I have a question: what could import a list from an email list in a csv file without belonging to a module?

yes, of course
it is already available, you can import from csv with one column (email) or from csv with four columns (email | sex | firstname | lastname )
For detailed Information please read help.



383
goffy
Re: xNewsletter 1.1
  • 2013/9/21 21:43

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi cesag

A changed english language file from ansi to utf8

B corrected blocks.php _MB_XNEWSLETTER_LETTER_CATTODISPLAY

C
Pop3 - Standard: In 110, out 25
Pop3 SSL - Standard: In 995, out 465
Attention: This settings can be different for your provider

D
I translated
- Verwaltung mehrerer Newsletter möglich
with
- Admin of one or more newsletter possible


Quote:
Goffy, you can find Hermes here.

I get always a blank page. In lisez-moi.txt I can read, that I have first to install jjd_tools fromhttp://xoops.kiolo.com, but this side is under maintainance.
But you can help me, the only information I need to create the plugin is the name of the table and the columns, where I can find email (and if available, firstname, lastname, sex).
Maybe it is the table her_temp, but I am not sure.



384
goffy
Re: xNewsletter 1.1
  • 2013/9/20 15:48

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi cesag

subscribers: is done
smartmail: use the users from xoops, plugin for Import xoops users already exist
hermes: I found not installable Version, so I can't create a plugin




385
goffy
Re: xNewsletter 1.1
  • 2013/9/20 13:51

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi cesag
Quote:
I think we would have other problems with other modules in the future

I don't hope so

Do you need an additional plugin for import from another Newsletter module?



386
goffy
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 13:28

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27



Sorry



387
goffy
Re: xNewsletter 1.1
  • 2013/9/20 13:19

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi Cesag

I found what you mean:
1) If I didnt have any subscritption till now, and I click on (Un)Subscribe, I get the information
Quote:
Your email isn't registered till now. For subscriptions we need further information. Please fill in registration form.
We want to inform you, that your ip-address will be saved for the purpose of transparency.
and a form for subscription.

2) If I have already subscriptions and I delete it, the newsletter module delete my email with all subscription, show me a popup with "Deleted successful" and redirect me than again to ...modules/xNewsletter/subscription.php
Now I see again the same as in 1)
I change the redirect_header, than it isn't no more confusing


All the other functions works fine.

You can delete the access.

Thanks



388
goffy
Re: TDMCreate v1.39 Beta 1 for Testing
  • 2013/9/20 11:22

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi timgno

I tested 1.39 from your Website and also from svn.
There are still a lot of bugs inside.

Should I continue test this Versions, or should I take another one from svn?



389
goffy
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 8:28

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi, I have downloaded current version from svn, but there is responsivefilemanager not included



390
goffy
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 7:41

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


great job, the responsivefilemanager is really cool




TopTop
« 1 ... 36 37 38 (39) 40 41 42 43 »



Login

Who's Online

240 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 240


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