51
skenow
Re: XOOPS 2.3: WF-Links & MyTube compatibility
  • 2008/10/25 0:57

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


Quote:

JAVesey wrote:
Quote:
yeppers wrote:

It WAS promised by XOOPS devs that ALL modules that currently work with XOOPS 2.0.18 will work with XOOPS 2.3, but that isn't true, because clearly they don't all work.


Sorry - I don't recall seeing that. Can you direct me/us to that?

I do remember seeing phrases like "most modules should work okay but we can't be certain" and "as this is a stepping stone to XOOPS 3.0, some modules may need modifying" and "all modules written for XOOPS 2.3.x will work with XOOPS 3.0", but I don't recall it in such cast-iron terms as you descibe for the XOOPS 2.0.x to XOOPS 2.3.x transition.

Not having a go - I'm genuinely interested as what you say would be quite a claim for the dev crew to make


If you look at the release for 2.3.0, you might get that impression from this -
Quote:

Modules written for 2.0.* and 2.2.* will work with 2.3; applications developed for 2.3 will be compatible with XOOPS 3.0 automatically.


But, there is also the small disclaimer in front of it

Quote:

Both backward and forward compatibility are guaranteed as much as possible


Leading one to wonder - which is it?



52
skenow
Re: Wiwimod
  • 2008/10/24 0:44

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


I see that Xavier's site is up again - I've made another attempt to contact with him to see the direction he wishes to follow.



53
skenow
Re: Wiwimod
  • 2008/10/23 17:59

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


I have already accommodated x2.3.x in my updates - in fact, I've tested in 2.0.18, 2.3.x (and both versions of the 'other') to be sure. This was meant to be used by all. Going forward, I'm not sure how easy it will be to maintain compatibility with both. I've already found some gotcha's in 2.3.x that I had to work around.

I'm open for some good collaborators, as long as we still have common ground.



54
skenow
Re: Wiwimod
  • 2008/10/23 17:30

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


ahh - the banned words have once again restricted access of XOOPS users to relevant resources. Substitute i m p r e s s c m s (no spaces) for the question marks.

Or try the new link



55
skenow
Re: Wiwimod
  • 2008/10/23 16:47

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


the Wiwimod site has been down for some time and my attempts to contact the developer have not been successful. I have already made quite a bit of progress on cleaning up and stablizing the code from 0.8.3 - even got myblocksadmin updated and working in all the latest releases. You're welcome to have a look -
Wiwimod SVN



56
skenow
Re: Is anyone interested ine a Genealogy Module for Xoops2?
  • 2008/8/7 0:02

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


You can import multiple GEDCOMS and the program will keep them separate. Users then can browse the families separately. You also assign privileges for each GEDCOM - so a user may have editing rights for one family, but only viewing rights for another.

I was working on updating to 4.x and have most of it finished, but there were only a few fixes I was looking for and stopped working on them.



57
skenow
Re: Is anyone interested ine a Genealogy Module for Xoops2?
  • 2008/8/6 0:15

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


Quote:

mjz55 wrote:
Has there been any updates on this module? Maybe making it easier to use?


The core functionality is derived from phpGedView itself and this module is just a port for XOOPS-based sites. Ultimately, it might end up as a 'real' module, using only the core functions of PGV, since PGV is starting to move towards being a portal, with additional plugins, something I'm not really interested in.

Note: I do most of my family tree updates offline, then export/import the data to the online version.



58
skenow
Re: Vulnerability in XOOPS 2.0.18.1 admin.p h p
  • 2008/7/26 16:14

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


If you are like me and do not want to dismiss this so readily or wait for a more elegant solution, you can edit modules/systems/admin.php and change the following lines at the beginning of the file:

if (isset($_POST['fct'])) {
    
$fct trim($_POST['fct']);
}
if (isset(
$_GET['fct'])) {
    
$fct trim($_GET['fct']);
}


to this:

if (isset($_POST['fct'])) {
    
$fct preg_replace('/(;|||`|>|<|&|^|"|'."n|r|'".'|{|}|[|]|)|()/i'''trim($_POST['fct']));
    
$fct '"'.preg_replace('/$/''\$'$fct).'"';
}
if (isset(
$_GET['fct'])) {
    
$fct preg_replace('/(;|||`|>|<|&|^|"|'."n|r|'".'|{|}|[|]|)|()/i'''trim($_GET['fct']));
    
$fct '"'.preg_replace('/$/''\$'$fct).'"';
}


Thanks to Vaughan for this solution!



59
skenow
Re: Vulnerability in XOOPS 2.0.18.1 admin.p h p
  • 2008/7/26 13:49

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


More information is found here -http://www.securityfocus.com/bid/30330/info



60
skenow
Re: White page when trying to view admin profile (userinfo.php id=1)
  • 2008/7/19 15:26

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


This happens when you are logged in as that user?

I see this when trying to view the admin profile on your site
Quote:
- query did not work in smartfaq -




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 86 »



Login

Who's Online

133 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 133


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