Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Automatic Profile Commenter Details »»
Automatic Profile Commenter
Version: 1.2, by Michael Biddle Michael Biddle is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.x Rating:
Released: 02-26-2008 Last Update: 03-18-2008 Installs: 371
Supported Uses Plugins
 

Automatic Profile Commenter
By: whitemike
White-Projects

What this does?

This will add a new profile comment to every newly registered member.

How to Install/Configure?
  1. Import the product through vbulletin product manager.
  2. vBulletin Options->Automatic Profile Commenter and configure
  3. That is it!
Hack options?
  1. Master Enable/Disable
  2. UserID to send comment from
  3. Message that you want in the welcome profile message (BBCode Allowed).
    1. You can now use the following
      • {username} - username of the newly registered user
      • {sitename} - name of your forums
      • {siteurl} - URL to your forums.
New Features?
  1. 1.2 - Allows the use of variables to pull your website name
  2. 1.1 - Allows the use of smilies
Please click INSTALL if you like and use.

Download Now

File Type: xml product-auto_comment_whitemike.xml (3.8 KB, 1481 views)

Screenshots

File Type: jpg profile.jpg (38.7 KB, 0 views)
File Type: jpg admincp.jpg (36.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Snowhog

Comments
  #132  
Old 07-30-2009, 12:28 PM
Keesa Keesa is offline
 
Join Date: Oct 2007
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default




You just made my life.
Reply With Quote
  #133  
Old 08-01-2009, 10:32 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EDIT: Error SOLVED

I installed this on my vb3.7x site and i set everything up. I made one edit to the product file before I installed so that the profile message would only go out to new users that confirmed their email address.

I was able to register fine but I received the following database error:

Database error in vBulletin 3.7.4:

Code:
Invalid SQL:

                                INSERT INTO vb_attachmentviewslog (attachmentid, userid, dateline)
                                VALUES (146, 203, 1249125999);

MySQL Error   : Duplicate entry '146-203' for key 1
Error Number  : 1062
Request Date  : Saturday, August 1st 2009 @ 07:26:39 AM
Error Date    : Saturday, August 1st 2009 @ 07:26:41 AM
Script        : http://www.mysite.com/attachment.php?attachmentid=146
Referrer      : http://www.mysite.com/
IP Address    : xxxxxxxx
Username      : xxxxxxxxx
Classname     : vB_Database
So how can I fix this? The edit I did to change the hook location was: <hookname>register_activate_process</hookname>

EDIT: I solved my database error by changing the suggested hook edit in a previous post back to defalt. The mod now worked perfectly and my new user has a great new automated welcome message!

THANKS FOR THIS!
Reply With Quote
  #134  
Old 08-14-2009, 03:04 AM
Verionia Verionia is offline
 
Join Date: Jul 2009
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesnt work for me - users are registered through joomla bridge, not vbulletin... can u make a fix? Ty.
Reply With Quote
  #135  
Old 08-16-2009, 03:02 AM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do not know how the Joomla bridge works, if you could give me more details I can look into it.
Reply With Quote
  #136  
Old 08-16-2009, 10:29 PM
multiplex multiplex is offline
 
Join Date: Jun 2009
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello Michael Biddle,

i think i found a bug. i am running bv3.8.3 and i should mention have enabled email confirmation feature in vboptioins-->user registration options-->Verify Email address in Registration-->YES

i also should mention i created 3 test accounts to test your hack out. i went through all the steps to register normally - i.e. not trough admin CP

so what is happening is this...

user registers...
user has to verify there email...
i go to my email and click on the verify account link provided...
i am then given a message that my account is verified but i am put into a cue to have my account moderated by an admin. i.e. i am put in the (COPPA) Users Awaiting Moderation Usergroup...
but in my user registration options the Moderate New Members option is set to NO

i had to disable this cause i dont want members to have to wait to be added to an active usergroup

can you please test this out. i wonder if others have noticed this. thanks

i should also mention i have Send Welcome Email feature enabled (also found in user registration options). normally, when a user registers and activates there account, a PM is sent. but when i installed this hack, the PM was NOT sent because i was put into the (COPPA) Users Awaiting Moderation Usergroup which can not accept PMs by default. but the visitor message did go through

marked as installed*
Reply With Quote
  #137  
Old 08-18-2009, 07:02 AM
Ava-Kyrillos Ava-Kyrillos is offline
 
Join Date: Apr 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot
Reply With Quote
  #138  
Old 08-18-2009, 07:34 PM
Verionia Verionia is offline
 
Join Date: Jul 2009
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michael Biddle View Post
I do not know how the Joomla bridge works, if you could give me more details I can look into it.
users will register through joomla first, then they are automatically added to vbulletin user database as a new register... don't know if this mod will still work?
Reply With Quote
  #139  
Old 08-23-2009, 07:23 AM
sebaldus sebaldus is offline
 
Join Date: May 2008
Location: Halden - Norway
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot for a great Hack, Michael..
Regards from Sebaldus..:up:
Reply With Quote
  #140  
Old 10-15-2009, 08:53 AM
helmica helmica is offline
 
Join Date: Mar 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,
i need to upgrade to vb4 are Automatic Profile Commenteris ok by vb4?

thanks in advance for you help
Reply With Quote
  #141  
Old 10-16-2009, 12:49 AM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod will work on vb4.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:29 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06905 seconds
  • Memory Usage 2,330KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete