Welcome, Guest. Please Login or Register.
April 19, 2024, 05:25:11 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Emails to the double moderator « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Emails to the double moderator  (Read 5442 times)
embert
Noobie
*
Posts: 7


I'm a not a llama!

Emails to the double moderator
« on: March 20, 2004, 12:04:22 PM »
Reply with quote

YaBB SE Version: 1.5.5
PHP Version: 4.3.4
MySQL Version: 4.0.x
Server Platform: Unix, Linux, or BSD
Link to Forum: http://www.penny-farthing.net/yabbse/index.php

Problem Description:
I have just completed an upgrade from YaBB 1.1.3 to the current version of SE (1.5.5).

Everything went surprisingly smoothly, given my poor skills in this area.

Two problems remain:

1. My username (as moderator) appears twice in the members list, and when I modify the profile of one, the other automatically gets modified. Often the moderator shown on the boards is listed twice as well. I dare not delete one as I suspect the other will also get deleted and then I will notbe able to log in as moderator ever again.

2. when I try to email my members, including my own address, it will not send to my own address. Is this a feature or a bug?

cheers
Rob
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Emails to the double moderator
« Reply #1 on: March 20, 2004, 08:45:37 PM »
Reply with quote

I recommend you try to delete the duplicates, but do it by ID_MEMBER.  Every member should have a unique ID.

You can do this in phpMyAdmin to find duplicates:
SELECT m1.ID_MEMBER AS ID_MEMBER_ONE, m2.*
FROM yabbse_members AS m1, yabbse_members AS m2
WHERE m1.ID_MEMBER != m2.ID_MEMBER
  AND (m1.memberName = m2.memberName OR m1.emailAddress = m2.emailAddress)

This *should* show each copy of any member.

-[Unknown]
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Emails to the double moderator « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.042 seconds with 20 queries.