Activity Stream
48,167 MEMBERS
62050 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member
    Website's:
    wcore.net

    Default Hide content within [code] tags

    Source: http://www.simplemachines.org/commun...topic=416558.0

    In Themes\Default\Modification.english.php

    Find:
    Code: 
    ?>
    Add Before:
    Code: 
    $txt['locked'] = 'Only registered users can see contents.';
    $txt['redirect'] = 'Please click here to <a target="_blank" href="' . $scripturl . '?action=register"">Register</a> or <a target="_blank" href="' . $scripturl . '?action=login">Login</a>';
    In Sources/Subs.php
    Find:
    Code: 
                    'tag' => 'code',
                    'type' => 'unparsed_content',
                    'content' => '<div class="codeheader">' . $txt['code'] . ': <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation">' . $txt['code_select'] . '</a></div><code class="bbc_code">$1</code>',
    Replace it with:
    Code: 
                    'tag' => 'code',
                    'type' => 'unparsed_content',
                    'content' => $user_info['is_guest'] ? '<div class="codeheader">' . $txt['code'] . ': </div><code class="bbc_code">' . $txt['locked'] . ' ' . $txt['redirect'] . '</code>' :  '<div class="codeheader">' . $txt['code'] . ': <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation">' . $txt['code_select'] . '</a></div><code class="bbc_code">$1</code>',
    Code might be a little outdated, works for 1.1 for sure.
    Only small tweaks are needed for this to work with 2.0 RC5
    Leg!on Reviewed by Leg!on on . Hide content within [code] tags Source: http://www.simplemachines.org/community/index.php?topic=416558.0 In Themes\Default\Modification.english.php Find: ?> Add Before: $txt = 'Only registered users can see contents.'; Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    RapidRisers.org
    Need this for vbulletin 3.8 !!!
    Can anyone help..?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. how to hide tags
    By friendspassio in forum vBulletin
    Replies: 3
    Last Post: 20th Jul 2012, 09:22 AM
  2. Replies: 5
    Last Post: 19th Jan 2012, 05:07 PM
  3. Change Code tags To Hide Tags In SharpLeech
    By blow in forum Webmaster Discussion
    Replies: 2
    Last Post: 4th Jan 2011, 07:04 AM
  4. (T30) Hide Content 1.1.1 help please
    By anti-human in forum IP.Board
    Replies: 3
    Last Post: 10th May 2010, 05:26 PM
  5. Code tags To Quote tags
    By GoonzNetwork in forum vBulletin
    Replies: 2
    Last Post: 3rd Apr 2010, 04:10 PM

Tags for this Thread

BE SOCIAL