131
goffy
Re: help with mysql xoops query and msaccess database
  • 2020/1/27 17:02

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi mjoel

I do it always the other way around (because I am very familiar with access :) )
I link the mysql tables via odbc into my ms access database (only mysql-driver is necessary).
Then you can handle the data in the access db.



132
goffy
Re: Cannot enter in PUBLISHER module administration ... but "sometimes" ...
  • 2020/1/16 19:09

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi Pino

it seems that sometimes connection to github is failing.
Please goto file /modules/publisher/class/Common/VersionChecks.php line 122 and add following if-condition:
$file              json_decode($curlReturnfalse);
                    if (
json_last_error() !== JSON_ERROR_NONE) {
                        
curl_close($curlHandle);
                        return [];
                    }


let me know whether this fix your problem.

goffy



133
goffy
Re: The future of XOOPS?
  • 2020/1/15 6:55

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

but in one point I have to agree with safeinsanity:
If you click on "Downloads" you see only "old" modules and themes, and as new user I am looking first on home page, not on github.

Maybe we (the core team) should find a solution :)

https://xoops.org/modules/newbb/viewtopic.php?post_id=364793



134
goffy
Download section on xoops.org
  • 2020/1/15 6:47

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

If you click on "Downloads" you see only "old" modules and themes, and as new user I am looking first on home page, not on github.
We should replace the current download section by e.g. a link collection to the different sources.
Or is there any other idea?

Maybe we (the core team) should find a solution :)



135
goffy
Re: New users: cannot register with firefox, chrome, can with explorer
  • 2019/12/21 10:09

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


who can fix this?
it seems that some of my clients have same problems

sorry, didn't see last answers.

then I have to investigate what is the problem with my clients



136
goffy
Re: Icon for new pm in the main navbar, not only on the dropdown "User Menu" list
  • 2019/12/13 14:14

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

yes, I am the same opinion.

I have implemented this in myxoops.org and in the skiclub theme
but I have no access to theme of xoops.org

code is
<a data-toggle="dropdown" class="dropdown-toggle" href="javascript:;"><{$smarty.const.THEME_ACCOUNT}><{xoInboxCount assign="unreadCount"}> <{if $unreadCount 0}><span class="badge"><{$unreadCount}></span><{/if}><class="caret"></b></a>



137
goffy
Re: Which editor do you use ?
  • 2019/12/12 6:57

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


I use also phpstorm, because with this tool you can immediately debug your code, can run code cleaning,....



138
goffy
Re: HELP! Need Xoops 8.0 HELP (old script not appearing)
  • 2019/12/6 9:36

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi eneickel

If you want then you can give me temporary access to your website via a ftp account then I can try to find out which CMS you are really using.

If yes send me a PM with login data



139
goffy
Re: Xoops Comment system
  • 2019/11/27 21:01

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

by debugging the xoops core code step by step I found the solution:
it is necessary to adapt xoops_version.php
$modversion['hasComments']             = 1;
$modversion['comments']['pageName']    = 'images.php';
$modversion['comments']['itemName']    = 'img_id';
$modversion['comments']['extraParams'] = ['op''alb_id''start''limit''img_submitter'];


the interesting line is
$modversion['comments']['extraParams'] = ['op''alb_id''start''limit''img_submitter'];


here you have to repeat all parameters, which should be used for redirect after posting the comment.

Important: this parameters must be in the $_POST of the site, where the comments are called from.
example:
I call my site by:
http://localhost/wggallery/htdocs/modules/wggallery/images.php?op=show&redir=list&img_id=22&alb_id=1&start=0&limit=10&img_submitter=0

I post a comment. now comment system takes 'op', 'alb_id', 'start', 'limit', 'img_submitter' from the $_POST and create the redirect url based on these parameters
after succesful posting of the comment you will be redirected to site from "$modversion['comments']['pageName'] = 'images.php';" by using the param from "$modversion['comments']['extraParams']"



140
goffy
wgTimelines 1.12 ready for testing
  • 2019/11/22 19:34

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

the new version of wgTimelines is ready for testing.

Resized Image


wgTimelines module for XOOPS CMS enables you to create beautiful timelines for your XOOPS website.

New in version 1.12
- change to namespaces
- added feedback form
- added image editor (like in wgGallery)
- added test data (espcially for alain01 )

With new image editor you can crop image, create image grids,...

Download underhttps://github.com/ggoffy/wgtimelines

Please post bugs and suggestions for improvement underhttps://github.com/ggoffy/wgtimelines/issues




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



Login

Who's Online

186 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

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

Latest GitHub Commits