vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Hide the "Reply to Thread" button when viewing a thread? (https://vborg.vbsupport.ru/showthread.php?t=303682)

RedTurtle 10-21-2013 10:16 PM

Hide the "Reply to Thread" button when viewing a thread?
 
Some of our users keep getting confused by the "Reply to Thread" button when they are viewing a thread and using the Quick Reply editor.

After filling in their response, they accidentally push "reply to thread" instead of the "post quick reply" button.

When they push the "reply to thread" button it reloads the thread page and their post has disappeared. Sometimes the auto-save catches it, but then there's the problem of them knowing about that knowing how to restore the last saved content.

Instead, I think it would be a better UI improvement to just hide the "Reply to Thread" button when viewing a thread. Not sure what the purpose of it is when Quick Reply editor is enabled....maybe without it Multi-quote doesn't work?

So is there a way to hide the reply to thread button when viewing a thread?

Thanks.

ozzy47 10-21-2013 10:20 PM

Try adding this to your additional.css

Code:

/* Start hide new reply button */
#newreplylink_top, #newreplylink_bottom
{
    display: none;
}
/* End hide new reply button */


RedTurtle 10-21-2013 10:37 PM

Thanks a lot Ozzy for the quick reply!

Had another question -- would it be possible to hide this button until a user activates multi-quote? Apparently multi-quote will not work if this button is hidden. Sorry to make it complicated, but thought maybe you have a fix for that.

Thank you.

ozzy47 10-22-2013 10:30 PM

I think that would require a mod, since I believe, the multi quote uses ajax.


All times are GMT. The time now is 10:39 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02120 seconds
  • Memory Usage 1,708KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete