21
phppp
Re: Donations 1.01 - replacement for xDonation
  • 2011/3/17 6:48

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Is there any relationship between 'donations' module and 'xdonation' module? I see 'xdonation' is not mentioned at all in 'donations' module (author, credits, etc.), so can we say that those are two different modules, nothing to do with each other?

When we say 'replacement', usually the new one should have all desired features available in the old one. Is it possible to have more information like feature comparison?



22
phppp
Re: How to make Book's Index
  • 2011/3/13 4:05

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Check the module "article" I wrote two years ago.
The module is hard to debug though.



23
phppp
Re: ?> shown on all pages
  • 2011/3/13 3:56

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


As a practice of good coding style, it is advised to omit the very last "?>" in each PHP file.
Check our ZF based Xoops Engine Coding Standards:
http://dev.xoopsengine.org/?p=38



24
phppp
Best wishes to people who suffer from today's earthquake
  • 2011/3/11 7:54

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Good to learn that most Japanese developers are Okay now, including @kilica.



25
phppp
Xoops Engine progress as of March 5th
  • 2011/3/6 7:37

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Xoops Engine development status is updated formally on Xoops Engine Dev Blog (http://dev.xoopsengine.org/) and twitter (https://twitter.com/XoopsProject)

The recent updates on March 5th:
App/Module Development Plan for Xoops Engine

Theme and design for Xoops Engine:

* insraq created a brand new design and theme for installer
* insraq, again, created the first community generated theme, will be announced with Xoops Engine Alpha 2
* voltan, is about to work on XE templates

Apps and modules for Xoops Engine, some basic apps have been picked up by some developers:

* Content (About us)
* Links (Partners)
* Slideshow
* News
* Ask
* Contact
* Product
* Downloads

While I am working on some areas that I think important, or I am good at:

* User/Profile module
* SSO/OAuth (or OpenID?)
* WYSIWYG editor gateway
* Integration of editors: jQuery ClEditor; CKeditor with CKFinder
* Investigation and learning HTML5 for mobile applications powered by Xoops Engine

More information ...



26
phppp
Re: X3 install problem
  • 2011/2/28 2:02

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


System requirements:
PHP 5.30+



27
phppp
left/right delimiters for Smarty in Xoops Engine
  • 2011/2/20 14:18

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


“<{” has been used as left_delimiter and “}>” as right_delimiter for Smarty in XOOPS 2.* and it has been reported that the “<” and “>” tag could cause conflicts in Dreamweaver and Adobe’s other products.

We were thinking of changing the delimiters to other formats like “([" and "])” for new templates and to keep old templates as it is. There won’t be a big problem for the migration however it might confuse theme/template writers. And since blocks with new templates and legacy templates could be loaded on one page, it is way to complex to deal with the issue.

More details:
http://dev.xoopsengine.org/?p=27



28
phppp
Re: XOOPS Engine : Installation PB
  • 2011/2/17 8:52

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Quick updates: BC for legacy modules is almost done. The last thing is to get new navigation/menu system working for legacy modules so that we have appearance integrity.
And group based permission system needs to be migrated to role based ACL.



29
phppp
Re: XOOPS Engine : Installation PB
  • 2011/2/16 3:37

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


The problem is solved in git, please check
https://github.com/xoops/engine/archives/master



30
phppp
Re: Making Libraries of functions to be used in many modules? Action Ques? X2 and X3 related..
  • 2011/2/14 23:53

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


A couple of concepts introduced into X3 might suit for your requirements: event, plugin, service, module API

In terms of profile, the features are available in /usr/apps/user/class/gateway.php

Action que, done by service/event

Furthermore, X3 supports multi-engine and multi-library, Thus if you build your own libraries or engines, you can just add them without "hacking".




TopTop
« 1 2 (3) 4 5 6 ... 148 »



Login

Who's Online

106 user(s) are online (69 user(s) are browsing Support Forums)


Members: 0


Guests: 106


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