News:

Wondering if this will always be free?  See why free is better.

Main Menu

[EASY] How to remove "Select" text in code

Started by n00bhelp, March 25, 2010, 10:24:23 PM

Previous topic - Next topic

n00bhelp

This should be easy for the pros here.
I just want to know how to remove the "select" text next to the code.. Running SMF RC2.X



How to remove "[Select]" below?
Example is this


Arantor

Easy if you know what specific version of SMF to look at... you've said 2.0 RC, there have been 5 separate versions of 2.0 with an RC tag...

Yağız...

Find and remove from ./Souces/Subs.php:
<a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation">' . $txt['code_select'] . '</a>
Find and remove:
<a href="#" onclick="return smfSelectText(this);" class="codeoperation">' . $txt['code_select'] . '</a>

Arantor

* Arantor isn't sure whether it changed between RCs or not... hence asking in the first instance.

Yağız...

Quote from: Arantor on March 29, 2010, 07:38:36 AM
* Arantor isn't sure whether it changed between RCs or not... hence asking in the first instance.
Yeah this may not work on RC2 as those are RC3 codes :)

n00bhelp

Thanks a lot Yağız...! It worked! Im running RC3 by the way.

Advertisement: