The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
All text in reply field gets underlined
had some problems with a bit of malacious code injection a while back and recovered from it. However in the process, somehow ended up breaking the "reply" and quick reply section. Now when anyone clicks on reply or quick reply and types any text in the field, everything gets underlined.
For example just as this line is underlined. everything gets underlined Can someone please advise as to how to fix it? Any sugegstions? Thanks PS If I create a new style and change this into a default style, problem goes away. However it also deletes all banners / ad codes etc. |
#2
|
|||
|
|||
In the Style Manager, click on "All Style Options" for the Style and check the CSS properties for textarea. Maybe there is something like "text-decoration: underline".
|
#3
|
|||
|
|||
Quote:
That was a very good insight. However it did not turn out to be the problem. I did little more digging. I am now certain it is because of broken code of Quick Reply as I am unable to use mouse cursor properly in this section. Also I see a - after wrap icon which is not there if I create a new style. (New style works fine) How do I edit the quick reply to fix it or still better copy it from newstyle? |
#4
|
||||
|
||||
Find your modified templates in your custom style and click to edit. You can then click View Default to view the default and compare, or you may click View History and it will show you the comparison of the templates.
|
#5
|
|||
|
|||
Quote:
Thanks for the reply. Tried changing the showthread_quickreply but that did not do it. The only other custom templates I have are header/footer and postbit. How about this - I change default to new style. Now all i need is to change the copy the header/footer/postbit templates from old default to new default. Any suggestions how it can be done? PS Copied header/footer/postbit templates from old default to new default and found out that problem lies with postbit template. As soon as it was copied, the problem migrated over to new template as well. So how can I troubleshoot postbit template for underline? |
#6
|
|||
|
|||
Maybe your postbit template has some inline CSS for the textarea for QuickReply:
Code:
<textarea ... style="text-decoration: underline" ...></textarea> |
#7
|
|||
|
|||
Quote:
Thanks all who spared the time to reply cheers |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|