Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 17th, 2012  |  syntax: XML  |  size: 0.31 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <plugins>
  4.         <plugin active="1" executionorder="5" product="vbulletin">
  5.                 <title>Username Coloring</title>
  6.                 <hookname>memberaction_dropdown</hookname>
  7.                 <phpcode><![CDATA[$memberinfo['musername'] = fetch_musername($memberinfo);]]></phpcode>
  8.         </plugin>
  9. </plugins>