Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
4 - 1 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

Re: Bugs and requests for module wgTimelines
by Cifug on 2017/11/23 11:29:38

Hi Goffy, I changed that code and it fixed the error, but still no timeline was created. So, I uninstalled the module, deleted it from the server and then reinstalled it. Now it works fine. Sorry for messing you around. This is a great module

Cheers,
Marty
Re: Bugs and requests for module wgTimelines
by goffy on 2017/11/22 16:16:20

Hi

I tested with xoops 2.5.9 RC2 and had no error.

But please replace class/helper.php line 106
le="color: #000000"><?php $this->addLog("Getting config '{$name}' : " . $this->config[$name]);

by
le="color: #000000"><?php if (is_array($this->config[$name])) { $this->addLog("Getting config '{$name}' : " . serialize($this->config[$name])); } else { $this->addLog("Getting config '{$name}' : " . $this->config[$name]); }


and report the error, which should be shown proper then.
Re: Bugs and requests for module wgTimelines
by Cifug on 2017/11/21 11:08:00

Hi Goffy, I just started a new site and installed your latest version and when I try to create the 1st timeline I get this error and no timeline is created:
le="color: #000000"><?php Notice: Array to string conversion in file /modules/wgtimelines/class/helper.php line 106


I have updated all the templates which is a great feature too by the way and I have cleared the cache on the site and my browser.

Do you have any suggestions?

XOOPS Version XOOPS 2.5.9
PHP Version 5.6.32
mySQL Version 5.6.38
wgtimelines 1.1RC2

Cheers,
Marty
Re: Bugs and requests for module wgTimelines
by Cifug on 2017/2/10 23:02:09

Quote:

goffy wrote:

I fixed bug in item block.
Additonally I rebuilt pemission system, now you can allow also guest to vote.
Please download last version from https://github.com/ggoffy/wgtimelines

Point 2 and 3 needs more adoptions/changes, if I have time I will check this.

Great work, thanks goffy
Bugs and requests for module wgTimelines
by goffy on 2017/2/6 23:07:23

Cifug wrote:
Quote:
I can only find 1 bug so far, in "Items Block" if I click on an item I get a 404 page. Clicking on a timeline works fine.

Some things to consider for update:
1. Allow to select anonymous users to vote?
2 Add time to post? eg; not just the date.
3. Allow comments per item?


I fixed bug in item block.
Additonally I rebuilt pemission system, now you can allow also guest to vote.
Please download last version from https://github.com/ggoffy/wgtimelines

Point 2 and 3 needs more adoptions/changes, if I have time I will check this.

Who's Online

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


Members: 0


Guests: 208


more...

Donat-O-Meter

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

Latest GitHub Commits