News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Welcome Topic

Started by SMFHacks.com Team, May 07, 2007, 09:42:29 PM

Previous topic - Next topic

StarterX

Well Thanks to puw for Saying me how to check the MySQL Version and MySql Version is 5.1.58

vbgamer45

Hmm try creating this table manually in your database using phpmyadmin

CREATE TABLE  smf_welcome
(ID smallint(5) unsigned NOT NULL auto_increment,
welcomesubject tinytext,
welcomebody text,
PRIMARY KEY (ID))
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

comesee

cant find     welcome' doesn't exist  when i tried to install the welcome mode.

vbgamer45

Database error? Or you can't find the setting?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Mstcool

I tried having a test account made and stuff, It didn't make the topic?

SMF 2.0.4

vbgamer45

What are your welcome settings that you have setup as?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Mstcool

Well I registered the member using the admin panel.

All my mods got deleted. So ill tell you after I add it back. :)

vbgamer45

Ah yeah I am not sure if it does create anything  when you do it using the admin panel.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

ivanr

Quote from: FireDitto on October 23, 2012, 06:20:12 PM
Quote from: DWG on February 19, 2011, 06:42:41 PM
Quote from: vbgamer45 on February 19, 2011, 06:39:26 PM
Not possible since the user does not enter a display name on registration
They do if the site is using Display Name on Registration Mod (http://custom.simplemachines.org/mods/index.php?mod=1747) like our site.

I'm in the same boat. I'd really love it if it called the Display Name rather than the log in name, since I also use this mod.

Yes, it is possible. the following worked for me;
in Forums/Sources/Managemembers.php

Search for: // Welcome Topic Mod
Then 16 lines below this, change
'subject' => str_replace("{username}",$member['username'],$row2['welcomesubject']),
'body' => str_replace("{username}",$member['username'],$row2['welcomebody']),

to

'subject' => str_replace("{username}",$member['name'],$row2['welcomesubject']),
'body' => str_replace("{username}",$member['name'],$row2['welcomebody']),






vbgamer45

Yes that will work if you register a the member yourself in the members area.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

ivanr

I do not register members myself in the members area, members register themselves as per normal.

All I do is just approve them in the admin section.

vbgamer45

The question is how do they enter their own custom  displayname on registration then?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

ivanr


MoreBloodWine

So ya, for the first time ever I ran in to something weird.

Had a new member sign up yesterday and they didn't get a welcome topic made for them.

Other than mod conflicts which I am not sure if that's what caused this one time fluke, what might also cause the post to not be made ?

Ps; I say one time fluke since I am hoping the next new member gets a post made for them.

Pss; For members "missed" is there a way to "force" the post to be made for them aside from just manually making one up / typing it out ?

Ty.
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


vbgamer45

Could be if you have a different mod that auto registers members might not support it.

Force read a topic on login
http://custom.simplemachines.org/mods/index.php?mod=1364
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

MoreBloodWine

Quote from: vbgamer45 on April 19, 2013, 09:15:25 PM
Could be if you have a different mod that auto registers members might not support it.
None at all, I went ahead and just manually made the welcome post for said user. I'll come back here if it happens again, Thx VB
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


StarterX

Guys Help me it shows me the Same Error idk how to do in phpmyadmin  :-\

it shows this error. Please Reply I need this Mod  :-\


SQL logic error or missing database
near "NOT": syntax error
File: /home/u700575668/public_html/Packages/temp/WelcomeTopicsql2.php
Line: 18

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

StarterX

Quote from: vbgamer45 on April 27, 2013, 08:50:16 AM
Are you using MySQL?

Yea i am using MySQL and PHP Both My MySQL Version is 5.1.58 and PHP Version is 5.3

Please Help me I need This Mod  :-\

MoreBloodWine

Ok, so the last two new users this mod has missed and I havent not changed anything on my site since the last few successful signups.

Any ideas ?
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


Advertisement: