Home arrow Forum nicknames instead of real names
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 03:48:27 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.1.x (Moderators: -Wolverine, kai920)
| | | |-+  nicknames instead of real names
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: nicknames instead of real names  (Read 1817 times)
gordon7999
Joomla Newbie
*

Karma: +1/-2
Offline Offline

Posts: 8


View Profile
nicknames instead of real names
« on: February 10, 2006, 01:41:42 PM »

can u please implement an option to sync the nicknames not the real names of the joomla members. some people wants to be anonymous...now every realname is written down in the smf forum...

 Sad
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: nicknames instead of real names
« Reply #1 on: February 10, 2006, 02:07:13 PM »

They simply need to go into their profiles and change their name. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
gordon7999
Joomla Newbie
*

Karma: +1/-2
Offline Offline

Posts: 8


View Profile
Re: nicknames instead of real names
« Reply #2 on: February 10, 2006, 02:39:34 PM »

okay that is one soulution  Cheesy

but some of them never enter the forum...and their real names are still in the memberlist of smf. i can use the admin backend of smf to delete the some of them...but that is not a good solution...or what do u think?

maybe u can add a checkbox to the configuration window to sync the real names or the nicknames. im not a coder but i think its just one more "if else" in sourcecode...or not ?
Logged
gordon7999
Joomla Newbie
*

Karma: +1/-2
Offline Offline

Posts: 8


View Profile
Re: nicknames instead of real names
« Reply #3 on: February 12, 2006, 12:38:34 PM »

ok because wolverine is very busy at the moment (rc1 version ;) )

use this mod for nicknames only

Quote
##########################################################################

## MOD Title:         Only Usernames in Mambo-SMF

## MOD Author:        moin339

## MOD Description:   This mods shows only the username in the

##                    Mambo-SMF-Bridge from mambohacks.com and not

##                    the realname

## MOD Version:       1.0

## Installation Time: 3 minutes

## Files To Edit:     administrator/components/com_smf/functions.smf.php

##                    smf/Themes/default/Profile.template.php

##########################################################################



#

#-----[ OPEN ]------------------------------------------

#

administrator/components/com_smf/functions.smf.php

#

#-----[ FIND ]------------------------------------------

#

      $query = ""

         ." INSERT INTO {$smf_prefix}members (realName, memberName, emailAddress, passwd, dateRegistered, hideEmail)"

         ." VALUES ('$row->name','$row->username','$row->email','mambohacks.com',UNIX_TIMESTAMP('".$row->registerDate."'), '$hideemail')";

#

#-----[ REPLACE WITH ]------------------------------------------

#

      // only Username in SMF - Start

      $query = ""

         ." INSERT INTO {$smf_prefix}members (realName, memberName, emailAddress, passwd, dateRegistered, hideEmail)"

         ." VALUES ('$row->username','$row->username','$row->email','mambohacks.com',UNIX_TIMESTAMP('".$row->registerDate."'), '$hideemail')";

      // only Username in SMF - End

#

#-----[ FIND ]------------------------------------------

#

   $query = ""

      ." INSERT INTO {$smf_prefix}members (realName, memberName, emailAddress, passwd, dateRegistered, hideEmail)"

      ." VALUES ('$row->name','$row->username','$row->email','".md5_hmac($password, strtolower($row->username))."',UNIX_TIMESTAMP('".$row->registerDate."'), '$hideemail')";

#

#-----[ REPLACE WITH ]------------------------------------------

#

   // only Username in SMF - Start

   $query = ""

      ." INSERT INTO {$smf_prefix}members (realName, memberName, emailAddress, passwd, dateRegistered, hideEmail)"

      ." VALUES ('$row->username','$row->username','$row->email','".md5_hmac($password, strtolower($row->username))."',UNIX_TIMESTAMP('".$row->registerDate."'), '$hideemail')";

   // only Username in SMF - End

#

#-----[ OPEN ]------------------------------------------

#

smf/Themes/default/Profile.template.php   

#

#-----[ FIND ]------------------------------------------

#   
Logged
Philip Kern
QA / Testers
Joomla Newbie
*****

Karma: +0/-0
Offline Offline

Posts: 21


View Profile WWW
Re: nicknames instead of real names
« Reply #4 on: February 13, 2006, 05:13:37 AM »

any change you could post the whole thing?  Mambohacks has disabled registration so even though I found it there also, I can't download it.  Thanks!
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
MamboBuzz.com
Search Contact About Advertise Blogs Topsites Submit News Register Login