31
timgno
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/8/23 10:59

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Are you sure that this line of code:
<input type="hidden" name="hosted_button_id" value="' . $paypal . '">
paypal is correct?
is correct 'hosted_button_id' name?

Why not work for me?

32
Roby73
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/8/23 14:06

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Where is the code?
I have only add array errors[] and control if array is true redirect at submit.php with error message.
There isn't none input with paypal

33
timgno
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/8/23 15:18

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Solved!
I added an id wrong because I'm editing the class moduleadmin.php.

I'm putting in renderabout function, this code:
$GLOBALS['xoopsModuleConfig']['ip_paypal'];

and, in the file xoops_version.php of modules, in particular in the module TDMCreate, the code:
$i++;
$modversion['config'][$i]['name']  = 'id_paypal';
$modversion['config'][$i]['title'] = '_MODULEADMIN_IDPAYPAL';
$modversion['config'][$i]['description'] = '_MODULEADMIN_IDPAYPALDSC';
$modversion['config'][$i]['formtype'] = 'textbox';
$modversion['config'][$i]['valuetype'] = 'text';
$modversion['config'][$i]['default'] = '48FQE52QN2GEU';

34
timgno
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/8/26 18:49

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Why not add some fields in renderabout, function, class?

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<!-- Identify your business so that you can collect the payments. -->
<input type="hidden" name="business"
value="donations@kcparkfriends.org">
<!-- Specify a Donate button. -->
<input type="hidden" name="cmd" value="_donations">
<!-- Specify details about the contribution -->
<input type="hidden" name="item_name" value="Friends of the Park">
<input type="hidden" name="item_number" value="Fall Cleanup Campaign">
<input type="hidden" name="amount" value="$variable Select Amount">
<input type="hidden" name="currency_code" value="$variable Select Currency">

<!-- Display the payment button. -->
<input type="image" name="submit" border="0"
src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif"
alt="PayPal - The safer, easier way to pay online">
<img alt="" border="0" width="1" height="1"
src="https://www.paypal.com/en_US/i/scr/pixel.gif" >

<img alt="" border="0" width="1" height="1"
src="https://xoops.org/images/logo.png" >

</form>

35
cgunther
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/10/25 0:34

  • cgunther

  • Just popping in

  • Posts: 59

  • Since: 2005/3/27


Tried out the spotlight go to module and the section editor ( sec.php ) gives a blank page with the new admin. I downgraded to the 1.1 go to module before the change to the new admin and the sections editor works again.

Xoops 2.5.3
Apache 2.2.20
CentOS release 5.7
MySQL 5.1.56
PHP: 5.2.17

36
Ritchie
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/10/31 20:04

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Mamba,

Any idea when TDMDownloads will be added?
Greetings Ritchie

37
Mamba
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/10/31 20:19

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Now that XOOPS 2.5.4 is almost ready for a release, we'll be re-focusing back on Basic Module Pack, and TDMDownloads will be part of it.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

38
Ritchie
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/11/1 11:07

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi Mamba,

Thanks for this great news. I am looking forward to the new module package. I am already translating all modules currently in the package.
Greetings Ritchie

39
redheadedrod
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback

Siince PM, Profile and Protector have been updated and are included with the newer 2.5.x releases I suggest they get removed from this package so that we don't confuse new users. I mentioned this elsewhere but haven't seen a response yet.

Rodney
Attending College working towards Bachelors in Software Engineering and Network Security.

40
Mamba
Re: XOOPS Basic Module Pack - Beta 1: ready for testing & feedback
  • 2011/11/1 17:22

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


They will be removed
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

244 user(s) are online (171 user(s) are browsing Support Forums)


Members: 0


Guests: 244


more...

Donat-O-Meter

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

Latest GitHub Commits