101
Catzwolf
Re: WF-Channel is not working on Xoops 2.4.1
  • 2010/5/10 11:25

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Just to let you know that I'm in the process of fixing this.

For some reason, a mixture or Xoops 2.4 and 5.3 have totally broken this module.

The silly notice errors will be fixed, don't understand why I never caught those during the debug process.

The fatal errors are kinda a mystry to me, even though I found a fix for them.

For example I used this line without issues in php < 5.3 and this worked no problem.

call_user_func( array( $this->_callback'insert' ), $_objfalse );


For some reason $_obj (which is an object) will kill the 'call_user_func' function without an error.

Yet if I use the following code:

call_user_func( array( $this->_callback'insert' ), &$_objfalse );


This will work but of course I will get the cannot pass by reference notice.

I had to change the line to use:

$result =  $this->_callback->insert$_objfalse ) );


Anyway, I'm still fixing problems and I should have a update to bug test soon.

I just thought I would let you know

John



102
Catzwolf
Xoosla Module Development Prelaunch
  • 2010/5/9 7:45

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Xoosla Modules, formally known as the WF-Modules will be re-launching its development, website and support for all its modules and will continue the work for the Move to Blue.

We currently are looking for people to offer their help and assistance with development and day to day running of the website and forum.

So if you would like to help out with the following: Moderators, graphic artists, theme developers and other developers that posses the following skills. I.e. php/js/mootools etc.

Please feel free to visit out Xoosla Forums and join up. I’m currently in the process of testing all the Xoosla modules to see if they work on the latest versions of Xoops.

Once the testing is complete these will be uploaded to our development area Xoosla Module Development SVN and
Xoosla Modules Downloads

The main site is still currently under development and a news statement will be made on its completion.

Please help us iron out some of the problem due to the newer releases of Xoops and to help get us back on the road again.

Where to find us:

Twit us on Twitter
Join us on Facebook
Follow the developer blogger
Help us with some Youtube videos of our modules
Join Xoosla Community forum
Help us improve the development of the Xoosla Modules
Join the Xoosla mailing list....

Many Thanks,

John (aka Catzwolf)



103
Catzwolf
Re: WF-Modules
  • 2010/5/9 6:38

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Thanks guys for the welcome back :)

Hope you're all well and fine?



104
Catzwolf
Re: WF-downloads counter not working
  • 2010/5/6 18:21

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


On Xoops 4.4?

Maybe they have broken something, as if it was working before then you should direct your question to Xoops development as to 'why it is not working on 2.4 now?'


John



105
Catzwolf
Re: WF-Links Version 1.06 Search Option?
  • 2010/5/6 17:25

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


WF-Links uses the native Xoops search functions for searching.



106
Catzwolf
Re: PDF generation?
  • 2010/5/3 5:06

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Nope,

I tried a couple of years ago add a pdf lib as standard to Xoops, but to no avail and the code for this might still be around if somewhere you're a coder.

I assume if WF-Channel had categories you would use that?

John



107
Catzwolf
WF-Modules
  • 2010/5/2 2:39

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Hi Xoopsers,

Firstly, I sorry to all of you that have been unable to download any of the WF-Modules. I initially closed the site to deal with an increasing amount of spam and other issues, but due to family issues I never managed to complete this task.

When I did however manage to return my attention to this, I deleted the wrong database and was unable to recover it. I know, backups are your friend.

Over the next few weeks I hope to have all the WF-Modules back up and available for download. I also, hope to be able to bring them uptodate to work with the latest version of Xoops.

For the time being I will only be committing myself to the WF-Modules only and updating them as an wehn required.

There will be a website dedicated to the modules in the very near future.

ATB

John

Pink Ribbon Foundation



108
Catzwolf
Sorry For my absence....
  • 2009/7/2 12:09

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Hiya XOOPS Users,

Some have you may have noticed that I have not been here for the last few months, but this due to circumstance beyond my control and to make matters worse, I have been diagnosed with ‘Cumulative Trauma Disorder’ and unfortunately this means I will have to cease working with the computer in any great length.

As for Xoops, I will not be able to work on the core on a developer level for the time being until I am giving the all clear from my doctor. So far I am still waiting on hospital opponents and any treatment.

I will however be around to help in any advisory position if Mamba or anyone else needs help from me, I will help in anyway I can but just not with coding at the moment.

Many thanks,

Catz



109
Catzwolf
Re: XLanguage and WF-links
  • 2009/5/21 21:14

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

Mamba wrote:
Quote:
if we want a full multilingual site with XOOPS, there is not much else.

Did you try the The Easiest Multi-Language Hack (EMLH) 1.31


Uses the same principle as the latter and therefore has the same issues.



110
Catzwolf
Re: XLanguage and WF-links
  • 2009/5/21 19:33

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Firstly, I think the whole problem is trying to fit a square peg in a round hole with this.

There are many modules that use this method of shortening text to a certain length and I don't think that this is due to the short comings of WF-Links but due to the nature of Xlanguage. The whole design and implementation of multi-language in this method, will cause these problems with any module and will only be fixed with a more global core approach to multi-language.

So how to fix this, not sure there is a real fix due to the 'hackiness' that you have implied with your own solution. I don't think that in reality that it's WF-Links job to check for this or provide a solution and I don't see how this could be achieved either.







TopTop
« 1 ... 8 9 10 (11) 12 13 14 ... 185 »



Login

Who's Online

131 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 131


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