41
Runeher2
Re: Paid membership/subscription module
  • 2024/11/14 17:02

  • Runeher2

  • Just popping in

  • Posts: 8

  • Since: 2020/2/1 1


I'm making a new module called vipmembers that works with the latest XOOPS version and PHP 8.3 :)



42
Mamba
Re: XOOPS MyMenus 1.54.0 Beta 7
  • 2024/11/14 9:56

  • Mamba

  • Moderator

  • Posts: 11423

  • Since: 2004/4/23


Did you try it with the standard XOOPS theme like the xSwatch4, or is it with your own theme?

I tested it with xSwatch4, and couldn't replicate the issue.
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



43
Mamba
Re: Mymenus Module with XOOPS 2.5.11-Stable
  • 2024/11/14 9:54

  • Mamba

  • Moderator

  • Posts: 11423

  • Since: 2004/4/23


I cannot reproduce it here.

Is this on your local PC or on an actual test website? If the second, email me login info and FTP access, so I can take a look at it.
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



44
liomj
Re: XOOPS MyMenus 1.54.0 Beta 7
  • 2024/11/14 5:38

  • liomj

  • Just popping in

  • Posts: 94

  • Since: 2012/4/10


thank you Mamba

i made some test
a. i can only use display this block method assign to template is not working,
b. in links manager, it will go to the first menu links and after creating a menu, when you click the arrow icon to manage links it will also go the first menu links

i will try help with creating new skin, give me some time

XOOPS Version XOOPS 2.5.11-Stable
PHP Version 8.2.12
MySQL Version 10.4.32-MariaDB



45
liomj
Re: Mymenus Module with XOOPS 2.5.11-Stable
  • 2024/11/14 5:22

  • liomj

  • Just popping in

  • Posts: 94

  • Since: 2012/4/10


thank you Mamba..Im still having problem with the assign to template and i can only use display this block method



46
Mamba
Re: Paid membership/subscription module
  • 2024/11/13 3:29

  • Mamba

  • Moderator

  • Posts: 11423

  • Since: 2004/4/23


Wishcraft's module are here: https://github.com/orgs/XoopsModulesWishcraft/repositories

There are also old modules:
Subscription
https://github.com/XoopsModulesArchive/subscription
Subscribers
https://github.com/XoopsModulesArchive/subscribers

The Membership module:
https://github.com/XoopsModulesArchive/membership

was going to use XPayment module:
https://github.com/XoopsModulesArchive/xpayment
from Wishcraft

But I don't know if any of them works with the current XOOPS version.

If you test them and fix them, please let us know.
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



47
Mamba
Re: cancel button
  • 2024/11/13 3:05

  • Mamba

  • Moderator

  • Posts: 11423

  • Since: 2004/4/23


A better solution seems to be to use
button type="button"
like this:
<button type="button" class="btn btn-danger me-1" name="cancel" id="cancel" onClick="history.go(-1);return true;">' . _CANCEL . 'button>
- Clarity: Each button's purpose is explicitly defined by its type attribute (submit, reset, button), making the form's behavior clear at a glance. - Uniformity: Using the same element type for all buttons enhances uniformity, making styling and scripting more predictable. - Ease of Updates: If you decide to add features like tooltips, loading indicators, or other interactive elements, "button" elements offer more flexibility. - "button" elements are also more flexible for styling
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



48
Runeher2
Paid membership/subscription module
  • 2024/11/11 15:50

  • Runeher2

  • Just popping in

  • Posts: 8

  • Since: 2020/2/1 1


Is there a module for paid membership/subscription? I know Wishcraft had something going some years ago, but it's all gone now.



49
goffy
cancel button
  • 2024/11/11 11:21

  • goffy

  • Just can't stay away

  • Posts: 545

  • Since: 2010/12/27


hi

it seems that there is a problem with cancel button in bootstrap5
currently we are using
button class="btn btn-danger me-1" onClick="history.go(-1);return true;"  _CANCEL . /button

but this cause that it is treated like clicking on confirm button, as the submit event takes place

my solution is to replace by
input type="button" class="btn btn-danger me-1" name="cancel" id="cancel" onClick="history.go(-1);return true;" value=". _CANCEL . "


I created a PR https://github.com/XOOPS/XoopsCore25/pull/1481

or is there a better solution?



50
Mamba
XOOPS MyMenus 1.54.0 Beta 7
  • 2024/11/11 5:29

  • Mamba

  • Moderator

  • Posts: 11423

  • Since: 2004/4/23


MyMenus 1.54 Beta 7 released for testing.

We'll need some help from designers to do some magic with the skins.
Some of the skins seem to be outdated, so we need a refresh:

a) fix those skins that are fixable
b) remove the skins that are totally outdated
c) add couple of new and attractive skins

Who could help us with it?
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs




TopTop
« 1 2 3 4 (5) 6 7 8 ... 29436 »



Login

Who's Online

163 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

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

Latest GitHub Commits