Reply to thread

Hi


When I export the smiles, in the XML file appears 'smilie_category id' , but when I want to import it again (obviously without deleting the category), by default, in the 'Smilie category' tab it appears in 'none', so they do not respect the category and I have to change the category manually, so I think that option does not work well, or maybe I do not know how to use it correctly.


This is a big problem to import large quantities of smiles, because I have to categorize them individually.


[CODE=xml]<?xml version="1.0" encoding="utf-8"?>


<smilies_export>


  <smilie_categories>


    <smilie_category id="3" title="Customs" display_order="10"/>


  </smilie_categories>


  <smilies>


    <smilie smilie_category_id="3" title="Smile" display_order="10" display_in_editor="1">


      <image_url>styles/default/xenforo/smilies/emojione/sprite_sheet_emojione.png</image_url>


      <image_url_2x/>


      <sprite_params w="22" h="22" x="0" y="0" bs="100%"/>


      <smilie_text>:)</smilie_text>


      <smilie_text>:-)</smilie_text>


      <smilie_text>(:</smilie_text>


    </smilie>


    <smilie smilie_category_id="3" title="Wink" display_order="20" display_in_editor="1">


      <image_url>styles/default/xenforo/smilies/emojione/sprite_sheet_emojione.png</image_url>


      <image_url_2x/>


      <sprite_params w="22" h="22" x="0" y="-176" bs="100%"/>


      <smilie_text>;)</smilie_text>


    </smilie>


  </smilies>


</smilies_export>[/CODE]


regards


Back
Top Bottom