Advertisement
Guest User

install.xml

a guest
Jun 6th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.79 KB | None | 0 0
  1.     <file name="$sourcedir/MoveTopic.php">
  2.         <operation>
  3.             <search position="before"><![CDATA[global $txt, $board, $topic, $user_info, $context, $language, $scripturl, $settings, $smcFunc, $modSettings]]></search>
  4.             <add><![CDATA[, $subforum_tree]]></add>
  5.         </operation>
  6.         <operation>
  7.             <search position="before"><![CDATA[SELECT b.id_board, b.name, b.child_level, c.name AS cat_name, c.id_cat]]></search>
  8.             <add><![CDATA[, c.forumid]]></add>
  9.         </operation>
  10.     <operation>
  11.             <search position="replace">
  12.                 <![CDATA['name' => strip_tags($row['cat_name']),]]>
  13.             </search>
  14.             <add>
  15.                 <![CDATA['name' => strip_tags($subforum_tree[$row['forumid']]['boardname']." >> ".$row['cat_name']),]]>
  16.             </add>
  17.         </operation>
  18.     </file>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement