5071
Mamba
SmartFAQ 1.12 RC-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/3/30 9:57

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image

The SmartFAQ 1.12 RC-1 module is available for testing on XOOPS 2.5.8 RC-2 and PHP 7

DOWNLOAD: You can download it from GitHub SmartFAQ Releases.

DEVELOPMENT: You can help us with the development by forking it from GitHub SmartFAQ Repository, and submit your improvements or bug fixes there.

We encourage everybody to open an account on GitHub and get used to working with Git, as this is the current Industry Standard.

Please note:

a) This version is developed and tested ONLY on XOOPS 2.5.8 RC-2

b) This is a very early stage of development/testing, so please be careful and don't use it on a production site.

TUTORIAL

We are also looking for help with the Tutorial for SmartFAQ and for few other modules.

You can fork the SmartFAQ Tutorial from GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5072
Mamba
About 1.04 RC-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/3/30 9:50

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image

The About 1.04 RC-1 module is available for testing on XOOPS 2.5.8 RC-2 and PHP 7

DOWNLOAD: You can download it from GitHub About Releases.

DEVELOPMENT: You can help us with the development by forking it from GitHub About Repository as well, and submit your improvements or bug fixes there.

We encourage everybody to open an account on GitHub and get used to working with Git, as this is the current Industry Standard.

Please note:

a) This version is developed and tested ONLY on XOOPS 2.5.8 RC-2

b) This is a very early stage of development/testing, so please be careful and don't use it on a production site.

TUTORIAL

We are also looking for help with the Tutorial for About and for few other modules.

You can fork the About Tutorial from GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5073
Mamba
ModuleInstaller 1.02 RC-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/3/30 9:45

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image

The ModuleInstaller 1.02 RC-1 is available for testing on XOOPS 2.5.8 RC-2 and PHP 7

DOWNLOAD: You can download it from GitHub ModuleInstaller Releases.

DEVELOPMENT: You can help us with the development by forking it from GitHub ModuleInstaller Repository as well, and submit your improvements or bug fixes there.

We encourage everybody to open an account on GitHub and get used to working with Git, as this is the current Industry Standard.

Please note:

a) This version is developed and tested ONLY on XOOPS 2.5.8 Beta

b) This is a very early stage of development/testing, so please be careful and don't use it on a production site.

TUTORIAL

We are also looking for help with the Tutorial for ModuleInstaller and for few other modules.

You can fork the ModuleInstaller Tutorial from GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5074
Mamba
Avaman 0.25 RC-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/3/30 9:35

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image

The Avaman 0.25 RC-1 is available for testing on XOOPS 2.5.8 RC-2 and PHP 7

You can download it from GitHub.

And you can fork it from GitHub as well, and submit your improvements or bug fixes there.

We encourage everybody to open an account on GitHub and get used to working with Git, as this is the current Industry Standard.

Please note:

a) This version is developed and tested ONLY on XOOPS 2.5.8 Beta

b) This is a very early stage of development/testing, so please be careful and don't use it on a production site.

TUTORIAL

We are also looking for help with the Tutorial for extGallery and for few other modules.

You can fork the Avaman Tutorial in GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5075
Mamba
Re: Tutorial for create Xoops Modules
  • 2016/3/28 8:46

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


First, thank you for your interest in developing XOOPS Modules.

Please google for exactly the same text that you used as your title: "Tutorial for create Xoops Modules" and you'll find right on the first page links like:

1) XoopsWiki - Module Development Guide :: XOOPS Web

3) Building XOOPS Module (Tutorial by Kaotik)

5) Creating XOOPS Module with TDMCreate - YouTube

The recent version of TDMCreate you can find on GitHub, which should help you in creating the basic structure of the module.

Please note that in the next version of XOOOPS we'll be adding the XMF Library - please read more about it in the info about XOOPS 2.5.8. You can also check out the XMF Cookbook, with code recipes for getting started using XMF, the XOOPS Module Framework. It includes also a reference to all XMF library classes.

As Richard indicated, XMF is a library of standard classes useful in module development for the current version of XOOPS. It can be very useful in the near future, as all of its classes are forward compatible with the next generation of XOOPS.

Once we move to the next generation of XOOPS (currently known as XOOPS 2.6.0), we'll be incorporating also the next generation of XOOPS module architecture - you can preview it on Eduardo's GitHub repository - look for "rmcommon" - just download it and install it on the current XOOPS version 2.5.7.2 or on the 2.5.8-RC2 . Eduardo has also several modules there that you can download, install, and check them out. Of course, the best way to learn is to look at the code.

Finally, you can also check out this presentation "OOP Adventures with XOOPS" and the XOOPS API

Please feel free to ask any questions you might have, and we'll be glad to help.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5076
neo75
Tutorial for create Xoops Modules
  • 2016/3/28 6:06

  • neo75

  • Just popping in

  • Posts: 13

  • Since: 2010/4/28


hi, or I can find a tutorial to create step by step a module with database & template ?

I searched on google impossible to find complete documentation to create a simple module with a database with an id, title, description, all integrated into a template.

Wordpress, Joomla no problem but Xoops nothing at all !!!



5077
geekwright
Re: extGallery 1.13 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)

Ouch, apparently we need to fix some instructions :(

Some templates changed, so things will be messy in admin until the system module is updated. You can jump straight into it with this:

your-site-url/modules/system/admin.php?fct=modulesadmin&op=update&module=system

But, there still is a problem. With 2.5.8 there are small but vital database changes, so you need to install and run the upgrade code from the distribution to handle the modifications.

These are the instructions from the 2.5.8 RC announcements that pick up from where you seem to be:

Quote:

...

- Copy the distribution upgrade directory into your web root directory.

- Point your browser to http://your-site-url/upgrade/ and follow the prompts.

- Log in and step through any needed updates.

- At the end, follow the link to upgrade the system module.

- Also update pm, profile and protector modules if installed.

- Remove the install and upgrade directories from your web root.

Your site should be ready to use.


We do need to check the instructions and make sure they indicate the correct procedure. It has been a while since the updgrade was required, so there is some confusion there. Sorry.



5078
Skypilot
Re: extGallery 1.13 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/3/27 17:36

  • Skypilot

  • Friend of XOOPS

  • Posts: 9

  • Since: 2016/2/27


Mamba,

I installed the 2.5.8 version onto my server per these instructions:

Upgrading from 2.5.x:
-----------------------------------
1. Get the right update package from the sourceforge file repository
2. Overwrite files in XOOPS directory on your server with the content of /htdocs
* make sure that you copy the content of /xoops_lib to whatever directory you keep it on the server now (it should be your current XOOPS_TRUST_PATH directory), then delete the /xoops_lib directory. There can NOT be two directories with the content of /xoops_lib
3. Update the "System" module from the modules administration interface, as well as "Profile", "PM", and "Protector", as they have new GUI.
4) Clear caches, using the Admin's Maintenance function.



Went to the Admin Panel and I cannot get to the Modules to update per Item 3. I can get into the panel but when I click on the Modules, I get no further. It does not show the update or reinstall for the System, Profile, PM or Protector.

I've done everything per the instructions. What did I miss?



5079
Mamba
Marquee 2.50 RC-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/3/27 2:27

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image

The Marquee 2.50 RC-1 module is available for testing on XOOPS 2.5.8 RC-2 and PHP 7

You can download it from GitHub.

And you can fork it from GitHub as well, and submit your improvements or bug fixes there.

We encourage everybody to open an account on GitHub and get used to working with Git, as this is the current Industry Standard.

Please note:

a) This version is developed and tested ONLY on XOOPS 2.5.8 Beta

b) This is a very early stage of development/testing, so please be careful and don't use it on a production site.

TUTORIAL

We are also looking for help with the Tutorial for Marquee and for few other modules.

You can fork the Marquee Tutorial in GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5080
Mamba
extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/3/23 13:14

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image

The extCal 2.39 Beta-1 is available for testing on XOOPS 2.5.8 RC-2 and PHP 7

You can download it from GitHub.

And you can fork it from GitHub as well, and submit your improvements or bug fixes there.

We encourage everybody to open an account on GitHub and get used to working with Git, as this is the current Industry Standard.

Please note:

a) This version is developed and tested ONLY on XOOPS 2.5.8 Beta

b) This is a very early stage of development/testing, so please be careful and don't use it on a production site.

TUTORIAL

We are also looking for help with the Tutorial for extCal and for few other modules.

You can fork the extCal Tutorial in GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 505 506 507 (508) 509 510 511 ... 29425 »



Login

Who's Online

330 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 330


more...

Donat-O-Meter

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

Latest GitHub Commits