SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
July 29, 2010, 04:07:20 pm

Login with username, password and session length
Members
Total Members: 8182
Latest: Laser077
Stats
Total Posts: 21474
Total Topics: 4005
Online Today: 43
Online Ever: 399
(March 21, 2008, 10:16:14 pm)
Users Online
Users: 0
Guests: 34
Total: 34
Sponsored Links
+  SMFHacks.com
|-+  Forum
| |-+  Modifications/Themes
| | |-+  Modifications Talk
| | | |-+  Latest Mods
| | | | |-+  [Mod] Welcome Topic
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] 3 4 5 Go Down Print
Author Topic: [Mod] Welcome Topic  (Read 31219 times)
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 7146


View Profile
« Reply #15 on: January 05, 2008, 05:31:31 pm »

This mod can not be done for this would require a new mod.
Logged
gri
Newbie
*
Offline Offline

Posts: 13


Space Human


View Profile
« Reply #16 on: January 05, 2008, 10:59:43 pm »

This mod can not be done for this would require a new mod.

SMFHacks,
be more exact please.

Which user's request postS
your reply is referred to ?

Create your own gritoadmix ~SMFHacks to Gri~ at my forum
to have a possibility
to reply on gri's requests to your ~SMFHacks to Gri~ gritoadmix.
« Last Edit: February 19, 2008, 08:04:52 am by gri » Logged

SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 7146


View Profile
« Reply #17 on: January 06, 2008, 12:09:14 am »

IWAC's idea
Logged
gri
Newbie
*
Offline Offline

Posts: 13


Space Human


View Profile
« Reply #18 on: January 06, 2008, 01:15:15 am »

IWAC's idea

SMFHacks,

Are there any tools for SMF
which would allow to reflect somehow
the attitude of the topic Author
to the post of another member in Author's topic..

after reading of another member's post by topic author ?

For example, there could be formalized icons
(maybe visible for post author only):

Just Read
Have Read and Ignored
Be More Specific
Wait for Reply
...
A separate ~Welcome Topic~ is being prepared..


Or just a link (grivitoutik) to the new separate topic
with the quote of the original member's post
could be published..

in special section of the member's post.
Logged

Rafferty
SMF Gallery Pro Customer
Full Member
*****
Offline Offline

Posts: 135


webmaster@aadaa.asn.au
View Profile WWW Email
« Reply #19 on: February 20, 2008, 07:33:13 pm »

Hacks is it possible to change the username in the topic to displayname?
Logged

Don't Follow Me I Have No Idea What I'm Doing
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 7146


View Profile
« Reply #20 on: February 20, 2008, 07:46:12 pm »

Not sure if that would work. Because the mod uses the username when they register on the forum and by default the registration form does not ask for a display name.
Logged
Rafferty
SMF Gallery Pro Customer
Full Member
*****
Offline Offline

Posts: 135


webmaster@aadaa.asn.au
View Profile WWW Email
« Reply #21 on: February 20, 2008, 08:13:29 pm »

Thank you
Logged

Don't Follow Me I Have No Idea What I'm Doing
gri
Newbie
*
Offline Offline

Posts: 13


Space Human


View Profile
« Reply #22 on: February 20, 2008, 10:25:07 pm »

Not sure if that would work.
Because the mod uses the username when they register on the forum
and by default the registration form does not ask for a display name.

SMFHacks,

WelcomeTopic.xml :
Code:
'subject' => str_replace("{username}",$row['memberName'],$row2['welcomesubject']),
'body' => str_replace("{username}",$row['memberName'],$row2['welcomebody']),

Username - is used only for identification by SMF (for login).
It is saved in members.memberName .

Name - is the displayed name that people will see.
It is saved in members.realName .

After the registration -
the default value of members.realName
is equal to members.memberName value.

When an administrator included the {username} variable
in Welcome Topic settings -
the mod should display a value of the database field
                                      members.realName
instead of members.memberName , i.e.
Code:
'subject' => str_replace("{username}",$row['realName'],$row2['welcomesubject']),
'body' => str_replace("{username}",$row['realName'],$row2['welcomebody']),

Shouldn't it ?
« Last Edit: February 20, 2008, 10:27:51 pm by gri » Logged

SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 7146


View Profile
« Reply #23 on: February 20, 2008, 10:50:42 pm »

It could but doesn't make much of a difference since the user never has a chance to change their display name until after they are registered in the forum and approved.
Logged
gri
Newbie
*
Offline Offline

Posts: 13


Space Human


View Profile
« Reply #24 on: February 21, 2008, 02:49:56 am »

It could
but doesn't make much of a difference
since the user never has a chance to change their display name
until after they are registered in the forum and approved.

SMFHacks,

i do not understand you here.

I have changed my display name on your forum
from "gri" to ~grif~.. timely.

Do confirm that ~grif appeared~ in the member.realName field
in your database.

At the moment, all my posts on the forum
have the ~grif~ displayed name.

If i had my Welcome Topic with {username} implemented -
then it should change the display automatically to
something like:

~Dear grif, you are always welcome at the forum..
 with your gritoadmixes~.
Logged

Rafferty
SMF Gallery Pro Customer
Full Member
*****
Offline Offline

Posts: 135


webmaster@aadaa.asn.au
View Profile WWW Email
« Reply #25 on: March 18, 2008, 07:45:32 am »

When my members register, they provide their username (ie: ier475k) and their display name (their real name (ie: john smith)).

At the moment the mod generates the user name therefore: "Welcome to ier475k", hmmm very impersonal and would be preferred to read "Welcome to John Smith"

I have removed the mod for this reason after advice from my moderators that its tacky and impersonal although the concept is excellent value. It would be of much more value if the variables could be included. ie: username, displayname, realname etc.
Logged

Don't Follow Me I Have No Idea What I'm Doing
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 7146


View Profile
« Reply #26 on: March 18, 2008, 06:52:30 pm »

How are they entering their display name? The default of SMF does not allow them to choose the display name.
Logged
gri
Newbie
*
Offline Offline

Posts: 13


Space Human


View Profile
« Reply #27 on: March 19, 2008, 03:12:57 am »

How are they entering their display name?
The default of SMF does not allow them to choose the display name.

Does allow.

SMFHacks,

Do confirm that you haven't changed
the "Allow users to edit their displayed name?" permission
on your forum.

ps.
Reply with quote (with Quick reply box enabled)
does not work for me.
(just green ~Loading~ endless notification.)
Logged

Rafferty
SMF Gallery Pro Customer
Full Member
*****
Offline Offline

Posts: 135


webmaster@aadaa.asn.au
View Profile WWW Email
« Reply #28 on: March 19, 2008, 07:46:22 am »

Hacks, Im sneaky at the moment, I change it at the time I approve them & have added a realname box on registration from custom profile fields mod
Logged

Don't Follow Me I Have No Idea What I'm Doing
Jakki
Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #29 on: July 08, 2008, 12:33:23 pm »

I have a problem with this mod. I'm currently running SMF 1.1.5 with TP V. .98.  I followed directions but recently got a new member and it didn't do the welcome post. I've checked the settings and all systems are a go but it didn't go..LOL
Any ideas?
Logged
Pages: 1 [2] 3 4 5 Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 05:27:30 am]

[July 28, 2010, 04:25:31 pm]

[July 28, 2010, 03:26:44 pm]

[July 28, 2010, 12:31:49 am]

[July 27, 2010, 01:13:37 pm]

[July 27, 2010, 11:53:36 am]

[July 27, 2010, 07:22:28 am]

[July 25, 2010, 12:18:25 am]

[July 24, 2010, 10:36:53 pm]

[July 24, 2010, 02:14:46 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
Page created in 0.31 seconds with 20 queries.