SMFHacks.com
SMFHacks
Community Suite
SMF Gallery Pro
SMF Store
SMF Classifieds
Newsletter Pro
Downloads System Pro
Ad Seller Pro
Hacks and Mods
Latest SMF Hacks
TopTen Hacks
Styles and Themes
Add a Hack
Manage Hacks
Earn Money from Your Forum with these tips
SMF Theme Generator
SMF Package Parser
Free SMF Hosting
HostGator Webhosting for SMF
Site Showcase
Search Forums
Advanced search
User
Welcome,
Guest
. Please
login
or
register
.
February 10, 2012, 06:30:03 pm
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Stats
Members
Total Members: 9904
Latest:
toytoy5555
Stats
Total Posts: 27798
Total Topics: 4859
Online Today: 79
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 1
Guests: 61
Total: 62
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
Author
Topic: [Mod] Welcome Topic (Read 40166 times)
treasurenet
Newbie
Offline
Posts: 42
Re: [Mod] Welcome Topic
«
Reply #30 on:
July 11, 2008, 03:34:02 am »
Quote from: Jakki 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?
Same problem here... when I register a new member through he admin panel. No new post. SMF 1.1.5 no TP.
I have selected the forum, and I have added a welcome message.
sigh.
solved - sorry - thanks for yet another cool mod.
«
Last Edit: July 11, 2008, 03:54:45 am by treasurenet
»
Logged
Using SMF 1.1.10, Gallery Pro 2.5
treasurenet
Newbie
Offline
Posts: 42
Re: [Mod] Welcome Topic
«
Reply #31 on:
July 11, 2008, 07:56:14 am »
Is there any way to link to the new users profile in the welcome post?
Thanks for a cool mod!
Logged
Using SMF 1.1.10, Gallery Pro 2.5
treasurenet
Newbie
Offline
Posts: 42
Re: [Mod] Welcome Topic
«
Reply #32 on:
July 12, 2008, 03:00:33 am »
SIGH.
p.s., I would also like the new users to be redirected to the new post!
Logged
Using SMF 1.1.10, Gallery Pro 2.5
SMFHacks
Administrator
Hero Member
Offline
Posts: 9399
Re: [Mod] Welcome Topic
«
Reply #33 on:
July 12, 2008, 10:06:24 am »
Add the two suggestions to the mod tracker. They can be done in the next update for the mod.
Logged
treasurenet
Newbie
Offline
Posts: 42
Re: [Mod] Welcome Topic
«
Reply #34 on:
July 12, 2008, 01:16:58 pm »
Thanks! Done!
Logged
Using SMF 1.1.10, Gallery Pro 2.5
Lum-chan
Newbie
Offline
Posts: 8
Lum-chan is cute!
Re: [Mod] Welcome Topic
«
Reply #35 on:
July 13, 2008, 05:47:35 pm »
Installed Welcome Topic on SMF 1.1.5/TP 1.05 flawless. Ony thing what might not correctly is the use of more than one welcome topic. It seems is uses the last added topic in de config. I have two, but it uses only the one on the top of the list.
It might be coincidence, but I'm not sure.
I'll await a few new members en see what happens. If I create new (fake)accounts myself, the same topic is still used (the one on top of the topiclist) but the second one isn't used while posting a welcome topic.
How come?
Logged
Lum-chan
Jakki
Newbie
Offline
Posts: 4
Re: [Mod] Welcome Topic
«
Reply #36 on:
August 12, 2008, 08:53:54 am »
Quote from: treasurenet on July 11, 2008, 03:34:02 am
Quote from: Jakki 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?
Same problem here... when I register a new member through he admin panel. No new post. SMF 1.1.5 no TP.
I have selected the forum, and I have added a welcome message.
sigh.
solved - sorry - thanks for yet another cool mod.
What did you do? to get it to work?
Logged
alan86
Newbie
Offline
Posts: 1
Re: [Mod] Welcome Topic
«
Reply #37 on:
September 29, 2008, 07:55:05 am »
I use smf 2.0 so I had to make the mod compatible with it.
Is it possible to redistribute it or I have to keep it only for me?
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9399
Re: [Mod] Welcome Topic
«
Reply #38 on:
September 29, 2008, 07:07:12 pm »
Keep it for you for now. I plan to update the mod to SMF 2.0 shortly.
Logged
Bergler
Newbie
Offline
Posts: 4
Re: [Mod] Welcome Topic error
«
Reply #39 on:
March 07, 2009, 11:13:32 am »
I am getting this error after installing this mod for through the SMF 2.0RC1 installer. When I installed it there were no errors? How can it be fixed?? Thanks.
http://www.flytyingbug.com/forums/index.php?action=welcome&sa=add2
Invalid value inserted or no type specified.
Function: addtopic2
File: /nfs/c03/h03/mnt/52866/domains/flytyingbug.com/html/forums/Sources/WelcomeTopic2.php
Line: 204
Quote
184:
$_REQUEST['topicbody'] = un_htmlspecialchars($_REQUEST['topicbody']);
185:
186:
}
187:
188:
$topicsubject = $smcFunc['htmlspecialchars']($_REQUEST['topicsubject'], ENT_QUOTES);
189:
$topicbody = $smcFunc['htmlspecialchars']($_REQUEST['topicbody'], ENT_QUOTES);
190:
191:
if ($topicsubject == '')
192:
fatal_error($txt['welcome_err_nosubject'], false);
193:
194:
if ($topicbody == '')
195:
fatal_error($txt['welcome_err_nobody'], false);
196:
197:
198:
echo "INSERT INTO {db_prefix}welcome
199:
(welcomesubject, welcomebody)
200:
VALUES ('$topicsubject', '$topicbody')";
201:
// Insert the Topic
202:
$smcFunc['db_query']('',"INSERT INTO {db_prefix}welcome
203:
(welcomesubject, welcomebody)
==>204:
VALUES ('$topicsubject', '$topicbody')");
205:
206:
// Redirect to the main settings
207:
redirectexit('action=admin;area=welcome;sa=admin');
208: }
209:
210: function EditTopic()
211: {
212:
global $txt, $context, $smcFunc, $mbname, $sourcedir, $modSettings;
213:
214:
// Load the edit topic template
215:
$context['sub_template'] = 'edittopic';
216:
217:
// Set the page title
218:
$context['page_title'] = $mbname . ' - ' . $txt['welcome_edittopic'];
219:
220:
// Get the Topic ID
221:
$id = (int) $_REQUEST['id'];
222:
223:
224:
$request = $smcFunc['db_query']('',"
Logged
Bergler
Newbie
Offline
Posts: 4
Re: [Mod] Welcome Topic
«
Reply #40 on:
March 08, 2009, 12:35:32 pm »
here is another error,
http://www.flytyingbug.com/forums/index.php?action=activate;u=12;code=eda6c4d9a5
8: Undefined index: memberName
File: /nfs/c03/h03/mnt/52866/domains/flytyingbug.com/html/forums/Sources/Register.php
Line: 658
Quote
638:
elseif ($row['validation_code'] == '')
639:
{
640:
loadLanguage('Profile');
641:
fatal_error($txt['registration_not_approved'] . ' <a href="' . $scripturl . '?action=activate;user=' . $row['member_name'] . '">' . $txt['here'] . '</a>.', false);
642:
}
643:
644:
$context['sub_template'] = 'retry_activate';
645:
$context['page_title'] = $txt['invalid_activation_code'];
646:
$context['member_id'] = $row['id_member'];
647:
648:
return;
649:
}
650:
651:
// Let the integration know that they've been activated!
652:
if (isset($modSettings['integrate_activate']) && function_exists($modSettings['integrate_activate']))
653:
call_user_func($modSettings['integrate_activate'], $row['member_name']);
654: // Welcome Topic Mod
655:
global $sourcedir;
656:
require_once($sourcedir . '/WelcomeTopic2.php');
657:
==>658:
DoWelcomePost($row['memberName']);
659:
660:
661:
// End Welcome Topic Mod
662:
663:
664:
// Validation complete - update the database!
665:
updateMemberData($row['id_member'], array('is_activated' => 1, 'validation_code' => ''));
666:
667:
// Also do a proper member stat re-evaluation.
668:
updateStats('member', false);
669:
670:
if (!isset($_POST['new_email']))
671:
{
672:
require_once($sourcedir . '/Subs-Post.php');
673:
674:
adminNotify('activation', $row['id_member'], $row['member_name']);
675:
}
676:
677:
$context += array(
678:
'page_title' => &$txt['registration_successful'],
Logged
lossehelin
Newbie
Offline
Posts: 1
Re: [Mod] Welcome Topic
«
Reply #41 on:
March 12, 2009, 12:19:01 pm »
hi!
i installed this mod on smf 2.0rc1 with runet theme.
The installation went fine... BUt the thing is when someone registers it does open a new topic but with no Nick in it.
The tag [username] isn't working.
any idea?
«
Last Edit: March 12, 2009, 12:35:24 pm by lossehelin
»
Logged
Bergler
Newbie
Offline
Posts: 4
Re: [Mod] Welcome Topic
«
Reply #42 on:
March 12, 2009, 02:15:24 pm »
That's the same problem I am having but know one wants to talk about it?
Today I noticed there was a member waiting to be activated, so I did and the mod worked properly
but...... again wish there was some support?? I has to be something simple, not my area of expertise!!
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9399
Re: [Mod] Welcome Topic
«
Reply #43 on:
March 12, 2009, 06:50:39 pm »
Sorry haven't had time will try to look into the issue in the next couple of weeks
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9399
Re: [Mod] Welcome Topic
«
Reply #44 on:
March 14, 2009, 05:39:04 pm »
New update
SMF 2.0 bug fixes
!Fixed bug with memberName when registering a member should be memberName
!Fixed bug if you using multiple cases for [UsErNaMe]
Logged
Pages:
1
2
[
3
]
4
5
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMFHacks.com
-----------------------------
=> News
=> Site Discussion
===> Suggestions
===> Bugs
-----------------------------
SMF Gallery Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
SMF Store
-----------------------------
=> Announcements
=> Presales
=> Support
===> Guides and Tips
===> Feature Requests
===> Bugs
-----------------------------
SMF Classifieds
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
Downloads System Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Feature Requests
===> Bugs
-----------------------------
Ad Seller Pro
-----------------------------
=> Presales
=> Support
-----------------------------
Newsletter Pro
-----------------------------
=> Presales
=> Support
===> Feature Requests
-----------------------------
Social Login Pro
-----------------------------
=> Presales
-----------------------------
Tweet Topics System
-----------------------------
=> Presales
-----------------------------
SMF Gallery Lite
-----------------------------
=> SMF Gallery Lite
-----------------------------
Modifications/Themes
-----------------------------
=> General SMF Forum
=> Modifications Talk
===> Latest Mods
===> Modification Showcase
=> Theme Talk
===> Theme Showcase
===> Latest Themes
Recent
Support needed please
by
dantheman
[
Today
at 03:36:31 pm]
Any news?
by
maxipes
[
Today
at 02:42:09 pm]
boardindex categories
by
SMFHacks
[
Today
at 02:23:51 pm]
Profile comments ERROR he...
by
SMFHacks
[
Today
at 10:26:45 am]
Simple Audio Video Embede...
by
simibill
[February 09, 2012, 05:30:55 pm]
statistics?
by
exit
[February 09, 2012, 04:47:13 pm]
Gallery Pro Support Neede...
by
SMFHacks
[February 08, 2012, 09:09:16 pm]
Question about permission...
by
SMFHacks
[February 08, 2012, 09:11:02 am]
Bulk comment delete?
by
SMFHacks
[February 08, 2012, 09:07:32 am]
Link?
by
chinaren
[February 08, 2012, 03:46:49 am]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Loading...