11
uberrookie
Re: Shoutbox (again but now ajax)
  • 2011/4/28 18:06

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


The file should be athttp://www.eurosoccers.nl/shoutbox.rar

Please remember I have still some work to do to optimize the shoutbox.



12
uberrookie
Shoutbox (again but now ajax)
  • 2011/4/27 20:07

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


I've adapted a shoutbox module to my own needs.
Altough I deleted some options, I think it's a step forward since it now uses ajax for posting and refreshing the shouts.
(still bw compatible for browsers w/o javascript)

Before I do code optimizing, I would like some testing and review on the changes.

The module i used is:
$modversion['name'] = _MI_SHOUTBOX_NAME;
$modversion['version'] = '5.0alpha';
$modversion['description'] = _MI_SHOUTBOX_DESC;
$modversion['credits'] = "The XOOPS Project";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "images/module_logo.png";
$modversion['dirname'] = "shoutbox";
$modversion['author'] = 'xuups, tank (refer to readme_archive for previous developer info)'


So...where can i upload "my" module for testing?



13
uberrookie
class/module.errorhandler.php
  • 2011/4/23 17:25

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


Line 100 and 101 print:
Error Code: $e_code


ERROR: $errmsg[$e_code]

while it should print a errorcode and message.

change line 100 and 101 from:
echo 'Error Code: $e_code<br /><br /><br />';
        echo 
'<strong>ERROR:</strong> $errmsg[$e_code]<br /><br /><br />';

to
echo 'Error Code: '.$e_code.'<br /><br /><br />';
        echo 
'<strong>ERROR:</strong> '.$errmsg[$e_code].'<br /><br /><br />';



14
uberrookie
Re: What module for links management?
  • 2011/4/22 4:41

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


I've downloaded it and give it a testdrive this weekend.
I will translate it to dutch as well.

Where can I send the translation files to?



15
uberrookie
Re: What module for links management?
  • 2011/4/21 20:56

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


So...what version of mylinks is compatible with xoops 2.5.1 and where do i find it?

I c xoops.org uses mylinks as well. (https://xoops.org/modules/mylinks/)

Is this the one i want?



16
uberrookie
Re: help for Test extgallery 1.0.9!!!!
  • 2011/4/20 20:07

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


Hi,

I'm willing to translate the language files to dutch, since the included dutch files (1.0.9 RC3) are not up to date, but i'm a bit worried about starting all over again once the next version comes out.

If you would like a translation, please let me know how to get the latest english files and where to sent the translation.

Also...Do you have an estimated time of release for a stable version, ready for an active site?
I have to publish a new site by the end of the month and a photogallery is the final thing to add. Advice on a gallery module or extgallery version would be appreciated.



17
uberrookie
check if username is taken
  • 2011/4/18 21:51

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


I hope this is the right forum to ask...
I'm allowing a guest to enter a nickname while he's posting, but i want to prevent he's entering a name that's already registered as a username.

How do I check this (the clean way)?



18
uberrookie
text for smilies (alt and title tag)
  • 2011/4/15 21:11

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


I think it would be nice to show the smilie code when hovering a smilie.

That's nice for people who (still) cant use javascript and to remember the codes. (sometimes typing the code is faster/easier than clicking)

Maybe the same for the alt tag in case the image didn't load for some reason.



19
uberrookie
cursor style hand
  • 2011/4/15 21:03

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


As reported earlier for a previous version of xoops (https://xoops.org/modules/newbb/viewtopic.php?post_id=309807#forumpost309807), the cursor style still isn't changed to "pointer".

the style ""hand" is IE old versions only.



20
uberrookie
Module changes validation
  • 2011/4/9 21:35

  • uberrookie

  • Just popping in

  • Posts: 34

  • Since: 2011/3/29


Xoops 2.5.1

when changing the module order or name athttp://mysite/modules/system/admin.php

you have to validate the changes after submit.

This page shows nothing to validate and generates the next warning:

Invalid argument supplied for foreach() in bestand /modules/system/admin/modulesadmin/main.php on line 233

Xoops 2.5.0 was fine




TopTop
« 1 (2) 3 4 »



Login

Who's Online

172 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 172


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