Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 251
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 103
Total: 103

Author Topic: [Mod] Welcome Topic  (Read 94220 times)

0 Members and 1 Guest are viewing this topic.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: [Mod] Welcome Topic
« Reply #15 on: January 05, 2008, 05:31:31 pm »
This mod can not be done for this would require a new mod.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gri

  • Member
  • *
  • Posts: 13
  • Space Human
    • View Profile
Re: [Mod] Welcome Topic
« 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 »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: [Mod] Welcome Topic
« Reply #17 on: January 06, 2008, 12:09:14 am »
IWAC's idea
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gri

  • Member
  • *
  • Posts: 13
  • Space Human
    • View Profile
Re: [Mod] Welcome Topic
« 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.

Offline Rafferty

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • Australian Air Defence Artillery Association
Re: [Mod] Welcome Topic
« Reply #19 on: February 20, 2008, 07:33:13 pm »
Hacks is it possible to change the username in the topic to displayname?
Don't Follow Me I Have No Idea What I'm Doing

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: [Mod] Welcome Topic
« 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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rafferty

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • Australian Air Defence Artillery Association
Re: [Mod] Welcome Topic
« Reply #21 on: February 20, 2008, 08:13:29 pm »
Thank you
Don't Follow Me I Have No Idea What I'm Doing

Offline gri

  • Member
  • *
  • Posts: 13
  • Space Human
    • View Profile
Re: [Mod] Welcome Topic
« 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: [Select]
'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: [Select]
'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 »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: [Mod] Welcome Topic
« 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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gri

  • Member
  • *
  • Posts: 13
  • Space Human
    • View Profile
Re: [Mod] Welcome Topic
« 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~.

Offline Rafferty

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • Australian Air Defence Artillery Association
Re: [Mod] Welcome Topic
« 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.
Don't Follow Me I Have No Idea What I'm Doing

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: [Mod] Welcome Topic
« 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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gri

  • Member
  • *
  • Posts: 13
  • Space Human
    • View Profile
Re: [Mod] Welcome Topic
« 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.)

Offline Rafferty

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • Australian Air Defence Artillery Association
Re: [Mod] Welcome Topic
« 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
Don't Follow Me I Have No Idea What I'm Doing

Offline Jakki

  • Member
  • *
  • Posts: 4
    • View Profile
Re: [Mod] Welcome Topic
« 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?

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
5860 Views
Last post July 25, 2006, 07:28:35 pm
by SMFHacks
0 Replies
3525 Views
Last post March 03, 2007, 04:51:26 am
by maker
0 Replies
3593 Views
Last post March 15, 2007, 03:14:22 pm
by brent38934
5 Replies
5126 Views
Last post July 16, 2013, 05:00:06 pm
by SMFHacks
3 Replies
5945 Views
Last post September 27, 2013, 04:57:59 pm
by SMFHacks

+- Recent Topics

Please Help! by SMFHacks
Today at 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal