1
colossus
Re: Welcome registration emails are sent to admins also (Xoops 2.4)
  • 2009/10/30 10:52

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

Quote:
Please read this...


I've added "$xoopsMailer->reset();" line in ~/register.php as you suggest, but welcome mails are still being send to admins (besides the one sent to the new user's address).

Regards: Colossus




2
colossus
Welcome registration emails are sent to admins also (Xoops 2.4)
  • 2009/10/29 11:07

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

Welcome registration email is sent not only to the newly registered user, but to the admins also (the name of the user in the body of the e-mail is changed appropriately, so "welcome newuser", "welcome admin", "welcome admin2"...).

It seems that "Notify by mail when a new user is registered?" must be enabled to reproduce the problem (I haven't tried setting "Select group to which new user notification mail will be sent" to "all users" and see if the duplicated welcome mails are sent to everyone registered).

May be the same bug already reported in XOOPS 3.4 RC.

Regards: Colossus






3
colossus
Re: Url, Mail, etc. buttons not working in Xoops 2.4
  • 2009/10/28 20:41

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

Quote:
In my x240 there is no commented code ...


What? I've downloaded it again, and you are right! I've left the archive as it is, and now it works ???

So, I'm afraid I messed up something when copying the files to the test subdir leaving and old hacked version of that file.

My fault then, please excuse me. Nothing wrong with XOOPS 2.4 here!!!

May be it would be better to delete this whole thread to avoid confusion...

Thanks, and regards: Colossus



4
colossus
Re: Url, Mail, etc. buttons not working in Xoops 2.4
  • 2009/10/28 19:56

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


The following does not apply, please read next posts

Hi:

I think I've got it.

In the line 67 of the archive include/formdhtmltextarea.js:

/* var text3 = prompt(enterImgWidthPhrase, "300");
         if ( text3.length>0 ) {
             text3 = " width="+text3;
         }else { */
             
text3 "";
         }


The commented code leaves one orphan curly bracket that is causing the problem. Should be like this:

/* var text3 = prompt(enterImgWidthPhrase, "300");
         if ( text3.length>0 ) {
             text3 = " width="+text3;
         }else { */ 
            
text3 "";
         
// }


That has fixed the problem for us.

Regards: Colossus



5
colossus
Re: Url, Mail, etc. buttons not working in Xoops 2.4
  • 2009/10/28 18:48

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

Quote:
Do you get any error messages?


None at all. I'll try to look into it, but for now I haven't a clue. Any help will be welcome.

Thanks for your interest, an regards: Clossus



6
colossus
Url, Mail, etc. buttons not working in Xoops 2.4
  • 2009/10/28 11:51

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


The following does not aply, please read next posts

Hi:

I'm testing XOOPS 2.4, and URL, MAIL, IMG, CODE and QUOTE buttons are not working (nothing happens if you click on them), at least with DHTMLArea editor.

I faced this problem some years ago, and it turned out to be some missing definitions in our old theme.. but it seems the problem is another now, because using default or Zetagenesis theme that are included in XOOPS 2.4 doesn't fix the issue.

Anyone can confirm this behaviour? Any ideas?

---
Versión XOOPS - XOOPS 2.4.0
Versión PHP - 5.2.5
Versión MySQL - 4.1.22-standard
Versión Server API - cgi
Versión OS - Linux
---

Thanks in advance, and regards: Colossus



7
colossus
Re: Registration issue with 2.4.0
  • 2009/10/28 10:44

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

Quote:
when an anonymous user's trying to view a user's profile page he gets a blank page, though permissions are set alright.


This error was to be found in XOOPS 2.3.1 also, and was fixed in later versions. Now, I can see it in XOOPS 2.4 too.

I think problem is in line 105 of /modules/profile/userinfo.php:

if ($GLOBALS['xoopsUser']->IsAdmin()) {


Changing it to this seems to solve the problem:

if ( is_object($GLOBALS['xoopsUser']) && $GLOBALS['xoopsUser']->IsAdmin() ) {


Hope this helps.

Regards: Colossus

PD: On your first report "blank page in registration process", as wishcraft states, I cannot reproduce it neither. It's working for me.



8
colossus
Re: Problem selecting user in PM (Xoops 2.4)
  • 2009/10/27 21:22

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi, trabis:

Quote:
Hi colossus, it is supposed to show 200 entries. There is a link "search users" you can/could use.


Sure, there are other ways to PM a user with UID>200, that's not the problem.
But I see now, it's a "feature" then (a strange one, I would add)

Thank you for your quick explanation!

Regards: Colossus



9
colossus
HTML validatio error en Youtube Tags (Xoops 2.4)
  • 2009/10/27 12:50

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

A problem reported some time ago is still present in XOOPS 2.4. Code for youtube tag has changed, but it won't validate anyway.

Regards: Colossus



10
colossus
Problem selecting user in PM (Xoops 2.4)
  • 2009/10/27 12:46

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

As I can see, a problem reported some months ago is still active in XOOPS 2.4: when you create a new Private Message the list to select recipient user shows only the first 200 entries.

In the file ~/class/xoopsform/formselectuser.php, line 49 states the following:

$limit 200;


Regards: Colossus




TopTop
(1) 2 3 4 »



Login

Who's Online

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


Members: 0


Guests: 242


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