Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-02-2004, 07:33 PM
JuicyDuff JuicyDuff is offline
 
Join Date: Sep 2004
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Celebrity wants a special PM feature?

Hey Guys,

It's Zain Jaffer here of www.forum.juicyduff.com (not yet launched, but official personal forum and site of Hilary Duff)

I'm finding vbulletin excellent for the aims I have for the forum (e.g special, private & secure sections for Hilary to keep in touch with fans, staff and friends)

The mod i am requesting: PM Allow Ability

I don't know if this feature is already included or there is already a mod out there that can do what I want but here:

I want to make the forum so that Hilary Duff can only send and recieve private messages from and to people she chooses (perhaps people who belong to a special usergroup?)

E.g: Hilary can only send & recieve private messages to close friends, chosen fans, members of her official staff team and some administrators.
Reply With Quote
  #2  
Old 10-02-2004, 07:50 PM
nexialys
Guest
 
Posts: n/a
Default

illogical... you request that your idol is restricted in her PMs ?!

or you want Hillary to be the only one to be able to use the PM system ?!... because what you explain here is quite evasive...

(btw i don't think Hillary is a celebrity for everyone, it's not a seducing request for me!)
Reply With Quote
  #3  
Old 10-02-2004, 07:55 PM
JuicyDuff JuicyDuff is offline
 
Join Date: Sep 2004
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well the main reasons for this is because of security reasons and obviously - "spam" - the word every member or owner of a forum hates.
Reply With Quote
  #4  
Old 10-02-2004, 07:57 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JuicyDuff
Well the main reasons for this is because of security reasons and obviously - "spam" - the word every member or owner of a forum hates.
Users can turn off the pm system if they choose to not recive pms'
Reply With Quote
  #5  
Old 10-02-2004, 08:12 PM
nexialys
Guest
 
Posts: n/a
Default

you can set something different, as i suppose your idol will not visit your site all day long, as set a specific forum for chatting with her...

i've found the Howard Stern website where Howard have his own forum where people can ask questions and Howard reply.... the PM system is absolutly deactivated, because it's not a place for chatting, but to contact Howard... maybe this would be your best shot on that side of the security/spam question...
Reply With Quote
  #6  
Old 10-02-2004, 09:14 PM
dune dune is offline
 
Join Date: May 2004
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can give certain usergroups the ability to use the PM system or not. If you're comfortable not allowing your "regular" users to use the PM system AT ALL, then that would work for you (enable only mods, etc to be able to use PMs). But if you want them to be able use PMs as normal, but NOT be able to PM a certain user and STILL allow THAT user to use PMs within the restricted group, that's trickier.

The right way to hack this would probably be to alter the code that checks if a user has allowed themselves to receive PM (A user can elect not to recieve any PMs). Hack this code to allow a certain hardcoded usergroup or groups to override that restriction.
Reply With Quote
  #7  
Old 10-02-2004, 09:42 PM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Based upon the original thread I think Dune is correct.

The easiest thing to without doing any kind of 'hacks' is to simply create a new user group (eg: "Friends & Family") and turn off the PM option for everybody except that group. That way if somebody needs to have access to PM who is in the inner circle the site admin then could just add that user to the new group.

If leaving PM on for everybody is still wanted then I think a deviation of Dunes idea might work also. Create a new private custom profile field (eg: "Can PM Hillary?") and then use a conditional in the PM template (pm_newpm maybe) to check for the new private profile field versus who the PM is being sent to.
Reply With Quote
  #8  
Old 10-03-2004, 02:07 AM
JuicyDuff JuicyDuff is offline
 
Join Date: Sep 2004
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank's i'll look into this - I'm not too good with using vbulletin to its full potential as I have only used it occasionally ... is the last solution a hard one to do?
Reply With Quote
  #9  
Old 10-03-2004, 02:15 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well if you go that route then normal members can't pm each other, the best way to go about it would be to combine the buddy list and pm feture.

Basicly she would have to add certain members to her buddy list, once they are there they would be allowed to pm her. And she could respond/send to them.

You would just need to code some php to pick up on her acount, and her buddy list, it would'nt be a large project and a good coder could probbly nock it out in under an hour.
Reply With Quote
  #10  
Old 10-03-2004, 10:59 AM
SaN-DeeP's Avatar
SaN-DeeP SaN-DeeP is offline
 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 1,195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JuicyDuff
Hey Guys,

It's Zain Jaffer here of www.forum.juicyduff.com (not yet launched, but official personal forum and site of Hilary Duff)

I'm finding vbulletin excellent for the aims I have for the forum (e.g special, private & secure sections for Hilary to keep in touch with fans, staff and friends)

The mod i am requesting: PM Allow Ability

I don't know if this feature is already included or there is already a mod out there that can do what I want but here:

I want to make the forum so that Hilary Duff can only send and recieve private messages from and to people she chooses (perhaps people who belong to a special usergroup?)

E.g: Hilary can only send & recieve private messages to close friends, chosen fans, members of her official staff team and some administrators.
why dont you make a new forum, add only allow special groups to read posts from there
put yourself and your celebrity in that special group.
normal users can post there messages, you can take out the crap from there if irrelevant..

pm system can either be disabled from receiving pms for all users, or you can start adding irrelevant users pm to your block list

a new forum will give you features to add some description to same too
my 2 cents
Reply With Quote
Reply


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 09:27 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.04427 seconds
  • Memory Usage 2,252KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_onlinestatus
  • (10)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete