Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Warning about Report Icon/Warning Block on Profile Page Details »»
Warning about Report Icon/Warning Block on Profile Page
Version: 1.00, by cheat-master30 cheat-master30 is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.7.x Rating:
Released: 04-01-2008 Last Update: Never Installs: 8
Template Edits
Re-useable Code Translations  
No support by the author.

If you are wondering what the hell this is, then think back to the very early times of when people started to use the vistor messaging system. There were always a few... slightly.. careless members that got mixed up with the report link and thought it was a link to post a reply on the visitor messaging page. Heck, I even had this in TOPICS a few times, since for some reason, the report button does seem to make some new users think it's a 'reply to poster' icon or the like. Well, this is just a nice, suggested by a member of staff at my own forum, notice to kinda solve that.

Yeah, it's a box with a title and a message saying how to reply to visitor messages and not to click the report button. If you want, you can always then add something saying what the the difference actually is between report and reply. Never the less:

Find in memberinfo_block_visitormessaging:

Code:
<if condition="$block_data['messagebits']">
Add above:

Code:
 <div class="thead block_row" id="message">An Important Note: Reply =/= Report</div>
<div class="alt1 smallfont block_row">
<p>Report" =/= "Reply". If you wish to reply to a visitor message, don't click "Report". To reply you must click "View Conversation" under the post you wish to reply to, and it will take you to a page which consists only visitor messages posted by you on his/her profile and vice versa. Simply reply by typing in your message in the message box at the top of the screen.  If you just want to post a new message to anyone, just type in the text box on this page and click 'Submit'.</p></div>
Or something similar. To edit the title, edit this:

Code:
 <div class="thead block_row" id="message">[Insert title here]</div>
To edit the text, change this:

Code:
 <div class="thead block_row" id="message">An Important Note: Reply =/= Report</div>
<div class="alt1 smallfont block_row">
<p>[Insert message here]</div>
I guess you could use the basic structure to warn about anything. That visitor messages are public, how to reply to visitor messages or rules against advertising in visitor messages. It's basically a notice for what the heck you want to write.

Screenshots:

[See attached]

Notes:

Text by TheUltimateKoopa, DS Ultimate forums and amended/edited by cheat-master30.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-03-2008, 12:43 AM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi this is nice can we do something similar for the report button in the posts as well ? I have the report button next to quote, reply buttons so users can easily see it to report spam or expired links on the posts .. but some people using it to send messages liek thanx or good post etc .. thinking it is reply button
Reply With Quote
  #3  
Old 04-03-2008, 08:42 AM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, that can be easy and I could make said modification pretty easily.
Reply With Quote
  #4  
Old 04-04-2008, 03:35 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lazyindian View Post
hi this is nice can we do something similar for the report button in the posts as well ? I have the report button next to quote, reply buttons so users can easily see it to report spam or expired links on the posts .. but some people using it to send messages liek thanx or good post etc .. thinking it is reply button
Oh, and I know I should have replied before, but do you have any idea where you'd want this warning by the posts?
Reply With Quote
  #5  
Old 04-11-2008, 07:34 AM
Breathex Breathex is offline
 
Join Date: Oct 2004
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack, thank you. Can we add banner to that box instead of text?
Reply With Quote
  #6  
Old 04-17-2008, 11:48 PM
alqloob alsahya alqloob alsahya is offline
 
Join Date: Dec 2006
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank"s man
Reply With Quote
  #7  
Old 04-18-2008, 06:24 AM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Breathex View Post
Nice hack, thank you. Can we add banner to that box instead of text?
You can add any HTML code you want to that box, including pictures, videos, tables, flash...
Reply With Quote
  #8  
Old 04-18-2008, 03:49 PM
Breathex Breathex is offline
 
Join Date: Oct 2004
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cheat-master30 View Post
You can add any HTML code you want to that box, including pictures, videos, tables, flash...
Thanks for the reply, i'll install this nice mod soon.
Reply With Quote
  #9  
Old 04-20-2008, 06:57 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem. If you need assistance, I can help...
Reply With Quote
  #10  
Old 04-21-2008, 06:44 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cheat-master30 View Post
Oh, and I know I should have replied before, but do you have any idea where you'd want this warning by the posts?
could it be done in such a way that when the user clicks on the report button a message pops up and says that .. this is a report button, only use if you are reporting a post .. blah blah

and if user clicks ok .. it will take him to report .. if he clicks no .. then it takes to reply?
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 02:28 PM.


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.13202 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (9)postbit
  • (10)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