vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Change new reply 'title' to 'readonly' (https://vborg.vbsupport.ru/showthread.php?t=100882)

timetunnel 11-14-2005 10:00 PM

Change new reply 'title' to 'readonly'
 
Hello.

This is to make the 'title' field UNEDITABLE in new replies so only the title from the thread is used.

In the 'newreply' template,

Find this code:
Code:

<td class="smallfont" colspan="3">$vbphrase[title]:
on the same line or below it, add e.g.
Code:

&nbsp;<font class="smallfont">(uneditable since replying)</font>
NEXT, scroll a few lines down and...

Find this code:
Code:

<input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" />
and

Modify to:
Code:

<input type="text" class="bginput_title" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" readonly="readonly" />
where,

class="bginput_title" can be changed to whatever class of attributes you want to have for the BACKGROUND COLOR of the input text field.

Since the 'readonly' attribute is used, the data for this field is still sent to the server.

Have fun!

EDIT: CHANGED in 'Modify to:' from 'readonly' to readonly="readonly" for compliance. The original version works, but should be compliant... :rolleyes:

TCM 11-15-2005 08:09 PM

readonly="readonly" should be used for compliance.

Good idea, although I don't intend to use it myself.

Tony G 11-15-2005 10:48 PM

Thank you for sharing. :)

Could you please put your instructions into a .txt file and attach them? Thanks.

timetunnel 11-16-2005 02:11 AM

Quote:

Originally Posted by TCM
readonly="readonly" should be used for compliance.

Good idea, although I don't intend to use it myself.

I revised the code to make it compliant. Thanks for that reminder.

Quote:

Originally Posted by Tony G
Thank you for sharing. :)

Could you please put your instructions into a .txt file and attach them? Thanks.

I attached the file with the revised code. ENJOY!


All times are GMT. The time now is 12:45 AM.

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.02466 seconds
  • Memory Usage 1,717KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_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