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

Results 1 to 6 of 6
  1.     
    #1
    Member
    Website's:
    WarezDirect.net

    Default [Request] Copy Coded Links

    OK so I need a code to be made up, I already know where to PUT IT but I just need somebody to find it or make it up.

    It's pretty basic I just want to add a link beside the word "Code:" for all my coded links on my site so when somebody clicks it, all contents/links in the CODE box will be copied to clipboard...

    Any help would be appreciated

    EDIT: I am running vBulletin
    JointRolla420 Reviewed by JointRolla420 on . [Request] Copy Coded Links OK so I need a code to be made up, I already know where to PUT IT but I just need somebody to find it or make it up. It's pretty basic I just want to add a link beside the word "Code:" for all my coded links on my site so when somebody clicks it, all contents/links in the CODE box will be copied to clipboard... Any help would be appreciated EDIT: I am running vBulletin Rating: 5

    RESPECTED:
    Bread | ACiD | narutoroot | ACE | Jason | prohaxor | Hawk | Phatal | fireprotein

  2.   Sponsored Links

  3.     
    #2
    Respected Developer
    Website's:
    PlatinumW.org NexusDDL.com HD-United.org CheckLinks.org FLVD.org
    What you need is flash + javascript.

  4.     
    #3
    Member

  5.     
    #4
    Member
    Website's:
    WarezDirect.net
    thanks but could u plz tell me the codes because i dont have vb.org access anymore

    RESPECTED:
    Bread | ACiD | narutoroot | ACE | Jason | prohaxor | Hawk | Phatal | fireprotein

  6.     
    #5
    Member
    Website's:
    darknessdownloads.org
    Install:
    1. Open Temp: headinclude
    Add below:

    PHP Code: 
              <script type="text/javascript"
    function 
    selectCode(a

       var 
    a.parentNode.parentNode.getElementsByTagName('PRE')[0]; 
       if (
    window.getSelection
       { 
          var 
    window.getSelection(); 
           if (
    s.setBaseAndExtent
          { 
             
    s.setBaseAndExtent(e0ee.innerText.length 1); 
          } 
          else 
          { 
             var 
    document.createRange(); 
             
    r.selectNodeContents(e); 
             
    s.removeAllRanges(); 
             
    s.addRange(r); 
          } 
       } 
       else if (
    document.getSelection
       { 
          var 
    document.getSelection(); 
          var 
    document.createRange(); 
          
    r.selectNodeContents(e); 
          
    s.removeAllRanges(); 
          
    s.addRange(r); 
       } 
       else if (
    document.selection
       { 
          var 
    document.body.createTextRange(); 
          
    r.moveToElementText(e); 
          
    r.select(); 
       } 

    </script> 



    2. Open bbcode_code:
    find:

    PHP Code: 
            $vbphrase[code]: 


    Add below:
    PHP Code: 
               <a href="#" onclick="selectCode(this); return false;"><input type="button" value="Select All" /></a


    3. Open bbcode_html:
    find:
    PHP Code: 
               $vbphrase[html_code]: 
    Add below:
    PHP Code: 
               <a href="#" onclick="selectCode(this); return false;"><input type="button" value="Select All" /></a
    4. Open bbcode_php:
    find:
    PHP Code: 
               $vbphrase[php_code]: 
    Add below:
    PHP Code: 
               <a href="#" onclick="selectCode(this); return false;"><input type="button" value="Select All" /></a
    Next find:
    PHP Code: 
               $code 
    Replace with:
    PHP Code: 

               
    <pre>$code</pre

  7.     
    #6
    Member
    Website's:
    WarezDirect.net
    thanks man

    RESPECTED:
    Bread | ACiD | narutoroot | ACE | Jason | prohaxor | Hawk | Phatal | fireprotein

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. copy links from Fileserve list
    By jayvee in forum File Host Discussion
    Replies: 6
    Last Post: 30th May 2011, 02:07 PM
  2. make links clickable and coded [for vbulletin]
    By saninokia in forum vBulletin
    Replies: 1
    Last Post: 5th Mar 2011, 10:04 PM
  3. Links When Coded Breaks
    By Algore in forum IP.Board
    Replies: 17
    Last Post: 4th May 2010, 03:42 PM
  4. [Request] Protect links script
    By Ruriko in forum Webmaster Resources
    Replies: 4
    Last Post: 25th Jan 2010, 12:03 PM
  5. changing background color for coded links
    By Alegria in forum phpBB
    Replies: 3
    Last Post: 9th Jul 2009, 04:19 PM

Tags for this Thread

BE SOCIAL