51
culex
Re: Social Network module
  • 2012/9/26 12:15

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Quote:

I would like to have shorter urls, hence my question on another topic of whether there was any way or hack to shorten urls in Xoops. If anyone can help at this point would be very grateful. Many thanks,


Smallworld uses an option set in config where links to profile are translated automaticly to smallworld profile links, but for shortening urls this thread should be a good place to start

Short url thread

EDIT: Sorry Baldur I see now you're already in this thread :-S

52
Cesagonchu
Re: Social Network module

Smallworld 1.15RC12 ready for testing.

53
chefry
Re: Social Network module
  • 2013/4/18 1:57

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


tried to instal this.

went to the module screen and clicked on "Install Module (1) tab"

I got a white screen with the following error

Fatal error: Call to undefined function smallworld_xv_getGroupd() in C:\xampp\htdocs\modules\smallworld\xoops_version.php on line 289

54
Cesagonchu
Re: Social Network module

For me it's worse, I have a blank page, nothing in debug message and I can not install the module in XOOPS 2.5.6 RC1.


My config:

PHP version : 5.3.10-1ubuntu3.6
MYSQL version : 5.5.29
XOOPS : 2.5.6 RC1
ModuleAdmin : 1.1

55
Cesagonchu
Re: Social Network module

When I comment these lines (285 to 296):

/**
* Authorized groups to upload
*/
$i++;
$obj smallworld_xv_getGroupd ();
$modversion['config'][$i]['name'] = 'smallworldshowPoPubPage';
$modversion['config'][$i]['title'] = '_MI_SHOWPUBLICPAGE';
$modversion['config'][$i]['description'] = '_MI_SHOWPUBLICPAGE_DESC';
$modversion['config'][$i]['formtype'] = 'select_multi';
$modversion['config'][$i]['valuetype'] = 'array';
$modversion['config'][$i]['default'] = 0;
$modversion['config'][$i]['options'] = array_flip($obj);


in xoops_version.php

then, I can install the module.


TYPO

In xoops_version.php line 37

replace:
$modversion['min_xoops'] = '2.55';

with:
$modversion['min_xoops'] = '2.5.5';

56
culex
Re: Social Network module
  • 2013/4/19 1:04

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Thanks ... Will be fixed soon.

Temporary solution is to include in xoops_version.php

include_once(XOOPS_ROOT_PATH."/modules/smallworld/include/functions.php");


Very strange I havent included this in my webfiles but recieves no error :-S

57
culex
Re: Social Network module
  • 2013/5/26 0:42

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have uploaded new update (Thanks Mamba)

Download here 1.15 RC 14

58
Mamba
Re: Social Network module
  • 2013/5/26 7:40

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Culex, I was glad to help!

I hope, people will test it and provide more feedback. My first test was good - there were no visible bugs, but I would have to test it in more depth.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

59
culex
Re: Social Network module
  • 2013/5/26 17:24

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Cool Mamba..

But don't fint too many bugs, I need to get started soon on a malware-scan module

60
Mamba
Re: Social Network module
  • 2013/5/26 17:36

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
I need to get started soon on a malware-scan module

I like it!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

68 user(s) are online (43 user(s) are browsing Support Forums)


Members: 0


Guests: 68


more...

Donat-O-Meter

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

Latest GitHub Commits