Recent content by uf4b

  1. U

    XF 2.0 How to use Tooltips Core for custom tooltips

    Hello, I wanted to know how to use the included core js functions to handle tooltips. I found there is a tooltip.js file , and there are different options to choose from.. Preview , Basic , Element etc.. I need to display custom html not just an inline text. For simple inline texts adding...
  2. U

    XF 2.0 Large update of user fields

    Hello I've moved from VB4 to XF2, now I have some custom field values from VB which need to be moved to other XF default user fields. With a SQL UPDATE command, I could do that if there were few users , but the forum has about 70000 users.. so how can I split the process to avoid timeouts of a...
  3. U

    XF 2.0 xf:if condition not working properly

    Thanks , I didn't noticed I copied and not updated the if statement from the previous version of XF and now the xen tag is no more valid .. It works!
  4. U

    XF 2.0 xf:if condition not working properly

    Hello, I need to add some advertisements only below the first post message in thread view. I added a counter variable in the thread view template and passed it as argument to the post macros template: <xf:set var="$index" value="1" /> <div class="block-body...
Top Bottom