SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
September 06, 2010, 10:45:00 pm

Login with username, password and session length
Members
Total Members: 8386
Latest: jmanceli2010
Stats
Total Posts: 21963
Total Topics: 4072
Online Today: 38
Online Ever: 399
(March 21, 2008, 10:16:14 pm)
Users Online
Users: 0
Guests: 27
Total: 27
Sponsored Links
+  SMFHacks.com
|-+  Forum
| |-+  Modifications/Themes
| | |-+  Modifications Talk
| | | |-+  Latest Mods
| | | | |-+  Profile Comments
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] Go Down Print
Author Topic: Profile Comments  (Read 11613 times)
tugistyle
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #15 on: October 20, 2008, 09:48:14 am »

I have a problem with Profile Comments Mod.

If i want to install it, i will get the following fault in my screen:

Fatal error: require() [function.require]: Failed opening required

'/www/web2437/html/Packages/temp/./ProfileCommentsinstall.php' (include_path='.:/usr/share/pear')

in /www/web2437/html/Sources/Packages.php on line 552


What can i do to resolve the problem.
Logged
hhy89
Newbie
*
Offline Offline

Posts: 7


View Profile Email
« Reply #16 on: November 08, 2008, 05:24:36 am »

Logged
hhy89
Newbie
*
Offline Offline

Posts: 7


View Profile Email
« Reply #17 on: November 16, 2008, 10:32:02 am »

 Undecided
Logged
Vincent Volmer
Sr. Member
****
Offline Offline

Posts: 401


SMF 2.0RC3


View Profile WWW
« Reply #18 on: January 17, 2010, 05:38:58 am »

 
Hello Mr SMFHacks,

We're using this Profie Comments mod for a long time and we would like to use it again in the future.

We removed it because of the way the user is notified when a comment is placed;
First, the user (member) gets an emailnotification that he has a new PM.
Second, this PM is saying: 'you have a comment in your userprofile', after that he has to look at his profile to see what the message is saying. This is a bit confusing for a lot of the members.

There must be an easier way to notify the member. When a comment is placed on a members profile it would be prettier to receive an e-mail instead of a PM and that this  e-mail includes the profile link.

In the gallery the e-mail notification already exist, including the direct link. This is working perfect. It would be really nice to have this option too in the Profile Comments.

Is this possible and..... is this mod allready updated for SMF2.0 RC2?

The advantage of this mod is that the profiles are more approachable for other users which would be a great option for the involvement of our users.

Thanks in advance,

Vincent Volmer
 
Logged

SMF Store
SMF Gallery Pro
Newsletter Pro
Downloads System Pro

Digiscrap.nl, digitaal foto's scrappen
Vincent Volmer
Sr. Member
****
Offline Offline

Posts: 401


SMF 2.0RC3


View Profile WWW
« Reply #19 on: April 10, 2010, 01:58:07 am »

Hello SMFHacks,

Maybe you can make it an option? Notify by PM or by direct E-mail?

Thank you for your great work!

Vincent
Logged

SMF Store
SMF Gallery Pro
Newsletter Pro
Downloads System Pro

Digiscrap.nl, digitaal foto's scrappen
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 7331


View Profile
« Reply #20 on: April 10, 2010, 08:18:46 am »

Notify by pm is built into the latest version i checked on simplemachines.org
Logged
Vincent Volmer
Sr. Member
****
Offline Offline

Posts: 401


SMF 2.0RC3


View Profile WWW
« Reply #21 on: April 10, 2010, 08:23:16 am »

Notify by pm is built into the latest version i checked on simplemachines.org

Yes..... I know but we prefer notifying by e-mail only, instead of PM Wink

Vincent
Logged

SMF Store
SMF Gallery Pro
Newsletter Pro
Downloads System Pro

Digiscrap.nl, digitaal foto's scrappen
Vincent Volmer
Sr. Member
****
Offline Offline

Posts: 401


SMF 2.0RC3


View Profile WWW
« Reply #22 on: May 15, 2010, 05:41:43 pm »

I tried to edit ProfileComments2.php to send an email instead of a PM but I can't get it to work....  Undecided
I'm not a PHP programmer so I don't understand what I'm doing hehe

This is what I have done (sorry if it is not allowed to edit the code...):

Code:
// Send email to the user to let them know someone left a comment on their page
if ($userid != $user_info['id'] && $approved == 1)
{
// Lookup the user name's
$dbresult = $smcFunc['db_query']('', "
SELECT
real_name, email_address
FROM {db_prefix}members
WHERE id_member = " . $user_info['id']);
$row = $smcFunc['db_fetch_assoc']($dbresult);
$smcFunc['db_free_result']($dbresult);
$mem_email = $row['email_address'];


require_once($sourcedir . '/Subs-Post.php');

sendmail($mem_email, str_replace("%s", $subject, $txt['pcomments_notify_pm_subject']), str_replace("%s", $scripturl . '?action=profile;u=' . $id, $txt['pcomments_notify_pm_body']));
}

// Redirect back to the profile
redirectexit('action=profile;u=' . $userid);

}

With this edit the 'poster' of the comment receives an empty email. So its selecting the wrong email address.

Is it possible for someone to make this work? I'll be very thankful!

Thanks in advance,
Vincent
Logged

SMF Store
SMF Gallery Pro
Newsletter Pro
Downloads System Pro

Digiscrap.nl, digitaal foto's scrappen
Pages: 1 [2] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 09:27:47 pm]

[Today at 09:52:21 am]

[September 05, 2010, 11:59:21 am]

[September 05, 2010, 08:55:27 am]

[September 04, 2010, 10:54:28 pm]

[September 04, 2010, 04:50:32 pm]

[September 03, 2010, 09:19:13 pm]

[September 02, 2010, 02:24:17 pm]

[September 01, 2010, 08:36:20 am]

[August 31, 2010, 01:07:25 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 4.819 seconds with 20 queries.