121
SMEDrieben
Re: XOOPS 2.5.5 Beta Issues
  • 2012/2/22 12:35

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Quote:

I tested the extCal 2.3.7 with Chinese, Russian, and French versions and it seems to work fine.


Where can I find extCal 2.3.7 ? In the module repository, I only can find 2.2.2 !

SMEDrieben



122
SMEDrieben
Re: Sending newsletters
  • 2011/12/17 10:51

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I have a module for newsletters, simplenewsletter. It is a commercial module made by Herve Thouzard (Instant Zero). A few months after the purchase, Hervé stopped his activities for Instant Zero and Xoops. I have considerd several times to publish the module at this site, although it is forbidden, because it isn't a public module. But ...

- in the agreement with Instant Zero is stated that Instant Zero would provide support, maintenance and development of the module. Since they stopped their activitities, they didn't actually do anything;
- I tried to reach Hervé several time to ask him whether I was allowed to publish the module at this site, because I am not capable to do maintenance and development';
- in the agreement a yearly maintenance fee should be paid: Instant Zero didn't ask for it.
- perhaps now, two years later, it is a good time to publish the module.

With simplenewsletter you have to make newsletters with a text editor (e.g. Notepad ++) using html or xoops codes. A standard header and footer can be stored within the module. People can subscribe to the newsletter without being a member of your site. It is difficult to store drafts for review in the module. Sent newsletters are shown on your site.

Where can I attach the module file ? Should I sent it to the moderator of the module repository ? I don't want to be the owner/developer of this module.

SMEDrieben



123
SMEDrieben
Re: Xoops 2.5.2 / 2.5.4
  • 2011/12/10 20:11

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I have the same problem in 2.5.4. The solution mentioned in this thread works fine.

However, when I look in the revised version on SourceForge.net using Trabis' link, the following code has not been removed in post.php (line 82):

// If the date format is wrong      
     
if (      
         !
preg_match('`[0-9]{4}-[01][0-9]-[0123][0-9]`'$_POST['event_start']['date'])      
             || !
preg_match('`[0-9]{4}-[01][0-9]-[0123][0-9]`'$_POST['event_end']['date'])      
     ) {      
         
redirect_header(      
             
'index.php'3_MD_EXTCAL_WRONG_DATE_FORMAT "<br />"      
             
implode('<br />'$GLOBALS['xoopsSecurity']->getErrors())      
         );      
         exit;      
     }


Should it still be removed or not ?

Thanks !

SMEDrieben



124
SMEDrieben
Mymenus: how can I get collapsible submenu-items ?
  • 2011/11/30 19:58

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Looking at the Xuups-site (www.xuups.com), the mymenus module can generate menus with collapsible submenu-items.

E.g.: Main Menu>Forums: after clicking "News", two submenu's appear (Xuups news and Xoops news). Furthermore, the Downloads-item is also a link to a category of Publisher: clicking this item, the "News" menu doesn't expand.

How I can get similar results ?

1) Collapsible submenu-items ?
2) Two menu-items (News and Downloads) that refer to the same module in a way that clicking on such a item doesn't open the other one (i.e. clicking on Downloads doesn't open the News-submenu's).

Thanks !

SMEDrieben



125
SMEDrieben
Re: Mymenus 1.1 : Impossible to display more than 1 block!
  • 2011/11/30 19:50

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I've the same problem in 2.5.4. Solved with this version 1.3. Are you going to publish this version on the Xuups-site ?

SMEDrieben



126
SMEDrieben
Re: Deprecated since Xoops 2.5.4: how can I solve this
  • 2011/11/28 8:38

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Actually, I am not a php-programmer. As soon as 2.6 will be published (or even earlier), I can upgrade to actual version of modules or convert to current, standard ones.

News, Extcal, Extgallery and MyLinks will be upgraded (that is what is understand from the discussion above), since they are in the Basic Module Pack.
Smartsection: should I switch to Publisher ?
Smartfaq: will it be compatible with 2.6 ?
Wfdownloads: what will be the standard download module in 2.6 ? I don't see a standard download module in the Basic Module Pack.

Thanks !

SMEDrieben



127
SMEDrieben
Re: Deprecated since Xoops 2.5.4: how can I solve this
  • 2011/11/27 21:05

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


There are some other deprecations. E.g.:

Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead


Simple replacement of this function generated a fatal error in wfdownloads:

Fatal error: Class 'XoopsUserUtility' not found in C:xampplitehtdocspublic_htmlmoduleswfdownloadsclassdownload.php on line 240


What should be done with:

Class 'XoopsTree' is deprecatedcheck 'XoopsObjectTree' in tree.php


Thanks !

SMEDrieben



128
SMEDrieben
Re: Deprecated since Xoops 2.5.4: how can I solve this
  • 2011/11/27 20:41

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Thanks ! Notepad++ is already one of my favourites. InfoRapid Search & Replace is exactly the tool I was looking for !

It works ! Most deprecation messages have disappeared.

SMEDrieben



129
SMEDrieben
Re: Deprecated since Xoops 2.5.4: how can I solve this
  • 2011/11/27 12:42

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Thanks for your quick response !

What is your favourite Find/Search and Replace program or tool ? I still use "AF9 Replace some bytes". The disadvantage of this tool is that files in subfolders must be added manually. Are you aware of a tool that searches a module map (e.g. news) and all files in subfolders ?

Thanks !

Drieben



130
SMEDrieben
Deprecated since Xoops 2.5.4: how can I solve this
  • 2011/11/27 11:40

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I upgraded from 2.5.3 to 2.5.4 using the upgrade package. My test system generates quite a lot of "deprecated" classes or functions:

'/class/xoopstory.php' is deprecated since XOOPS 2.5.4please create your own class instead.
'/class/xoopstopic.php' is deprecated since XOOPS 2.5.4please create your own class instead.
'/class/user.php' is deprecated since XOOPS 2.5.4please use 'kernel/user.php' instead.


Furthermore, I have 65 identical messages:

'Database::getInstance();' is deprecated since XOOPS 2.5.4please use 'XoopsDatabaseFactory::getDatabaseConnection();' instead.


How can I solve these messages ? What module could be the culprit ?

SME Drieben




TopTop
« 1 ... 10 11 12 (13) 14 15 16 17 »



Login

Who's Online

193 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 193


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