Recent content by TheJP

  1. T

    pagenav with search

    I found a solution which works for me on my own now. Do I get the 10$ now Kartus? ;P I will not post the complete solution here. I don't have time for such a huge post^^ I will give a hint though. I used the following code in the template: <xen:pagenav link="teams" linkparams="{$search}"...
  2. T

    pagenav with search

    Hello I would like to have a pagenav (<xen:pagenav>) in a template which shows search results. I'm struggling to set it up so that it still shows the search results when i go to the next page. In the template I have the following two possibilities: <xen:pagenav link="teams"...
  3. T

    Upgrading an Existing Add-on

    Thank you. This approach is even easier.
  4. T

    Upgrading an Existing Add-on

    Isn't there an easy way to detect which version of the addon is currently installed? That would allow to write much cleaner upgrade code. (Using try/catch avoid unhandled exceptions is good practice. But to rely on them, when the exception itself could be avoided isn't.) Edit: I found this...
  5. T

    Phrase with parameter in templates?

    This is exactly what I was searching for. Thank you.
  6. T

    Phrase with parameter in templates?

    Thanks a lot, it worked. I did the following: Title: addonname_threads_list_deleted Phrase text: This thread, started by {create_user}, has been deleted by {deleted_user}, {deleted_date} Usage: {xen:phrase addonname_threads_list_deleted, 'create_user=User1', 'deleted_user=User2'...
  7. T

    Phrase with parameter in templates?

    Can someone name me a phrase with parameters or tell me how to create such a phrase?
Top Bottom